Skip to content

Commit 6d9ccc3

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular
1 parent 53f93b9 commit 6d9ccc3

File tree

8 files changed

+134
-134
lines changed

8 files changed

+134
-134
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
19+
- uses: angular/dev-infra/github-actions/branch-manager@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Initialize environment
41-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
4242
- name: Setup ESLint Caching
4343
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
4444
with:
@@ -71,11 +71,11 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Initialize environment
74-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
74+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
7575
- name: Setup Bazel
76-
uses: angular/dev-infra/github-actions/bazel/setup@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
76+
uses: angular/dev-infra/github-actions/bazel/setup@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
7777
- name: Setup Bazel RBE
78-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
78+
uses: angular/dev-infra/github-actions/bazel/configure-remote@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
7979
- name: Install node modules
8080
run: yarn install --frozen-lockfile
8181
- name: Build release targets
@@ -92,13 +92,13 @@ jobs:
9292
runs-on: ubuntu-latest
9393
steps:
9494
- name: Initialize environment
95-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
9696
with:
9797
fetch-depth: 1
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
99+
uses: angular/dev-infra/github-actions/bazel/setup@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
102102
- name: Install node modules
103103
run: yarn install --frozen-lockfile
104104
- name: Run tests
@@ -123,15 +123,15 @@ jobs:
123123
runs-on: ${{ matrix.os }}
124124
steps:
125125
- name: Initialize environment
126-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
126+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
127127
with:
128128
fetch-depth: 1
129129
- name: Install node modules
130130
run: yarn install --frozen-lockfile
131131
- name: Setup Bazel
132-
uses: angular/dev-infra/github-actions/bazel/setup@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
132+
uses: angular/dev-infra/github-actions/bazel/setup@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
133133
- name: Setup Bazel RBE
134-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
134+
uses: angular/dev-infra/github-actions/bazel/configure-remote@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
135135
- name: Run CLI E2E tests
136136
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
137137

@@ -148,14 +148,14 @@ jobs:
148148
runs-on: ${{ matrix.os }}
149149
steps:
150150
- name: Initialize environment
151-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
151+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
152152
with:
153153
fetch-depth: 1
154154
- name: Install node modules
155155
run: yarn install --frozen-lockfile
156156
- name: Setup Bazel
157-
uses: angular/dev-infra/github-actions/bazel/setup@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
157+
uses: angular/dev-infra/github-actions/bazel/setup@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
158158
- name: Setup Bazel RBE
159-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
159+
uses: angular/dev-infra/github-actions/bazel/configure-remote@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
160160
- name: Run CLI E2E tests
161161
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

.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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
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@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
19+
- uses: angular/dev-infra/github-actions/feature-request@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,23 @@
5959
},
6060
"devDependencies": {
6161
"@ampproject/remapping": "2.2.1",
62-
"@angular/animations": "17.0.0-next.8",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#34aaf3bb67f8510e3dfc36b9d03cde3b7682b4a8",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#93f8ece8b671036d69c7409a1d702a9b2edf81eb",
65-
"@angular/cdk": "17.0.0-next.7",
66-
"@angular/common": "17.0.0-next.8",
67-
"@angular/compiler": "17.0.0-next.8",
68-
"@angular/compiler-cli": "17.0.0-next.8",
69-
"@angular/core": "17.0.0-next.8",
70-
"@angular/forms": "17.0.0-next.8",
71-
"@angular/localize": "17.0.0-next.8",
72-
"@angular/material": "17.0.0-next.7",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ad7f268bb6688ea67d00ece6077c6b6e696c288b",
74-
"@angular/platform-browser": "17.0.0-next.8",
75-
"@angular/platform-browser-dynamic": "17.0.0-next.8",
76-
"@angular/platform-server": "17.0.0-next.8",
77-
"@angular/router": "17.0.0-next.8",
78-
"@angular/service-worker": "17.0.0-next.8",
62+
"@angular/animations": "17.0.0-rc.0",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d0ba749872059a3f8f8150ee65b10159a2ed43ee",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4466ed3b65809001fdd3ca98535f30d5a2cd40c2",
65+
"@angular/cdk": "17.0.0-rc.0",
66+
"@angular/common": "17.0.0-rc.0",
67+
"@angular/compiler": "17.0.0-rc.0",
68+
"@angular/compiler-cli": "17.0.0-rc.0",
69+
"@angular/core": "17.0.0-rc.0",
70+
"@angular/forms": "17.0.0-rc.0",
71+
"@angular/localize": "17.0.0-rc.0",
72+
"@angular/material": "17.0.0-rc.0",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1f35c99c7d4599c1711590689ce98d1d6b543b4c",
74+
"@angular/platform-browser": "17.0.0-rc.0",
75+
"@angular/platform-browser-dynamic": "17.0.0-rc.0",
76+
"@angular/platform-server": "17.0.0-rc.0",
77+
"@angular/router": "17.0.0-rc.0",
78+
"@angular/service-worker": "17.0.0-rc.0",
7979
"@babel/core": "7.23.2",
8080
"@babel/generator": "7.23.0",
8181
"@babel/helper-annotate-as-pure": "7.22.5",

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": "17.0.0-next.8",
32-
"@angular/compiler-cli": "17.0.0-next.8",
31+
"@angular/compiler": "17.0.0-rc.0",
32+
"@angular/compiler-cli": "17.0.0-rc.0",
3333
"typescript": "5.2.2",
3434
"webpack": "5.89.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#02d1a2f64a0286981d192f44d9e2d45383318813",
6-
"@angular/cdk": "github:angular/cdk-builds#11bf87387d8332a5d08f572ad2d88141e641054e",
7-
"@angular/common": "github:angular/common-builds#9516156b811ea3c582d9c1eb88253844a68be651",
8-
"@angular/compiler": "github:angular/compiler-builds#b2117e4a266f76f8fd30420f8f76daf9aae672e0",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#c66c33827e25e5109e2839bd1ed117cf55c478a8",
10-
"@angular/core": "github:angular/core-builds#73c1e4ad09e1ebc9693a7bf0820102dce11a030a",
11-
"@angular/forms": "github:angular/forms-builds#7cc5f9813adf5d2dad80e614d1859f7fd2903d91",
12-
"@angular/language-service": "github:angular/language-service-builds#cc5ac5ab5aa5fc0948d60214be1c5ef2c1af1a9a",
13-
"@angular/localize": "github:angular/localize-builds#5db0127238251f80b2a14966de13d0821ae1d38f",
14-
"@angular/material": "github:angular/material-builds#613a594328ccd99373c1fb78da9dc49f02ad6cf8",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#9e4cf7a205f6512dc3206422296a094ce3b3f869",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#8af3244c4660161fcdac033526e5c37fa066ab71",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8dbd0782ccc1a63d6815eb3f502c730bc4ce472c",
18-
"@angular/platform-server": "github:angular/platform-server-builds#74ddbb552104c63b233bc8e943e698e26b81713a",
19-
"@angular/router": "github:angular/router-builds#cbe9406597529fd92cbbda7615af04899ef479a4",
20-
"@angular/service-worker": "github:angular/service-worker-builds#e2989d0454fc653165d8931f10d1f99eb73fb863"
5+
"@angular/animations": "github:angular/animations-builds#97b1caa160772aa394c5457056365b0aedbd833d",
6+
"@angular/cdk": "github:angular/cdk-builds#888a829dd7a3457906fa834f730eb8d586807dee",
7+
"@angular/common": "github:angular/common-builds#f27a773f249335fef5522f34935d136650a24bb4",
8+
"@angular/compiler": "github:angular/compiler-builds#2a84f131d05393ad540bf64ef24c1fce455abc13",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#b7a728ee209983375d1cc4ad08ca3d6290934357",
10+
"@angular/core": "github:angular/core-builds#bf80088078b7bda6a0873bb527bf4d248d973d62",
11+
"@angular/forms": "github:angular/forms-builds#bab54c108a69efc0ac33459ed0f94c0a9abae414",
12+
"@angular/language-service": "github:angular/language-service-builds#ac15447cb35b46ca6ed035c8dc7d28d853bf2339",
13+
"@angular/localize": "github:angular/localize-builds#309e830055d27db2239fe24681035d39ac479acf",
14+
"@angular/material": "github:angular/material-builds#14989856fc6afe0d2ceb65dc870fdc9cd1540fe2",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#9f9ce7fcd7a013fcb1933d21f06b5daaa193e044",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#f1cfaabf570b3cc2c66bd5e79c09e379f7d9b0e1",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#556d4998edddc7947504adf2c1eba43ebd4885b9",
18+
"@angular/platform-server": "github:angular/platform-server-builds#7a281a629d28e3a536ea1c83b3d3eb27147064df",
19+
"@angular/router": "github:angular/router-builds#85765d45801759a53da6e11b238c35dfca01a901",
20+
"@angular/service-worker": "github:angular/service-worker-builds#910c4c98a7fad4c64de896fc6c422d29cdb4011c"
2121
}
2222
}

0 commit comments

Comments
 (0)