-
-
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.6.0
head repository: typescript-eslint/typescript-eslint
compare: v8.7.0
- 16 commits
- 86 files changed
- 12 contributors
Commits on Sep 18, 2024
-
fix(utils): add missing entries to the RuleListener selectors list (#…
…9992) * fix(utils): add missing entries to the RuleListener selectors list * fix knip err
Configuration menu - View commit details
-
Copy full SHA for 385bedb - Browse repository at this point
Copy the full SHA 385bedbView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7865a55 - Browse repository at this point
Copy the full SHA 7865a55View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e0f6e - Browse repository at this point
Copy the full SHA d6e0f6eView commit details -
fix(types): add
NewExpression
as a parent ofSpreadElement
(#10024)`new` expressions may contain a spread, e.g. `new Array(...[])`.
Configuration menu - View commit details
-
Copy full SHA for c249c2f - Browse repository at this point
Copy the full SHA c249c2fView commit details
Commits on Sep 20, 2024
-
docs: misnamed
no-deprecation
/no-deprecated
in CHANGELOG.md (#10021)Misnamed `no-deprecation`/`no-deprecated` in CHANGELOG.md Same in the release description for https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.3.0
Configuration menu - View commit details
-
Copy full SHA for dc5b587 - Browse repository at this point
Copy the full SHA dc5b587View commit details -
chore(deps): update dependency eslint-plugin-react to v7.36.1 (#10017)
chore(deps): update dependency eslint-plugin-react to v7.36.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4b5cf6e - Browse repository at this point
Copy the full SHA 4b5cf6eView commit details
Commits on Sep 21, 2024
-
docs: [strict-boolean-expressions] fix adominition (#10033)
* docs: [strict-boolean-expressions] fix adominition * Update packages/eslint-plugin/docs/rules/strict-boolean-expressions.mdx --------- Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7b149b9 - Browse repository at this point
Copy the full SHA 7b149b9View commit details
Commits on Sep 22, 2024
-
fix(eslint-plugin): properly coerce all types to string in `getStatic…
…MemberAccessValue` (#10004)
Configuration menu - View commit details
-
Copy full SHA for 1c183ab - Browse repository at this point
Copy the full SHA 1c183abView commit details
Commits on Sep 23, 2024
-
docs: [no-floating-promises] clarify that void does not resolve promi…
…ses (#9949) * Improved no-floating-promises documentation * Changed silencing phrase * Moved rules report order to prioritize handling * Improved ignoreVoid warning * Removed handled/unhandled markers and added a bit on the next tip * Reverted tip edit * Added a paragraph about promises handling and improved the warning in ignoreVoid * Moved handling Promises paragraph up * Reworked a bit Handling Promises rejections * Removed Handling Promises rejection * Added link to mdn in the tip * Removed ref to handling promises rejection (not existing anymore) * Changed monospace comment in warning to link Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> * Typo fix Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> --------- Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c5dc755 - Browse repository at this point
Copy the full SHA c5dc755View commit details -
fix(eslint-plugin): [no-deprecated] report on imported deprecated var…
…iables (#9987) * fix(eslint-plugin): [no-deprecated] report on imported deprecated variables * i thought it would be a lot easier... * revert changes in class.ts fixture * explain why we don't check aliased symbol when working with signatures * ci failures * test: make tests pass with projectservice enabled
Configuration menu - View commit details
-
Copy full SHA for b75d42b - Browse repository at this point
Copy the full SHA b75d42bView commit details -
fix(eslint-plugin): [no-confusing-non-null-assertion] check !in and !…
…instanceof (#9994) * ban !in and !instanceof * lintfix * snapshots * cov
Configuration menu - View commit details
-
Copy full SHA for 8293546 - Browse repository at this point
Copy the full SHA 8293546View commit details -
feat(eslint-plugin): [no-unsafe-call] check calls of Function (#10010)
* [no-unsafe-call] check calls of Function * lint * weird edge cases * comment * naming * feedback
Configuration menu - View commit details
-
Copy full SHA for e8555a0 - Browse repository at this point
Copy the full SHA e8555a0View commit details -
docs: [no-unnecessary-type-parameters] add FAQ section (#9975)
* [no-unnecessary-type-parameters] add FAQ section * wording * wording * update admonition link * test case * stuf * prettierer * test case formatting * log * mention 9735 * explain the equal false positives a little better * add implicit return type FAQ
Configuration menu - View commit details
-
Copy full SHA for dc1c6d3 - Browse repository at this point
Copy the full SHA dc1c6d3View commit details -
feat(eslint-plugin): [consistent-type-exports] check
export *
expor……ts to see if all exported members are types (#10006) * feat(eslint-plugin): [consistent-type-exports] check "export *" exports to see if all exported members are types * filter + length === some * lint --fix
Configuration menu - View commit details
-
Copy full SHA for d0e35d9 - Browse repository at this point
Copy the full SHA d0e35d9View commit details -
docs(eslint-plugin): [no-inferrable-types] do not use no-inferrable-t…
…ypes with isolatedDeclarations compiler option (#9956) docs: do not use no-inferrable-types with isolatedDeclarations compiler option
Configuration menu - View commit details
-
Copy full SHA for cdd93f6 - Browse repository at this point
Copy the full SHA cdd93f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b88ea33 - Browse repository at this point
Copy the full SHA b88ea33View 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.6.0...v8.7.0