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: v4.32.0
Choose a base ref
...
head repository: typescript-eslint/typescript-eslint
compare: v4.33.0
Choose a head ref
  • 20 commits
  • 46 files changed
  • 11 contributors

Commits on Oct 3, 2021

  1. chore: bump pretty-format from 27.2.0 to 27.2.2 (#3927)

    Bumps [pretty-format](https://github.com/facebook/jest/tree/HEAD/packages/pretty-format) from 27.2.0 to 27.2.2.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v27.2.2/packages/pretty-format)
    
    ---
    updated-dependencies:
    - dependency-name: pretty-format
      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 Oct 3, 2021
    Configuration menu
    Copy the full SHA
    7e4f775 View commit details
    Browse the repository at this point in the history
  2. chore: bump @types/prettier from 2.3.2 to 2.4.0 (#3931)

    Bumps [@types/prettier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prettier) from 2.3.2 to 2.4.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prettier)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/prettier"
      dependency-type: direct:production
      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 Oct 3, 2021
    Configuration menu
    Copy the full SHA
    18aafda View commit details
    Browse the repository at this point in the history
  3. chore: bump @microsoft/api-extractor from 7.18.9 to 7.18.11 (#3930)

    Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.18.9 to 7.18.11.
    - [Release notes](https://github.com/microsoft/rushstack/releases)
    - [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.18.9...@microsoft/api-extractor_v7.18.11)
    
    ---
    updated-dependencies:
    - dependency-name: "@microsoft/api-extractor"
      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 Oct 3, 2021
    Configuration menu
    Copy the full SHA
    a689d09 View commit details
    Browse the repository at this point in the history
  4. chore: bump @types/jest from 27.0.1 to 27.0.2 (#3928)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.1 to 27.0.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      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 Oct 3, 2021
    Configuration menu
    Copy the full SHA
    184137a View commit details
    Browse the repository at this point in the history
  5. chore: bump is-glob from 4.0.1 to 4.0.2 (#3929)

    Bumps [is-glob](https://github.com/micromatch/is-glob) from 4.0.1 to 4.0.2.
    - [Release notes](https://github.com/micromatch/is-glob/releases)
    - [Commits](micromatch/is-glob@4.0.1...4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: is-glob
      dependency-type: direct:production
      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 Oct 3, 2021
    Configuration menu
    Copy the full SHA
    08d303a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a05362 View commit details
    Browse the repository at this point in the history
  7. feat(experimental-utils): extract isNodeOfTypeWithConditions out of…

    … `ast-utils`' `predicates` (#3837)
    MichaelDeBoey committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    214f898 View commit details
    Browse the repository at this point in the history
  8. docs(eslint-plugin): [no-unsafe-argument] fix grammar (#3889)

    * Update no-unsafe-argument.md
    
    fixed grammar
    
    * chore: fixes grammar error
    lgenzelis committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    3c773e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    35a8acf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee5dfd4 View commit details
    Browse the repository at this point in the history
  11. chore: update nx to 12.9 and leverage NX_CLOUD_ENV_NAME (#3935)

    * chore: update nx to 12.9 and leverage NX_CLOUD_ENV_NAME
    
    * chore: cannot reference other env variables in env
    JamesHenry committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    972e2c2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c40dd13 View commit details
    Browse the repository at this point in the history
  13. fix(eslint-plugin): [non-nullable-type-assertion-style] false-positiv…

    …e with non-nullish `as` assertions and types (#3940)
    FloEdelmann committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    40760f9 View commit details
    Browse the repository at this point in the history
  14. fix(eslint-plugin): [lines-between-class-members] fix `exceptAfterOve…

    …rload` for abstract methods (#3943)
    ixth committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    240fc65 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f8f534e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0868725 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    edaa3c1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f022fb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. chore: bump is-glob from 4.0.1 to 4.0.3 (#3951)

    Bumps [is-glob](https://github.com/micromatch/is-glob) from 4.0.1 to 4.0.3.
    - [Release notes](https://github.com/micromatch/is-glob/releases)
    - [Commits](micromatch/is-glob@4.0.1...v4.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: is-glob
      dependency-type: direct:production
      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 Oct 4, 2021
    Configuration menu
    Copy the full SHA
    07b9b7f View commit details
    Browse the repository at this point in the history
  2. chore: publish v4.33.0

    JamesHenry committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    7bf8c9c View commit details
    Browse the repository at this point in the history