Skip to content

Commit b46f624

Browse files
renovate-botfilipesilva
authored andcommitted
build: update angular
1 parent 6e9cb3d commit b46f624

File tree

7 files changed

+285
-463
lines changed

7 files changed

+285
-463
lines changed

.github/workflows/dev-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@371b650cc4294b677bad453df3cb9e4a49a0941c
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@ea10bc11429093f71506927aac9da864ce775b4f
1313
with:
1414
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
@@ -12,6 +12,6 @@ jobs:
1212
if: github.repository == 'angular/angular-cli'
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: angular/dev-infra/github-actions/feature-request@371b650cc4294b677bad453df3cb9e4a49a0941c
15+
- uses: angular/dev-infra/github-actions/feature-request@ea10bc11429093f71506927aac9da864ce775b4f
1616
with:
1717
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
@@ -9,6 +9,6 @@ jobs:
99
lock_closed:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/lock-closed@371b650cc4294b677bad453df3cb9e4a49a0941c
12+
- uses: angular/dev-infra/github-actions/lock-closed@ea10bc11429093f71506927aac9da864ce775b4f
1313
with:
1414
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@
6363
},
6464
"devDependencies": {
6565
"@ampproject/remapping": "2.0.2",
66-
"@angular/animations": "14.0.0-next.0",
67-
"@angular/cdk": "14.0.0-next.0",
68-
"@angular/common": "14.0.0-next.0",
69-
"@angular/compiler": "14.0.0-next.0",
70-
"@angular/compiler-cli": "14.0.0-next.0",
71-
"@angular/core": "14.0.0-next.0",
72-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#838437e8f6056f933f595890019824c9283e48c6",
73-
"@angular/forms": "14.0.0-next.0",
74-
"@angular/localize": "14.0.0-next.0",
75-
"@angular/material": "14.0.0-next.0",
76-
"@angular/platform-browser": "14.0.0-next.0",
77-
"@angular/platform-browser-dynamic": "14.0.0-next.0",
78-
"@angular/platform-server": "14.0.0-next.0",
79-
"@angular/router": "14.0.0-next.0",
80-
"@angular/service-worker": "14.0.0-next.0",
66+
"@angular/animations": "14.0.0-next.2",
67+
"@angular/cdk": "14.0.0-next.1",
68+
"@angular/common": "14.0.0-next.2",
69+
"@angular/compiler": "14.0.0-next.2",
70+
"@angular/compiler-cli": "14.0.0-next.2",
71+
"@angular/core": "14.0.0-next.2",
72+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#647c873bed9f9b9190f8441eea790a01ad0b2e92",
73+
"@angular/forms": "14.0.0-next.2",
74+
"@angular/localize": "14.0.0-next.2",
75+
"@angular/material": "14.0.0-next.1",
76+
"@angular/platform-browser": "14.0.0-next.2",
77+
"@angular/platform-browser-dynamic": "14.0.0-next.2",
78+
"@angular/platform-server": "14.0.0-next.2",
79+
"@angular/router": "14.0.0-next.2",
80+
"@angular/service-worker": "14.0.0-next.2",
8181
"@babel/core": "7.17.0",
8282
"@babel/generator": "7.17.0",
8383
"@babel/helper-annotate-as-pure": "7.16.7",

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": "14.0.0-next.0",
32-
"@angular/compiler-cli": "14.0.0-next.0",
31+
"@angular/compiler": "14.0.0-next.2",
32+
"@angular/compiler-cli": "14.0.0-next.2",
3333
"typescript": "4.5.5",
3434
"webpack": "5.68.0"
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#8f5f8c85922cce5a89074313da06f8ead4459517",
6-
"@angular/cdk": "github:angular/cdk-builds#07e89d703b16b899d3870bdb0f4d3fe16daf0d96",
7-
"@angular/common": "github:angular/common-builds#c78d3634f4bb4e17d2afd6c88f161d162b95b9ae",
8-
"@angular/compiler": "github:angular/compiler-builds#82d5573a07fbdedb84e8d2411564874b07e70ea2",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#c0563a2b59c73df471e8780b5c53d4b251216b49",
10-
"@angular/core": "github:angular/core-builds#ee9cc37b4d753e05f45f961d642297882abac3f3",
11-
"@angular/forms": "github:angular/forms-builds#fe9f0320b61c212c98fb3fb02baf22bc1498d4cd",
12-
"@angular/language-service": "github:angular/language-service-builds#20b08b3c8d08bc0c754693d8f49411b7f77cc2bb",
13-
"@angular/localize": "github:angular/localize-builds#50239376544ba0662f1030b71169deec86adcd7c",
14-
"@angular/material": "github:angular/material2-builds#9fb170b21c37d7b52aea2e232a48ff47ca889260",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ce2fe8fb4942304f36cb3fb1af7d64fbd4e3ee36",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#c164e19bd7098dc6ff5c11365a6c091d7c21d668",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#0179a7f90492f5ba72d0716cb6301f3a9a3d09d9",
18-
"@angular/platform-server": "github:angular/platform-server-builds#0653c6bd095a881081e50f8d4cdd0941cc8e788e",
19-
"@angular/router": "github:angular/router-builds#7dc60ef3b787f5c9bd0a01be711ad375741c14af",
20-
"@angular/service-worker": "github:angular/service-worker-builds#a3492821bc4393252da427b933577f8887ac8830"
5+
"@angular/animations": "github:angular/animations-builds#9c074d5cbb4d248c0cc4a68d95da80e1280dc9dc",
6+
"@angular/cdk": "github:angular/cdk-builds#ed6489bd5775f762ccbe0cefd35a7f9e57b4b8ca",
7+
"@angular/common": "github:angular/common-builds#30ca0d49c85800181170323078e0d3f2f38867cc",
8+
"@angular/compiler": "github:angular/compiler-builds#1ac8fd877b074a6404c68aaa7df84c1fa22c081b",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#fe494d435585395e9888dae26e72f3652800cb95",
10+
"@angular/core": "github:angular/core-builds#ff45dc6ab822f1591f2f4519506c72e894ad79d9",
11+
"@angular/forms": "github:angular/forms-builds#5410c884349684a00cd2ab57934113d091980e96",
12+
"@angular/language-service": "github:angular/language-service-builds#96176f188ec000d74012423f027ad4b313b16b1d",
13+
"@angular/localize": "github:angular/localize-builds#8cbface81637d77fb61914eba7c795f64d762d75",
14+
"@angular/material": "github:angular/material2-builds#e93133ad7d2cda76f450c91f59ce63bc009282d5",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#6efb2bbe4994822baabb5182d2879328c936d8d5",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#ada1935148d1146a8721f765b81bf26b514d5772",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d096ec66a0e5164062c39d8261b2158fe9ae7e68",
18+
"@angular/platform-server": "github:angular/platform-server-builds#d54dd3bca66bdd68fc6c27db18934b436d6c0a07",
19+
"@angular/router": "github:angular/router-builds#93221d9fce94047550dca4beaa85634eb5d83011",
20+
"@angular/service-worker": "github:angular/service-worker-builds#39e99a1c3783932ec90d86ab7fb2a7ccc033766c"
2121
}
2222
}

0 commit comments

Comments
 (0)