Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 29ce0f7

Browse files
renovate-botalan-agius4
authored andcommitted
build: update angular
1 parent cdbd0e0 commit 29ce0f7

File tree

4 files changed

+565
-123
lines changed

4 files changed

+565
-123
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a7d07a6f66c05791fdde2dd372da4ba55c1d524b
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@01bb903d5186d054d73dd0676fa1292f80e92c9e
1717
with:
1818
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@a7d07a6f66c05791fdde2dd372da4ba55c1d524b
16+
- uses: angular/dev-infra/github-actions/lock-closed@01bb903d5186d054d73dd0676fa1292f80e92c9e
1717
with:
1818
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434
"@types/node": "^14.15.0"
3535
},
3636
"devDependencies": {
37-
"@angular-devkit/architect": "0.1400.0-next.12",
38-
"@angular-devkit/build-angular": "14.0.0-next.12",
39-
"@angular-devkit/core": "14.0.0-next.12",
40-
"@angular-devkit/schematics": "14.0.0-next.12",
41-
"@angular/animations": "14.0.0-next.15",
42-
"@angular/bazel": "14.0.0-next.15",
43-
"@angular/cli": "14.0.0-next.12",
44-
"@angular/common": "14.0.0-next.15",
45-
"@angular/compiler": "14.0.0-next.15",
46-
"@angular/compiler-cli": "14.0.0-next.15",
47-
"@angular/core": "14.0.0-next.15",
48-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#335aad1b04b3d95cd4cb1d719e73b93d4e90cce3",
49-
"@angular/platform-browser": "14.0.0-next.15",
50-
"@angular/platform-browser-dynamic": "14.0.0-next.15",
51-
"@angular/platform-server": "14.0.0-next.15",
52-
"@angular/router": "14.0.0-next.15",
53-
"@angular/service-worker": "14.0.0-next.15",
37+
"@angular-devkit/architect": "0.1400.0-next.13",
38+
"@angular-devkit/build-angular": "14.0.0-next.13",
39+
"@angular-devkit/core": "14.0.0-next.13",
40+
"@angular-devkit/schematics": "14.0.0-next.13",
41+
"@angular/animations": "14.0.0-next.16",
42+
"@angular/bazel": "14.0.0-next.16",
43+
"@angular/cli": "14.0.0-next.13",
44+
"@angular/common": "14.0.0-next.16",
45+
"@angular/compiler": "14.0.0-next.16",
46+
"@angular/compiler-cli": "14.0.0-next.16",
47+
"@angular/core": "14.0.0-next.16",
48+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#7d272df6d30e72427057a3a768cc1616fa1e2e1d",
49+
"@angular/platform-browser": "14.0.0-next.16",
50+
"@angular/platform-browser-dynamic": "14.0.0-next.16",
51+
"@angular/platform-server": "14.0.0-next.16",
52+
"@angular/router": "14.0.0-next.16",
53+
"@angular/service-worker": "14.0.0-next.16",
5454
"@bazel/bazelisk": "1.11.0",
5555
"@bazel/buildifier": "5.1.0",
5656
"@bazel/concatjs": "5.4.2",
@@ -59,7 +59,7 @@
5959
"@bazel/jasmine": "5.4.2",
6060
"@rollup/plugin-commonjs": "^22.0.0",
6161
"@rollup/plugin-node-resolve": "^13.0.5",
62-
"@schematics/angular": "14.0.0-next.12",
62+
"@schematics/angular": "14.0.0-next.13",
6363
"@types/browser-sync": "^2.26.1",
6464
"@types/express": "~4.17.6",
6565
"@types/fs-extra": "^9.0.0",

0 commit comments

Comments
 (0)