🌐 AI搜索 & 代理 主页
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.43.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.44.0
Choose a head ref
  • 9 commits
  • 43 files changed
  • 8 contributors

Commits on Sep 9, 2025

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

Commits on Sep 10, 2025

  1. fix(deps): update dependency @eslint-community/eslint-utils to v4.8.0 (

    …#11589)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    95c7287 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

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

Commits on Sep 15, 2025

  1. docs(utils): grammar (#11471)

    * fix: grammar
    
    * update
    
    * Update packages/utils/src/ts-eslint/eslint/FlatESLint.ts
    
    ---------
    
    Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
    Zamiell and Josh-Cena authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    c58ac35 View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [await-thenable] report invalid (non-promise) va…

    …lues passed to promise aggregator methods (#11267)
    
    * initial implementation
    
    * add promise.any
    
    * add missing test
    
    * wip
    
    * refactor, fix edge cases
    
    * add nested array test-case
    
    * missing coverage
    
    * Update packages/eslint-plugin/src/rules/await-thenable.ts
    
    Co-authored-by: Kirk Waiblinger <53019676+kirkwaiblinger@users.noreply.github.com>
    
    * use checker.isArrayLikeType for checking types that extend an array
    
    * code review comments
    
    * special case array literals
    
    * add ts-expect-error above tests with a type error
    
    * update lines missing code coverage
    
    ---------
    
    Co-authored-by: Kirk Waiblinger <53019676+kirkwaiblinger@users.noreply.github.com>
    ronami and kirkwaiblinger authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    85d8dea View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency stylelint to v16.24.0 (#11601)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    a704bdb View commit details
    Browse the repository at this point in the history
  4. fix(eslint-plugin): [no-unnecessary-type-conversion] ignore enum memb…

    …ers (#11490)
    
    * fix: enums in no-unnecessary-type-conversion
    
    * chore: fix lint issue
    thebolarin authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    2ed6857 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update eslint monorepo to v9.35.0 (#11600)

    * fix(deps): update eslint monorepo to v9.35.0
    
    * Bring in no-empty-function suggestions
    
    * Wait, it's a union
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    renovate[bot] and JoshuaKGoldberg authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    684e63f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77056f7 View commit details
    Browse the repository at this point in the history
Loading