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.51.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.52.0
Choose a head ref
  • 16 commits
  • 95 files changed
  • 7 contributors

Commits on Dec 29, 2025

  1. chore: extract AST check from convert.ts to ast-checks.ts (#11748)

    * Chore: Extract AST check from convert.ts to ast-checks.ts
    
    * chore: extract AST check from convert.ts to ast-checks.ts
    
    * chore: add test for ast-checks.ts
    
    * chore: add test for ast-checks.ts
    
    * chore: add test for ast-checks.ts
    
    * chore: add function in ast-checks to run ts node checks
    
    * chore: fix lint errors
    
    * chore: update test
    
    * chore: address review
    
    * chore: review update
    
    * chore: update based on reviews
    
    * chore: minor fix
    
    * chore: merge main and update code
    
    * chore: minor update
    
    * chore: update based on reviews
    Lonercode authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    6a05a1a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

  1. chore(typescript-estree): use iterateComments() from ts-api-utils v…

    …2.3 (#11893)
    
    * chore: use `iterateComments()` from ts-api-utils v2.3
    
    * Linting
    fisker authored Dec 31, 2025
    Configuration menu
    Copy the full SHA
    45a7d2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46fc7fe View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. Configuration menu
    Copy the full SHA
    95c7c73 View commit details
    Browse the repository at this point in the history
  2. feat(typescript-estree): add tseslint.com redirects for CLI outputs (#…

    …11895)
    
    * feat: add tseslint.com redirects package
    
    * Add splat redirect
    
    * Remove unnecessary? netlify.toml
    
    * Apply suggestion from @JoshuaKGoldberg
    JoshuaKGoldberg authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    c036392 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update nx monorepo to v22.3.3 (#11848)

    * chore(deps): update nx monorepo to v22.3.3
    
    * fix tests
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Brad Zacher <[email protected]>
    renovate[bot] and bradzacher authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    d1b44c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ba5333 View commit details
    Browse the repository at this point in the history
  5. feat(eslint-plugin-internal): [no-multiple-lines-of-errors] add rule (#…

    …11899)
    
    * feat(eslint-plugin-internal): [no-multiple-lines-of-errors] add rule
    
    * Share the object check, and a bit more testing
    
    * Remove no-dynamic-tests comment
    
    * even more testing
    
    * revert changes in no-unused-vars-eslint.test.ts
    JoshuaKGoldberg authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    a166cea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf79108 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cb911d View commit details
    Browse the repository at this point in the history
  8. chore(typescript-estree): simplify `Convert#convertTypeArgumentsToTyp…

    …eParameterInstantiation()` (#11924)
    fisker authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    94c5058 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6335a4d View commit details
    Browse the repository at this point in the history
  10. fix(eslint-plugin): [no-base-to-string] detect @@toPrimitive and valu…

    …eOf (#11901)
    
    * fix(eslint-plugin): [no-base-to-string] detect @@toPrimitive and valueOf
    
    * One more test, toValueOf
    JoshuaKGoldberg authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    309a38e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    16766b4 View commit details
    Browse the repository at this point in the history
  12. docs: add blog post on revamping the ban-types rule (#11873)

    * docs: add blog post on revamping the ban-types rule
    
    * fix todo
    
    * how did 'revam-ing' sneak in there, I wonder...
    
    * Remove truncate changes
    
    * git checkout main -- packages/website/src/css/custom.css
    
    * fix: unsafe-function-type
    
    * Apply suggestions from code review
    
    Co-authored-by: Brad Zacher <[email protected]>
    
    * Also mention object with {}
    
    * Update date to 1/5
    
    ---------
    
    Co-authored-by: Brad Zacher <[email protected]>
    JoshuaKGoldberg and bradzacher authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    6b467b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ddd571 View commit details
    Browse the repository at this point in the history
Loading