Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Comparing changes
Open a pull request
base repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
base:v5.51.0
head repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v5.52.0
- 15commits
- 3,429files changed
- 10contributors
Commits on Feb 9, 2023
fix(eslint-plugin): [no-import-type-side-effects] correctly ignore ze…
…ro-specifier imports (#6444)
bradzacher authoredFeb 9, 2023
Commits on Feb 10, 2023
chore: migrated
shared-fixtures
toast-spec
(#6436)* chore: migrated shared-fixtures to ast-spec* Removed shared-fixtures package* Updated snapshots* Corrected last snapshot* Updated typescript-estree test snapshots* Moved to legacy-fixtures dir, with a bit of docs* Revert "Moved to legacy-fixtures dir, with a bit of docs"This reverts commit1323b6c.* rename unsorted-fixtures to legacy-fixtures
JoshuaKGoldberg authoredFeb 10, 2023 chore(website): link every rule doc to the playground with default co…
…nfig (#6317)Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
feat(typescript-estree): add
.kind
toTSModuleDeclaration
(#6443)bradzacher authoredFeb 10, 2023 feat(eslint-plugin): [explicit-function-return-type] add allowFunctio…
…nsWithoutTypeParameters option (#6105)
JoshuaKGoldberg authoredFeb 10, 2023 fix(eslint-plugin): fix key-spacing when type starts on next line (#6412
)* fix(eslint-plugin): fix key-spacing when type starts on next line* fixup! fix(eslint-plugin): fix key-spacing when type starts on next line
coyotte508 authoredFeb 10, 2023 feat(typescript-estree): allow specifying project: true (#6084)
* feat(typescript-estree): allow specifying project: true* Also fix unchanged file for lint I guess* Added docs* More tsconfigRootDir: __dirname removal* Added some unit tests* you don't say* Undo createWatchProgram.ts* Added parse tests* Fixed monorepos link* Cache under all directories* Added another test, just to be sure* lint fix* Add back tsconfigRootDir* Apply suggestions from code reviewCo-authored-by: Brad Zacher <brad.zacher@gmail.com>* Back to string |* Fix website build* Fix the build* A global tsconfigMatchCache, with a test---------Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
chore: add merge_group trigger to run ci on the merge queue (#6445)
bradzacher authoredFeb 10, 2023 fix(eslint-plugin): [no-unnecessary-condition] account for optional c…
…haining on potentially void values (#6432)* Update error message per#5255 discussion* Add void check to no-unnecessary-condition and test case* Cleanup, update type checks
cparros authoredFeb 10, 2023 chore(website): use Docusaurus Link component, fix broken link (#6448)
Josh-Cena authoredFeb 10, 2023
Commits on Feb 11, 2023
chore: check package.json existence in package-packages.ts (#6454)
JoshuaKGoldberg authoredFeb 11, 2023
Commits on Feb 12, 2023
feat(eslint-plugin): [explicit-function-return-type] add allowIIFEs o…
…ption (#6237)* feat(eslint-plugin): [explicit-function-return-type] add allowIIFEs option* remove useless code* fix tests* apply reviews* remove useless lint* add tc* fix* add test cases* fix* fix* add test cases* add test case* Update packages/eslint-plugin/tests/rules/explicit-function-return-type.test.ts---------Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Commits on Feb 13, 2023
fix(eslint-plugin): [no-unnecessary-condition] fix false positive whe…
…n checking indexed access types (#6452)* add new tests* allow naked index access type to be a condition
uhyo authoredFeb 13, 2023 feat(eslint-plugin): [block-spacing] extending base rule for TS relat…
…ed blocks (#6195)* feat/issue5990-extend-base-block-spacing* for history* fixes* cleanup* with a comment for the option* support enums as well* template string* fix doc* fix doc* typescript -> TypeScript* add missing things* CR: remove jsdoc types* rename typeDeclaration -> typeDeclarations* more valid cases with comments* invalid cases with block comments* more concise* fix comment* fix lint error
Omri Luzon authoredFeb 13, 2023 - typescript-eslint[bot] committed
Feb 13, 2023
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 v5.51.0...v5.52.0
Uh oh!
There was an error while loading.Please reload this page.