Skip to content

Commit c874520

Browse files
nabramovitznorman-abramovitz
authored andcommitted
Align frontend sub-package Angular pins to 22.0.1; drop orphaned package-lock
The Angular 22 upgrade (cdaf000) bumped only the root package.json and bun.lock. The eight frontend sub-packages still declared @angular/* 21.2.16 (core in dependencies, the rest in peerDependencies) and the root carried a stale npm package-lock.json resolving Angular to 21. These were not load-bearing — src/frontend/packages/* are not workspaces (consumed as TypeScript path-mapped source), and CI installs with bun (bun.lock, already 22.0.1); the root package-lock.json is referenced by no workflow (the docs build uses website/package-lock.json). So this is a metadata-accuracy cleanup with no build impact: - @angular/* 21.2.16 -> 22.0.1 and @angular/cdk ^21.2.14 -> ^22.0.1 across core, store, shared, cloud-foundry, kubernetes, git, extension, cf-autoscaler - delete the orphaned root package-lock.json devkit packages keep their own @Angular-devkit lineage (out of scope).
1 parent 4812e8b commit c874520

9 files changed

Lines changed: 24 additions & 28302 deletions

File tree

package-lock.json

Lines changed: 0 additions & 28278 deletions
This file was deleted.

src/frontend/packages/cf-autoscaler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@stratosui/cf-autoscaler",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "21.2.16",
6-
"@angular/core": "21.2.16",
5+
"@angular/common": "22.0.1",
6+
"@angular/core": "22.0.1",
77
"@stratosui/cloud-foundry": "^0.0.1"
88
},
99
"stratos": {

src/frontend/packages/cloud-foundry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@stratosui/cloud-foundry",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "21.2.16",
6-
"@angular/core": "21.2.16",
5+
"@angular/common": "22.0.1",
6+
"@angular/core": "22.0.1",
77
"@stratosui/git": "^0.0.1"
88
},
99
"stratos": {

src/frontend/packages/core/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"license": "Apache-2.0",
55
"repository": "https://github.com/cloudfoundry/stratos",
66
"dependencies": {
7-
"@angular/animations": "21.2.16",
8-
"@angular/cdk": "^21.2.14",
9-
"@angular/common": "21.2.16",
10-
"@angular/compiler": "21.2.16",
11-
"@angular/core": "21.2.16",
7+
"@angular/animations": "22.0.1",
8+
"@angular/cdk": "^22.0.1",
9+
"@angular/common": "22.0.1",
10+
"@angular/compiler": "22.0.1",
11+
"@angular/core": "22.0.1",
1212

13-
"@angular/forms": "21.2.16",
14-
"@angular/platform-browser": "21.2.16",
15-
"@angular/platform-browser-dynamic": "21.2.16",
16-
"@angular/platform-server": "21.2.16",
17-
"@angular/router": "21.2.16",
13+
"@angular/forms": "22.0.1",
14+
"@angular/platform-browser": "22.0.1",
15+
"@angular/platform-browser-dynamic": "22.0.1",
16+
"@angular/platform-server": "22.0.1",
17+
"@angular/router": "22.0.1",
1818
"@swimlane/ngx-charts": "23.0.0",
1919
"@types/marked": "5.0.2",
2020
"core-js": "3.45.0",

src/frontend/packages/extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stratosui/extension",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "21.2.16",
6-
"@angular/core": "21.2.16"
5+
"@angular/common": "22.0.1",
6+
"@angular/core": "22.0.1"
77
}
88
}

src/frontend/packages/git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@stratosui/git",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "21.2.16",
6-
"@angular/core": "21.2.16"
5+
"@angular/common": "22.0.1",
6+
"@angular/core": "22.0.1"
77
},
88
"stratos": {
99
"module": "GitPackageModule",

src/frontend/packages/kubernetes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@stratosui/kubernetes",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "21.2.16",
6-
"@angular/core": "21.2.16"
5+
"@angular/common": "22.0.1",
6+
"@angular/core": "22.0.1"
77
},
88
"stratos": {
99
"module": "KubePackageModule",

src/frontend/packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "Apache-2.0",
66
"repository": "https://github.com/cloudfoundry/stratos",
77
"peerDependencies": {
8-
"@angular/common": "21.2.16",
9-
"@angular/core": "21.2.16"
8+
"@angular/common": "22.0.1",
9+
"@angular/core": "22.0.1"
1010
},
1111
"stratos": {
1212
"theming": "sass/_all-theme#apply-theme-stratos-shared"

src/frontend/packages/store/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
},
1818
"peerDependencies": {
19-
"@angular/common": "21.2.16",
20-
"@angular/core": "21.2.16"
19+
"@angular/common": "22.0.1",
20+
"@angular/core": "22.0.1"
2121
},
2222
"description": "Stratos Store",
2323
"license": "Apache-2.0",

0 commit comments

Comments
 (0)