generated from JoshuaKGoldberg/create-typescript-app
-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
🐛 Bug: v1.1.x raised engines.node from 16 to 18 #389
Labels
type: bug
Something isn't working :( 🐛
Comments
encountered this through typescript-eslint packages, on node 16 |
Also ran into this now |
Sorry folks, this is a bug. I'll fix it. |
JoshuaKGoldberg
changed the title
🐛 Bug: <Why does the new version 1.1.0 not comply with semver about engines.node?>
🐛 Bug: v1.1.x raised engines.node from 16 to 18
Feb 6, 2024
3 tasks
JoshuaKGoldberg
added a commit
that referenced
this issue
Feb 6, 2024
## PR Checklist - [x] Addresses an existing open issue: fixes #389 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/ts-api-utils/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Reduces the number in the `package.json` `engines` field.
Should be fixed in v1.2.1. Sorry for the disruption. npm i ts-api-utils@latest |
Thanks a million @JoshuaKGoldberg ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report Checklist
main
branch of the repository.Expected
The change in the 'engines.node' configuration from 16 to 18 uses the 'x' major version, e.g. 2.0.0.
And, rollback 1.1.0 and 1.2.0.
Actual
Shouldn't the node version be compatible with the x of the semver rule?
This causes packages or apps using the '^1.0.1' version to abort unexpectedly, when installed using the yarn(v1) package manager in an earlier version of the node environment. Eventually, the installation failed, and the directory 'node_modules' is not exists.
Additional Info
No response
The text was updated successfully, but these errors were encountered: