Skip to content

Commit 5a27795

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular
1 parent 6d481c8 commit 5a27795

File tree

8 files changed

+124
-145
lines changed

8 files changed

+124
-145
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
19+
- uses: angular/dev-infra/github-actions/branch-manager@031962443584a0ac5cbd9d1c1b78b241453e4702
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@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
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@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
74+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
7575
- name: Setup Bazel
76-
uses: angular/dev-infra/github-actions/bazel/setup@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
76+
uses: angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
7777
- name: Setup Bazel RBE
78-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
78+
uses: angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
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@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
9696
with:
9797
fetch-depth: 1
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
99+
uses: angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
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@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
126+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
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@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
132+
uses: angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
133133
- name: Setup Bazel RBE
134-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
134+
uses: angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
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@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
151+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
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@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
157+
uses: angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
158158
- name: Setup Bazel RBE
159-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
159+
uses: angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@031962443584a0ac5cbd9d1c1b78b241453e4702
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@031962443584a0ac5cbd9d1c1b78b241453e4702
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@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
19+
- uses: angular/dev-infra/github-actions/feature-request@031962443584a0ac5cbd9d1c1b78b241453e4702
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.7",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#a9f0d84d653accdd1b7c779aec16bc70736564ac",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2f47af8845e27f8e0d82abbc005fa3c3116e43e8",
65-
"@angular/cdk": "17.0.0-next.6",
66-
"@angular/common": "17.0.0-next.7",
67-
"@angular/compiler": "17.0.0-next.7",
68-
"@angular/compiler-cli": "17.0.0-next.7",
69-
"@angular/core": "17.0.0-next.7",
70-
"@angular/forms": "17.0.0-next.7",
71-
"@angular/localize": "17.0.0-next.7",
72-
"@angular/material": "17.0.0-next.6",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#cf16cf7e64bd54706f8a2a1cb4b7bc93719e15fd",
74-
"@angular/platform-browser": "17.0.0-next.7",
75-
"@angular/platform-browser-dynamic": "17.0.0-next.7",
76-
"@angular/platform-server": "17.0.0-next.7",
77-
"@angular/router": "17.0.0-next.7",
78-
"@angular/service-worker": "17.0.0-next.7",
62+
"@angular/animations": "17.0.0-next.8",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#a8d37174873f185b48287074034c1d77d203ff87",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#77b078919dd2836c1e122056229f7c6c85966168",
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#d4b61855a4c227440628cc4ec7c7d5676d53da3e",
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",
7979
"@babel/core": "7.23.0",
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.7",
32-
"@angular/compiler-cli": "17.0.0-next.7",
31+
"@angular/compiler": "17.0.0-next.8",
32+
"@angular/compiler-cli": "17.0.0-next.8",
3333
"typescript": "5.2.2",
3434
"webpack": "5.88.2"
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#aba5036e4b08b92096aff8c4a624b67acecc7f57",
6-
"@angular/cdk": "github:angular/cdk-builds#131de3b4ceacb9e4204d1327bc5ddcfd26a184d3",
7-
"@angular/common": "github:angular/common-builds#46ec26b91d280085d805c1996c5ccc8a3266b0a8",
8-
"@angular/compiler": "github:angular/compiler-builds#4c9d546c00e01cc30f510df63ffc514d71e75032",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#99fcb515faf8422b67b5eb36ceadc9f63c8d18d3",
10-
"@angular/core": "github:angular/core-builds#32c6d7a05b273ae0281ee2957a74e1cc9b6ae1e2",
11-
"@angular/forms": "github:angular/forms-builds#e33fa1b6ba133b61178148b9634d6e9627063658",
12-
"@angular/language-service": "github:angular/language-service-builds#1bb30477c1eda8ad5b963f690d89e03d2167266c",
13-
"@angular/localize": "github:angular/localize-builds#ebbd300d4bf397f8a620ab0f907d15b8eb212e24",
14-
"@angular/material": "github:angular/material-builds#10daa98d7c77d69289eb6af06ff4d11ad9f8bde2",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#6584654b276aa68d37bb355873ba79dcc1696860",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#552c3bf4892f848de7ba50e75516b22276e22650",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#ba7d933b566645b9be125780eddf02dc0be5fa9c",
18-
"@angular/platform-server": "github:angular/platform-server-builds#483374e63f7091b92d0ba0ddcaccb0caa8f1c8f1",
19-
"@angular/router": "github:angular/router-builds#92f71ddffba06320986cb9171fdb9c0aafa42886",
20-
"@angular/service-worker": "github:angular/service-worker-builds#c5d7329ef668c5d5c2654f7d91fd7d2f18398ecf"
5+
"@angular/animations": "github:angular/animations-builds#473183a2510beaca415ffdd084af9e0e74ca64ae",
6+
"@angular/cdk": "github:angular/cdk-builds#ddb29dd6d25ca475b2ecf73efae2abc8ee7910d7",
7+
"@angular/common": "github:angular/common-builds#c90a35810e5dec5947c451d8d57a15681a7e1dbd",
8+
"@angular/compiler": "github:angular/compiler-builds#dafa9c348563a7ad18fda302aacabee958d75b50",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#fdd46f910ddda6c4cd796356007855836dbf7847",
10+
"@angular/core": "github:angular/core-builds#4c929eee73586159d26e4ab1d45a5227e3309844",
11+
"@angular/forms": "github:angular/forms-builds#d7a86ef089126756cf9d808bc0f3516599e5b98c",
12+
"@angular/language-service": "github:angular/language-service-builds#24cb511fef8842d6c13cb6ace4ff4add3b3942f5",
13+
"@angular/localize": "github:angular/localize-builds#ba71c97f05d886ce71e09417c5bf5dc0500518c7",
14+
"@angular/material": "github:angular/material-builds#e9b97db175d79df3979e41f96c0f144a065c8fc6",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ba5a9a6fbf766181efd296817f2304e7926a90b3",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#86523167bfb7749d0a8afec8de1dcee72154628a",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#27f771fa2d47f02d3c74369bcd1036e90da5cb52",
18+
"@angular/platform-server": "github:angular/platform-server-builds#c6a79da6ea2316ec32dd86533ce6ac23974a0dbb",
19+
"@angular/router": "github:angular/router-builds#2248e9c8a70988ccca31366e9b585d93ddaf9e1e",
20+
"@angular/service-worker": "github:angular/service-worker-builds#c1bc8be64ea7c880bb229f6184bf683443b6c120"
2121
}
2222
}

0 commit comments

Comments
 (0)