Skip to content

Commit 46e5993

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular
1 parent 0b8a520 commit 46e5993

File tree

8 files changed

+161
-184
lines changed

8 files changed

+161
-184
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
19+
- uses: angular/dev-infra/github-actions/branch-manager@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Initialize environment
45-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
4646
- name: Setup ESLint Caching
4747
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
4848
with:
@@ -75,11 +75,11 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Initialize environment
78-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
80+
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
8383
- name: Install node modules
8484
run: yarn install --frozen-lockfile
8585
- name: Build release targets
@@ -96,11 +96,11 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Initialize environment
99-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
101+
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
104104
- name: Install node modules
105105
run: yarn install --frozen-lockfile
106106
- name: Run module tests
@@ -135,13 +135,13 @@ jobs:
135135
runs-on: ${{ matrix.os }}
136136
steps:
137137
- name: Initialize environment
138-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
138+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
139139
- name: Install node modules
140140
run: yarn install --frozen-lockfile
141141
- name: Setup Bazel
142-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
142+
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
143143
- name: Setup Bazel RBE
144-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
144+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
145145
- name: Run CLI E2E tests
146146
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 }}
147147

@@ -158,13 +158,13 @@ jobs:
158158
runs-on: ${{ matrix.os }}
159159
steps:
160160
- name: Initialize environment
161-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
161+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
162162
- name: Install node modules
163163
run: yarn install --frozen-lockfile
164164
- name: Setup Bazel
165-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
165+
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
166166
- name: Setup Bazel RBE
167-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
167+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
168168
- name: Run CLI E2E tests
169169
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 }}
170170

@@ -176,13 +176,13 @@ jobs:
176176
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
177177
steps:
178178
- name: Initialize environment
179-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
179+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
180180
- name: Install node modules
181181
run: yarn install --frozen-lockfile
182182
- name: Setup Bazel
183-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
183+
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
184184
- name: Setup Bazel RBE
185-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
185+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
186186
- name: Run E2E Browser tests
187187
env:
188188
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -210,11 +210,11 @@ jobs:
210210
CIRCLE_BRANCH: ${{ github.ref_name }}
211211
steps:
212212
- name: Initialize environment
213-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
213+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
214214
- name: Install node modules
215215
run: yarn install --frozen-lockfile
216216
- name: Setup Bazel
217-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
217+
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
218218
- run: yarn admin snapshots --verbose
219219
env:
220220
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

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

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,23 @@
5151
},
5252
"devDependencies": {
5353
"@ampproject/remapping": "2.3.0",
54-
"@angular/animations": "18.0.0-rc.0",
55-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d420c525d5cc489cc78df6dcc2c2ff45952a401a",
56-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a11e93b01708684827af3873e9232b437c209237",
54+
"@angular/animations": "18.0.0-rc.1",
55+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#b7599b1f8390b9ceeccae3ea976fcf6ede335396",
56+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#df748cd6d28f098e8f12d0700cad1d3c08b3ccd7",
5757
"@angular/cdk": "18.0.0-rc.0",
58-
"@angular/common": "18.0.0-rc.0",
59-
"@angular/compiler": "18.0.0-rc.0",
60-
"@angular/compiler-cli": "18.0.0-rc.0",
61-
"@angular/core": "18.0.0-rc.0",
62-
"@angular/forms": "18.0.0-rc.0",
63-
"@angular/localize": "18.0.0-rc.0",
58+
"@angular/common": "18.0.0-rc.1",
59+
"@angular/compiler": "18.0.0-rc.1",
60+
"@angular/compiler-cli": "18.0.0-rc.1",
61+
"@angular/core": "18.0.0-rc.1",
62+
"@angular/forms": "18.0.0-rc.1",
63+
"@angular/localize": "18.0.0-rc.1",
6464
"@angular/material": "18.0.0-rc.0",
65-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#33d9240bc4e16fc12b0caaba09c85bd030c03bf6",
66-
"@angular/platform-browser": "18.0.0-rc.0",
67-
"@angular/platform-browser-dynamic": "18.0.0-rc.0",
68-
"@angular/platform-server": "18.0.0-rc.0",
69-
"@angular/router": "18.0.0-rc.0",
70-
"@angular/service-worker": "18.0.0-rc.0",
65+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7e4c6ea5fa0ac493132345c97daef1737374702f",
66+
"@angular/platform-browser": "18.0.0-rc.1",
67+
"@angular/platform-browser-dynamic": "18.0.0-rc.1",
68+
"@angular/platform-server": "18.0.0-rc.1",
69+
"@angular/router": "18.0.0-rc.1",
70+
"@angular/service-worker": "18.0.0-rc.1",
7171
"@babel/core": "7.24.5",
7272
"@babel/generator": "7.24.5",
7373
"@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": "18.0.0-rc.0",
32-
"@angular/compiler-cli": "18.0.0-rc.0",
31+
"@angular/compiler": "18.0.0-rc.1",
32+
"@angular/compiler-cli": "18.0.0-rc.1",
3333
"typescript": "5.4.5",
3434
"webpack": "5.91.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#8e8917830d3c07484c99699749f80003f4d5855c",
6-
"@angular/cdk": "github:angular/cdk-builds#47b691cce8e4c747d94463082358f43f33882714",
7-
"@angular/common": "github:angular/common-builds#798eb477858c7a579e208aedfa73d2642ea6b883",
8-
"@angular/compiler": "github:angular/compiler-builds#6213c9362aba1016275028bcb5d783dcb632db56",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#c26a66781ec4cdc0751666c98159821ec770fff6",
10-
"@angular/core": "github:angular/core-builds#066154b9494ae4786854419342cd497e7c985d5f",
11-
"@angular/forms": "github:angular/forms-builds#8408a3811ea8e4a14896756d4f148669e83f8b73",
12-
"@angular/language-service": "github:angular/language-service-builds#5c4587602a140657641bb13753819ef6e8ef54d1",
13-
"@angular/localize": "github:angular/localize-builds#3d5945a05e612e271f502343e0c9671e4748785f",
14-
"@angular/material": "github:angular/material-builds#8fd9bd3baf9deada700e32535e0e1175edb7b46e",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b645e6ddc0e3bb351845a564aa12f725665804cf",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#68c755ba1b2f7170441d9bf50c75de31f0435610",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e0fb0316a90d02037611538fecf809ed7842c05f",
18-
"@angular/platform-server": "github:angular/platform-server-builds#16f6cfd3111fd15fb2559d8641eab609f89e6276",
19-
"@angular/router": "github:angular/router-builds#bf86a2452bf24c677933c130c02465009c0d6c3e",
20-
"@angular/service-worker": "github:angular/service-worker-builds#c30997aa6393a48c498da5a4d37f6a68d643b7e6"
5+
"@angular/animations": "github:angular/animations-builds#9d22467c5abb06b75f0311cca8d5628e4b86f191",
6+
"@angular/cdk": "github:angular/cdk-builds#4d72acac02f26932a5a088a3dfafe8736e41344a",
7+
"@angular/common": "github:angular/common-builds#d90bc2c65d3ae2f9636f51edb789b91a5a273fd3",
8+
"@angular/compiler": "github:angular/compiler-builds#669f95e81d8c568298e53c050384ad1fc744fb04",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#7e7cf9d0cb138f502f6aaef8813bd8c174d69c98",
10+
"@angular/core": "github:angular/core-builds#01451515f7869ee754d0cf27ba4964f84fbfc168",
11+
"@angular/forms": "github:angular/forms-builds#42d3dd3b3283041ac4d74fbb1ecfd33085daabaa",
12+
"@angular/language-service": "github:angular/language-service-builds#454630623e9bfc54462dfcde43eb889655af1493",
13+
"@angular/localize": "github:angular/localize-builds#815f029b5d436bc018af3c5c520681cbaefd8ecd",
14+
"@angular/material": "github:angular/material-builds#80f7de54eab7d5964d6c2c43b514128411de0665",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b0ede88182f5682ebfbd66e7146a8a3e74de9ed8",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#43409391f379daf29e692a3b02c8367ec9142e83",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8f101e92280540893cd362df80d05fe689752cac",
18+
"@angular/platform-server": "github:angular/platform-server-builds#684bb34298c881724d52ac4da898687a5adf1c71",
19+
"@angular/router": "github:angular/router-builds#3396f1a294cb27926ea0567a33ea3fe146046eae",
20+
"@angular/service-worker": "github:angular/service-worker-builds#e18841e1f7ff27159600d14ed44d86de3e83ceee"
2121
}
2222
}

0 commit comments

Comments
 (0)