Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 onhttps://opencollective.com/typescript-eslint. |
netlifybot commentedFeb 5, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
✅ Deploy Preview fortypescript-eslint ready!
To edit notification comments on pull requests, go to yourNetlify site configuration. |
nx-cloudbot commentedFeb 5, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
codecovbot commentedFeb 5, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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.
everywhereexcepteslint-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.
Uh oh!
There was an error while loading.Please reload this page.
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: