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.50.0
head repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v5.51.0
- 17commits
- 136files changed
- 9contributors
Commits on Jan 31, 2023
chore(website): consistent .mdx file naming (#6325)
* chore(website): consistent .mdx file naming* Ran Prettier* .md/s/x* Post merge fixups* Ignore warnonunsupportedtypescriptversion* Fix Versioning merge conflicts
JoshuaKGoldberg authoredJan 31, 2023 chore: enable eqeqeq internally (#6228)
* chore: enable eqeqeq internally* Switch to null: never* Why not add some test coverage
JoshuaKGoldberg authoredJan 31, 2023 fix(eslint-plugin): do not use .at(), Node 14 does not support it (#6402
)* fix(key-spacing): do not use .at(), Node 14 does not support it* 🚨 Coverage on at()* Apply suggestions from code review---------Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
docs(eslint-plugin): fix key-spacing core rule name (#6395)
docs(key-spacing): fix core rule name
FloEdelmann authoredJan 31, 2023 fix(eslint-plugin): [sort-type-constituents] fixed behavior change (#…
sviat9440 authoredJan 31, 2023 chore: test on Node 14 (#6400)
JoshuaKGoldberg authoredJan 31, 2023 feat(eslint-plugin): [naming-convention] improve performance by remov…
…ing unnecessary selectors (#6376)* feat(eslint-plugin): [naming-convention] improve performance by removing unnecessary selectors* Non-nullable validators* Undo yarn.lock changes---------Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
feat(typescript-estree): cache project glob resolution (#6367)
* feat(typescript-estree): cache project glob resolution* review* Fixed CacheDurationSeconds import* Fix lint---------Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Commits on Feb 1, 2023
chore: update contributors (#6406)
Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
feat(eslint-plugin): [no-import-type-side-effects] add rule to warn a…
…gainst runtime side effects with `verbatimModuleSyntax` (#6394)
bradzacher authoredFeb 1, 2023
Commits on Feb 2, 2023
Commits on Feb 3, 2023
chore: update sponsors (#6417)
Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
feat(eslint-plugin): [no-floating-promises] error on logical expressi…
…on (#6356)* feat(eslint-plugin) [no-floating-promises] Error on logical expression* Update packages/eslint-plugin/src/rules/no-floating-promises.tsCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* remove sourceCode Variable---------Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Commits on Feb 5, 2023
feat(eslint-plugin): [strict-boolean-expressions] add allow nullable …
…enum to strict boolean expressions (#6096)* feat: add allowNullableEnum option* test: add allowNullableEnum option* fix: lint error* chore: erase indent diff* fix: error column number* test: fix output* test: fix output format* test: add !nullableEnum pattern* Update packages/eslint-plugin/src/rules/strict-boolean-expressions.tsCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* Update packages/eslint-plugin/tests/rules/strict-boolean-expressions.test.tsCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* chore: yarn lint --fix* perf: use some instead of length* test: fix output* test: split into two cases* docs: add allowNullableEnum* Update packages/eslint-plugin/src/rules/strict-boolean-expressions.tsCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* perf: use some instead of filter* Update packages/eslint-plugin/docs/rules/strict-boolean-expressions.mdCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* Update packages/eslint-plugin/docs/rules/strict-boolean-expressions.mdCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* Update packages/eslint-plugin/src/rules/strict-boolean-expressions.tsCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* test: add case* fix: add string condition* Fix lil lint issue* Test fix---------Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Commits on Feb 6, 2023
test: remove now-unnecessary jest-resolver.js (#6429)
JoshuaKGoldberg authoredFeb 6, 2023 - typescript-eslint[bot] committed
Feb 6, 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.50.0...v5.51.0
Uh oh!
There was an error while loading.Please reload this page.