-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add support for @nx/devkit v19.0.0 #814
Comments
v5 already works with nx v18.. |
Hey, will work on it soonish, I think there's no major breaking change. |
👋🏻 @edbzn have an ETA for us? 🫶🏼 |
what is the status of the work for upgrading to @nx v19? |
A workaround for this problem is forcing For "overrides": {
"@jscutlery/semver": {
"@nx/devkit": "YOUR.CURRENT.VERSION"
}
}
This seems safe to use. No major breaking changes are introduced in V19; I did it on UPDATE: I launched a new version with this hack, and everything ran as expected ✅ |
Guys I'm on vacation without my pc, you can force semver to use nx v19 there's no breaking change. |
…y/semver` issue Added an `overrides` section in `package.json` to pin `@nx/devkit` to version 19.5.3 as a workaround for the issue @jscutlery/semver#814 Reference: jscutlery/semver#814 (comment)
Should this issue be closed? Semver supports Nx19 since august on V5.3.0 |
Came with the last major release of Nx today
The text was updated successfully, but these errors were encountered: