Skip to content
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

Drop node 12, add node 18 #210

Merged
merged 2 commits into from
Oct 17, 2022
Merged

Drop node 12, add node 18 #210

merged 2 commits into from
Oct 17, 2022

Conversation

tizmagik
Copy link
Collaborator

  • Node 12 is officially EOL since April 2022
  • Add Node 18

@tizmagik tizmagik changed the title Drop node 12 Drop node 12, add node 18 Oct 17, 2022
@tizmagik tizmagik merged commit 3d73fa4 into main Oct 17, 2022
@tizmagik tizmagik deleted the drop-node-12 branch October 17, 2022 03:13
@@ -110,7 +110,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"engines": {
"node": ">=16.9.1",
"node": ">=18",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @tizmagik, typically dropping support for older node versions is considered a breaking change, but this got pulled in on a minor version.
It also looks like this is dropping support for node 16 as well, which isn't in the release notes (it only mentions node 12)

as a result, we're seeing this on Node 16.19.1 now

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=18', npm: '>=8.0.0' },
npm WARN EBADENGINE   current: { node: 'v16.19.1', npm: '8.19.3' }
npm WARN EBADENGINE }

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sorry about that. This should have been >=16.9. I can try and get a PR and re-release when I get some time, unless you have some bandwidth and would like to contribute 🙏

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should have some time tomorrow to knock this out! thanks for the quick response

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR is up! #215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants