Thanks to visit codestin.com
Credit goes to github.com

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.19.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.20.0
Choose a head ref
  • 17 commits
  • 145 files changed
  • 12 contributors

Commits on Jan 7, 2025

  1. chore: fix CI snapshot failure (#10624)

    fix CI snapshot failure
    kirkwaiblinger authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    e697cfa View commit details
    Browse the repository at this point in the history
  2. test(eslint-plugin): add extra tests (#10587)

    * test(eslint-plugin): add extra tests
    
    Adds a couple of extra test cases for these rules:
    
    - `class-methods-use-this`
    - `consistent-type-assertions`
    - `no-array-delete`
    
    * test: update no-array-delete test to remove comment
    
    Co-authored-by: Josh Goldberg ✨ <[email protected]>
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <[email protected]>
    43081j and JoshuaKGoldberg authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    03d9639 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency docusaurus-plugin-typedoc to v1.2.0 (#…

    …10625)
    
    fix(deps): update dependency docusaurus-plugin-typedoc to v1.2.0
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    80d188e View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency typedoc-plugin-markdown to v4.4.0 (#10626

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    f2a3e8c View commit details
    Browse the repository at this point in the history
  5. chore: export all Options and MessageIds types from rule files (#10556)

    * chore: export all Options and MessageIds types from rule files
    
    * fix naming-convention.ts
    
    * Add some more
    JoshuaKGoldberg authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    b17c7f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. chore: update contributors (#10584)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    71832f5 View commit details
    Browse the repository at this point in the history
  2. chore: update maintenance docs around team member expectations (#10589)

    * update maintenance docs around team member expectations
    
    * feedback
    kirkwaiblinger authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    290211b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. chore: update sponsors (#10636)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    81dc579 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. feat(eslint-plugin): [no-misused-spread] add new rule (#10551)

    * feat(eslint-plugin): [no-misused-spread] add new rule
    
    Closes #748
    
    * fix docs
    
    * add tests
    
    * wip
    
    * fix functions
    
    * change type name to `Iterable`
    
    * wip
    
    * fix lint
    
    * wip
    
    * wip
    
    * don't flag strings spread in object
    
    * wip
    
    * wip
    
    * configs
    
    * snapshot
    
    * add options
    
    * better message
    
    * add map
    
    * messages
    
    * array
    
    * promise + iterable
    
    * class declaration
    
    * class instance
    
    * lint
    
    * wip
    
    * docs
    
    * wip
    
    * wip
    
    * wip
    
    * wip?
    
    * wip
    
    * FML
    
    * wip
    
    * update snapshot
    
    * docs
    
    * wip
    
    * fix tests
    
    * First round of PR feedback
    
    * lil docs nit
    
    * More intentional docs reworking
    
    * fix NotFound/Content/index.tsx violation
    
    * yarn lint --fix
    
    * Handle static class-likes
    
    * test -u and cleanup and typo fix
    
    * Clean up a few redundant tests
    
    * Also test : unknown
    
    * empty
    
    * Fix .mdx docs test
    
    * Separate TSConfig for DOM
    
    * Handle function call spreads too
    
    * Test constrained type params too
    
    * Spring
    
    * Union type tests
    
    * Update docs snapshot as well
    
    * HTMLElementLike
    
    ---------
    
    Co-authored-by: StyleShit <[email protected]>
    Co-authored-by: StyleShit <[email protected]>
    Co-authored-by: Brad Zacher <[email protected]>
    4 people authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    04166e0 View commit details
    Browse the repository at this point in the history
  2. chore: throw error in generate-configs if rule is deprecated and reco…

    …mmended (#10583)
    
    * chore: throw error in generate-configs if rule is deprecated and recommended
    
    * Update packages/eslint-plugin/src/rules/no-empty-interface.ts
    JoshuaKGoldberg authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    2e5d508 View commit details
    Browse the repository at this point in the history
  3. feat(eslint-plugin): [no-deprecated] add allow options (#10585)

    * feat(eslint-plugin): [no-deprecated] add allow options
    
    * updates
    
    * Update no-deprecated.mdx
    
    * apply reviews
    
    * remove unrelated options
    yeonjuan authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    6dda0a4 View commit details
    Browse the repository at this point in the history
  4. fix(eslint-plugin): [no-shadow] ignore ordering of type declarations (#…

    …10593)
    
    * initial implementation
    
    * add relevant tests
    
    * add docs
    
    * snapshots
    
    * match original implementation
    ronami authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    63135f7 View commit details
    Browse the repository at this point in the history
  5. fix(eslint-plugin): [no-unnecessary-condition] don't flag optional ch…

    …aining for union types with an unconstrained type parameters (#10602)
    
    don't flag optional chaining for unconstrained type parameters
    ronami authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    d6e5978 View commit details
    Browse the repository at this point in the history
  6. docs(typescript-eslint): make jsdoc for config helper function consis…

    …tent (#10623)
    
    * docs(config-helper): make jsdoc for config helper function consistent
    
    Update jsdoc to non-spread form.
    
    Closes: #10622
    
    * docs(config-helper): make jsdoc for config helper function consistent
    
    Fix missing jsdoc update to non-spread form.
    
    Closes: #10622
    ebarooni authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    a175189 View commit details
    Browse the repository at this point in the history
  7. feat: standardize debug namespaces to file paths (#10599)

    * feat: standardize debug namespaces to file paths
    
    * test: just a bit more
    
    * Replace unseemly regex with simpler packages split
    JoshuaKGoldberg authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    49a94b3 View commit details
    Browse the repository at this point in the history
  8. feat(eslint-plugin): [consistent-type-assertions] add arrayLiteralTyp…

    …eAssertions options (#10565)
    
    * feat(eslint-plugin): [consistent-type-assertions] add arrayLiteralTypeAssertions options
    
    * add docs
    
    * Update consistent-type-assertions.mdx
    
    * update snapshot
    
    * fix wrong data format
    
    * fix
    
    * review - rename getSuggests -> getSuggestions
    
    * review - docs
    
    * fix tests
    
    * Update consistent-type-assertions.test.ts
    
    * apply review
    yeonjuan authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    a7fc28c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea6fbea View commit details
    Browse the repository at this point in the history
Loading