Skip to content

Commit 57a8cb6

Browse files
angular-robotangular-robot[bot]
authored andcommitted
build: update angular
1 parent df5ca31 commit 57a8cb6

File tree

8 files changed

+737
-732
lines changed

8 files changed

+737
-732
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@f7d207b79899e466f312ae4fea2804f7978278ad
19+
- uses: angular/dev-infra/github-actions/branch-manager@ee27e18676602a29b20703051ac303ea6386e54f
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f7d207b79899e466f312ae4fea2804f7978278ad
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@ee27e18676602a29b20703051ac303ea6386e54f
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@f7d207b79899e466f312ae4fea2804f7978278ad
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@ee27e18676602a29b20703051ac303ea6386e54f
2424
with:
2525
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@f7d207b79899e466f312ae4fea2804f7978278ad
19+
- uses: angular/dev-infra/github-actions/feature-request@ee27e18676602a29b20703051ac303ea6386e54f
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@f7d207b79899e466f312ae4fea2804f7978278ad
16+
- uses: angular/dev-infra/github-actions/lock-closed@ee27e18676602a29b20703051ac303ea6386e54f
1717
with:
1818
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,22 @@
6565
},
6666
"devDependencies": {
6767
"@ampproject/remapping": "2.2.0",
68-
"@angular/animations": "15.1.0-next.3",
69-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#0940d31b019e41ca5283c1758d74fd648afd6a42",
70-
"@angular/cdk": "15.1.0-next.2",
71-
"@angular/common": "15.1.0-next.3",
72-
"@angular/compiler": "15.1.0-next.3",
73-
"@angular/compiler-cli": "15.1.0-next.3",
74-
"@angular/core": "15.1.0-next.3",
75-
"@angular/forms": "15.1.0-next.3",
76-
"@angular/localize": "15.1.0-next.3",
77-
"@angular/material": "15.1.0-next.2",
78-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9dccce65ac86e8bb222f600d978b713f8e19c2f8",
79-
"@angular/platform-browser": "15.1.0-next.3",
80-
"@angular/platform-browser-dynamic": "15.1.0-next.3",
81-
"@angular/platform-server": "15.1.0-next.3",
82-
"@angular/router": "15.1.0-next.3",
83-
"@angular/service-worker": "15.1.0-next.3",
68+
"@angular/animations": "15.1.0-rc.0",
69+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#940c56c8cce3366b18653352899bc7891b684ea1",
70+
"@angular/cdk": "15.1.0-rc.0",
71+
"@angular/common": "15.1.0-rc.0",
72+
"@angular/compiler": "15.1.0-rc.0",
73+
"@angular/compiler-cli": "15.1.0-rc.0",
74+
"@angular/core": "15.1.0-rc.0",
75+
"@angular/forms": "15.1.0-rc.0",
76+
"@angular/localize": "15.1.0-rc.0",
77+
"@angular/material": "15.1.0-rc.0",
78+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#079a46ee8578c4ee17d532108295ac1ff4a1a47c",
79+
"@angular/platform-browser": "15.1.0-rc.0",
80+
"@angular/platform-browser-dynamic": "15.1.0-rc.0",
81+
"@angular/platform-server": "15.1.0-rc.0",
82+
"@angular/router": "15.1.0-rc.0",
83+
"@angular/service-worker": "15.1.0-rc.0",
8484
"@babel/core": "7.20.12",
8585
"@babel/generator": "7.20.7",
8686
"@babel/helper-annotate-as-pure": "7.18.6",

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": "15.1.0-next.3",
32-
"@angular/compiler-cli": "15.1.0-next.3",
31+
"@angular/compiler": "15.1.0-rc.0",
32+
"@angular/compiler-cli": "15.1.0-rc.0",
3333
"typescript": "4.9.4",
3434
"webpack": "5.75.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#e367ab86e0e23659daac3cd0d634414ccf9ffbbd",
6-
"@angular/cdk": "github:angular/cdk-builds#a9e7bae0709a72dc5af01174d3b415ca63eafa8c",
7-
"@angular/common": "github:angular/common-builds#9b976ed0dc619bf106d8d4aa45fe83d8b2f81f42",
8-
"@angular/compiler": "github:angular/compiler-builds#344d813ecb43c4ec25ad316e9f3527beb102fde4",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#721a1b5f6138b8739b50dc8e3678b116744846b7",
10-
"@angular/core": "github:angular/core-builds#02c314afa2d08d048d4a5dca534c53cb31987b13",
11-
"@angular/forms": "github:angular/forms-builds#28445850cb8d3c0e1e2bc9f3cb1a7b4f465d471a",
12-
"@angular/language-service": "github:angular/language-service-builds#56942552f5927f0c4e43f20e5cfdb75542474711",
13-
"@angular/localize": "github:angular/localize-builds#ef95207731d0428a773164727e1c1cb4d3cc2d28",
14-
"@angular/material": "github:angular/material-builds#787f1d442e35960f1b9a1c6cce4ad4d56a1e9bdd",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#d7e190099a32b369fb415ac784f49e065ced7a8e",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#3b8a4bf463294ec3ce20875d23b4f053c826e38c",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#423c293bbcdd09fe7cdaede510c6a1c2dbfd1477",
18-
"@angular/platform-server": "github:angular/platform-server-builds#5ed32fc76a805b722e4802cd191deee09e009188",
19-
"@angular/router": "github:angular/router-builds#129f0e2ef1be5e920d293ab86d3afa7dea8e7b3b",
20-
"@angular/service-worker": "github:angular/service-worker-builds#752841ea33762860e0d56847272b078211727e53"
5+
"@angular/animations": "github:angular/animations-builds#da275ef5ebbf4ad3a8afe2f5b2a03d06cbd5a21e",
6+
"@angular/cdk": "github:angular/cdk-builds#81ddbac570c776776821d039ad9ccd8f0fd61759",
7+
"@angular/common": "github:angular/common-builds#70dca3677df929dea809f861edc885e1a734cad9",
8+
"@angular/compiler": "github:angular/compiler-builds#7d599beb3bef030ff6a766303c0c25903549c78f",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#8e3582d39bd7c5a4ef31b555e844af53a7565365",
10+
"@angular/core": "github:angular/core-builds#538fe7f6b78eadbc1e1019321878df53e5589b2f",
11+
"@angular/forms": "github:angular/forms-builds#3de6473abda2e874be05b7405a5d20dcc590ef35",
12+
"@angular/language-service": "github:angular/language-service-builds#5c1c6d10ee081357753717ed663e1fc65f28b287",
13+
"@angular/localize": "github:angular/localize-builds#b9b0b92149d6d1dacbbaeeceffd4c7a7eb83a100",
14+
"@angular/material": "github:angular/material-builds#8681468d1612f440cce11db707cf49d45aa9cd43",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#5995cda0c5f63daf581658b94cf2ab53981d301e",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#db2ced81a8f9c89576a6b29c6c03b64101c0761f",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#58ccef651fa65ea668982e6562b703b8195aeafe",
18+
"@angular/platform-server": "github:angular/platform-server-builds#6ae958000cd15cd5913e385a4b5e7d19aa60413a",
19+
"@angular/router": "github:angular/router-builds#e36ba787e25f9b352fbe53ca59355fb8e56568cb",
20+
"@angular/service-worker": "github:angular/service-worker-builds#aff602aef0b91e5923d5e68108791f485e8ee97c"
2121
}
2222
}

0 commit comments

Comments
 (0)