Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: typescript-eslint/typescript-eslint
base: v5.18.0
Choose a base ref
...
head repository: typescript-eslint/typescript-eslint
compare: v5.19.0
Choose a head ref
  • 13 commits
  • 61 files changed
  • 6 contributors

Commits on Apr 5, 2022

  1. chore: Bump eslint-plugin-react-hooks from 4.3.0 to 4.4.0 (#4785)

    Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.3.0 to 4.4.0.
    - [Release notes](https://github.com/facebook/react/releases)
    - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
    - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-react-hooks
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 5, 2022
    Copy the full SHA
    3e1e279 View commit details
    Browse the repository at this point in the history
  2. chore: Bump @swc/core from 1.2.160 to 1.2.163 (#4786)

    Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.160 to 1.2.163.
    - [Release notes](https://github.com/swc-project/swc/releases)
    - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
    - [Commits](swc-project/swc@v1.2.160...v1.2.163)
    
    ---
    updated-dependencies:
    - dependency-name: "@swc/core"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 5, 2022
    Copy the full SHA
    6a1ea9b View commit details
    Browse the repository at this point in the history
  3. chore: Bump @microsoft/api-extractor from 7.19.5 to 7.20.0 (#4787)

    Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.19.5 to 7.20.0.
    - [Release notes](https://github.com/microsoft/rushstack/releases)
    - [Changelog](https://github.com/microsoft/rushstack/blob/master/apps/api-extractor/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.20.0/apps/api-extractor)
    
    ---
    updated-dependencies:
    - dependency-name: "@microsoft/api-extractor"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 5, 2022
    Copy the full SHA
    1fce48d View commit details
    Browse the repository at this point in the history
  4. chore: Bump webpack from 5.70.0 to 5.71.0 (#4784)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.71.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.70.0...v5.71.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 5, 2022
    Copy the full SHA
    86fa2c7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    de68e5e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. chore: Bump react from 17.0.2 to 18.0.0 (#4783)

    Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 17.0.2 to 18.0.0.
    - [Release notes](https://github.com/facebook/react/releases)
    - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/react/commits/v18.0.0/packages/react)
    
    ---
    updated-dependencies:
    - dependency-name: react
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2022
    Copy the full SHA
    61cdd79 View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): update code to use estree range instead of ts pos…

    …/end #4723 (#4790)
    
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    armano2 and JoshuaKGoldberg committed Apr 8, 2022
    Copy the full SHA
    a1e9fc4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dbcd9e0 View commit details
    Browse the repository at this point in the history
  4. feat(eslint-plugin): add support for valid number and bigint intersec…

    …tions in restrict-plus-operands rule (#4795)
    
    * feat: support number and bigint intersections in restrict-plus-operands rule
    
    * fix: tests
    
    * style: formatting
    Leon Si committed Apr 8, 2022
    Copy the full SHA
    19c600a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fdf95e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Copy the full SHA
    4c428c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. docs(eslint-plugin):improve docs [consistent-type-exports] (#4792)

    * feat: update repository
    
    * remove duplicate examples
    
    * feat:add about re-exporting --isolatedModules in When Not To Use It
    
    * feat: add exmaples
    
    * fix: remove duplicate examples in correct
    
    * fix:correct words
    
    * fix: fix space-between
    
    * fix: fix code
    
    * fix: fix code space
    
    * fix: check error
    
    * fix:missed examples
    
    * feat: read review and fix them
    
    fix examples and --Isolatedmodules explain
    
    * feat: add two taps
    
    one is correct, another is incorrect
    
    * fix: add <!--tabs-->
    
    * feat: fix explaination about `isolatedmodules`
    
    * fix: fix explain about `isolatedModules`
    
    * fis: modify When no to use it
    
    * fix: revert change log
    
    * fix: add lint
    
    * fix:  add lint
    
    * add: fix code
    
    * fix:fix docs splits
    
    * feat: add lint
    
    * Update packages/eslint-plugin/docs/rules/consistent-type-exports.md
    
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    kmin-jeong and JoshuaKGoldberg committed Apr 11, 2022
    Copy the full SHA
    255eea8 View commit details
    Browse the repository at this point in the history
  2. chore: publish v5.19.0

    JamesHenry committed Apr 11, 2022
    Copy the full SHA
    f64a788 View commit details
    Browse the repository at this point in the history