From af98dbba39b5d01ddc3b9525788c7c4e97369901 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Sun, 5 May 2024 17:11:45 +0000 Subject: [PATCH] build: update angular --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.yml | 36 +++++++++---------- .github/workflows/dev-infra.yml | 4 +-- .github/workflows/feature-requests.yml | 2 +- package.json | 6 ++-- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 ++++++++--------- yarn.lock | 21 ++++++----- 7 files changed, 53 insertions(+), 50 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index b71f9228c7c7..5af8df8df56e 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + - uses: angular/dev-infra/github-actions/branch-manager@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23fdf390014e..f263f01c2340 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup ESLint Caching uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: @@ -75,11 +75,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules run: yarn install --frozen-lockfile - name: Build release targets @@ -96,11 +96,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules run: yarn install --frozen-lockfile - name: Run module tests @@ -135,13 +135,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Run CLI E2E tests 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 }} @@ -158,13 +158,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Run CLI E2E tests 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 }} @@ -176,13 +176,13 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Run E2E Browser tests env: SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }} @@ -210,11 +210,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - run: yarn admin snapshots --verbose env: SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }} diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index b5dd8dc768a2..6332d99d3367 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - - uses: angular/dev-infra/github-actions/post-approval-changes@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + - uses: angular/dev-infra/github-actions/post-approval-changes@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index a1bdcad58ea6..e16abdefc4df 100644 --- a/.github/workflows/feature-requests.yml +++ b/.github/workflows/feature-requests.yml @@ -16,6 +16,6 @@ jobs: if: github.repository == 'angular/angular-cli' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/feature-request@8a3082e3b16d9800b6248bf8fe43c516cf473f89 + - uses: angular/dev-infra/github-actions/feature-request@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index e79d518305b1..cb5609fecb96 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,8 @@ "devDependencies": { "@ampproject/remapping": "2.3.0", "@angular/animations": "18.0.0-rc.0", - "@angular/bazel": "https://github.com/angular/bazel-builds.git#948ff82ae1a3a606eb3df5f2d9ac86dde5a13774", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#051f8ea32487ea8b40cb84f49fba160926ca7399", + "@angular/bazel": "https://github.com/angular/bazel-builds.git#d420c525d5cc489cc78df6dcc2c2ff45952a401a", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a11e93b01708684827af3873e9232b437c209237", "@angular/cdk": "18.0.0-rc.0", "@angular/common": "18.0.0-rc.0", "@angular/compiler": "18.0.0-rc.0", @@ -62,7 +62,7 @@ "@angular/forms": "18.0.0-rc.0", "@angular/localize": "18.0.0-rc.0", "@angular/material": "18.0.0-rc.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#89546042315de3826640ce06503c92eddb5b3585", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#33d9240bc4e16fc12b0caaba09c85bd030c03bf6", "@angular/platform-browser": "18.0.0-rc.0", "@angular/platform-browser-dynamic": "18.0.0-rc.0", "@angular/platform-server": "18.0.0-rc.0", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index c004131c6e05..fdf4d04b32be 100644 --- a/tests/legacy-cli/e2e/ng-snapshot/package.json +++ b/tests/legacy-cli/e2e/ng-snapshot/package.json @@ -2,21 +2,21 @@ "description": "snapshot versions of Angular for e2e testing", "private": true, "dependencies": { - "@angular/animations": "github:angular/animations-builds#163b6a54d6d79964ad5391a5958026a5b872f78d", - "@angular/cdk": "github:angular/cdk-builds#b07e6224a896a8c142d19215d22e6e35ce14cc7a", - "@angular/common": "github:angular/common-builds#2ac7a7b237c5e7c94d61ef25353685f4ee511b20", - "@angular/compiler": "github:angular/compiler-builds#b6d90e53e8a5e7aa8f7604d1f7dd9ba3dd867226", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#902329e16047a1c235d811e331c9522a3fc09465", - "@angular/core": "github:angular/core-builds#d20776207e2f82e74ba3846879318a6a30a8c14c", - "@angular/forms": "github:angular/forms-builds#174027e97573ada33653e2962c0f52b44e167b22", - "@angular/language-service": "github:angular/language-service-builds#237240540fadeb00ddfe66ec658949d95a9903b1", - "@angular/localize": "github:angular/localize-builds#0c736319b945057b5568e4542ea703cb151a3625", - "@angular/material": "github:angular/material-builds#c42869c69b31771d4b064a22e24e51748a1eed49", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#2b2cbe5b1514ba21e9434c123dde1f75e3085927", - "@angular/platform-browser": "github:angular/platform-browser-builds#ec71c83c50570d117563e804b1e87b984d3b869e", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#9c6ad7e3e860468b10e84dfa2b0e1d4063a8c691", - "@angular/platform-server": "github:angular/platform-server-builds#bb913a661ff7d7956f4dc8a4123b4d2c82cdd3de", - "@angular/router": "github:angular/router-builds#e5d68999f53b248843922840b79750e610ce27db", - "@angular/service-worker": "github:angular/service-worker-builds#ff2921afbdfbc48fe61b3fad2cb05746720095b6" + "@angular/animations": "github:angular/animations-builds#8e8917830d3c07484c99699749f80003f4d5855c", + "@angular/cdk": "github:angular/cdk-builds#47b691cce8e4c747d94463082358f43f33882714", + "@angular/common": "github:angular/common-builds#798eb477858c7a579e208aedfa73d2642ea6b883", + "@angular/compiler": "github:angular/compiler-builds#6213c9362aba1016275028bcb5d783dcb632db56", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#c26a66781ec4cdc0751666c98159821ec770fff6", + "@angular/core": "github:angular/core-builds#066154b9494ae4786854419342cd497e7c985d5f", + "@angular/forms": "github:angular/forms-builds#8408a3811ea8e4a14896756d4f148669e83f8b73", + "@angular/language-service": "github:angular/language-service-builds#5c4587602a140657641bb13753819ef6e8ef54d1", + "@angular/localize": "github:angular/localize-builds#3d5945a05e612e271f502343e0c9671e4748785f", + "@angular/material": "github:angular/material-builds#8fd9bd3baf9deada700e32535e0e1175edb7b46e", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b645e6ddc0e3bb351845a564aa12f725665804cf", + "@angular/platform-browser": "github:angular/platform-browser-builds#68c755ba1b2f7170441d9bf50c75de31f0435610", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e0fb0316a90d02037611538fecf809ed7842c05f", + "@angular/platform-server": "github:angular/platform-server-builds#16f6cfd3111fd15fb2559d8641eab609f89e6276", + "@angular/router": "github:angular/router-builds#bf86a2452bf24c677933c130c02465009c0d6c3e", + "@angular/service-worker": "github:angular/service-worker-builds#c30997aa6393a48c498da5a4d37f6a68d643b7e6" } } diff --git a/yarn.lock b/yarn.lock index 6357f5ac882e..1efa14772e63 100644 --- a/yarn.lock +++ b/yarn.lock @@ -50,9 +50,10 @@ dependencies: tslib "^2.3.0" -"@angular/bazel@https://github.com/angular/bazel-builds.git#948ff82ae1a3a606eb3df5f2d9ac86dde5a13774": - version "18.1.0-next.0" - resolved "https://github.com/angular/bazel-builds.git#948ff82ae1a3a606eb3df5f2d9ac86dde5a13774" +"@angular/bazel@https://github.com/angular/bazel-builds.git#d420c525d5cc489cc78df6dcc2c2ff45952a401a": + version "18.1.0-next.0+sha-1872fcd" + uid d420c525d5cc489cc78df6dcc2c2ff45952a401a + resolved "https://github.com/angular/bazel-builds.git#d420c525d5cc489cc78df6dcc2c2ff45952a401a" dependencies: "@microsoft/api-extractor" "^7.24.2" magic-string "^0.30.0" @@ -66,9 +67,10 @@ "@angular/core" "^13.0.0 || ^14.0.0-0" reflect-metadata "^0.1.13" -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#051f8ea32487ea8b40cb84f49fba160926ca7399": - version "0.0.0-8a3082e3b16d9800b6248bf8fe43c516cf473f89" - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#051f8ea32487ea8b40cb84f49fba160926ca7399" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#a11e93b01708684827af3873e9232b437c209237": + version "0.0.0-e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd" + uid a11e93b01708684827af3873e9232b437c209237 + resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a11e93b01708684827af3873e9232b437c209237" dependencies: "@angular/benchpress" "0.3.0" "@angular/build" "18.0.0-next.5" @@ -264,9 +266,10 @@ "@material/typography" "15.0.0-canary.7f224ddd4.0" tslib "^2.3.0" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#89546042315de3826640ce06503c92eddb5b3585": - version "0.0.0-8a3082e3b16d9800b6248bf8fe43c516cf473f89" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#89546042315de3826640ce06503c92eddb5b3585" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#33d9240bc4e16fc12b0caaba09c85bd030c03bf6": + version "0.0.0-e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd" + uid "33d9240bc4e16fc12b0caaba09c85bd030c03bf6" + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#33d9240bc4e16fc12b0caaba09c85bd030c03bf6" dependencies: "@yarnpkg/lockfile" "^1.1.0" typescript "~4.9.0"