Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/centralize dependencies in root #2746

Commits on May 24, 2021

  1. build(stark-testing): copy all dependencies in root folder

    Add sync-packages-deps.js script
    
    ISSUES CLOSED: NationalBankBelgium#2695
    SuperITMan committed May 24, 2021
    Configuration menu
    Copy the full SHA
    40ccc87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf1bc30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1caf914 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38eadf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93ccade View commit details
    Browse the repository at this point in the history
  6. feat(stark-build): update TSLint to v6.1.3

        BREAKING CHANGE:
        Due to TSLint update, it is required to adapt the usage in "tslint.json" file at the root of the project:
    
        ```txt
        // Before
        {
          "extends": [
            // ...
            "@nationalbankbelgium/code-style/tslint/5.20.x",
            // ...
          ]
          // ...
        }
    
        // After
        {
          "extends": [
            // ...
            "@nationalbankbelgium/code-style/tslint/6.1.x",
            // ...
          ]
          // ...
        }
    SuperITMan committed May 24, 2021
    Configuration menu
    Copy the full SHA
    f77d719 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c7696e View commit details
    Browse the repository at this point in the history