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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.22.0
Choose a base ref
...
head repository: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.23.0
Choose a head ref
  • 16 commits
  • 48 files changed
  • 9 contributors

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    3ec5f53 View commit details
    Browse the repository at this point in the history
  2. chore: Bump ejs from 3.1.6 to 3.1.7 (#4893)

    Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
    - [Release notes](https://github.com/mde/ejs/releases)
    - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
    - [Commits](mde/ejs@v3.1.6...v3.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: ejs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2022
    Configuration menu
    Copy the full SHA
    248e4eb View commit details
    Browse the repository at this point in the history
  3. chore: Bump @swc/core from 1.2.171 to 1.2.174 (#4891)

    Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.171 to 1.2.174.
    - [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.171...v1.2.174)
    
    ---
    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] authored May 2, 2022
    Configuration menu
    Copy the full SHA
    3b20b21 View commit details
    Browse the repository at this point in the history
  4. chore: Bump @commitlint/config-conventional from 16.2.1 to 16.2.4 (#4889

    )
    
    Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 16.2.1 to 16.2.4.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.4/@commitlint/config-conventional)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/config-conventional"
      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] authored May 2, 2022
    Configuration menu
    Copy the full SHA
    a63e4eb View commit details
    Browse the repository at this point in the history
  5. chore: Bump @babel/eslint-parser from 7.15.4 to 7.17.0 (#4888)

    Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.15.4 to 7.17.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.0/eslint/babel-eslint-parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/eslint-parser"
      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] authored May 2, 2022
    Configuration menu
    Copy the full SHA
    47f4605 View commit details
    Browse the repository at this point in the history
  6. chore: Bump async from 2.6.3 to 2.6.4 (#4894)

    Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
    - [Commits](caolan/async@v2.6.3...v2.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: async
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2022
    Configuration menu
    Copy the full SHA
    42a5309 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. fix(eslint-plugin): [no-restricted-imports] allow type import as long…

    … as there's one matching pattern (#4898)
    
    * fix(eslint-plugin): [no-restricted-imports] allow type import as long as there's one matching pattern
    
    * chore: simplify .some expression
    
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    Josh-Cena and JoshuaKGoldberg authored May 3, 2022
    Configuration menu
    Copy the full SHA
    0419d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da48527 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. fix(eslint-plugin): [no-unnecessary-type-constraint] change to sugges…

    …tion fix, fix multiple trailing comma failures (#4901)
    Josh-Cena authored May 6, 2022
    Configuration menu
    Copy the full SHA
    4507ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db5a814 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7735475 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. chore: update sponsors (#4925)

    Co-authored-by: JoshuaKGoldberg <JoshuaKGoldberg@users.noreply.github.com>
    JamesHenry and JoshuaKGoldberg authored May 9, 2022
    Configuration menu
    Copy the full SHA
    32376aa View commit details
    Browse the repository at this point in the history
  2. chore: Bump @types/babel__core from 7.1.14 to 7.1.19 (#4929)

    Bumps [@types/babel__core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/babel__core) from 7.1.14 to 7.1.19.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/babel__core)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/babel__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] authored May 9, 2022
    Configuration menu
    Copy the full SHA
    e80ce32 View commit details
    Browse the repository at this point in the history
  3. chore: Bump @types/react from 17.0.43 to 18.0.9 (#4930)

    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.43 to 18.0.9.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      dependency-type: direct:development
      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] authored May 9, 2022
    Configuration menu
    Copy the full SHA
    2e1633b View commit details
    Browse the repository at this point in the history
  4. chore: Bump eslint-plugin-react-hooks from 4.4.0 to 4.5.0 (#4928)

    Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.4.0 to 4.5.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] authored May 9, 2022
    Configuration menu
    Copy the full SHA
    a852548 View commit details
    Browse the repository at this point in the history
  5. chore: publish v5.23.0

    JamesHenry committed May 9, 2022
    Configuration menu
    Copy the full SHA
    80a2e0a View commit details
    Browse the repository at this point in the history
Loading