Skip to content

Commit fc338c4

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular
1 parent 747a972 commit fc338c4

File tree

8 files changed

+158
-120
lines changed

8 files changed

+158
-120
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@0f307b2f54f76ec4f57da4d3e51720947fea5726
19+
- uses: angular/dev-infra/github-actions/branch-manager@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 12 additions & 12 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@0f307b2f54f76ec4f57da4d3e51720947fea5726
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
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@0f307b2f54f76ec4f57da4d3e51720947fea5726
74+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
7575
- name: Setup Bazel
76-
uses: angular/dev-infra/github-actions/bazel/setup@0f307b2f54f76ec4f57da4d3e51720947fea5726
76+
uses: angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
7777
- name: Setup Bazel RBE
78-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0f307b2f54f76ec4f57da4d3e51720947fea5726
78+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
7979
- name: Install node modules
8080
run: yarn install --frozen-lockfile
8181
- name: Build release targets
@@ -106,9 +106,9 @@ jobs:
106106
- name: Install node modules
107107
run: yarn install --frozen-lockfile
108108
- name: Setup Bazel
109-
uses: angular/dev-infra/github-actions/bazel/setup@0f307b2f54f76ec4f57da4d3e51720947fea5726
109+
uses: angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
110110
- name: Setup Bazel RBE
111-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0f307b2f54f76ec4f57da4d3e51720947fea5726
111+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
112112
- if: matrix.version == env.defaultVersion
113113
name: Run tests for default node version
114114
run: yarn bazel test --test_tag_filters=-node18,-node16-broken //packages/...
@@ -135,15 +135,15 @@ jobs:
135135
runs-on: ${{ matrix.os }}
136136
steps:
137137
- name: Initialize environment
138-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0f307b2f54f76ec4f57da4d3e51720947fea5726
138+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
139139
with:
140140
fetch-depth: 1
141141
- name: Install node modules
142142
run: yarn install --frozen-lockfile
143143
- name: Setup Bazel
144-
uses: angular/dev-infra/github-actions/bazel/setup@0f307b2f54f76ec4f57da4d3e51720947fea5726
144+
uses: angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
145145
- name: Setup Bazel RBE
146-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0f307b2f54f76ec4f57da4d3e51720947fea5726
146+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
147147
- name: Run CLI E2E tests
148148
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 }}
149149

@@ -160,14 +160,14 @@ jobs:
160160
runs-on: ${{ matrix.os }}
161161
steps:
162162
- name: Initialize environment
163-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0f307b2f54f76ec4f57da4d3e51720947fea5726
163+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
164164
with:
165165
fetch-depth: 1
166166
- name: Install node modules
167167
run: yarn install --frozen-lockfile
168168
- name: Setup Bazel
169-
uses: angular/dev-infra/github-actions/bazel/setup@0f307b2f54f76ec4f57da4d3e51720947fea5726
169+
uses: angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
170170
- name: Setup Bazel RBE
171-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0f307b2f54f76ec4f57da4d3e51720947fea5726
171+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
172172
- name: Run CLI E2E tests
173173
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0f307b2f54f76ec4f57da4d3e51720947fea5726
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@0f307b2f54f76ec4f57da4d3e51720947fea5726
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
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@0f307b2f54f76ec4f57da4d3e51720947fea5726
19+
- uses: angular/dev-infra/github-actions/feature-request@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
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.3",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d1fcbc3971e995564e8499487ddd9b1c7db63129",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b88792a3059b17ea0a3cfbacf622d4bff5dfe91f",
65-
"@angular/cdk": "17.0.0-next.2",
66-
"@angular/common": "17.0.0-next.3",
67-
"@angular/compiler": "17.0.0-next.3",
68-
"@angular/compiler-cli": "17.0.0-next.3",
69-
"@angular/core": "17.0.0-next.3",
70-
"@angular/forms": "17.0.0-next.3",
71-
"@angular/localize": "17.0.0-next.3",
72-
"@angular/material": "17.0.0-next.2",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#497c9029bbbe80c79cad38b66974269797a7898c",
74-
"@angular/platform-browser": "17.0.0-next.3",
75-
"@angular/platform-browser-dynamic": "17.0.0-next.3",
76-
"@angular/platform-server": "17.0.0-next.3",
77-
"@angular/router": "17.0.0-next.3",
78-
"@angular/service-worker": "17.0.0-next.3",
62+
"@angular/animations": "17.0.0-next.4",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#a4bd2b87466281842fb110632ceadec1fe0124b6",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b02604d09fbe2c3386ad61a73d822377bcbe366b",
65+
"@angular/cdk": "17.0.0-next.3",
66+
"@angular/common": "17.0.0-next.4",
67+
"@angular/compiler": "17.0.0-next.4",
68+
"@angular/compiler-cli": "17.0.0-next.4",
69+
"@angular/core": "17.0.0-next.4",
70+
"@angular/forms": "17.0.0-next.4",
71+
"@angular/localize": "17.0.0-next.4",
72+
"@angular/material": "17.0.0-next.3",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1c6c16f3fee62a5c82932825eb463afff32925b7",
74+
"@angular/platform-browser": "17.0.0-next.4",
75+
"@angular/platform-browser-dynamic": "17.0.0-next.4",
76+
"@angular/platform-server": "17.0.0-next.4",
77+
"@angular/router": "17.0.0-next.4",
78+
"@angular/service-worker": "17.0.0-next.4",
7979
"@babel/core": "7.22.17",
8080
"@babel/generator": "7.22.15",
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.3",
32-
"@angular/compiler-cli": "17.0.0-next.3",
31+
"@angular/compiler": "17.0.0-next.4",
32+
"@angular/compiler-cli": "17.0.0-next.4",
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#5820176bea5670ffb450c4df5000289333a6b986",
6-
"@angular/cdk": "github:angular/cdk-builds#98bd5749a99040a7f3256cb23db6a87c87d668ce",
7-
"@angular/common": "github:angular/common-builds#549dc2664dbdd03325910f6285a960d0c2294532",
8-
"@angular/compiler": "github:angular/compiler-builds#386e1a6e51185e8782e5ba792d60e2471a3f3c7a",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#53d0b53ec93662a2dc541cd4983cab5cc31b5769",
10-
"@angular/core": "github:angular/core-builds#61b8a73693d05dbecbde959a92a12ae08821e35d",
11-
"@angular/forms": "github:angular/forms-builds#eda29b957bdef4ecefe0e088623fb2b9471f3d98",
12-
"@angular/language-service": "github:angular/language-service-builds#307cdb54237035d6356b8a07da7bb8fe79da0dbf",
13-
"@angular/localize": "github:angular/localize-builds#8406e8abbb44f722cf5419b52453d5886b1ee946",
14-
"@angular/material": "github:angular/material-builds#f86cf1965bc7441e7e778597b118dc54aeda6bd2",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#3209f09a387bc90e492765ee45db50ce86425ae4",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#1517b27e1102ab1d6587c76d4fb7934f8002bc95",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7b696f0138c46a32e4dda69a9e7a162f03440a17",
18-
"@angular/platform-server": "github:angular/platform-server-builds#01a976777756faa7f9e1a0894d54d7b61949a96e",
19-
"@angular/router": "github:angular/router-builds#08977e175c43761d1c6da3dac923ffdf7914c3a7",
20-
"@angular/service-worker": "github:angular/service-worker-builds#b96ece1b2131d4067f278d4343a01630b2c3914d"
5+
"@angular/animations": "github:angular/animations-builds#6ee6ad011fc95d7a62939d9cd1005e444939e379",
6+
"@angular/cdk": "github:angular/cdk-builds#cfa9c460c643221200c2a6f5b5d7dbf8cd085816",
7+
"@angular/common": "github:angular/common-builds#5191c10cfeba2a9a5f14cf1f00ac71824a27f143",
8+
"@angular/compiler": "github:angular/compiler-builds#4fad91e2575de82b71883c323c8f95a6e8ea61cc",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#7a9d82c0066e71eaf36af92e65c518a2e47c8919",
10+
"@angular/core": "github:angular/core-builds#ee9946d3577b1c411756035f16a3e4577e88c72e",
11+
"@angular/forms": "github:angular/forms-builds#4f94abeb473e4748aa1a60ad2a05bdcb0474c34a",
12+
"@angular/language-service": "github:angular/language-service-builds#c57877bd6744e0b9210b4293851a3e39b0843c53",
13+
"@angular/localize": "github:angular/localize-builds#85f11f341604190f11197b4d23fa3fe5839bcd7c",
14+
"@angular/material": "github:angular/material-builds#8cae0745cfa387b615b3d7413cd80d50b3bf2c3c",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#030c4324b0c080630352af940acd163a92c9e211",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#7bc1c08f9fbba8622de05292d3fc5727e7787796",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#480ecc6dfdd09ed9f016b68d75ffe153ce8f546f",
18+
"@angular/platform-server": "github:angular/platform-server-builds#bcc0d0782e4b489e1ce53bdc90f45707d8d0a5d0",
19+
"@angular/router": "github:angular/router-builds#50c51ef0143f1ecf013a993bfbc859a71dae040f",
20+
"@angular/service-worker": "github:angular/service-worker-builds#44162461af1e1caf38acfe029f2e78ed9c7290ca"
2121
}
2222
}

0 commit comments

Comments
 (0)