Skip to content

Commit a527521

Browse files
renovate[bot]alan-agius4
authored andcommitted
build: update angular
1 parent 920e723 commit a527521

File tree

4 files changed

+60
-59
lines changed

4 files changed

+60
-59
lines changed

.github/workflows/dev-infra.yml

+2-2
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@860ebf16b8617ce999394c2c70a8af307bb0ddc2
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@5f98f0cd7dad6fa133d6a7e97a37ea7de4ffa11f
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@860ebf16b8617ce999394c2c70a8af307bb0ddc2
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@5f98f0cd7dad6fa133d6a7e97a37ea7de4ffa11f
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

+1-1
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@860ebf16b8617ce999394c2c70a8af307bb0ddc2
16+
- uses: angular/dev-infra/github-actions/lock-closed@5f98f0cd7dad6fa133d6a7e97a37ea7de4ffa11f
1717
with:
1818
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@
3535
"@types/node": "^14.15.0"
3636
},
3737
"devDependencies": {
38-
"@angular-devkit/architect": "0.1401.0-next.1",
39-
"@angular-devkit/build-angular": "14.1.0-next.1",
40-
"@angular-devkit/core": "14.1.0-next.1",
41-
"@angular-devkit/schematics": "14.1.0-next.1",
38+
"@angular-devkit/architect": "0.1401.0-next.2",
39+
"@angular-devkit/build-angular": "14.1.0-next.2",
40+
"@angular-devkit/core": "14.1.0-next.2",
41+
"@angular-devkit/schematics": "14.1.0-next.2",
4242
"@angular/animations": "14.1.0-next.2",
4343
"@angular/bazel": "14.1.0-next.2",
44-
"@angular/cli": "14.1.0-next.1",
44+
"@angular/cli": "14.1.0-next.2",
4545
"@angular/common": "14.1.0-next.2",
4646
"@angular/compiler": "14.1.0-next.2",
4747
"@angular/compiler-cli": "14.1.0-next.2",
4848
"@angular/core": "14.1.0-next.2",
49-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#262cb3bb487e8dddb3c404f4f2c8b34a9a1f14c2",
49+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#972879f2a2a6ffd6a4f1d8a800b5917aa71b05de",
5050
"@angular/platform-browser": "14.1.0-next.2",
5151
"@angular/platform-browser-dynamic": "14.1.0-next.2",
5252
"@angular/platform-server": "14.1.0-next.2",
@@ -60,7 +60,7 @@
6060
"@bazel/jasmine": "5.5.0",
6161
"@rollup/plugin-commonjs": "^22.0.0",
6262
"@rollup/plugin-node-resolve": "^13.0.5",
63-
"@schematics/angular": "14.1.0-next.1",
63+
"@schematics/angular": "14.1.0-next.2",
6464
"@types/browser-sync": "^2.26.1",
6565
"@types/express": "~4.17.6",
6666
"@types/fs-extra": "^9.0.0",

yarn.lock

+50-49
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@angular-devkit/architect@0.1401.0-next.1":
14-
version "0.1401.0-next.1"
15-
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1401.0-next.1.tgz#a0c74f1fe57d680ac0b3341ae3780acfe7c3c9a9"
16-
integrity sha512-O96m5TZ5P4mH3L6k22oYQesJoaGGrxXE0VcnpnNDYWSDxHD60150tYAu3JQb+Vgs5+Tls735XActXfOv9nxNjw==
13+
"@angular-devkit/architect@0.1401.0-next.2":
14+
version "0.1401.0-next.2"
15+
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1401.0-next.2.tgz#b6e25ea5ba38603b0a4fa2a7180f03771326597f"
16+
integrity sha512-XQay7qobhwuUulAN7P7mlBjgRjVIsjSmtQRlVWomBPL/iosHI1RZW7MEcrkgiQxPemugIN+y0kifaZFOhjpRoA==
1717
dependencies:
18-
"@angular-devkit/core" "14.1.0-next.1"
18+
"@angular-devkit/core" "14.1.0-next.2"
1919
rxjs "6.6.7"
2020

21-
"@angular-devkit/build-angular@14.1.0-next.1":
22-
version "14.1.0-next.1"
23-
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-14.1.0-next.1.tgz#94a40250092c554f9fce7475bf43d328c8a4ae14"
24-
integrity sha512-T9lNIR0E1w+VnKeiFJOa34Ru72RCH8Qe113hzzLw8AFz798fP/jv55ujA7GOHCluph4PeqJC9Ed3JSNqRpoAJw==
21+
"@angular-devkit/build-angular@14.1.0-next.2":
22+
version "14.1.0-next.2"
23+
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-14.1.0-next.2.tgz#4c68d7c7a8da599d7a63948d24ff83478d3ea06a"
24+
integrity sha512-LXbT3DvttZmmGzkfAPXP08C3cEx0K7AwleUijp+giRzcraoRdjOzcR7G2R9OLLNa4bwLBFc8wkU28Y02U4xb7g==
2525
dependencies:
2626
"@ampproject/remapping" "2.2.0"
27-
"@angular-devkit/architect" "0.1401.0-next.1"
28-
"@angular-devkit/build-webpack" "0.1401.0-next.1"
29-
"@angular-devkit/core" "14.1.0-next.1"
27+
"@angular-devkit/architect" "0.1401.0-next.2"
28+
"@angular-devkit/build-webpack" "0.1401.0-next.2"
29+
"@angular-devkit/core" "14.1.0-next.2"
3030
"@babel/core" "7.18.2"
3131
"@babel/generator" "7.18.2"
3232
"@babel/helper-annotate-as-pure" "7.16.7"
@@ -37,7 +37,7 @@
3737
"@babel/runtime" "7.18.3"
3838
"@babel/template" "7.16.7"
3939
"@discoveryjs/json-ext" "0.5.7"
40-
"@ngtools/webpack" "14.1.0-next.1"
40+
"@ngtools/webpack" "14.1.0-next.2"
4141
ansi-colors "4.1.3"
4242
babel-loader "8.2.5"
4343
babel-plugin-istanbul "6.1.1"
@@ -88,31 +88,31 @@
8888
optionalDependencies:
8989
esbuild "0.14.42"
9090

91-
"@angular-devkit/build-webpack@0.1401.0-next.1":
92-
version "0.1401.0-next.1"
93-
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1401.0-next.1.tgz#34922425c9ad5d4707609af90c3f25877b3ab67f"
94-
integrity sha512-8nvvPeLrAMuqiMCNzWQKUjdCVB6cQlmWFmhI+rl4X2SeYHaL8Xmy5PtYCCMJcYLUT/XE8b+VdvuPzv84W87Hng==
91+
"@angular-devkit/build-webpack@0.1401.0-next.2":
92+
version "0.1401.0-next.2"
93+
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1401.0-next.2.tgz#53fb00ba5ffc083fe02ed20bc15dcfb3f0963c3d"
94+
integrity sha512-59Y1dOC7IQPrjrYMkOxbQUsbhL/2WAQtzY4ETFtCoAzUh/kVgV6L236oM5ZsKT+b7317cmtRngtvMAZLW22hQQ==
9595
dependencies:
96-
"@angular-devkit/architect" "0.1401.0-next.1"
96+
"@angular-devkit/architect" "0.1401.0-next.2"
9797
rxjs "6.6.7"
9898

99-
"@angular-devkit/core@14.1.0-next.1":
100-
version "14.1.0-next.1"
101-
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-14.1.0-next.1.tgz#60106955588505045fc223d3a79f644a2318b820"
102-
integrity sha512-2g0EgD1TMRfivEzjm3SLMyVoocSdCnG7s9Xp/5oWx1R8CmgcyXavwmspmCDyOV6dsFsRJXWqdUHFV/Og6FM9Zw==
99+
"@angular-devkit/core@14.1.0-next.2":
100+
version "14.1.0-next.2"
101+
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-14.1.0-next.2.tgz#3f68034c94a7e82865ff4ca89a43a8b0105a5ac5"
102+
integrity sha512-ZLfoMLlAFBIaHVRGBYk1vjjhPBa5MHIUtBg6TZEs+opIgw+PxyRo9nVePv7VfFKehypC4PzJMwNnUkhMTAtXKA==
103103
dependencies:
104104
ajv "8.11.0"
105105
ajv-formats "2.1.1"
106106
jsonc-parser "3.0.0"
107107
rxjs "6.6.7"
108108
source-map "0.7.3"
109109

110-
"@angular-devkit/schematics@14.1.0-next.1":
111-
version "14.1.0-next.1"
112-
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-14.1.0-next.1.tgz#93187a6f925d7dc6d31b22dfb99c94f596c232fe"
113-
integrity sha512-cU5qFOVpVZel0ublzxlCDH0Ftx017lLx5u6VDiQRPWb1iWE98kHZf81/UwYV3mVkc2sVFGUN6MuS8ydzoVSYew==
110+
"@angular-devkit/schematics@14.1.0-next.2":
111+
version "14.1.0-next.2"
112+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-14.1.0-next.2.tgz#31d9f1e83338dfbcc11cf440247ae9f4ac2d11b7"
113+
integrity sha512-7WKhNFJ8k4t2/UJ6Nd5YM2MP4gfnwcpMykC1OYrL+IV8/CAw7jo82EENXSxg9n2QK71mU4s26d2fcoQRUuY9vg==
114114
dependencies:
115-
"@angular-devkit/core" "14.1.0-next.1"
115+
"@angular-devkit/core" "14.1.0-next.2"
116116
jsonc-parser "3.0.0"
117117
magic-string "0.26.2"
118118
ora "5.4.1"
@@ -143,15 +143,15 @@
143143
"@angular/core" "^13.0.0 || ^14.0.0-0"
144144
reflect-metadata "^0.1.13"
145145

146-
"@angular/cli@14.1.0-next.1":
147-
version "14.1.0-next.1"
148-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-14.1.0-next.1.tgz#c92e221b08a5705790fd03424022fc6db503865a"
149-
integrity sha512-D04GzAtRWVy/yx3QxrmYmjJlrOac4af0cnirgQyXJBHyrGJpR9dFO1HXCma2hazmyCsDghZBFpuzAdfO99f3XA==
146+
"@angular/cli@14.1.0-next.2":
147+
version "14.1.0-next.2"
148+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-14.1.0-next.2.tgz#5bbf3b713cd568d14947a244efe6abc811475b83"
149+
integrity sha512-Hs+RUsesKJDgKeWl+wBHTFxVu/gGgmhM+it27ejv0/ALF4ypknO3XZA2H+ShfCjlq4FO9YwF/xZCOLd5XJdPRQ==
150150
dependencies:
151-
"@angular-devkit/architect" "0.1401.0-next.1"
152-
"@angular-devkit/core" "14.1.0-next.1"
153-
"@angular-devkit/schematics" "14.1.0-next.1"
154-
"@schematics/angular" "14.1.0-next.1"
151+
"@angular-devkit/architect" "0.1401.0-next.2"
152+
"@angular-devkit/core" "14.1.0-next.2"
153+
"@angular-devkit/schematics" "14.1.0-next.2"
154+
"@schematics/angular" "14.1.0-next.2"
155155
"@yarnpkg/lockfile" "1.1.0"
156156
ansi-colors "4.1.3"
157157
debug "4.3.4"
@@ -213,11 +213,12 @@
213213
dependencies:
214214
tslib "^2.3.0"
215215

216-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#262cb3bb487e8dddb3c404f4f2c8b34a9a1f14c2":
217-
version "0.0.0-860ebf16b8617ce999394c2c70a8af307bb0ddc2"
218-
resolved "https://github.com/angular/dev-infra-private-builds.git#262cb3bb487e8dddb3c404f4f2c8b34a9a1f14c2"
216+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#972879f2a2a6ffd6a4f1d8a800b5917aa71b05de":
217+
version "0.0.0-5f98f0cd7dad6fa133d6a7e97a37ea7de4ffa11f"
218+
uid "972879f2a2a6ffd6a4f1d8a800b5917aa71b05de"
219+
resolved "https://github.com/angular/dev-infra-private-builds.git#972879f2a2a6ffd6a4f1d8a800b5917aa71b05de"
219220
dependencies:
220-
"@angular-devkit/build-angular" "14.1.0-next.1"
221+
"@angular-devkit/build-angular" "14.1.0-next.2"
221222
"@angular/benchpress" "0.3.0"
222223
"@babel/core" "^7.16.0"
223224
"@bazel/buildifier" "5.1.0"
@@ -1548,10 +1549,10 @@
15481549
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.14.1.tgz#155ef21065427901994e765da8a0ba0eaae8b8bd"
15491550
integrity sha512-6Wci+Tp3CgPt/B9B0a3J4s3yMgLNSku6w5TV6mN+61C71UqsRBv2FUibBf3tPGlNxebgPHMEUzKpb1ggE8KCKw==
15501551

1551-
"@ngtools/webpack@14.1.0-next.1":
1552-
version "14.1.0-next.1"
1553-
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-14.1.0-next.1.tgz#aeb89ca748e3b9f0d9db4be3a8d0233697ad291b"
1554-
integrity sha512-MXgzBn4LudIIdffY4X/pAhAAL5wvGRa36ToeYb4Pmfr0GROD2KvtWk6zNGmE1YuP1p9DHXh6ufoJxtHqTGgFVQ==
1552+
"@ngtools/webpack@14.1.0-next.2":
1553+
version "14.1.0-next.2"
1554+
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-14.1.0-next.2.tgz#cedb06a9101a959faef5d88a40d846eb65318680"
1555+
integrity sha512-EuYY9LFJ2U4g2IaFbvQAW9o2XioXoa0J8NZr4Ju21wrJKgoPVegoKkw3E9pFskMI3NrIcDvvnRGz23+rD74IAA==
15551556

15561557
"@nodelib/fs.scandir@2.1.5":
15571558
version "2.1.5"
@@ -1804,13 +1805,13 @@
18041805
colors "~1.2.1"
18051806
string-argv "~0.3.1"
18061807

1807-
"@schematics/angular@14.1.0-next.1":
1808-
version "14.1.0-next.1"
1809-
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-14.1.0-next.1.tgz#3a1d8c30bf18c6502f09e25199fedffbfdf7b472"
1810-
integrity sha512-8A2/iN9bIp58g1BRNblqZ8c9ou8YxDWBc+XIQfyfoXkJr7aOuQ3ljJ67l4cW4cWWzhf6o51O9AKAuy3Zioeg3g==
1808+
"@schematics/angular@14.1.0-next.2":
1809+
version "14.1.0-next.2"
1810+
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-14.1.0-next.2.tgz#102e109cd408afd91d05d75a5c56f0389025ec5e"
1811+
integrity sha512-P488xBHoT2HPkAZGU6HpN+ORsbDRIPND77qNad922NUHmmdlrEFMF6cot6yIFgugeA/weYkquGsq76Vd3fP6nA==
18111812
dependencies:
1812-
"@angular-devkit/core" "14.1.0-next.1"
1813-
"@angular-devkit/schematics" "14.1.0-next.1"
1813+
"@angular-devkit/core" "14.1.0-next.2"
1814+
"@angular-devkit/schematics" "14.1.0-next.2"
18141815
jsonc-parser "3.0.0"
18151816

18161817
"@socket.io/component-emitter@~3.1.0":

0 commit comments

Comments
 (0)