🌐 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.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.1
Choose a head ref
  • 9 commits
  • 117 files changed
  • 6 contributors

Commits on Sep 16, 2025

  1. chore(typescript-estree): simplify convertImportAttributes (#11594)

    * chore(typescript-estree): simplify `convertImportAttributes`
    
    * typo
    
    ---------
    
    Co-authored-by: Kirk Waiblinger <53019676+kirkwaiblinger@users.noreply.github.com>
    fisker and kirkwaiblinger authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    2f0c6ac View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. chore(typescript-estree): add Converter#convertChildren() (#11592)

    * refactor(typescript-estree): add `Converter#covertChildren()`
    
    * Linting
    
    * Fix
    fisker authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    328a96d View commit details
    Browse the repository at this point in the history
  2. fix(typescript-estree): forbid class property with name constructor (

    …#11590)
    
    * fix(typescript-estree): forbid class property with name `constructor`
    
    * Format fixtures
    fisker authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    fde540e View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): [no-base-to-string] make ignoredTypeNames match t…

    …ype names without generics (#11597)
    
    fix: support generic in ignoreType
    mdm317 authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    4fde781 View commit details
    Browse the repository at this point in the history
  4. fix(eslint-plugin): [no-unsafe-enum-comparison] support unions of lit…

    …erals (#11599)
    
    * fix(eslint-plugin): [no-unsafe-enum-comparison] support unions of literals
    
    * lint fix
    kirkwaiblinger authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    20c3d97 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency make-dir to v5.1.0 (#11612)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    e550780 View commit details
    Browse the repository at this point in the history
  6. fix(eslint-plugin): [await-thenable] should not report passing values…

    … to promise aggregators which may be a promise in an array literal (#11611)
    
    fix: do not report values that may be a promise in an array literal
    ronami authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    c392a0d View commit details
    Browse the repository at this point in the history
  7. chore(deps): update dependency globals to v16.4.0 (#11610)

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