Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 5603444

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 774ef05 commit 5603444

File tree

10 files changed

+454
-1250
lines changed

10 files changed

+454
-1250
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Initialize environment
25-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200
25+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a2760f0b66bb1bad4f06cbad7e71faf65cadc1ef
2626
- name: Install node modules
2727
run: pnpm install --frozen-lockfile
2828
- name: Check Formatting
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Initialize environment
40-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200
40+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a2760f0b66bb1bad4f06cbad7e71faf65cadc1ef
4141
- name: Install node modules
4242
run: pnpm install --frozen-lockfile
4343
- name: Ensure Build

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
15-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f89362d698858f9674463e48fde514b097a15838
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a2760f0b66bb1bad4f06cbad7e71faf65cadc1ef
1616
with:
1717
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818
post_approval_changes:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
22-
- uses: angular/dev-infra/github-actions/post-approval-changes@f89362d698858f9674463e48fde514b097a15838
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@a2760f0b66bb1bad4f06cbad7e71faf65cadc1ef
2323
with:
2424
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

integration/pre_apf_project/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "angular-ls-integration-test-project",
33
"private": true,
44
"dependencies": {
5-
"@angular/common": "12.2.16",
6-
"@angular/compiler": "12.2.16",
7-
"@angular/compiler-cli": "12.2.16",
8-
"@angular/core": "12.2.16",
5+
"@angular/common": "21.0.0-next.3",
6+
"@angular/compiler": "21.0.0-next.3",
7+
"@angular/compiler-cli": "21.0.0-next.3",
8+
"@angular/core": "21.0.0-next.3",
99
"rxjs": "6.6.7",
1010
"zone.js": "0.11.5"
1111
}

integration/pre_standalone_project/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-ls-integration-test-project",
33
"private": true,
44
"dependencies": {
5-
"@angular/common": "18.2.10",
6-
"@angular/core": "18.2.10"
5+
"@angular/common": "21.0.0-next.3",
6+
"@angular/core": "21.0.0-next.3"
77
}
88
}

integration/project/libs/post/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "post",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/core": "^13.0.0"
5+
"@angular/core": "^21.0.0-next"
66
},
77
"dependencies": {
88
"tslib": "^2.3.0"

integration/project/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "angular-ls-integration-test-project",
33
"private": true,
44
"dependencies": {
5-
"@angular/common": "18.1.0-rc.0",
6-
"@angular/compiler": "18.1.0-rc.0",
7-
"@angular/compiler-cli": "18.1.0-rc.0",
8-
"@angular/core": "18.1.0-rc.0",
5+
"@angular/common": "21.0.0-next.3",
6+
"@angular/compiler": "21.0.0-next.3",
7+
"@angular/compiler-cli": "21.0.0-next.3",
8+
"@angular/core": "21.0.0-next.3",
99
"rxjs": "6.6.7",
1010
"zone.js": "0.11.5"
1111
},
1212
"devDependencies": {
13-
"ng-packagr": "^18.0.0-next.0",
13+
"ng-packagr": "^21.0.0-next",
1414
"typescript": "~5.5.3"
1515
},
1616
"scripts": {

integration/workspace/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "workspace",
33
"private": true,
44
"dependencies": {
5-
"@angular/common": "13.3.9",
6-
"@angular/compiler": "13.3.9",
7-
"@angular/compiler-cli": "13.3.9",
8-
"@angular/core": "13.3.9",
5+
"@angular/common": "21.0.0-next.3",
6+
"@angular/compiler": "21.0.0-next.3",
7+
"@angular/compiler-cli": "21.0.0-next.3",
8+
"@angular/core": "21.0.0-next.3",
99
"rxjs": "6.6.7",
1010
"zone.js": "0.11.5"
1111
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
"test:inspect-syntaxes": "bazel run --config=debug //syntaxes/test:test"
264264
},
265265
"dependencies": {
266-
"@angular/language-service": "20.2.0-rc.1",
266+
"@angular/language-service": "21.0.0-next.3",
267267
"typescript": "^5.9.2",
268268
"vscode-html-languageservice": "^4.2.5",
269269
"vscode-jsonrpc": "6.0.0",
@@ -273,8 +273,8 @@
273273
"vscode-uri": "3.0.7"
274274
},
275275
"devDependencies": {
276-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#586406bccb7ae283f803f1c36e127b7b16c942ce",
277-
"@angular/core": "^20.0.0-rc.2",
276+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a4159eca9092dee7ce6509edac9986408d863cf4",
277+
"@angular/core": "^21.0.0-next",
278278
"@bazel/bazelisk": "1.26.0",
279279
"@bazel/buildifier": "8.2.1",
280280
"@bazel/ibazel": "0.16.2",

0 commit comments

Comments
 (0)