feat(angular): update angular-rspack to 20.7 (#30737)

This commit is contained in:
Colum Ferry 2025-04-16 16:59:21 +01:00 committed by GitHub
parent c37007ec6c
commit 67732d6217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 49 additions and 1 deletions

View File

@ -454,6 +454,16 @@
"path": "/nx-api/angular/migrations/set-continuous-option", "path": "/nx-api/angular/migrations/set-continuous-option",
"type": "migration" "type": "migration"
}, },
"/nx-api/angular/migrations/20.8.1-package-updates": {
"description": "",
"file": "generated/packages/angular/migrations/20.8.1-package-updates.json",
"hidden": false,
"name": "20.8.1-package-updates",
"version": "20.8.1-beta.0",
"originalFilePath": "/packages/angular",
"path": "/nx-api/angular/migrations/20.8.1-package-updates",
"type": "migration"
},
"/nx-api/angular/migrations/20.5.0-angular-eslint-package-updates": { "/nx-api/angular/migrations/20.5.0-angular-eslint-package-updates": {
"description": "", "description": "",
"file": "generated/packages/angular/migrations/20.5.0-angular-eslint-package-updates.json", "file": "generated/packages/angular/migrations/20.5.0-angular-eslint-package-updates.json",

View File

@ -449,6 +449,16 @@
"path": "angular/migrations/set-continuous-option", "path": "angular/migrations/set-continuous-option",
"type": "migration" "type": "migration"
}, },
{
"description": "",
"file": "generated/packages/angular/migrations/20.8.1-package-updates.json",
"hidden": false,
"name": "20.8.1-package-updates",
"version": "20.8.1-beta.0",
"originalFilePath": "/packages/angular",
"path": "angular/migrations/20.8.1-package-updates",
"type": "migration"
},
{ {
"description": "", "description": "",
"file": "generated/packages/angular/migrations/20.5.0-angular-eslint-package-updates.json", "file": "generated/packages/angular/migrations/20.5.0-angular-eslint-package-updates.json",

View File

@ -53,4 +53,5 @@ Below is a reference table that matches versions of [Angular Rspack](/recipes/an
| Angular Rspack | Angular | Nx | | Angular Rspack | Angular | Nx |
| -------------- | ----------- | ------------------- | | -------------- | ----------- | ------------------- |
| ~20.7.0 | **~19.2.0** | >= 20.8.1 <= latest |
| ~20.6.0 | **~19.2.0** | >= 20.6.0 <= latest | | ~20.6.0 | **~19.2.0** | >= 20.6.0 <= latest |

View File

@ -0,0 +1,17 @@
{
"name": "20.8.1-package-updates",
"version": "20.8.1-beta.0",
"packages": {
"@nx/angular-rspack": {
"version": "^20.7.0",
"alwaysAddToPackageJson": false
}
},
"aliases": [],
"description": "",
"hidden": false,
"implementation": "",
"path": "/packages/angular",
"schema": null,
"type": "migration"
}

View File

@ -53,4 +53,5 @@ Below is a reference table that matches versions of [Angular Rspack](/recipes/an
| Angular Rspack | Angular | Nx | | Angular Rspack | Angular | Nx |
| -------------- | ----------- | ------------------- | | -------------- | ----------- | ------------------- |
| ~20.7.0 | **~19.2.0** | >= 20.8.1 <= latest |
| ~20.6.0 | **~19.2.0** | >= 20.6.0 <= latest | | ~20.6.0 | **~19.2.0** | >= 20.6.0 <= latest |

View File

@ -1666,6 +1666,15 @@
"alwaysAddToPackageJson": false "alwaysAddToPackageJson": false
} }
} }
},
"20.8.1": {
"version": "20.8.1-beta.0",
"packages": {
"@nx/angular-rspack": {
"version": "^20.7.0",
"alwaysAddToPackageJson": false
}
}
} }
} }
} }

View File

@ -3,7 +3,7 @@ export const nxVersion = require('../../package.json').version;
export const angularVersion = '~19.2.0'; export const angularVersion = '~19.2.0';
export const angularDevkitVersion = '~19.2.0'; export const angularDevkitVersion = '~19.2.0';
export const ngPackagrVersion = '~19.2.0'; export const ngPackagrVersion = '~19.2.0';
export const angularRspackVersion = '~20.6.1'; export const angularRspackVersion = '^20.7.0';
export const ngrxVersion = '^19.0.0'; export const ngrxVersion = '^19.0.0';
export const rxjsVersion = '~7.8.0'; export const rxjsVersion = '~7.8.0';
export const zoneJsVersion = '~0.15.0'; export const zoneJsVersion = '~0.15.0';