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: website
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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 16, 2025

  1. fix(eslint-plugin): [method-signature-style] ignore methods that retu…

    …rn `this` (#11813)
    
    * fix(eslint-plugin): [method-signature-style] ignore methods that return `this`
    
    * Switch to just disabling the fixer
    
    * Type touchups
    
    * invert logic
    
    * Fill in coverage
    JoshuaKGoldberg authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    6882a09 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. fix(eslint-plugin): [no-unnecessary-type-assertion] correct handling …

    …of undefined vs. void (#11826)
    
    * fix(eslint-plugin): [no-unnecessary-type-assertion] enhance type assertion handling for IIFE and add related tests
    
    * fix lint
    
    * enhance tests for no-unnecessary-type-assertion rule with additional cases
    
    * improve type assertion handling for IIFE cases and add new test cases
    
    * fix use single quotes
    Tamashoo authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    46171f0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency knip to v5.73.1 (#11852)

    * chore(deps): update dependency knip to v5.73.1
    
    * pin
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Kirk Waiblinger <53019676+kirkwaiblinger@users.noreply.github.com>
    renovate[bot] and kirkwaiblinger authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    8017d07 View commit details
    Browse the repository at this point in the history
Loading