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.20.0
Choose a base ref
...
head repository: typescript-eslint/typescript-eslint
compare: v4.21.0
Choose a head ref
  • 14 commits
  • 50 files changed
  • 7 contributors

Commits on Mar 29, 2021

  1. chore: bump @babel/types from 7.13.12 to 7.13.14 (#3246)

    Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.13.12 to 7.13.14.
    - [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.13.14/packages/babel-types)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 29, 2021
    Copy the full SHA
    90fe78e View commit details
    Browse the repository at this point in the history
  2. chore: bump semver from 7.3.4 to 7.3.5 (#3238)

    Bumps [semver](https://github.com/npm/node-semver) from 7.3.4 to 7.3.5.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.3.4...v7.3.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 29, 2021
    Copy the full SHA
    b2ab140 View commit details
    Browse the repository at this point in the history
  3. chore: bump @babel/parser from 7.13.12 to 7.13.13 (#3237)

    Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.13.12 to 7.13.13.
    - [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.13.13/packages/babel-parser)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 29, 2021
    Copy the full SHA
    ad797c5 View commit details
    Browse the repository at this point in the history
  4. chore: bump @types/node from 14.14.35 to 14.14.37 (#3239)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.35 to 14.14.37.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 29, 2021
    Copy the full SHA
    92a0e11 View commit details
    Browse the repository at this point in the history
  5. chore: bump @types/jest from 26.0.21 to 26.0.22 (#3240)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.21 to 26.0.22.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 29, 2021
    Copy the full SHA
    1b41d60 View commit details
    Browse the repository at this point in the history
  6. fix(eslint-plugin): [no-unnecessary-type-assertion] correct bad fix f…

    …or angle bracket assertion (#3244)
    yeonjuan committed Mar 29, 2021
    Copy the full SHA
    265a039 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    329ef02 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    62dfcc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Copy the full SHA
    b1aa7dc View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [no-unsafe-call][no-unsafe-member-access] improv…

    …e report messages for `this` for `noImplicitThis` (#3199)
    JounQin committed Apr 2, 2021
    Copy the full SHA
    b1b26c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. fix(eslint-plugin): always ignore assignments in no-unnecessary-type-…

    …assertion (#3235)
    Josh Goldberg committed Apr 5, 2021
    Copy the full SHA
    0221476 View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): [strict-boolean-expressions] account for truthy l…

    …iterals (#3236)
    Josh Goldberg committed Apr 5, 2021
    Copy the full SHA
    0913f40 View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): [restrict-plus-operands] consider template litera…

    …l types as strings (#3234)
    Josh Goldberg committed Apr 5, 2021
    Copy the full SHA
    ccfd68e View commit details
    Browse the repository at this point in the history
  4. chore: publish v4.21.0

    JamesHenry committed Apr 5, 2021
    Copy the full SHA
    3181b32 View commit details
    Browse the repository at this point in the history