-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Comparing changes
Open a pull request
base repository: typescript-eslint/typescript-eslint
base: v8.19.1
head repository: typescript-eslint/typescript-eslint
compare: v8.20.0
- 17 commits
- 145 files changed
- 12 contributors
Commits on Jan 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e697cfa - Browse repository at this point
Copy the full SHA e697cfaView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 03d9639 - Browse repository at this point
Copy the full SHA 03d9639View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 80d188e - Browse repository at this point
Copy the full SHA 80d188eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a3e8c - Browse repository at this point
Copy the full SHA f2a3e8cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b17c7f2 - Browse repository at this point
Copy the full SHA b17c7f2View commit details
Commits on Jan 9, 2025
-
chore: update contributors (#10584)
Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 71832f5 - Browse repository at this point
Copy the full SHA 71832f5View commit details -
chore: update maintenance docs around team member expectations (#10589)
* update maintenance docs around team member expectations * feedback
Configuration menu - View commit details
-
Copy full SHA for 290211b - Browse repository at this point
Copy the full SHA 290211bView commit details
Commits on Jan 10, 2025
-
chore: update sponsors (#10636)
Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 81dc579 - Browse repository at this point
Copy the full SHA 81dc579View commit details
Commits on Jan 13, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 04166e0 - Browse repository at this point
Copy the full SHA 04166e0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2e5d508 - Browse repository at this point
Copy the full SHA 2e5d508View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6dda0a4 - Browse repository at this point
Copy the full SHA 6dda0a4View commit details -
fix(eslint-plugin): [no-shadow] ignore ordering of type declarations (#…
…10593) * initial implementation * add relevant tests * add docs * snapshots * match original implementation
Configuration menu - View commit details
-
Copy full SHA for 63135f7 - Browse repository at this point
Copy the full SHA 63135f7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d6e5978 - Browse repository at this point
Copy the full SHA d6e5978View commit details -
docs(typescript-eslint): make jsdoc for config helper function consis…
Configuration menu - View commit details
-
Copy full SHA for a175189 - Browse repository at this point
Copy the full SHA a175189View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 49a94b3 - Browse repository at this point
Copy the full SHA 49a94b3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a7fc28c - Browse repository at this point
Copy the full SHA a7fc28cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6fbea - Browse repository at this point
Copy the full SHA ea6fbeaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.19.1...v8.20.0