Skip to content

Commit c916c42

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular
1 parent aa57de7 commit c916c42

File tree

4 files changed

+234
-781
lines changed

4 files changed

+234
-781
lines changed

.github/workflows/dev-infra.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@2e999e1982762a32f68ba8afa02b8bfdac8495b8
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@604d67220ea3a92d23e603873b2a9d3d217973f5
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@2e999e1982762a32f68ba8afa02b8bfdac8495b8
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@604d67220ea3a92d23e603873b2a9d3d217973f5
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

+1-1
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@2e999e1982762a32f68ba8afa02b8bfdac8495b8
16+
- uses: angular/dev-infra/github-actions/lock-closed@604d67220ea3a92d23e603873b2a9d3d217973f5
1717
with:
1818
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,24 @@
3535
"@types/node": "^14.15.0"
3636
},
3737
"devDependencies": {
38-
"@angular-devkit/architect": "0.1500.0-next.4",
39-
"@angular-devkit/build-angular": "15.0.0-next.4",
40-
"@angular-devkit/core": "15.0.0-next.4",
41-
"@angular-devkit/schematics": "15.0.0-next.4",
42-
"@angular/animations": "15.0.0-next.5",
43-
"@angular/bazel": "15.0.0-next.5",
44-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#f1b68f5c7df4cf872a8c211b034f01d9f424fc08",
45-
"@angular/cli": "15.0.0-next.4",
46-
"@angular/common": "15.0.0-next.5",
47-
"@angular/compiler": "15.0.0-next.5",
48-
"@angular/compiler-cli": "15.0.0-next.5",
49-
"@angular/core": "15.0.0-next.5",
38+
"@angular-devkit/architect": "0.1500.0-next.5",
39+
"@angular-devkit/build-angular": "15.0.0-next.5",
40+
"@angular-devkit/core": "15.0.0-next.5",
41+
"@angular-devkit/schematics": "15.0.0-next.5",
42+
"@angular/animations": "15.0.0-next.6",
43+
"@angular/bazel": "15.0.0-next.6",
44+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b53c70a1c14c5b662d4477e170964a922b8744d3",
45+
"@angular/cli": "15.0.0-next.5",
46+
"@angular/common": "15.0.0-next.6",
47+
"@angular/compiler": "15.0.0-next.6",
48+
"@angular/compiler-cli": "15.0.0-next.6",
49+
"@angular/core": "15.0.0-next.6",
5050
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#6d9c069f7ba8bedd07d376444d65472154026ce8",
51-
"@angular/platform-browser": "15.0.0-next.5",
52-
"@angular/platform-browser-dynamic": "15.0.0-next.5",
53-
"@angular/platform-server": "15.0.0-next.5",
54-
"@angular/router": "15.0.0-next.5",
55-
"@angular/service-worker": "15.0.0-next.5",
51+
"@angular/platform-browser": "15.0.0-next.6",
52+
"@angular/platform-browser-dynamic": "15.0.0-next.6",
53+
"@angular/platform-server": "15.0.0-next.6",
54+
"@angular/router": "15.0.0-next.6",
55+
"@angular/service-worker": "15.0.0-next.6",
5656
"@bazel/bazelisk": "1.12.1",
5757
"@bazel/buildifier": "5.1.0",
5858
"@bazel/concatjs": "5.7.0",
@@ -61,7 +61,7 @@
6161
"@bazel/jasmine": "5.7.0",
6262
"@rollup/plugin-commonjs": "^23.0.0",
6363
"@rollup/plugin-node-resolve": "^13.0.5",
64-
"@schematics/angular": "15.0.0-next.4",
64+
"@schematics/angular": "15.0.0-next.5",
6565
"@types/browser-sync": "^2.26.1",
6666
"@types/express": "~4.17.6",
6767
"@types/fs-extra": "^9.0.0",

0 commit comments

Comments
 (0)