Skip to content

Commit a99c9ad

Browse files
devversionjosephperrott
authored andcommitted
build: update dev-infra to latest snapshot
Updates dev-infra to the latest snapshot, supporting for the new migrate to main helper command.
1 parent 5c5c5ec commit a99c9ad

File tree

5 files changed

+39
-41
lines changed

5 files changed

+39
-41
lines changed

.github/workflows/dev-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3.0.1
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@6ea40a1d2ad71bc2acb1d6b1bdc957a32d272e16
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@303acfd7f5ae3118193047f604d821f3604a0512
1717
with:
1818
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@6ea40a1d2ad71bc2acb1d6b1bdc957a32d272e16
19+
- uses: angular/dev-infra/github-actions/feature-request@303acfd7f5ae3118193047f604d821f3604a0512
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
lock_closed:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: angular/dev-infra/github-actions/lock-closed@6ea40a1d2ad71bc2acb1d6b1bdc957a32d272e16
16+
- uses: angular/dev-infra/github-actions/lock-closed@303acfd7f5ae3118193047f604d821f3604a0512
1717
with:
1818
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@angular/compiler": "14.0.0-next.14",
7070
"@angular/compiler-cli": "14.0.0-next.14",
7171
"@angular/core": "14.0.0-next.14",
72-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#7577b56c92cf09d8dcd4a86584fded1ec69e78ac",
72+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#4149a6bb4dd87882532f0bab753e877b61a7cb50",
7373
"@angular/forms": "14.0.0-next.14",
7474
"@angular/localize": "14.0.0-next.14",
7575
"@angular/material": "14.0.0-next.11",

yarn.lock

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
dependencies:
1010
"@jridgewell/trace-mapping" "^0.3.0"
1111

12-
"@angular-devkit/[email protected].11":
13-
version "0.1400.0-next.11"
14-
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1400.0-next.11.tgz#0c265e7425ee70658f4d56f832d4b7bdcfe0824c"
15-
integrity sha512-bc2PmHGWpqPuneVwSBIa8jI3Vsq/bDUJJ1vZPhqS9VqblWHaqmBqdUTjT5f7Uqs3g1bUdYWQbUZIixPYrr2xnQ==
12+
"@angular-devkit/[email protected].12":
13+
version "0.1400.0-next.12"
14+
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1400.0-next.12.tgz#3ed6123a99b8b0197876cddf643672a633ac95a7"
15+
integrity sha512-VyhMYICfDX5enrzbyQSKe74TC6GKE08VRYmE4EwK7EOtn9Hz14HuLtZhdwg5IlcV/hdKCsCHuQ/XZNQaTjfsdg==
1616
dependencies:
17-
"@angular-devkit/core" "14.0.0-next.11"
17+
"@angular-devkit/core" "14.0.0-next.12"
1818
rxjs "6.6.7"
1919

20-
"@angular-devkit/[email protected].11":
21-
version "14.0.0-next.11"
22-
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-14.0.0-next.11.tgz#e7e6438d72dcd17f0ad6ef11a8827c921c339ea4"
23-
integrity sha512-li7c+b6qQqiKEENsXUkfU26MGDUb0WTx3OkKUciy6+eOqg8ns6dJDSXh83alGBvOodwH/UkCpfAKw4tBWA23gA==
20+
"@angular-devkit/[email protected].12":
21+
version "14.0.0-next.12"
22+
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-14.0.0-next.12.tgz#28270cc0dca559481d36ef55d5133558a3831f44"
23+
integrity sha512-GKeXMq2eLoH31f3JZNd2UdkI3m0z/YLKIg6g1kK3bG8cBTayXRCgcyKaIBvCc1nN+DfBduMnTBKBzmaeGl+dXA==
2424
dependencies:
2525
"@ampproject/remapping" "2.1.2"
26-
"@angular-devkit/architect" "0.1400.0-next.11"
27-
"@angular-devkit/build-webpack" "0.1400.0-next.11"
28-
"@angular-devkit/core" "14.0.0-next.11"
26+
"@angular-devkit/architect" "0.1400.0-next.12"
27+
"@angular-devkit/build-webpack" "0.1400.0-next.12"
28+
"@angular-devkit/core" "14.0.0-next.12"
2929
"@babel/core" "7.17.9"
3030
"@babel/generator" "7.17.9"
3131
"@babel/helper-annotate-as-pure" "7.16.7"
@@ -36,7 +36,7 @@
3636
"@babel/runtime" "7.17.9"
3737
"@babel/template" "7.16.7"
3838
"@discoveryjs/json-ext" "0.5.7"
39-
"@ngtools/webpack" "14.0.0-next.11"
39+
"@ngtools/webpack" "14.0.0-next.12"
4040
ansi-colors "4.1.1"
4141
babel-loader "8.2.4"
4242
babel-plugin-istanbul "6.1.1"
@@ -87,18 +87,18 @@
8787
optionalDependencies:
8888
esbuild "0.14.36"
8989

90-
"@angular-devkit/[email protected].11":
91-
version "0.1400.0-next.11"
92-
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1400.0-next.11.tgz#8cbdd0140749e19f4eb28f005ef841e3eb4f5e3d"
93-
integrity sha512-obQSQ1nU8SKaUVRrmqBH34f4v2d8JKnXgyZtdxjHjyVpTF1sT9lOuaDxC7i+geQwov06L1o1n6EHnLJtfp2cFQ==
90+
"@angular-devkit/[email protected].12":
91+
version "0.1400.0-next.12"
92+
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1400.0-next.12.tgz#19c321d13ea92526a2b3414f00e568a9322da1bf"
93+
integrity sha512-PR7e8yQMG0VAdXSHc11xttzT4WKRXxSb10Pe2qQxKubMPpfRiMljoUQ4K39/0zdkiKlNI5XWItk8zA5cwZFU2A==
9494
dependencies:
95-
"@angular-devkit/architect" "0.1400.0-next.11"
95+
"@angular-devkit/architect" "0.1400.0-next.12"
9696
rxjs "6.6.7"
9797

98-
"@angular-devkit/[email protected].11":
99-
version "14.0.0-next.11"
100-
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-14.0.0-next.11.tgz#29a10e3a7dc15affbdc26a246ec6f30ed826486f"
101-
integrity sha512-mCNTL8YCzvHp4OLnlkJw/hUGIi6GIbh9C7KmgqFEW9xwODfJBL96qbFShDbr7InU6N3q4eefwdw8ICcqB0B9sA==
98+
"@angular-devkit/[email protected].12":
99+
version "14.0.0-next.12"
100+
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-14.0.0-next.12.tgz#3e6a8c565b69d1324f8f0a4d35e49221aca348b8"
101+
integrity sha512-eX1UFpBQ4RD4mTuKNhFJqaBkBUIXbWnX6CJuKmjQgyXxkrh+PnaLZdjKp8qZBi37ttrJZ/hDmFHGPOOtgvFKGA==
102102
dependencies:
103103
ajv "8.11.0"
104104
ajv-formats "2.1.1"
@@ -174,12 +174,11 @@
174174
dependencies:
175175
tslib "^2.3.0"
176176

177-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#7577b56c92cf09d8dcd4a86584fded1ec69e78ac":
178-
version "0.0.0-6ea40a1d2ad71bc2acb1d6b1bdc957a32d272e16"
179-
uid "7577b56c92cf09d8dcd4a86584fded1ec69e78ac"
180-
resolved "https://github.com/angular/dev-infra-private-builds.git#7577b56c92cf09d8dcd4a86584fded1ec69e78ac"
177+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#4149a6bb4dd87882532f0bab753e877b61a7cb50":
178+
version "0.0.0-303acfd7f5ae3118193047f604d821f3604a0512"
179+
resolved "https://github.com/angular/dev-infra-private-builds.git#4149a6bb4dd87882532f0bab753e877b61a7cb50"
181180
dependencies:
182-
"@angular-devkit/build-angular" "14.0.0-next.11"
181+
"@angular-devkit/build-angular" "14.0.0-next.12"
183182
"@angular/benchpress" "0.3.0"
184183
"@babel/core" "^7.16.0"
185184
"@bazel/buildifier" "5.1.0"
@@ -204,7 +203,7 @@
204203
node-fetch "^2.6.1"
205204
prettier "2.6.2"
206205
protractor "^7.0.0"
207-
selenium-webdriver "4.1.1"
206+
selenium-webdriver "4.1.2"
208207
send "^0.18.0"
209208
tmp "^0.2.1"
210209
"true-case-path" "^2.2.1"
@@ -1534,10 +1533,10 @@
15341533
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.14.1.tgz#155ef21065427901994e765da8a0ba0eaae8b8bd"
15351534
integrity sha512-6Wci+Tp3CgPt/B9B0a3J4s3yMgLNSku6w5TV6mN+61C71UqsRBv2FUibBf3tPGlNxebgPHMEUzKpb1ggE8KCKw==
15361535

1537-
"@ngtools/[email protected].11":
1538-
version "14.0.0-next.11"
1539-
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-14.0.0-next.11.tgz#f5be27ab37b6d7097693a59c1f0a6be66f3a37f3"
1540-
integrity sha512-oph82/ud1tFtkTL6iqq6MDxPMxrX1lfnZgyorYlYx7rxw6j3SZpjFRCP19UUUlNisqIMLZXCeor0+IXeOlposA==
1536+
"@ngtools/[email protected].12":
1537+
version "14.0.0-next.12"
1538+
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-14.0.0-next.12.tgz#6920a8a54abd2a5bc41f671ed4e18d8b3be0502b"
1539+
integrity sha512-i2+IT0i9IicplJaesp4ELUbbtKvH0skQeQvpQ9Md9HHj4miKaGnj1eMIbVxQrY2PCPyz2Mxva2iHXSfVCE1N4w==
15411540

15421541
"@nodelib/[email protected]":
15431542
version "2.1.5"
@@ -9189,7 +9188,6 @@ sass@^1.49.9:
91899188

91909189
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz":
91919190
version "0.0.0"
9192-
uid "992e2cb0d91e54b27a4f5bbd2049f3b774718115"
91939191
resolved "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz#992e2cb0d91e54b27a4f5bbd2049f3b774718115"
91949192

91959193
saucelabs@^1.5.0:
@@ -9254,10 +9252,10 @@ [email protected], selenium-webdriver@^3.0.1:
92549252
tmp "0.0.30"
92559253
xml2js "^0.4.17"
92569254

9257-
9258-
version "4.1.1"
9259-
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.1.1.tgz#da083177d811f36614950e809e2982570f67d02e"
9260-
integrity sha512-Fr9e9LC6zvD6/j7NO8M1M/NVxFX67abHcxDJoP5w2KN/Xb1SyYLjMVPGgD14U2TOiKe4XKHf42OmFw9g2JgCBQ==
9255+
9256+
version "4.1.2"
9257+
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.1.2.tgz#d463b4335632d2ea41a9e988e435a55dc41f5314"
9258+
integrity sha512-e4Ap8vQvhipgBB8Ry9zBiKGkU6kHKyNnWiavGGLKkrdW81Zv7NVMtFOL/j3yX0G8QScM7XIXijKssNd4EUxSOw==
92619259
dependencies:
92629260
jszip "^3.6.0"
92639261
tmp "^0.2.1"

0 commit comments

Comments
 (0)