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.9.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.10.0
Choose a head ref
  • 11 commits
  • 459 files changed
  • 11 contributors

Commits on Oct 14, 2024

  1. test(type-utils): add tests for getDeclaration (#10074)

    * getDeclaration test
    
    * create mock function
    YuyaYoshioka authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f153eb1 View commit details
    Browse the repository at this point in the history
  2. chore: update to nx 20 (#10128)

    * chore: update to nx 20
    
    * chore: fix lint errors
    
    * Remove unnecessary disables
    
    ---------
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    JamesHenry and JoshuaKGoldberg authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0405eb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    38ad9e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373c63a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43d2e9d View commit details
    Browse the repository at this point in the history
  4. fix(typescript-eslint): propagate name field to extended configs in…

    … `config` helper (#10094)
    
    * fix(typescript-eslint): propagate `name` field to extended configs in `config` helper
    
    * merge base and extension names
    auvred authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    be5bc0f View commit details
    Browse the repository at this point in the history
  5. docs: inject option descriptions into rule docs when possible (#9925)

    * docs: inject option descriptions into rule docs when possible
    
    * A few more missing descriptions
    
    * chore: lint
    
    * Update test snapshots and SBE
    
    * Actually update snapshots
    
    * Standardize correct/incorrect tabs
    
    * Touch up some more unnecessary text
    
    * update test snapshots
    JoshuaKGoldberg authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d09d36d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. docs: fix typo (#10156)

    fix typo in the documentation
    
    Co-authored-by: jan.silhan <jan.silhan@pwc.com>
    rajzik and jan.silhan authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e2d4347 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. docs: fix typo (#10161)

    Update TypeScript.mdx
    
    removing unnecessary words
    zzzgit authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e9ab4a9 View commit details
    Browse the repository at this point in the history
  2. feat: support TypeScript 5.6 (#9972)

    * feat: support TypeScript 5.6
    
    * Start on tests
    
    * Added api-extractor patch, you are the best Jake
    
    * Fix up ExportSpecifier/spec
    
    * No, Reference cannot have identifier as StringLiteral
    
    * rebuild lib
    
    * Fix a couple of rules
    
    * Split ExportSpecifier back out
    
    * fixed linting
    
    * Add fixtures
    
    * more fixtures and ban bad export cases
    
    * fix lint
    
    * Update snapshots
    
    * Remove api-extractor patch
    
    ---------
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    JoshuaKGoldberg and bradzacher authored Oct 17, 2024
    1 Configuration menu
    Copy the full SHA
    f9c49e3 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    7effdea View commit details
    Browse the repository at this point in the history
Loading