Add support for @nx/devkit v19.0.0
bjornharvold opened this issue Β· 7 comments
Came with the last major release of Nx today
v5 already works with nx v18..
It should be support for v19?
Hey, will work on it soonish, I think there's no major breaking change.
ππ» @edbzn have an ETA for us? π«ΆπΌ
A workaround for this problem is forcing @jscutlery/semver
to use Nx V19. This is not ideal; it could lead to unpredictable results if Nx19 contains a breaking change.
For npm
"overrides": {
"@jscutlery/semver": {
"@nx/devkit": "YOUR.CURRENT.VERSION"
}
}
If you are not using
npm
as a package manager, you would need to search, which is the equivalent ofoverrides
This seems safe to use. No major breaking changes are introduced in V19; I did it on ngx-deploy-npm
, and everything seems to be working as expected.
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.