-
-
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.7.0
head repository: typescript-eslint/typescript-eslint
compare: v8.8.0
- 18 commits
- 96 files changed
- 13 contributors
Commits on Sep 24, 2024
-
docs: [no-duplicate-type-constituents] clarify relation to exactOptio…
…nalPropertyTypes (#10045)
Configuration menu - View commit details
-
Copy full SHA for 896c731 - Browse repository at this point
Copy the full SHA 896c731View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6f4b2f - Browse repository at this point
Copy the full SHA b6f4b2fView commit details -
fix(eslint-plugin): [no-unnecessary-template-expression] should under…
…line template syntax with squiggly lines (#10044) * fix no-unnecessary-template-expression to include template syntax with a squiggly * Update packages/eslint-plugin/src/rules/no-unnecessary-template-expression.ts Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com> * Update packages/eslint-plugin/src/rules/no-unnecessary-template-expression.ts Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com> --------- Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6dbf234 - Browse repository at this point
Copy the full SHA 6dbf234View commit details
Commits on Sep 27, 2024
-
chore: update sponsors (#10062)
Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dda8eba - Browse repository at this point
Copy the full SHA dda8ebaView commit details -
docs(website): open in playground button should not cover text (#10019)
* style: increase padding-bottom to prevent overlap * Revert "style: increase padding-bottom to prevent overlap" This reverts commit 8599287. * fix : add padding bottom only when playground button is visible * Revert "fix : add padding bottom only when playground button is visible" This reverts commit 492c3c1. * fix : Increase the padding if the length of the last line of code exceeds 50 characters. This reverts commit 492c3c1. * fix : add padding when codeblocks has playground button
Configuration menu - View commit details
-
Copy full SHA for d50b97f - Browse repository at this point
Copy the full SHA d50b97fView commit details -
docs: [prefer-literal-enum-member] fix bad examples (#10035)
* docs: [prefer-literal-enum-members] fix bad examples * Update packages/eslint-plugin/docs/rules/prefer-literal-enum-member.mdx Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> * snapshots --------- Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
Configuration menu - View commit details
-
Copy full SHA for ced951b - Browse repository at this point
Copy the full SHA ced951bView commit details -
fix(type-utils): check for type parameters on `isBuiltinSymbolLikeRec…
…urser()` (#10026) * check type parameter on isBuiltinSymbolLikeRecurser * basic tests * use tsutils.isTypeParameter() instead of type.isTypeParameter()
Configuration menu - View commit details
-
Copy full SHA for 94c5484 - Browse repository at this point
Copy the full SHA 94c5484View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53650c4 - Browse repository at this point
Copy the full SHA 53650c4View commit details -
fix(eslint-plugin): [no-deprecated] max callstack exceeded when class…
… implements itself (#10040)
Configuration menu - View commit details
-
Copy full SHA for 7a216fe - Browse repository at this point
Copy the full SHA 7a216feView commit details -
fix(eslint-plugin): [no-misused-promises] check contextual type (#10042)
* fix(eslint-plugin): [no-misused-promises] check contextual type * fix * apply review * remove comment
Configuration menu - View commit details
-
Copy full SHA for b36d524 - Browse repository at this point
Copy the full SHA b36d524View commit details -
chore(deps): update dependency esbuild to ~0.24.0 (#10073)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 032918a - Browse repository at this point
Copy the full SHA 032918aView commit details -
feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicat…
…es (#10009) * [no-unnecessary-condition]: add checkTruthinessAssertions * test -u * change internal reports * added some coverage * hugely simplify * uge * yooj * changes * some changes * test changes * finishing touches * snapshots * fixup * remove type predicate
Configuration menu - View commit details
-
Copy full SHA for a916ff2 - Browse repository at this point
Copy the full SHA a916ff2View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ce66b5 - Browse repository at this point
Copy the full SHA 6ce66b5View commit details -
fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise…
… operations (#10037) * fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise operations * tweak things slightly * move comment
Configuration menu - View commit details
-
Copy full SHA for 977e0a1 - Browse repository at this point
Copy the full SHA 977e0a1View commit details -
docs: [no-unsafe-enum-comparison] clarify motivation and applicability (
#10029) Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
Configuration menu - View commit details
-
Copy full SHA for 9028d9d - Browse repository at this point
Copy the full SHA 9028d9dView commit details -
docs: add 'Typed Linting' blog post (#10025)
* docs: add 'Typed Linting' blog post * fix: /getting-started/linting-with-type-information * fix tags * Maybe better explain type information... * more touchups * tuples * nit: traditional 'JS' rules * Apply suggestions from code review Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com> * mention: reliable --------- Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 16f4d90 - Browse repository at this point
Copy the full SHA 16f4d90View commit details -
feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)
* check for-await loop iteree * test fixup * better docs and stuff * tweak * change comment * await=true Co-authored-by: Joshua Chen <sidachen2003@gmail.com> * type and remove unnecessary condition * Use Josh Cena's writeup instead Co-authored-by: Joshua Chen <sidachen2003@gmail.com> * snapshot * cov --------- Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b121bd9 - Browse repository at this point
Copy the full SHA b121bd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2055cfb - Browse repository at this point
Copy the full SHA 2055cfbView 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.7.0...v8.8.0