-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix: correct engines.node
constraints in package.json
#8671
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
Thanks for the PR, @MichaelDeBoey! 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8671 +/- ##
==========================================
+ Coverage 87.23% 88.01% +0.78%
==========================================
Files 251 401 +150
Lines 12319 13919 +1600
Branches 3884 4090 +206
==========================================
+ Hits 10746 12251 +1505
- Misses 1303 1368 +65
- Partials 270 300 +30
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.
what a silly mistake I made!
Thanks for catching this
Technically this is a breaking change - but given this breaking change was supposed to land with v7 I'm okay with landing it now.
If I wasn't lazy I'd backport it as a patch to 7.0, 7.1, and 7.2 to make sure it's applied for all released minors... but I'm lazy so just the latest will do.
engines.node
field in package.json
engines.node
constraints in package.json
…63424) ### What typescript-eslint/typescript-eslint#8671 introduces a change to enforce node.js >= 18.18.0. This is technically breaking changes, and affects us as we support 18.17.0 still (https://github.com/vercel/next.js/blob/canary/package.json#L254). As a workaround, pin dep version to avoid 7.3.0 - later when we lift our engines, can remove those. Closes PACK-2763
These seem to be forgotten in #8377