Skip to content

Commit bf891c3

Browse files
renovate-botdgp1130
authored andcommitted
build: update angular to 0e12514
1 parent 8eaa680 commit bf891c3

File tree

6 files changed

+47
-47
lines changed

6 files changed

+47
-47
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@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@b26959063a9a0bdc1fca8a82c2fc545089be706c
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7842990c04c24210f20f64404e219046a262aa8f
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@b26959063a9a0bdc1fca8a82c2fc545089be706c
19+
- uses: angular/dev-infra/github-actions/feature-request@7842990c04c24210f20f64404e219046a262aa8f
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@b26959063a9a0bdc1fca8a82c2fc545089be706c
16+
- uses: angular/dev-infra/github-actions/lock-closed@7842990c04c24210f20f64404e219046a262aa8f
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.11",
7070
"@angular/compiler-cli": "14.0.0-next.11",
7171
"@angular/core": "14.0.0-next.11",
72-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#31b7db764ea2883386d40b7ffda60bd773dc9dd7",
72+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#2bbdad04025574bb789d32be2886c2307dd4fff6",
7373
"@angular/forms": "14.0.0-next.11",
7474
"@angular/localize": "14.0.0-next.11",
7575
"@angular/material": "14.0.0-next.9",

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#89573edb7cb3b3db852ebfec3476f9e846b39d4a",
6-
"@angular/cdk": "github:angular/cdk-builds#af38f823811521476f2fd07c4c515e7445ff0f8e",
7-
"@angular/common": "github:angular/common-builds#adfe81a5fff197651d1a9fe445d08124673b63bf",
8-
"@angular/compiler": "github:angular/compiler-builds#d91647da3e347bad337d16f8e0158f4584d9c6c9",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#3accffe392bf97f948fc856ba07156b33ab65b78",
10-
"@angular/core": "github:angular/core-builds#0f44e849e7b02e062573d0a80201886a4f32969b",
11-
"@angular/forms": "github:angular/forms-builds#2c70914f242a331ea5b04b94876457826929ade9",
12-
"@angular/language-service": "github:angular/language-service-builds#0ababe9bb7c44427933d3e72cc2263ae1134a40d",
13-
"@angular/localize": "github:angular/localize-builds#2385c6ae12b6a202e8dc16346c08bfa02f162a23",
14-
"@angular/material": "github:angular/material-builds#3a1e3386d8833126fd4f923c2b79f5da5b37a6f3",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#31bc47de6c12aa0ebaf8e9348440df164fa70975",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#e62f9f0bb5339c72b670d9a2580b4128c5cc1548",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#9fc60d0d50c621190982db775e392dbbb0f45a4c",
18-
"@angular/platform-server": "github:angular/platform-server-builds#05e26018a94baf78b341873f23b9e58d659399ad",
19-
"@angular/router": "github:angular/router-builds#be63f3bcb6e5bfd8b7b26196f7177809461c76cd",
20-
"@angular/service-worker": "github:angular/service-worker-builds#847963cd54f71ce654321bd76084077b396e4ff7"
5+
"@angular/animations": "github:angular/animations-builds#0e12514a57325a4b87bf7a38dd1d7eb7324cbadd",
6+
"@angular/cdk": "github:angular/cdk-builds#bb4ee1375309c0e6e7106f830de8a55bcb654bcf",
7+
"@angular/common": "github:angular/common-builds#9462ad121dd9528932df292b9200debb076debb3",
8+
"@angular/compiler": "github:angular/compiler-builds#df5abdc264c9c4ee5bf9ab8d573896de93f4d893",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#2dc86dcc49a47c3f27bb6c4ca1184b40ef50ac93",
10+
"@angular/core": "github:angular/core-builds#3a3b482982617f2be0849368f8fa31461962f26b",
11+
"@angular/forms": "github:angular/forms-builds#8c4299532bef584a2cc022b2916f4da13e8799d1",
12+
"@angular/language-service": "github:angular/language-service-builds#4546bd3347108541a23047e25a06946d8c484f63",
13+
"@angular/localize": "github:angular/localize-builds#06455c301164dc8c4d21485ddc2f88fcb2f75f62",
14+
"@angular/material": "github:angular/material-builds#316c3f5c1f2b40aeefb76f50572fae7285b4d554",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#9de20593345ab89cd083fd8cc753d904ffa5cfba",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#d831df1c68379879ba62bccdcd0dd9bd1fac5e81",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#afd2bf2e1b5192454919aacfec63c844887253fa",
18+
"@angular/platform-server": "github:angular/platform-server-builds#be9ef8479b5d3796a8820020f620aa4d44bace99",
19+
"@angular/router": "github:angular/router-builds#4f6b9a06fae85b700c210881460cf6175d87b2b9",
20+
"@angular/service-worker": "github:angular/service-worker-builds#50bd6fe2f125d21b3f9b2b21b4e9b7492bb3addc"
2121
}
2222
}

yarn.lock

Lines changed: 27 additions & 27 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#31b7db764ea2883386d40b7ffda60bd773dc9dd7":
179-
version "0.0.0-b26959063a9a0bdc1fca8a82c2fc545089be706c"
180-
uid "31b7db764ea2883386d40b7ffda60bd773dc9dd7"
181-
resolved "https://github.com/angular/dev-infra-private-builds.git#31b7db764ea2883386d40b7ffda60bd773dc9dd7"
178+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#2bbdad04025574bb789d32be2886c2307dd4fff6":
179+
version "0.0.0-7842990c04c24210f20f64404e219046a262aa8f"
180+
uid "2bbdad04025574bb789d32be2886c2307dd4fff6"
181+
resolved "https://github.com/angular/dev-infra-private-builds.git#2bbdad04025574bb789d32be2886c2307dd4fff6"
182182
dependencies:
183183
"@angular-devkit/build-angular" "14.0.0-next.8"
184184
"@angular/benchpress" "0.3.0"
@@ -190,7 +190,7 @@
190190
"@bazel/runfiles" "5.4.0"
191191
"@bazel/terser" "5.4.0"
192192
"@bazel/typescript" "5.4.0"
193-
"@microsoft/api-extractor" "7.21.2"
193+
"@microsoft/api-extractor" "7.21.3"
194194
"@types/browser-sync" "^2.26.3"
195195
"@types/node" "16.10.9"
196196
"@types/node-fetch" "^2.5.10"
@@ -1484,23 +1484,23 @@
14841484
brfs "^1.4.0"
14851485
unicode-trie "^0.3.0"
14861486

1487-
"@microsoft/api-extractor-model@7.16.1":
1488-
version "7.16.1"
1489-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.16.1.tgz#f6e53614e90c8a6be47bad5b91d49cc6d8c5c2bf"
1490-
integrity sha512-+1mlvy/ji+mUuH7WdVZ6fTo/aCKfS6m37aAFVOFWLfkMvmR+I9SjPfiv9qOg83If7GOrk2HPiHHibv6kA80VTg==
1487+
"@microsoft/api-extractor-model@7.16.2":
1488+
version "7.16.2"
1489+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.16.2.tgz#58504311bba3e0f8375b49c5c8b92ffc7e576845"
1490+
integrity sha512-hnqKsG89iIiQlLDXasxFw8QR0LwakPVXejNVmlGpFL008R+IExgc1f+tBrUAm1in6Oq76t7Ea0TFhER56Qfhaw==
14911491
dependencies:
1492-
"@microsoft/tsdoc" "0.13.2"
1493-
"@microsoft/tsdoc-config" "~0.15.2"
1492+
"@microsoft/tsdoc" "0.14.1"
1493+
"@microsoft/tsdoc-config" "~0.16.1"
14941494
"@rushstack/node-core-library" "3.45.2"
14951495

1496-
"@microsoft/api-extractor@7.21.2":
1497-
version "7.21.2"
1498-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.21.2.tgz#0f524e7e1cf7b000924772fb8f6b5f60cf42fba8"
1499-
integrity sha512-m0+YPaXVou01O/V9swugZG7Gn4mw6HSWY+uisf0j2JPRZcoEDyoYe4hg0ERKXOEf0hByOnMLT28nQ82v8ig9Yw==
1496+
"@microsoft/api-extractor@7.21.3":
1497+
version "7.21.3"
1498+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.21.3.tgz#ae47c7c7dfe96263439257b6f2d8f3184a2144d6"
1499+
integrity sha512-ZQwuu5QbJq/TMDGr8NGmt4p/kcceaQAhQYQ4DszwNKDaCi/IhGVtO2zRcjSt8DEI2XD40s/CAOPYyF2C+Y99Ow==
15001500
dependencies:
1501-
"@microsoft/api-extractor-model" "7.16.1"
1502-
"@microsoft/tsdoc" "0.13.2"
1503-
"@microsoft/tsdoc-config" "~0.15.2"
1501+
"@microsoft/api-extractor-model" "7.16.2"
1502+
"@microsoft/tsdoc" "0.14.1"
1503+
"@microsoft/tsdoc-config" "~0.16.1"
15041504
"@rushstack/node-core-library" "3.45.2"
15051505
"@rushstack/rig-package" "0.3.9"
15061506
"@rushstack/ts-command-line" "4.10.8"
@@ -1511,20 +1511,20 @@
15111511
source-map "~0.6.1"
15121512
typescript "~4.5.2"
15131513

1514-
"@microsoft/tsdoc-config@~0.15.2":
1515-
version "0.15.2"
1516-
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc-config/-/tsdoc-config-0.15.2.tgz#eb353c93f3b62ab74bdc9ab6f4a82bcf80140f14"
1517-
integrity sha512-mK19b2wJHSdNf8znXSMYVShAHktVr/ib0Ck2FA3lsVBSEhSI/TfXT7DJQkAYgcztTuwazGcg58ZjYdk0hTCVrA==
1514+
"@microsoft/tsdoc-config@~0.16.1":
1515+
version "0.16.1"
1516+
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc-config/-/tsdoc-config-0.16.1.tgz#4de11976c1202854c4618f364bf499b4be33e657"
1517+
integrity sha512-2RqkwiD4uN6MLnHFljqBlZIXlt/SaUT6cuogU1w2ARw4nKuuppSmR0+s+NC+7kXBQykd9zzu0P4HtBpZT5zBpQ==
15181518
dependencies:
1519-
"@microsoft/tsdoc" "0.13.2"
1519+
"@microsoft/tsdoc" "0.14.1"
15201520
ajv "~6.12.6"
15211521
jju "~1.4.0"
15221522
resolve "~1.19.0"
15231523

1524-
"@microsoft/tsdoc@0.13.2":
1525-
version "0.13.2"
1526-
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.13.2.tgz#3b0efb6d3903bd49edb073696f60e90df08efb26"
1527-
integrity sha512-WrHvO8PDL8wd8T2+zBGKrMwVL5IyzR3ryWUsl0PXgEV0QHup4mTLi0QcATefGI6Gx9Anu7vthPyyyLpY0EpiQg==
1524+
"@microsoft/tsdoc@0.14.1":
1525+
version "0.14.1"
1526+
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.14.1.tgz#155ef21065427901994e765da8a0ba0eaae8b8bd"
1527+
integrity sha512-6Wci+Tp3CgPt/B9B0a3J4s3yMgLNSku6w5TV6mN+61C71UqsRBv2FUibBf3tPGlNxebgPHMEUzKpb1ggE8KCKw==
15281528

15291529
"@ngtools/webpack@14.0.0-next.8":
15301530
version "14.0.0-next.8"

0 commit comments

Comments
 (0)