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.15.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.16.0
Choose a head ref
  • 8 commits
  • 49 files changed
  • 9 contributors

Commits on Mar 17, 2022

  1. chore: replace deprecated String.prototype.substr() (#4693)

    String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
    Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
    CommanderRoot authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    f3a97ff View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    dd49280 View commit details
    Browse the repository at this point in the history
  2. fix(utils): RuleTester: Only call afterAll if defined (#4656)

    * fix(utils): RuleTester: Only call afterAll if defined
    
    * Prettier
    ArnaudBarre authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    0fe0683 View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): [consistent-type-assertions] enforce assertionSty…

    …le for `const` assertions (#4685)
    gtkatakura authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    8ec05be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d21cfe0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. chore: Bump @swc/core from 1.2.154 to 1.2.155 (#4683)

    * chore: Bump @swc/core from 1.2.154 to 1.2.155
    
    Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.154 to 1.2.155.
    - [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.154...v1.2.155)
    
    ---
    updated-dependencies:
    - dependency-name: "@swc/core"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: updated swc/core and swc/jest to latest, explicitly
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    dependabot[bot] and JoshuaKGoldberg authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    9672905 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. chore: update sponsors (#4699)

    Co-authored-by: JoshuaKGoldberg <JoshuaKGoldberg@users.noreply.github.com>
    JamesHenry and JoshuaKGoldberg authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ae19718 View commit details
    Browse the repository at this point in the history
  2. chore: publish v5.16.0

    JamesHenry committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    aff9654 View commit details
    Browse the repository at this point in the history
Loading