Skip to content

Commit 9cfae85

Browse files
committed
build: update angular to cde8300
1 parent 7b5de2c commit 9cfae85

File tree

6 files changed

+38
-38
lines changed

6 files changed

+38
-38
lines changed

.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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@86c3cdc39e860ce19476c88ce489be6a3982fe3c
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@000ac3f5424551e510250f5a63d3e5917f13af6a
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@86c3cdc39e860ce19476c88ce489be6a3982fe3c
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@000ac3f5424551e510250f5a63d3e5917f13af6a
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@86c3cdc39e860ce19476c88ce489be6a3982fe3c
19+
- uses: angular/dev-infra/github-actions/feature-request@000ac3f5424551e510250f5a63d3e5917f13af6a
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@86c3cdc39e860ce19476c88ce489be6a3982fe3c
16+
- uses: angular/dev-infra/github-actions/lock-closed@000ac3f5424551e510250f5a63d3e5917f13af6a
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-rc.2",
7070
"@angular/compiler-cli": "14.0.0-rc.2",
7171
"@angular/core": "14.0.0-rc.2",
72-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#323ae68aa9db2c550dd86cc2641ad87cf1a7d2f0",
72+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#60ee618299679aa32219529a59448833cc4dd943",
7373
"@angular/forms": "14.0.0-rc.2",
7474
"@angular/localize": "14.0.0-rc.2",
7575
"@angular/material": "14.0.0-rc.1",

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#b6e80504ea36df0410d4f6c568f0b4d3d52a941b",
6-
"@angular/cdk": "github:angular/cdk-builds#c24af14a34cb2ec1c0ce74fc91048f2d7a90e88a",
7-
"@angular/common": "github:angular/common-builds#ee3b9d07f7b4c05c9e59a9a0044126c0fc131e1f",
8-
"@angular/compiler": "github:angular/compiler-builds#5736e093b829f2f85bd4c5696fef36fe4800aed7",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#39e06aa61eb7b44e288390db3bae260a432e55f2",
10-
"@angular/core": "github:angular/core-builds#69d6a50849073e494009b1383d863d0ec2bb3234",
11-
"@angular/forms": "github:angular/forms-builds#294d0268c393e293f1657971fd92ef4a663eccaf",
12-
"@angular/language-service": "github:angular/language-service-builds#fe2991181919f9cc53ff7782fbe4b72dd7be2014",
13-
"@angular/localize": "github:angular/localize-builds#ac009f83c34f2322c4c2318379c2cb0efd65d80c",
14-
"@angular/material": "github:angular/material-builds#2e54c76740ed0570a9901473c9ad29a53fe43d43",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#2e82b7636c8e82be0195b7b11ee3318d0d5d09a8",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#925b6b367f87dbda3b0db9655cdb5d6d82e6a710",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#5fafb35b682637fd787badb9e9a1ca07911aba06",
18-
"@angular/platform-server": "github:angular/platform-server-builds#6c0d95b196f9b99a6d4e38163823e452ba25f187",
19-
"@angular/router": "github:angular/router-builds#cea30669660e584bd848b072321510b892505150",
20-
"@angular/service-worker": "github:angular/service-worker-builds#655e20d2184d4016a63690b1036317306024200d"
5+
"@angular/animations": "github:angular/animations-builds#cde830009d333fef1b588cd901f2eb9463d819c2",
6+
"@angular/cdk": "github:angular/cdk-builds#a4ef1c9c562e6201c5af42fadfd2fda8f58329ce",
7+
"@angular/common": "github:angular/common-builds#69e327821654ffde60083e3e69a743b2b382d40a",
8+
"@angular/compiler": "github:angular/compiler-builds#4216b289d7b0b6d946f807d1f2843d96cf94ef58",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#6230770621b7059e69b29665a6074d27573ca139",
10+
"@angular/core": "github:angular/core-builds#c80b8ad9abe016db2016c63a749d6e626769dee2",
11+
"@angular/forms": "github:angular/forms-builds#419898dae50b3030a43df8841a39a564b4937497",
12+
"@angular/language-service": "github:angular/language-service-builds#0eeedcc7b5e3bd0eea69c619ab7de38862100200",
13+
"@angular/localize": "github:angular/localize-builds#354fca675ccff0a08393c5c04c9bd6dc3bc71977",
14+
"@angular/material": "github:angular/material-builds#379d0d10dc466effc2e59bd6c62bee7ac3fccf76",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#8e1e892b336a98331037104528455b46ba02a949",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#9e40de3210bd1321bf30cb4edc1c2924db874fcd",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#efcc420a01a4363c8bead1f2488a31e45f0f8138",
18+
"@angular/platform-server": "github:angular/platform-server-builds#6f885f80ba96b775d62f4530db1a3aa7bd306ab6",
19+
"@angular/router": "github:angular/router-builds#2ac4ce04e5b64731fa89e6d9b49e0b9fccaeb98e",
20+
"@angular/service-worker": "github:angular/service-worker-builds#9a0a256916a4c2698b2d4ae578b9e5b76bc3ebf4"
2121
}
2222
}

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@
175175
dependencies:
176176
tslib "^2.3.0"
177177

178-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#323ae68aa9db2c550dd86cc2641ad87cf1a7d2f0":
179-
version "0.0.0-86c3cdc39e860ce19476c88ce489be6a3982fe3c"
180-
uid "323ae68aa9db2c550dd86cc2641ad87cf1a7d2f0"
181-
resolved "https://github.com/angular/dev-infra-private-builds.git#323ae68aa9db2c550dd86cc2641ad87cf1a7d2f0"
178+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#60ee618299679aa32219529a59448833cc4dd943":
179+
version "0.0.0-000ac3f5424551e510250f5a63d3e5917f13af6a"
180+
uid "60ee618299679aa32219529a59448833cc4dd943"
181+
resolved "https://github.com/angular/dev-infra-private-builds.git#60ee618299679aa32219529a59448833cc4dd943"
182182
dependencies:
183183
"@angular-devkit/build-angular" "14.0.0-rc.2"
184184
"@angular/benchpress" "0.3.0"
@@ -190,7 +190,7 @@
190190
"@bazel/runfiles" "5.5.0"
191191
"@bazel/terser" "5.5.0"
192192
"@bazel/typescript" "5.5.0"
193-
"@microsoft/api-extractor" "7.24.1"
193+
"@microsoft/api-extractor" "7.24.2"
194194
"@types/browser-sync" "^2.26.3"
195195
"@types/node" "16.10.9"
196196
"@types/node-fetch" "^2.5.10"
@@ -205,12 +205,12 @@
205205
node-fetch "^2.6.1"
206206
prettier "2.6.2"
207207
protractor "^7.0.0"
208-
selenium-webdriver "4.1.2"
208+
selenium-webdriver "4.2.0"
209209
send "^0.18.0"
210210
tmp "^0.2.1"
211211
"true-case-path" "^2.2.1"
212212
tslib "^2.3.0"
213-
typescript "~4.6.2"
213+
typescript "~4.7.0"
214214
uuid "^8.3.2"
215215
yargs "^17.0.0"
216216

@@ -1753,10 +1753,10 @@
17531753
"@microsoft/tsdoc-config" "~0.16.1"
17541754
"@rushstack/node-core-library" "3.45.5"
17551755

1756-
"@microsoft/[email protected].1":
1757-
version "7.24.1"
1758-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.24.1.tgz#cbbe32a5f4f32717b60f593cdc172b99e5c76fae"
1759-
integrity sha512-RjcKRvKRAtTK4z8UdC2qYsvgTYHEYvdsqF4QGoX4mNAVo7s6Jj4zcHtSrMEQMTUHujZbSd5+ihI5ktISp338mQ==
1756+
"@microsoft/[email protected].2":
1757+
version "7.24.2"
1758+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.24.2.tgz#4abb24319fa77884dab6d807388056e9cd85488e"
1759+
integrity sha512-QWZh9aQZvBAdRVK+Go8NiW8YNMN//OGiNqgA3iZ2sEy8imUqkRBCybXgmw2HkEYyPnn55CFoMKvnAHvV9+4B/A==
17601760
dependencies:
17611761
"@microsoft/api-extractor-model" "7.17.3"
17621762
"@microsoft/tsdoc" "0.14.1"
@@ -9583,10 +9583,10 @@ [email protected], selenium-webdriver@^3.0.1:
95839583
tmp "0.0.30"
95849584
xml2js "^0.4.17"
95859585

9586-
selenium-webdriver@4.1.2:
9587-
version "4.1.2"
9588-
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.1.2.tgz#d463b4335632d2ea41a9e988e435a55dc41f5314"
9589-
integrity sha512-e4Ap8vQvhipgBB8Ry9zBiKGkU6kHKyNnWiavGGLKkrdW81Zv7NVMtFOL/j3yX0G8QScM7XIXijKssNd4EUxSOw==
9586+
selenium-webdriver@4.2.0:
9587+
version "4.2.0"
9588+
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.2.0.tgz#d3c9704735c6228e09580eb4613932b30bdb4d27"
9589+
integrity sha512-gPPXYSz4jJBM2kANRQ9cZW6KFBzR/ptxqGLtyC75eXtdgOsWWRRRyZz5F2pqdnwNmAjrCSFMMXfisJaZeWVejg==
95909590
dependencies:
95919591
jszip "^3.6.0"
95929592
tmp "^0.2.1"
@@ -10644,12 +10644,12 @@ typedarray@^0.0.6:
1064410644
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1064510645
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1064610646

10647-
typescript@^4.6.2, typescript@~4.6.2, typescript@~4.6.3:
10647+
typescript@^4.6.2, typescript@~4.6.3:
1064810648
version "4.6.4"
1064910649
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
1065010650
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
1065110651

10652-
typescript@~4.7.2:
10652+
typescript@~4.7.0, typescript@~4.7.2:
1065310653
version "4.7.2"
1065410654
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
1065510655
integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==

0 commit comments

Comments
 (0)