feat(angular): update angular-rspack to 20.7 (#30737)
This commit is contained in:
parent
c37007ec6c
commit
67732d6217
@ -454,6 +454,16 @@
|
||||
"path": "/nx-api/angular/migrations/set-continuous-option",
|
||||
"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": {
|
||||
"description": "",
|
||||
"file": "generated/packages/angular/migrations/20.5.0-angular-eslint-package-updates.json",
|
||||
|
||||
@ -449,6 +449,16 @@
|
||||
"path": "angular/migrations/set-continuous-option",
|
||||
"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": "",
|
||||
"file": "generated/packages/angular/migrations/20.5.0-angular-eslint-package-updates.json",
|
||||
|
||||
@ -53,4 +53,5 @@ Below is a reference table that matches versions of [Angular Rspack](/recipes/an
|
||||
|
||||
| Angular Rspack | Angular | Nx |
|
||||
| -------------- | ----------- | ------------------- |
|
||||
| ~20.7.0 | **~19.2.0** | >= 20.8.1 <= latest |
|
||||
| ~20.6.0 | **~19.2.0** | >= 20.6.0 <= latest |
|
||||
|
||||
@ -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"
|
||||
}
|
||||
@ -53,4 +53,5 @@ Below is a reference table that matches versions of [Angular Rspack](/recipes/an
|
||||
|
||||
| Angular Rspack | Angular | Nx |
|
||||
| -------------- | ----------- | ------------------- |
|
||||
| ~20.7.0 | **~19.2.0** | >= 20.8.1 <= latest |
|
||||
| ~20.6.0 | **~19.2.0** | >= 20.6.0 <= latest |
|
||||
|
||||
@ -1666,6 +1666,15 @@
|
||||
"alwaysAddToPackageJson": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"20.8.1": {
|
||||
"version": "20.8.1-beta.0",
|
||||
"packages": {
|
||||
"@nx/angular-rspack": {
|
||||
"version": "^20.7.0",
|
||||
"alwaysAddToPackageJson": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@ export const nxVersion = require('../../package.json').version;
|
||||
export const angularVersion = '~19.2.0';
|
||||
export const angularDevkitVersion = '~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 rxjsVersion = '~7.8.0';
|
||||
export const zoneJsVersion = '~0.15.0';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user