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.21.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.22.0
Choose a head ref
  • 13 commits
  • 407 files changed
  • 11 contributors

Commits on Apr 25, 2022

  1. chore: Bump @swc/core from 1.2.168 to 1.2.171 (#4857)

    Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.168 to 1.2.171.
    - [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.168...v1.2.171)
    
    ---
    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 Apr 25, 2022
    Configuration menu
    Copy the full SHA
    b037314 View commit details
    Browse the repository at this point in the history
  2. chore: Bump enhanced-resolve from 5.9.2 to 5.9.3 (#4858)

    Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.9.2 to 5.9.3.
    - [Release notes](https://github.com/webpack/enhanced-resolve/releases)
    - [Commits](webpack/enhanced-resolve@v5.9.2...v5.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: enhanced-resolve
      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 Apr 25, 2022
    Configuration menu
    Copy the full SHA
    dc60d3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3cf87b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    acb5310 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. feat(eslint-plugin): [no-duplicate-enum-values] add rule (#4833)

    * feat(eslint-plugin): create a new rule to disallow duplicate enum values
    
    * fix(eslint-plugin): remove unused imported variable from no-duplicate-enum-values.test.ts
    
    * fix(eslint-plugin): test falsy values and fix some metadata
    
    * fix(eslint-plugin): make Enums in the falsy test valid
    
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    aifreedom and JoshuaKGoldberg authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    5899164 View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): [comma-spacing] verify nextToken exists (#4868)

    * eslint-plugin/rules/comma-spacing: add check to verify nextToken exists
    
    * fix(eslint-plugin): run prettier and use builtin functions
    
    * fix(eslint-plugin): [comma-spacing] add unit test
    comrem authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    23746f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    b53de9b View commit details
    Browse the repository at this point in the history
  2. fix: add rule to vscode settings (#4881)

    * fix: add rule to vscode settings
    
    * Update settings.json
    Zamiell authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    3eab889 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Fix typo (#4884)

    krisztianb authored May 1, 2022
    Configuration menu
    Copy the full SHA
    3a06f78 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. chore: update sponsors (#4885)

    Co-authored-by: JoshuaKGoldberg <JoshuaKGoldberg@users.noreply.github.com>
    JamesHenry and JoshuaKGoldberg authored May 2, 2022
    Configuration menu
    Copy the full SHA
    63a9003 View commit details
    Browse the repository at this point in the history
  2. chore: removed noUnused(Locals|Parameters) from tsconfig.base.json (#…

    …4882)
    
    * chore: removed noUnused(Locals|Parameters) from tsconfig.base.json
    
    * fix: unused directives
    JoshuaKGoldberg authored May 2, 2022
    Configuration menu
    Copy the full SHA
    58d434a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98e6234 View commit details
    Browse the repository at this point in the history
  4. chore: publish v5.22.0

    JamesHenry committed May 2, 2022
    Configuration menu
    Copy the full SHA
    6e1016c View commit details
    Browse the repository at this point in the history
Loading