Skip to content

Commit ea5fa28

Browse files
committed
refactor: bump framework and ng-packagr deps for 22.2.0 release
1 parent 10e2be9 commit ea5fa28

8 files changed

Lines changed: 30 additions & 30 deletions

File tree

‎constants.bzl‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ RELEASE_ENGINES_NODE = "^22.22.3 || ^24.15.0 || >=26.0.0"
33
RELEASE_ENGINES_NPM = "^6.11.0 || ^7.5.6 || >=8.0.0"
44
RELEASE_ENGINES_YARN = ">= 1.13.0"
55

6-
NG_PACKAGR_VERSION = "^22.2.0-next.0"
7-
ANGULAR_FW_VERSION = "^22.2.0-next.0"
8-
ANGULAR_FW_PEER_DEP = "^22.0.0 || ^22.2.0-next.0"
9-
NG_PACKAGR_PEER_DEP = "^22.0.0 || ^22.2.0-next.0"
6+
NG_PACKAGR_VERSION = "^22.2.0"
7+
ANGULAR_FW_VERSION = "^22.2.0"
8+
ANGULAR_FW_PEER_DEP = "^22.0.0"
9+
NG_PACKAGR_PEER_DEP = "^22.0.0"
1010

1111
# Baseline widely-available date in `YYYY-MM-DD` format which defines Angular's
1212
# browser support. This date serves as the source of truth for the Angular CLI's

‎modules/testing/builder/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"browser-sync": "3.0.4",
99
"istanbul-lib-instrument": "6.0.3",
1010
"jsdom": "30.0.1",
11-
"ng-packagr": "22.2.0-rc.0",
11+
"ng-packagr": "22.2.0",
1212
"rxjs": "7.8.2",
1313
"vitest": "5.0.1"
1414
}

‎modules/testing/builder/projects/hello-world-lib/projects/lib/package.json‎

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

‎package.json‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@
4343
},
4444
"homepage": "https://github.com/angular/angular-cli",
4545
"dependencies": {
46-
"@angular/compiler-cli": "22.2.0-rc.0",
46+
"@angular/compiler-cli": "22.2.0",
4747
"typescript": "6.0.3"
4848
},
4949
"devDependencies": {
50-
"@angular/animations": "22.2.0-rc.0",
51-
"@angular/cdk": "22.2.0-rc.0",
52-
"@angular/common": "22.2.0-rc.0",
53-
"@angular/compiler": "22.2.0-rc.0",
54-
"@angular/core": "22.2.0-rc.0",
55-
"@angular/forms": "22.2.0-rc.0",
56-
"@angular/localize": "22.2.0-rc.0",
57-
"@angular/material": "22.2.0-rc.0",
50+
"@angular/animations": "22.2.0",
51+
"@angular/cdk": "22.2.0",
52+
"@angular/common": "22.2.0",
53+
"@angular/compiler": "22.2.0",
54+
"@angular/core": "22.2.0",
55+
"@angular/forms": "22.2.0",
56+
"@angular/localize": "22.2.0",
57+
"@angular/material": "22.2.0",
5858
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#90a76327155df50e90a41fe76aed67b98a9cf954",
59-
"@angular/platform-browser": "22.2.0-rc.0",
60-
"@angular/platform-server": "22.2.0-rc.0",
61-
"@angular/router": "22.2.0-rc.0",
62-
"@angular/service-worker": "22.2.0-rc.0",
59+
"@angular/platform-browser": "22.2.0",
60+
"@angular/platform-server": "22.2.0",
61+
"@angular/router": "22.2.0",
62+
"@angular/service-worker": "22.2.0",
6363
"@babel/core": "8.0.5",
6464
"@bazel/bazelisk": "1.28.1",
6565
"@bazel/buildifier": "8.2.1",

‎packages/angular/build/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"istanbul-lib-instrument": "6.0.3",
5858
"jsdom": "30.0.1",
5959
"less": "4.9.1",
60-
"ng-packagr": "22.2.0-rc.0",
60+
"ng-packagr": "22.2.0",
6161
"postcss": "8.5.28",
6262
"rollup": "4.63.3",
6363
"rxjs": "7.8.2",

‎packages/angular/ssr/package.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
},
3939
"devDependencies": {
4040
"@angular-devkit/schematics": "workspace:*",
41-
"@angular/common": "22.2.0-rc.0",
42-
"@angular/compiler": "22.2.0-rc.0",
43-
"@angular/core": "22.2.0-rc.0",
44-
"@angular/platform-browser": "22.2.0-rc.0",
45-
"@angular/platform-server": "22.2.0-rc.0",
46-
"@angular/router": "22.2.0-rc.0",
41+
"@angular/common": "22.2.0",
42+
"@angular/compiler": "22.2.0",
43+
"@angular/core": "22.2.0",
44+
"@angular/platform-browser": "22.2.0",
45+
"@angular/platform-server": "22.2.0",
46+
"@angular/router": "22.2.0",
4747
"@schematics/angular": "workspace:*"
4848
},
4949
"sideEffects": false,

‎packages/angular_devkit/build_angular/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"@angular/ssr": "workspace:*",
6868
"browser-sync": "3.0.4",
69-
"ng-packagr": "22.2.0-rc.0",
69+
"ng-packagr": "22.2.0",
7070
"sass": "1.104.1",
7171
"undici": "8.10.2"
7272
},

‎packages/ngtools/webpack/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"devDependencies": {
1919
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
20-
"@angular/compiler": "22.2.0-rc.0",
21-
"@angular/compiler-cli": "22.2.0-rc.0",
20+
"@angular/compiler": "22.2.0",
21+
"@angular/compiler-cli": "22.2.0",
2222
"typescript": "6.0.3",
2323
"webpack": "5.111.0"
2424
}

0 commit comments

Comments
 (0)