🌐 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.44.1
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.45.0
Choose a head ref
  • 15 commits
  • 61 files changed
  • 10 contributors

Commits on Sep 25, 2025

  1. chore(deps): update dependency monaco-editor to ~0.53.0 (#11607)

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

Commits on Sep 27, 2025

  1. chore(website): lint for missing g flag (#11645)

    lint for missing g flag
    abrahamguo authored Sep 27, 2025
    Configuration menu
    Copy the full SHA
    7ceed17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6743469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1f891d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. fix: disable generating declaration maps (#11627)

    build: disable generating declaration maps
    bluwy authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    7eeb093 View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): [no-base-to-string] check if superclass is ignored (

    #11617)
    
    * chore: check if superclass is ignored
    
    * chore: fix linting issues
    
    * chore: increase code coverage
    
    * chore: add more test
    
    * chore: adds requested changes
    
    * chore: fix format issues
    
    * chore: trigger ci
    thebolarin authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    590fac6 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency typedoc-plugin-markdown to v4.9.0 (#11649

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    9530e02 View commit details
    Browse the repository at this point in the history
  4. chore: update test fixtures to avoid spellcheck error (#11626)

    * chore: update test fixtures to avoid spellcheck error
    
    * Update snapshot
    fisker authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    ad32ce2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb57a3e View commit details
    Browse the repository at this point in the history
  6. docs: add parserOptions note to Type Checking (#11523)

    * docs: add parserOptions note to Type Checking
    
    * chore: update shared-config
    
    * Update docs/users/Shared_Configurations.mdx
    
    ---------
    
    Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
    thebolarin and Josh-Cena authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    9aebdaf View commit details
    Browse the repository at this point in the history
  7. feat(eslint-plugin): expose rule name via RuleModule interface (#11616)

    * feat: expose rule name on RuleModule interface
    
    * fix: resolve type errors after adding name to RuleModule
    
    * Update packages/utils/src/ts-eslint/Rule.ts
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    
    * Update packages/eslint-plugin/tests/rules/no-unused-vars/no-unused-vars-eslint.test.ts
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    
    * fix: update rule name in no-unused-vars test to match definition
    
    * refactor: add name property to RuleWithMeta
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    y-hsgw and JoshuaKGoldberg authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    f2eeb9d View commit details
    Browse the repository at this point in the history
  8. chore(deps): update dependency knip to v5.64.0 (#11658)

    * chore(deps): update dependency knip to v5.64.0
    
    * Remove redundant entries
    
    ---------
    
    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 29, 2025
    Configuration menu
    Copy the full SHA
    61bbd34 View commit details
    Browse the repository at this point in the history
  9. chore(deps): update eslint monorepo to v9.36.0 (#11644)

    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 29, 2025
    Configuration menu
    Copy the full SHA
    fcff188 View commit details
    Browse the repository at this point in the history
  10. fix(eslint-plugin): [prefer-nullish-coalescing] ignoreBooleanCoercion…

    … should not apply to top-level ternary expressions (#11614)
    
    report only when ternary is top-level inside Boolean
    mdm317 authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    967764e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    255e9e2 View commit details
    Browse the repository at this point in the history
Loading