🌐 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.46.3
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.46.4
Choose a head ref
  • 14 commits
  • 126 files changed
  • 9 contributors

Commits on Nov 3, 2025

  1. Configuration menu
    Copy the full SHA
    2d166a3 View commit details
    Browse the repository at this point in the history
  2. chore(eslint-plugin): use correct type for return type of `createVali…

    …dator` (#11721)
    
    refactor(eslint-plugin): use correct type for return type of `createValidator`
    ulrichstark authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    ea2ee6b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. fix(eslint-plugin): [no-deprecated] fix double-report on computed lit…

    …eral identifiers (#11006)
    
    * fix(eslint-plugin): [no-deprecated] adds support for string literal member access (#10958)
    
    * fix(eslint-plugin): [no-deprecated] adds support for computed member access (#10958)
    
    * fix(eslint-plugin): [no-deprecated] adds support for computed member access (#10958)
    
    * fix(eslint-plugin): [no-deprecated] adds support for computed member access (#10958)
    
    * fix(eslint-plugin): [no-deprecated] adds support for computed member access (#10958)
    
    * Unified branches of logic
    
    * git checkout main -- .vscode/launch.json
    
    * Update packages/eslint-plugin/tests/rules/no-deprecated.test.ts
    
    Co-authored-by: Ronen Amiel <ronen.amiel@gmail.com>
    
    * Remove remaining unnecessary console.logs
    
    * Literal test for numbers
    
    * Retarget to just the computed identifier
    
    * Remove change noise
    
    ---------
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    Co-authored-by: Ronen Amiel <ronen.amiel@gmail.com>
    3 people authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    c779f3c View commit details
    Browse the repository at this point in the history
  2. docs: add note about "only: true" (#11679)

    * docs: add note about "only: true"
    
    * Update Local_Development.mdx
    Zamiell authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    32058d1 View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): handle override modifier in promise-function-asyn…

    …c fixer (#11730)
    
    * fix(eslint-plugin): handle override modifier in promise-function-async fixer
    
    * fill issue number
    sushichan044 authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    189a7f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. chore(deps): update dependency globals to v16.5.0 (#11746)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    d1a7348 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @vitest/eslint-plugin to v1.4.0 (#11743)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    e93cf7d View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency @microsoft/api-extractor to v7.53.1 (#…

    …11692)
    
    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 Nov 10, 2025
    Configuration menu
    Copy the full SHA
    98de407 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency @swc/core to v1.14.0 (#11741)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    1a71f6e View commit details
    Browse the repository at this point in the history
  5. chore: fix typos (#11744)

    undsoft authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    7c6944e View commit details
    Browse the repository at this point in the history
  6. fix(parser): error when both projectService and project are set (#…

    …11333)
    
    * fix(parser): error when both `projectService` and `project` are set
    
    * more env stubbing in semanticInfo.test.ts
    
    * Consolidated typed testing and env checks with getTypedRuleTester
    
    * More fixes, for now
    
    * Progress
    
    * More.
    
    * Move the defaulting logic into createRuleTesterWithTypes
    
    * Further streamlining
    
    * Streamlined inside createRuleTesterWithTypes
    
    * Fall back to project: true
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    MariaSolOs and JoshuaKGoldberg authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    997e0c0 View commit details
    Browse the repository at this point in the history
  7. chore(deps): update dependency knip to v5.67.1 (#11751)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    c6188b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf003c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    843f144 View commit details
    Browse the repository at this point in the history
Loading