Skip to content

Commit f287af1

Browse files
angular-robotclydin
authored andcommitted
build: update angular
1 parent 6acd091 commit f287af1

File tree

8 files changed

+63
-60
lines changed

8 files changed

+63
-60
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@2e34229a11f8e47f2905ea5b077369e6d0456f81
19+
- uses: angular/dev-infra/github-actions/branch-manager@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Initialize environment
45-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
4646
- name: Setup ESLint Caching
4747
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
4848
with:
@@ -75,11 +75,11 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Initialize environment
78-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
80+
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
8383
- name: Install node modules
8484
run: yarn install --frozen-lockfile
8585
- name: Build release targets
@@ -96,11 +96,11 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Initialize environment
99-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
101+
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
104104
- name: Install node modules
105105
run: yarn install --frozen-lockfile
106106
- name: Run tests
@@ -128,13 +128,13 @@ jobs:
128128
runs-on: ${{ matrix.os }}
129129
steps:
130130
- name: Initialize environment
131-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
131+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
132132
- name: Install node modules
133133
run: yarn install --frozen-lockfile
134134
- name: Setup Bazel
135-
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
135+
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
136136
- name: Setup Bazel RBE
137-
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
137+
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
138138
- name: Run CLI E2E tests
139139
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
140140

@@ -151,13 +151,13 @@ jobs:
151151
runs-on: ${{ matrix.os }}
152152
steps:
153153
- name: Initialize environment
154-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
154+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
155155
- name: Install node modules
156156
run: yarn install --frozen-lockfile
157157
- name: Setup Bazel
158-
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
158+
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
159159
- name: Setup Bazel RBE
160-
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
160+
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
161161
- name: Run CLI E2E tests
162162
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
163163

@@ -169,13 +169,13 @@ jobs:
169169
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
170170
steps:
171171
- name: Initialize environment
172-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
172+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
173173
- name: Install node modules
174174
run: yarn install --frozen-lockfile
175175
- name: Setup Bazel
176-
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
176+
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
177177
- name: Setup Bazel RBE
178-
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
178+
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
179179
- name: Run E2E Browser tests
180180
env:
181181
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -203,11 +203,11 @@ jobs:
203203
CIRCLE_BRANCH: ${{ github.ref_name }}
204204
steps:
205205
- name: Initialize environment
206-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
206+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
207207
- name: Install node modules
208208
run: yarn install --frozen-lockfile
209209
- name: Setup Bazel
210-
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
210+
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
211211
- run: yarn admin snapshots --verbose
212212
env:
213213
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@2e34229a11f8e47f2905ea5b077369e6d0456f81
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@2e34229a11f8e47f2905ea5b077369e6d0456f81
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
if: github.repository == 'angular/angular-cli'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: angular/dev-infra/github-actions/feature-request@2e34229a11f8e47f2905ea5b077369e6d0456f81
19+
- uses: angular/dev-infra/github-actions/feature-request@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"devDependencies": {
6161
"@ampproject/remapping": "2.2.1",
6262
"@angular/animations": "17.3.0-next.1",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#70bda667b512e345318b00b567ff9cbad8e43028",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#09890f7373db505241b45ecc8191b0a10b41c582",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#755d7d350def7fec3059a32ba8a89b1362de8d99",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#074932adc641a4675c68cab8eb6cccad3a85a552",
6565
"@angular/cdk": "17.3.0-next.0",
6666
"@angular/common": "17.3.0-next.1",
6767
"@angular/compiler": "17.3.0-next.1",
@@ -70,7 +70,7 @@
7070
"@angular/forms": "17.3.0-next.1",
7171
"@angular/localize": "17.3.0-next.1",
7272
"@angular/material": "17.3.0-next.0",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3f48b250482b1d7c1cc1d1b69ed80f3e5ceef916",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#50459db3485b3f69afe3e2b4d5a0c9b36b4cc60f",
7474
"@angular/platform-browser": "17.3.0-next.1",
7575
"@angular/platform-browser-dynamic": "17.3.0-next.1",
7676
"@angular/platform-server": "17.3.0-next.1",

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
31-
"@angular/compiler": "17.2.2",
32-
"@angular/compiler-cli": "17.2.2",
31+
"@angular/compiler": "17.2.3",
32+
"@angular/compiler-cli": "17.2.3",
3333
"typescript": "5.4.1-rc",
3434
"webpack": "5.90.3"
3535
}

tests/legacy-cli/e2e/ng-snapshot/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"description": "snapshot versions of Angular for e2e testing",
33
"private": true,
44
"dependencies": {
5-
"@angular/animations": "github:angular/animations-builds#20342fdd4b0c869161b71424ec27aa2eb0bb0d58",
6-
"@angular/cdk": "github:angular/cdk-builds#afde42c16f81d520bd001b0a5d9a1f562f7f9fc2",
7-
"@angular/common": "github:angular/common-builds#e7ba14f0e997662ce3bb0f6ea178ae5cd111c1d1",
8-
"@angular/compiler": "github:angular/compiler-builds#143e5878bd91cfe976b4d0f3201ebd03e84da920",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#a445d298f5e4a914d1e5d8200b3a0cd22aed1e98",
10-
"@angular/core": "github:angular/core-builds#2b00a6fb8167f9ac6f1c5bbcb776589dd33e9015",
11-
"@angular/forms": "github:angular/forms-builds#b7866ba1f461f4d4bf9aebbdf6f83deb3f53a5ae",
12-
"@angular/language-service": "github:angular/language-service-builds#366b7ef50dca479db8c527584af72ccfdda8c300",
13-
"@angular/localize": "github:angular/localize-builds#6868adcf993c57ef958f0f60e210ee4b5afb1301",
14-
"@angular/material": "github:angular/material-builds#d29712f3859c57af7263f31f950cbee7b2e4c4e8",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#732fca5e96d3cc5a4fa0d8983e08bdf6e11bbd40",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#c758ba72e88a0e8b66d28f163bd01cc15bcd8fa2",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a7f3be35a4b1bda68a9bc3533e2757b750e21afb",
18-
"@angular/platform-server": "github:angular/platform-server-builds#18f5120a3e30bde4613715f9a6fff3cbf5e458eb",
19-
"@angular/router": "github:angular/router-builds#87904c5b9c3e94334816a281c22e0af4ca396ec1",
20-
"@angular/service-worker": "github:angular/service-worker-builds#815f21743ba7e7cc199c25f4b0a5a3d8713cf44c"
5+
"@angular/animations": "github:angular/animations-builds#c531f88893ab8c1613e51723875c47c470da398f",
6+
"@angular/cdk": "github:angular/cdk-builds#7691f66722dbdf98ce15fdb467adb72e9601e15b",
7+
"@angular/common": "github:angular/common-builds#cc30a6ed46bb4971de7014bcf40c940b298997b7",
8+
"@angular/compiler": "github:angular/compiler-builds#66affc170a84553bd5893dfcc5408bc64fc61cde",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#34c8364466f5daec5d3679d76c51c043c2c31d82",
10+
"@angular/core": "github:angular/core-builds#7d8f46441d388f4bbc9b4a1458eb77b8c6e486a5",
11+
"@angular/forms": "github:angular/forms-builds#981319e610026efdc7d6d503cb78f39c3704aa3b",
12+
"@angular/language-service": "github:angular/language-service-builds#91c95e97b970d4e84eee0c44aa7c39d6dd3ba1d2",
13+
"@angular/localize": "github:angular/localize-builds#fb2e08f36f78f74822518a0d689a9b231795f2de",
14+
"@angular/material": "github:angular/material-builds#d211f8a99ba096a59af44b1684e0c57dd5d10ac6",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#8aa6be0b4757fca5478f118d9a27ab5c0c3f1fe5",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#a1351ab6fdd96bf0d3084ac2af490e821b20ee4b",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4ef92b8f14dc59170c84d241c8698bfa59f86975",
18+
"@angular/platform-server": "github:angular/platform-server-builds#6b38c78643e11eeb6a604400115727075dfd6991",
19+
"@angular/router": "github:angular/router-builds#391bf3ca0b5eccb2b8cdcf47aae7b965d8698af4",
20+
"@angular/service-worker": "github:angular/service-worker-builds#8fbe289edb778bb261c659e7f9ea3e6e7bf21868"
2121
}
2222
}

yarn.lock

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,10 @@
129129
dependencies:
130130
tslib "^2.3.0"
131131

132-
"@angular/bazel@https://github.com/angular/bazel-builds.git#70bda667b512e345318b00b567ff9cbad8e43028":
133-
version "17.3.0-next.0"
134-
resolved "https://github.com/angular/bazel-builds.git#70bda667b512e345318b00b567ff9cbad8e43028"
132+
"@angular/bazel@https://github.com/angular/bazel-builds.git#755d7d350def7fec3059a32ba8a89b1362de8d99":
133+
version "17.3.0-next.1+sha-c1c7384"
134+
uid "755d7d350def7fec3059a32ba8a89b1362de8d99"
135+
resolved "https://github.com/angular/bazel-builds.git#755d7d350def7fec3059a32ba8a89b1362de8d99"
135136
dependencies:
136137
"@microsoft/api-extractor" "^7.24.2"
137138
magic-string "^0.30.0"
@@ -145,9 +146,10 @@
145146
"@angular/core" "^13.0.0 || ^14.0.0-0"
146147
reflect-metadata "^0.1.13"
147148

148-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#09890f7373db505241b45ecc8191b0a10b41c582":
149-
version "0.0.0-2e34229a11f8e47f2905ea5b077369e6d0456f81"
150-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#09890f7373db505241b45ecc8191b0a10b41c582"
149+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#074932adc641a4675c68cab8eb6cccad3a85a552":
150+
version "0.0.0-662ce0169556b6e6cd69bbe6e35f981476d624cc"
151+
uid "074932adc641a4675c68cab8eb6cccad3a85a552"
152+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#074932adc641a4675c68cab8eb6cccad3a85a552"
151153
dependencies:
152154
"@angular-devkit/build-angular" "17.2.0-rc.0"
153155
"@angular/benchpress" "0.3.0"
@@ -206,10 +208,10 @@
206208
dependencies:
207209
tslib "^2.3.0"
208210

209-
"@angular/compiler-cli@17.2.2":
210-
version "17.2.2"
211-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-17.2.2.tgz#09333d1613f3bd230e97bad392ab509d71742281"
212-
integrity sha512-tFfbamdLhn8R30/aKxhXNG6CwelJOpVxfUnTizb7pWUJ/UQ4py0xzJp7s0QzKjR1lpRAq3rPtsE3f9BbcHD1HA==
211+
"@angular/compiler-cli@17.2.3":
212+
version "17.2.3"
213+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-17.2.3.tgz#bcfe2e2fcb3cb64cd85ee14bb86369e4092d30b4"
214+
integrity sha512-mATybangypneXwO270VQeIw3N0avzc2Lpvdb8nm9WZYj23AcTUzpUUKOn63HtJdwMT5J2GjkyZFSRXisiPmpkA==
213215
dependencies:
214216
"@babel/core" "7.23.9"
215217
"@jridgewell/sourcemap-codec" "^1.4.14"
@@ -234,10 +236,10 @@
234236
tslib "^2.3.0"
235237
yargs "^17.2.1"
236238

237-
"@angular/compiler@17.2.2":
238-
version "17.2.2"
239-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-17.2.2.tgz#691104aa52e1ff464c49a5da611023f664635009"
240-
integrity sha512-loRr4+9/JkSDszExZiS+iuhjXj7wvLF4gJeqlbp2PbPl4eUoGKYq0RVZ3a7IkIXxB5sgoYB5MjKsbdm/uaMK1A==
239+
"@angular/compiler@17.2.3":
240+
version "17.2.3"
241+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-17.2.3.tgz#9cf35dd1bb49edcdf4f854cb459c630efc126698"
242+
integrity sha512-U2okLZ+4ipD5zTv32pMp+RsrM3kkP0XneSsIMPRpYZZfKgfnGLIwkRx6FoVoBwByugng6lBG/PiIe8DhRU/HFg==
241243
dependencies:
242244
tslib "^2.3.0"
243245

@@ -333,9 +335,10 @@
333335
"@material/typography" "15.0.0-canary.7f224ddd4.0"
334336
tslib "^2.3.0"
335337

336-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#3f48b250482b1d7c1cc1d1b69ed80f3e5ceef916":
337-
version "0.0.0-2e34229a11f8e47f2905ea5b077369e6d0456f81"
338-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3f48b250482b1d7c1cc1d1b69ed80f3e5ceef916"
338+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#50459db3485b3f69afe3e2b4d5a0c9b36b4cc60f":
339+
version "0.0.0-662ce0169556b6e6cd69bbe6e35f981476d624cc"
340+
uid "50459db3485b3f69afe3e2b4d5a0c9b36b4cc60f"
341+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#50459db3485b3f69afe3e2b4d5a0c9b36b4cc60f"
339342
dependencies:
340343
"@yarnpkg/lockfile" "^1.1.0"
341344
typescript "~4.9.0"

0 commit comments

Comments
 (0)