-
-
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.11.0
head repository: typescript-eslint/typescript-eslint
compare: v8.12.0
- 11 commits
- 69 files changed
- 10 contributors
Commits on Oct 21, 2024
-
feat(eslint-plugin): [prefer-nullish-coalescing] add support for assi…
…gnment expressions (#10152) * extract current LogicalExpression logic into function * pull in other changes to rule file without edits * pull over genericizations for checkAssignmentOrLogicalExpression * lint autofix * port over test changes * change all declare consts to declare lets * apply lint rule * reduce the number of duplicate tests * revert incorrect unrelated changes * fix lint complaints --------- Co-authored-by: Josh Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e765033 - Browse repository at this point
Copy the full SHA e765033View commit details
Commits on Oct 22, 2024
-
fix(website): enable
noImplicitAny
(#10175)* enable noImplicitAny * be more clear * change to PropertyKey
Configuration menu - View commit details
-
Copy full SHA for 8b0b4d1 - Browse repository at this point
Copy the full SHA 8b0b4d1View commit details
Commits on Oct 23, 2024
-
docs: update configuration examples on individual rule pages to use f…
…lat config (#10164) * feat: add getRulesString and getEslintConfigString * feat: update rule pages * refactor: extract rules * fix: typo and refactor * fix: add space
Configuration menu - View commit details
-
Copy full SHA for a744765 - Browse repository at this point
Copy the full SHA a744765View commit details -
feat(eslint-plugin): [consistent-indexed-object-style] report mapped …
…types (#10160) * implementation * fix internal violations
Configuration menu - View commit details
-
Copy full SHA for 9c956ee - Browse repository at this point
Copy the full SHA 9c956eeView commit details
Commits on Oct 24, 2024
-
test(eslint-plugin): fix a typo in a test, causing it to test the `er…
…ror` type rather than the `unknown` type (#10204) fix a typo in a test, causing it to test errored type rather than unknown type
Configuration menu - View commit details
-
Copy full SHA for af4743f - Browse repository at this point
Copy the full SHA af4743fView commit details -
feat(typescript-eslint): improve undefined extension handling (#10177)
* feat(typescript-eslint): improve undefined extension handling Addresses #10176 by checking if any of the extensions are undefined and throwing a helpful error if true. Signed-off-by: Maxim Stykow <[email protected]> * feat(typescript-eslint): improve error message to include indices Signed-off-by: Maxim Stykow <[email protected]> * feat(typescript-eslint): minor rewording Signed-off-by: Maxim Stykow <[email protected]> * feat(typescript-eslint): add config name to error message Signed-off-by: Maxim Stykow <[email protected]> * quotes around what is quoted --------- Signed-off-by: Maxim Stykow <[email protected]> Co-authored-by: Kirk Waiblinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad9d3ba - Browse repository at this point
Copy the full SHA ad9d3baView commit details -
fix(eslint-plugin): [no-unsafe-return] don't reiterate through all ty…
…pe parts for each part (#10203) don't reiterate through all type parts for each part
Configuration menu - View commit details
-
Copy full SHA for 74ace4d - Browse repository at this point
Copy the full SHA 74ace4dView commit details
Commits on Oct 27, 2024
-
feat(eslint-plugin): [switch-exhaustiveness-check] add allowDefaultCa…
…seMatchUnionMember option (#9954) * feat: add option * fix: test error * fix: lint error * fix: apply code reivew * fix: reflect code review * docs: Remove unnecessary phrases * docs: change option name * docs: considerDefaultExhaustiveForUnions option description edit * docs: apply code reivew * fix: test and lint error * fix:lint error * fix heading issue * refactor to tabs * Update packages/eslint-plugin/docs/rules/switch-exhaustiveness-check.mdx * fix text snapshots --------- Co-authored-by: Kirk Waiblinger <[email protected]> Co-authored-by: Josh Goldberg ✨ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c8978d - Browse repository at this point
Copy the full SHA 3c8978dView commit details -
chore: switch from explicit-function-return-type to explicit-module-b…
…oundary-types internally (#10193)
Configuration menu - View commit details
-
Copy full SHA for 53b81d6 - Browse repository at this point
Copy the full SHA 53b81d6View commit details -
feat(eslint-plugin): [no-base-to-string] handle String() (#10005)
* feat(eslint-plugin): [no-base-to-string] handle String() * fix * handle shadowed string * apply review * fix lint errors * Update packages/eslint-plugin/docs/rules/no-base-to-string.mdx Co-authored-by: Kirk Waiblinger <[email protected]> --------- Co-authored-by: Kirk Waiblinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac18749 - Browse repository at this point
Copy the full SHA ac18749View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3413a2d - Browse repository at this point
Copy the full SHA 3413a2dView 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.11.0...v8.12.0