-
-
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: v6.7.5
head repository: typescript-eslint/typescript-eslint
compare: v6.8.0
- 13 commits
- 186 files changed
- 10 contributors
Commits on Oct 9, 2023
-
docs(eslint-plugin): [explicit-function-return-type] fix typo in opti…
…on name (#7728) * docs(eslint-plugin): fix typo in option name | rule: explicit-function-return-type * docs(eslint-plugin): add tags | rule: explicit-function-return-type
Configuration menu - View commit details
-
Copy full SHA for a9c7928 - Browse repository at this point
Copy the full SHA a9c7928View commit details
Commits on Oct 10, 2023
-
chore: add discord and stackoverflow as links to issue template (#7645)
* chore: add discord and stackoverflow as links to issue template IDK if this is the best as it adds more noise But people can't easily find these options right now without jumping through some hoops. * fix trailing space formatting --------- Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Configuration menu - View commit details
-
Copy full SHA for 6d73b80 - Browse repository at this point
Copy the full SHA 6d73b80View commit details
Commits on Oct 11, 2023
-
chore: remove Playwright end-to-end website tests (#7730)
build: remove playwright
Configuration menu - View commit details
-
Copy full SHA for e50d1a3 - Browse repository at this point
Copy the full SHA e50d1a3View commit details -
chore: use named import for
util
(#7669)* refactor: use named export for `util` * fix: revert isTypeFlagSet switch * chore: conflicts * chore: adding back comments * fix: conflicts --------- Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Configuration menu - View commit details
-
Copy full SHA for afee34c - Browse repository at this point
Copy the full SHA afee34cView commit details -
docs: fix "Alternatively" typo (#7740)
docs: Fix "Alternatively" typo
Configuration menu - View commit details
-
Copy full SHA for c5334be - Browse repository at this point
Copy the full SHA c5334beView commit details -
Configuration menu - View commit details
-
Copy full SHA for cff6e47 - Browse repository at this point
Copy the full SHA cff6e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for f81a2da - Browse repository at this point
Copy the full SHA f81a2daView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac397f1 - Browse repository at this point
Copy the full SHA ac397f1View commit details -
fix(eslint-plugin): [no-shadow] fix static class generics for class e…
…xpressions (#7724) * Add test for factory generating class functionn with generic type * Rename isGenericOfClassDecl to isGenericOfClass, check for class expression in function * Apply eslint fixer on no shadow test class expression test case * Apply yarn lint-fix
Configuration menu - View commit details
-
Copy full SHA for e5ea1d0 - Browse repository at this point
Copy the full SHA e5ea1d0View commit details -
fix(eslint-plugin): [consistent-type-imports] import assertion checks…
… added (#7722) * Updated consistent-type-imports Added type assertion for json files * Import assertion checks added The linter checks for import assertions before suggesting fixes
Configuration menu - View commit details
-
Copy full SHA for afdae37 - Browse repository at this point
Copy the full SHA afdae37View commit details -
feat(eslint-plugin): add new extended rule
prefer-destructuring
(#7117) * copy prefer-destructuring from ESLint * rewrite schema by hand * add enforceForTypeAnnotatedProperties option autofix is still wrong. * add tests * prevent fixing type-annotated declaration * add tests * move baseTests into end of file * refactor * consider numeric properties of non-itreable objects for VariableDeclarator * consider numeric properties of non-itreable objects for AssignmentExpression * fix a bug * fix a bug * add "openjsf" into the dictionary * add prefer-destructuring into all * add doc and minor tweak * fix typo * fix incorrect "correct" case * improve test coverage * improve test coverage * fix: bring in adjustments from main branch * Updated snapshot * Update packages/eslint-plugin/src/rules/prefer-destructuring.ts Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> * rename a function * fix typo * reduce baseRule.create() calls * lazily run baseRule.create(noFixContext(context)) * lint * add test cases * add test cases * remove tests copied from base rule * add tests * add tests * declare variables * minor improvements - naming of options - using nullish coalescing assignment * improve type and coverage --------- Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Configuration menu - View commit details
-
Copy full SHA for 3c6379b - Browse repository at this point
Copy the full SHA 3c6379bView commit details
Commits on Oct 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3d58813 - Browse repository at this point
Copy the full SHA 3d58813View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d475f88 - Browse repository at this point
Copy the full SHA d475f88View 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 v6.7.5...v6.8.0