Skip to content

Commit 67732d6

Browse files
authored
feat(angular): update angular-rspack to 20.7 (#30737)
1 parent c37007e commit 67732d6

File tree

7 files changed

+49
-1
lines changed

7 files changed

+49
-1
lines changed

docs/generated/manifests/nx-api.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,16 @@
454454
"path": "/nx-api/angular/migrations/set-continuous-option",
455455
"type": "migration"
456456
},
457+
"/nx-api/angular/migrations/20.8.1-package-updates": {
458+
"description": "",
459+
"file": "generated/packages/angular/migrations/20.8.1-package-updates.json",
460+
"hidden": false,
461+
"name": "20.8.1-package-updates",
462+
"version": "20.8.1-beta.0",
463+
"originalFilePath": "/packages/angular",
464+
"path": "/nx-api/angular/migrations/20.8.1-package-updates",
465+
"type": "migration"
466+
},
457467
"/nx-api/angular/migrations/20.5.0-angular-eslint-package-updates": {
458468
"description": "",
459469
"file": "generated/packages/angular/migrations/20.5.0-angular-eslint-package-updates.json",

docs/generated/packages-metadata.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,16 @@
449449
"path": "angular/migrations/set-continuous-option",
450450
"type": "migration"
451451
},
452+
{
453+
"description": "",
454+
"file": "generated/packages/angular/migrations/20.8.1-package-updates.json",
455+
"hidden": false,
456+
"name": "20.8.1-package-updates",
457+
"version": "20.8.1-beta.0",
458+
"originalFilePath": "/packages/angular",
459+
"path": "angular/migrations/20.8.1-package-updates",
460+
"type": "migration"
461+
},
452462
{
453463
"description": "",
454464
"file": "generated/packages/angular/migrations/20.5.0-angular-eslint-package-updates.json",

docs/generated/packages/angular/documents/angular-nx-version-matrix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ Below is a reference table that matches versions of [Angular Rspack](/recipes/an
5353

5454
| Angular Rspack | Angular | Nx |
5555
| -------------- | ----------- | ------------------- |
56+
| ~20.7.0 | **~19.2.0** | >= 20.8.1 <= latest |
5657
| ~20.6.0 | **~19.2.0** | >= 20.6.0 <= latest |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "20.8.1-package-updates",
3+
"version": "20.8.1-beta.0",
4+
"packages": {
5+
"@nx/angular-rspack": {
6+
"version": "^20.7.0",
7+
"alwaysAddToPackageJson": false
8+
}
9+
},
10+
"aliases": [],
11+
"description": "",
12+
"hidden": false,
13+
"implementation": "",
14+
"path": "/packages/angular",
15+
"schema": null,
16+
"type": "migration"
17+
}

docs/shared/packages/angular/angular-nx-version-matrix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ Below is a reference table that matches versions of [Angular Rspack](/recipes/an
5353

5454
| Angular Rspack | Angular | Nx |
5555
| -------------- | ----------- | ------------------- |
56+
| ~20.7.0 | **~19.2.0** | >= 20.8.1 <= latest |
5657
| ~20.6.0 | **~19.2.0** | >= 20.6.0 <= latest |

packages/angular/migrations.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,6 +1666,15 @@
16661666
"alwaysAddToPackageJson": false
16671667
}
16681668
}
1669+
},
1670+
"20.8.1": {
1671+
"version": "20.8.1-beta.0",
1672+
"packages": {
1673+
"@nx/angular-rspack": {
1674+
"version": "^20.7.0",
1675+
"alwaysAddToPackageJson": false
1676+
}
1677+
}
16691678
}
16701679
}
16711680
}

packages/angular/src/utils/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const nxVersion = require('../../package.json').version;
33
export const angularVersion = '~19.2.0';
44
export const angularDevkitVersion = '~19.2.0';
55
export const ngPackagrVersion = '~19.2.0';
6-
export const angularRspackVersion = '~20.6.1';
6+
export const angularRspackVersion = '^20.7.0';
77
export const ngrxVersion = '^19.0.0';
88
export const rxjsVersion = '~7.8.0';
99
export const zoneJsVersion = '~0.15.0';

0 commit comments

Comments
 (0)