fix(angular): correct nx angular migration requirement for 19.2 (#30234)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior Angular migrations require @angular/core@19.2.0, to update to 19.2.0 ## Expected Behavior Angular migrations require @angular/core@19.1.0 to update to 19.2.0 ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # --------- Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
This commit is contained in:
parent
61ff25fc08
commit
bf10eae48e
@ -2,7 +2,7 @@
|
|||||||
"name": "20.5.0-package-updates",
|
"name": "20.5.0-package-updates",
|
||||||
"version": "20.5.0-beta.5",
|
"version": "20.5.0-beta.5",
|
||||||
"x-prompt": "Do you want to update the Angular version to v19.2?",
|
"x-prompt": "Do you want to update the Angular version to v19.2?",
|
||||||
"requires": { "@angular/core": ">=19.2.0 <20.0.0-next.0" },
|
"requires": { "@angular/core": ">=19.1.0 <19.2.0" },
|
||||||
"packages": {
|
"packages": {
|
||||||
"@angular-devkit/build-angular": {
|
"@angular-devkit/build-angular": {
|
||||||
"version": "~19.2.0",
|
"version": "~19.2.0",
|
||||||
|
|||||||
@ -1547,7 +1547,7 @@
|
|||||||
"version": "20.5.0-beta.5",
|
"version": "20.5.0-beta.5",
|
||||||
"x-prompt": "Do you want to update the Angular version to v19.2?",
|
"x-prompt": "Do you want to update the Angular version to v19.2?",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@angular/core": ">=19.2.0 <20.0.0-next.0"
|
"@angular/core": ">=19.1.0 <19.2.0"
|
||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
"@angular-devkit/build-angular": {
|
"@angular-devkit/build-angular": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user