-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat: bump ESLint, NodeJS, and TS minimum version requirements #8377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
BREAKING CHANGE: Bumps the minimum requirements
Thanks for the PR, @bradzacher! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. |
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #8377 +/- ##
==========================================
+ Coverage 87.80% 87.84% +0.03%
==========================================
Files 398 396 -2
Lines 14052 13809 -243
Branches 4090 4064 -26
==========================================
- Hits 12338 12130 -208
+ Misses 1403 1382 -21
+ Partials 311 297 -14
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I trust you on the playground selector 🙂 . This is great - really excited to lose the burden of older ESLint support!
packages/eslint-plugin/tests/rules/consistent-type-imports.test.ts
Outdated
Show resolved
Hide resolved
I ran a few full text regex searches in
Not blocking IMO, but at least something to note as a good followup. |
🎉 |
@JoshuaKGoldberg I ended up expanding the scope of this to remove the deprecated property usages as well. Pls re-review sir. |
@@ -63,7 +63,6 @@ | |||
"@nx/eslint": "17.2.8", | |||
"@nx/jest": "17.2.8", | |||
"@nx/workspace": "17.2.8", | |||
"@prettier/sync": "^0.5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
heck yes async everywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
everywhere except eslint-plugin-internal
. One day we'll have async plugins . . . .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BREAKING CHANGE:
Bumps the minimum dependency requirements
Overview
Fixes #8346
Breaking changes:
@typescript-eslint/utils/eslint-utils
(getAncestors
,getCwd
,getDeclaredVariables
,getFilename
,getScope
,getSourceCode
)Other changes: