Skip to content

Commit e4979cd

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

File tree

17 files changed

+13177
-15107
lines changed

17 files changed

+13177
-15107
lines changed

.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@a24e0366b7fb42ab3df4e7e92e75d10288dd1d54
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@a24e0366b7fb42ab3df4e7e92e75d10288dd1d54
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": "20.0.0-rc.1",
6+
"@angular/compiler": "20.0.0-rc.1",
7+
"@angular/compiler-cli": "20.0.0-rc.1",
8+
"@angular/core": "20.0.0-rc.1",
99
"rxjs": "6.6.7",
1010
"zone.js": "0.11.5"
1111
}

0 commit comments

Comments
 (0)