Skip to content

Commit f001987

Browse files
alan-agius4clydin
authored andcommitted
build: update angular
Cherry-pick of #23244
1 parent 1a7e6f0 commit f001987

File tree

6 files changed

+296
-458
lines changed

6 files changed

+296
-458
lines changed

.github/workflows/dev-infra.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +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@d9f50abe777f5077aee75a35f2fe65bb478638b5
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a2889d30aa4f7ff953f0cdaed212a7a62880644a
17+
with:
18+
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
19+
post_approval_changes:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@a2889d30aa4f7ff953f0cdaed212a7a62880644a
1724
with:
1825
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@d9f50abe777f5077aee75a35f2fe65bb478638b5
19+
- uses: angular/dev-infra/github-actions/feature-request@a2889d30aa4f7ff953f0cdaed212a7a62880644a
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@d9f50abe777f5077aee75a35f2fe65bb478638b5
16+
- uses: angular/dev-infra/github-actions/lock-closed@a2889d30aa4f7ff953f0cdaed212a7a62880644a
1717
with:
1818
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.2.0",
66-
"@angular/animations": "14.0.0-next.16",
67-
"@angular/cdk": "14.0.0-next.13",
68-
"@angular/common": "14.0.0-next.16",
69-
"@angular/compiler": "14.0.0-next.16",
70-
"@angular/compiler-cli": "14.0.0-next.16",
71-
"@angular/core": "14.0.0-next.16",
72-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#54c89d2b5ea8a35006eafdcd4e24abab6a7c73b6",
73-
"@angular/forms": "14.0.0-next.16",
74-
"@angular/localize": "14.0.0-next.16",
75-
"@angular/material": "14.0.0-next.13",
76-
"@angular/platform-browser": "14.0.0-next.16",
77-
"@angular/platform-browser-dynamic": "14.0.0-next.16",
78-
"@angular/platform-server": "14.0.0-next.16",
79-
"@angular/router": "14.0.0-next.16",
80-
"@angular/service-worker": "14.0.0-next.16",
66+
"@angular/animations": "14.0.0",
67+
"@angular/cdk": "14.0.0",
68+
"@angular/common": "14.0.0",
69+
"@angular/compiler": "14.0.0",
70+
"@angular/compiler-cli": "14.0.0",
71+
"@angular/core": "14.0.0",
72+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#2fe60016e0ce6f1e53d4f5c5a1feb29d64ecd979",
73+
"@angular/forms": "14.0.0",
74+
"@angular/localize": "14.0.0",
75+
"@angular/material": "14.0.0",
76+
"@angular/platform-browser": "14.0.0",
77+
"@angular/platform-browser-dynamic": "14.0.0",
78+
"@angular/platform-server": "14.0.0",
79+
"@angular/router": "14.0.0",
80+
"@angular/service-worker": "14.0.0",
8181
"@babel/core": "7.17.10",
8282
"@babel/generator": "7.17.10",
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.16",
32-
"@angular/compiler-cli": "14.0.0-next.16",
31+
"@angular/compiler": "14.0.0",
32+
"@angular/compiler-cli": "14.0.0",
3333
"typescript": "~4.7.2",
3434
"webpack": "5.72.1"
3535
}

0 commit comments

Comments
 (0)