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:
Craigory Coppola 2025-03-03 10:16:26 -05:00 committed by GitHub
parent 61ff25fc08
commit bf10eae48e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "20.5.0-package-updates",
"version": "20.5.0-beta.5",
"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": {
"@angular-devkit/build-angular": {
"version": "~19.2.0",

View File

@ -1547,7 +1547,7 @@
"version": "20.5.0-beta.5",
"x-prompt": "Do you want to update the Angular version to v19.2?",
"requires": {
"@angular/core": ">=19.2.0 <20.0.0-next.0"
"@angular/core": ">=19.1.0 <19.2.0"
},
"packages": {
"@angular-devkit/build-angular": {