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.48.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.1
Choose a head ref
  • 14 commits
  • 57 files changed
  • 8 contributors

Commits on Nov 24, 2025

  1. chore(deps): update dependency glob to v11.1.0 (#11786)

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

Commits on Nov 26, 2025

  1. chore: refactor createError for easier use (#11775)

    * chore: refactor `createError` for easier use
    
    * reorder union type
    
    * Linting
    fisker authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    9738933 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3252978 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. chore(deps): update dependency webpack to v5.103.0 (#11792)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    3a50bc3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency markdownlint-cli to ^0.46.0 (#11796)

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

Commits on Nov 28, 2025

  1. fix(eslint-plugin): [consistent-type-exports] check value flag before…

    … resolving alias (#11769)
    
    check value flag during iteration
    ntdiary authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    bb9ba53 View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): honor ignored base types on generic classes (#11767)

    * fix(eslint-plugin): honor ignored base types on generic classes
    
    * Address feedback: apply review style suggestions
    
    ---------
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    OleksandraKordonets and JoshuaKGoldberg authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    0db02ac View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency stylelint to v16.26.0 (#11807)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    3d809f5 View commit details
    Browse the repository at this point in the history
  4. test(eslint-plugin): [consistent-type-exports] add more shadowed impo…

    …rts tests (#11766)
    
    * fix: consistent-type-exports handle shadowed import correctly
    
    * add re-export tests
    
    ---------
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    Tamashoo and JoshuaKGoldberg authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    16cf0f7 View commit details
    Browse the repository at this point in the history
  5. fix(eslint-plugin): [restrict-template-expressions] check base types …

    …in allow list (#11764)
    
    * fix(restrict-template-expressions): check base types in allow list
    
    Allow derived types in template expressions when base types are in allow list
    
    Fixes #11759
    
    * fix: improve test coverage and fix import formatting
    
    * fix: improve test coverage and fix linting issues
    
    * chore: trigger CI rebuild
    
    * refactor: deduplicate base type checking logic
    
    - Remove unnecessary test comments
    - Extract hasBaseTypes to shared util
    - Create matchesTypeOrBaseType with matcher pattern
    
    * remove unnecessary test comments
    
    * add multiple inheritance tests
    
    * chore: retrigger CI
    
    ---------
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    Higangssh and JoshuaKGoldberg authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    906cc3c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. chore(typescript-estree): use class property to define TSError.name

    … instead of `Object.defineProperty()` (#11776)
    
    chore: use class property to define `TSError.name` instead of `Object.defineProperty`
    fisker authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    ec8b652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b2bb4 View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): revert "[no-redundant-type-constituents] use assi…

    …gnability checking for redundancy checks" (#11812)
    
    Revert "feat(eslint-plugin): [no-redundant-type-constituents] use assignabili…"
    
    This reverts commit 2ffb168.
    JoshuaKGoldberg authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    5ac66a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

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