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: v8.47.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: v8.48.0
Choose a head ref
  • 16 commits
  • 104 files changed
  • 12 contributors

Commits on Nov 21, 2025

  1. chore(deps): update dependency knip to v5.69.0 (#11768)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    2929b87 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2025

  1. fix(eslint-plugin): [consistent-generic-constructors] ignore when con…

    …structor is typed array (#10477)
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    mdm317 and JoshuaKGoldberg authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    5ea21f1 View commit details
    Browse the repository at this point in the history
  2. fix(typescript-estree): infers singleRun as true for project service (#…

    …11327)
    
    Co-authored-by: James Henry <james@henry.sc>
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    3 people authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    75cc7d2 View commit details
    Browse the repository at this point in the history
  3. fix(scope-manager): change unhelpful aaa error message and change `…

    …analyze` to expects `Program` (#11747)
    nayounsang authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    2311a76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c421d30 View commit details
    Browse the repository at this point in the history
  5. feat(eslint-plugin): [no-redundant-type-constituents] use assignabili…

    …ty checking for redundancy checks (#10744)
    
    Co-authored-by: mdm317 <165365534+gen-ip-1@users.noreply.github.com>
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    3 people authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    2ffb168 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4dc42a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Configuration menu
    Copy the full SHA
    8a46332 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @microsoft/api-extractor to v7.55.0 (#…

    …11779)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    a2d5c86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7119b5 View commit details
    Browse the repository at this point in the history
  4. chore: remove SKIP_AST_SPEC_REBUILD internally (#11783)

    * chore: remove SKIP_AST_SPEC_REBUILD internally
    
    * Added implicitDependencies to types/package.json
    JoshuaKGoldberg authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    78858ee View commit details
    Browse the repository at this point in the history
  5. feat(typescript-estree): replace fast-glob with tinyglobby (#11740)

    * chore: replace fast-glob with tinyglobby
    
    * lil comment fix
    
    ---------
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    benmccann and JoshuaKGoldberg authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    a915893 View commit details
    Browse the repository at this point in the history
  6. fix(typescript-estree): disallow binding patterns in parameter proper…

    …ties (#11760)
    
    * disallow binding patterns in parameter properties
    
    * fixes
    
    * parameter left is always Indetifier
    
    * add type assertions
    
    * add getParameterPropertyIdentifier
    
    * fix
    
    * add test
    
    * linting
    
    * fixes
    
    * fix
    
    * chore: remove SKIP_AST_SPEC_REBUILD env var in CI
    
    * chore: types implicitly depends on ast-spec
    
    ---------
    
    Co-authored-by: JamesHenry <james@henry.sc>
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    3 people authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    5f04910 View commit details
    Browse the repository at this point in the history
  7. fix(typescript-estree): add TSImportType.source (#11591)

    * fix(typescript-estree): add `TSImportType.source`
    
    * bypass build step
    
    * Use `workspace:*`
    
    * Revert "Use `workspace:*`"
    
    This reverts commit 91ec0bc.
    
    * chore: remove SKIP_AST_SPEC_REBUILD env var in CI
    
    * chore: types implicitly depends on ast-spec
    
    * Revert "bypass build step"
    
    This reverts commit daf5460.
    
    ---------
    
    Co-authored-by: JamesHenry <james@henry.sc>
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    3 people authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    3e38031 View commit details
    Browse the repository at this point in the history
  8. chore(eslint-plugin): correct TODO comment on the wrong line (#11773)

    * chore(eslint-plugin): update eslint recommended config
    
    Remove TODO and update comments related to `no-new-symbol` rule.
    
    The `no-new-symbol` rule was deprecated in ESLint 9.0.0 and will be removed in ESLint v11.0.0. We need to keep the rule disabled until TSESLint drops support for ESLint 8.
    
    (This commit message was automatically generated by an LLM.)
    
    * Update packages/eslint-plugin/src/configs/eslint-recommended-raw.ts
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    
    * prettier --write
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    Zamiell and JoshuaKGoldberg authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    d26e9de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6fb1551 View commit details
    Browse the repository at this point in the history
Loading