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

Commit 1236ab4

Browse files
renovate-botalan-agius4
authored andcommitted
build: update angular
1 parent cbdd919 commit 1236ab4

File tree

4 files changed

+223
-463
lines changed

4 files changed

+223
-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@885008c8215ce0254ba191ae0cfa01b43c815405
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@47168baf0b140436ad30c923ba8de24cad0aefc2
1313
with:
1414
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@885008c8215ce0254ba191ae0cfa01b43c815405
12+
- uses: angular/dev-infra/github-actions/lock-closed@47168baf0b140436ad30c923ba8de24cad0aefc2
1313
with:
1414
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@
3737
"@types/node": "12.12.37"
3838
},
3939
"devDependencies": {
40-
"@angular-devkit/architect": "0.1301.0-next.3",
41-
"@angular-devkit/build-angular": "13.1.0-next.3",
42-
"@angular-devkit/core": "13.1.0-next.3",
43-
"@angular-devkit/schematics": "13.1.0-next.3",
44-
"@angular/animations": "13.1.0-next.3",
45-
"@angular/bazel": "13.1.0-next.3",
46-
"@angular/cli": "13.1.0-next.3",
47-
"@angular/common": "13.1.0-next.3",
48-
"@angular/compiler": "13.1.0-next.3",
49-
"@angular/compiler-cli": "13.1.0-next.3",
50-
"@angular/core": "13.1.0-next.3",
51-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#2156ef860d69f7001c01e1fcb2c7087f8cbf8e5d",
52-
"@angular/platform-browser": "13.1.0-next.3",
53-
"@angular/platform-browser-dynamic": "13.1.0-next.3",
54-
"@angular/platform-server": "13.1.0-next.3",
55-
"@angular/router": "13.1.0-next.3",
56-
"@angular/service-worker": "13.1.0-next.3",
40+
"@angular-devkit/architect": "0.1301.3",
41+
"@angular-devkit/build-angular": "13.1.3",
42+
"@angular-devkit/core": "13.1.3",
43+
"@angular-devkit/schematics": "13.1.3",
44+
"@angular/animations": "13.1.2",
45+
"@angular/bazel": "13.1.2",
46+
"@angular/cli": "13.1.3",
47+
"@angular/common": "13.1.2",
48+
"@angular/compiler": "13.1.2",
49+
"@angular/compiler-cli": "13.1.2",
50+
"@angular/core": "13.1.2",
51+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#4b4d90418c4fe024676e102f714a20a65610c724",
52+
"@angular/platform-browser": "13.1.2",
53+
"@angular/platform-browser-dynamic": "13.1.2",
54+
"@angular/platform-server": "13.1.2",
55+
"@angular/router": "13.1.2",
56+
"@angular/service-worker": "13.1.2",
5757
"@bazel/bazelisk": "1.11.0",
5858
"@bazel/buildifier": "4.2.5",
5959
"@bazel/esbuild": "4.6.1",
@@ -63,7 +63,7 @@
6363
"@hapi/hapi": "^18.4.0",
6464
"@rollup/plugin-commonjs": "^21.0.0",
6565
"@rollup/plugin-node-resolve": "^13.0.5",
66-
"@schematics/angular": "13.1.0-next.3",
66+
"@schematics/angular": "13.1.3",
6767
"@types/browser-sync": "^2.26.1",
6868
"@types/express": "~4.17.6",
6969
"@types/fs-extra": "^9.0.0",

0 commit comments

Comments
 (0)