From d4cb444fb6b74fd9fcd218208c96b3cf12cea63a Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 13 May 2025 12:02:42 +0000 Subject: [PATCH] build: update cross-repo angular dependencies (#61287) See associated pull request for more information. PR Close #61287 --- .../npm_translate_lock_MzA5NzUwNzMx | 6 +-- .github/actions/saucelabs-legacy/action.yml | 4 +- .github/workflows/adev-preview-build.yml | 8 ++-- .github/workflows/adev-preview-deploy.yml | 2 +- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/benchmark-compare.yml | 2 +- .github/workflows/ci.yml | 46 +++++++++---------- .github/workflows/dev-infra.yml | 4 +- .github/workflows/google-internal-tests.yml | 2 +- .github/workflows/manual.yml | 8 ++-- .github/workflows/merge-ready-status.yml | 2 +- .github/workflows/perf.yml | 6 +-- .github/workflows/pr.yml | 42 ++++++++--------- .github/workflows/update-cdk-apis.yml | 2 +- .github/workflows/update-cli-help.yml | 2 +- WORKSPACE | 2 +- package.json | 4 +- packages/zone.js/package.json | 2 +- packages/zone.js/yarn.lock | 7 +-- pnpm-lock.yaml | 22 ++++----- yarn.lock | 14 +++--- 21 files changed, 95 insertions(+), 94 deletions(-) diff --git a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx index f711885237e..f7ba49a1156 100755 --- a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx +++ b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx @@ -2,7 +2,7 @@ # Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml"). # This file should be checked into version control along with the pnpm-lock.yaml file. .npmrc=-1406867100 -package.json=836278756 -pnpm-lock.yaml=383081625 +package.json=929037403 +pnpm-lock.yaml=-933669057 pnpm-workspace.yaml=1711114604 -yarn.lock=-381599716 +yarn.lock=844563107 diff --git a/.github/actions/saucelabs-legacy/action.yml b/.github/actions/saucelabs-legacy/action.yml index 51bd3b99d5e..6cfb0ae82a5 100644 --- a/.github/actions/saucelabs-legacy/action.yml +++ b/.github/actions/saucelabs-legacy/action.yml @@ -5,9 +5,9 @@ runs: using: 'composite' steps: - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/saucelabs@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Starting Saucelabs tunnel service shell: bash run: ./tools/saucelabs/sauce-service.sh run & diff --git a/.github/workflows/adev-preview-build.yml b/.github/workflows/adev-preview-build.yml index 5f9f479ec51..feed053bacc 100644 --- a/.github/workflows/adev-preview-build.yml +++ b/.github/workflows/adev-preview-build.yml @@ -21,16 +21,16 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'adev: preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Install node modules run: yarn install --frozen-lockfile - name: Build adev to ensure it continues to work run: yarn bazel build //adev:build --full_build_adev --config=release - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@1685f0afc967fb7de4b46ccb22f22d779ee3086c + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@43b8195028f62c7a10f793a0f7c48893531a32dc with: workflow-artifact-name: 'adev-preview' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/adev-preview-deploy.yml b/.github/workflows/adev-preview-deploy.yml index 9e50b4e8e90..b6ee677786c 100644 --- a/.github/workflows/adev-preview-deploy.yml +++ b/.github/workflows/adev-preview-deploy.yml @@ -40,7 +40,7 @@ jobs: npx -y firebase-tools@latest target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs npx -y firebase-tools@latest target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@1685f0afc967fb7de4b46ccb22f22d779ee3086c + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@43b8195028f62c7a10f793a0f7c48893531a32dc with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'adev-preview' diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 87ef4e7e6a2..002152cbe6b 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@1685f0afc967fb7de4b46ccb22f22d779ee3086c + - uses: angular/dev-infra/github-actions/branch-manager@43b8195028f62c7a10f793a0f7c48893531a32dc with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index 54621a00c1e..3c23daaa5fa 100644 --- a/.github/workflows/benchmark-compare.yml +++ b/.github/workflows/benchmark-compare.yml @@ -38,7 +38,7 @@ jobs: - uses: ./.github/actions/yarn-install - - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + - uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc with: bazelrc: ./.bazelrc.user diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4661f81b86..7a50b9faa6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Install node modules @@ -41,13 +41,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,13 +61,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -79,13 +79,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -98,11 +98,11 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -117,13 +117,13 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Install node modules run: yarn install --frozen-lockfile - run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials @@ -135,7 +135,7 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true node-module-directories: | @@ -143,9 +143,9 @@ jobs: ./packages/zone.js/node_modules ./packages/zone.js/test/typings/node_modules - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -184,7 +184,7 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Install node modules @@ -197,11 +197,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Install node modules run: yarn install --frozen-lockfile - name: Build adev to ensure it continues to work diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 93849f2b911..ca9b6cd07e0 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@1685f0afc967fb7de4b46ccb22f22d779ee3086c + - uses: angular/dev-infra/github-actions/commit-message-based-labels@43b8195028f62c7a10f793a0f7c48893531a32dc with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@1685f0afc967fb7de4b46ccb22f22d779ee3086c + - uses: angular/dev-infra/github-actions/post-approval-changes@43b8195028f62c7a10f793a0f7c48893531a32dc with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/google-internal-tests.yml b/.github/workflows/google-internal-tests.yml index 21939b75ef4..5d156994858 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/google-internal-tests@1685f0afc967fb7de4b46ccb22f22d779ee3086c + - uses: angular/dev-infra/github-actions/google-internal-tests@43b8195028f62c7a10f793a0f7c48893531a32dc with: run-tests-guide-url: http://go/angular-g3sync-start github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 2d05c59ec59..91ec843009b 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -13,17 +13,17 @@ jobs: JOBS: 2 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/saucelabs@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Set up Sauce Tunnel Daemon run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS & env: diff --git a/.github/workflows/merge-ready-status.yml b/.github/workflows/merge-ready-status.yml index d1415d87925..eb855e8babc 100644 --- a/.github/workflows/merge-ready-status.yml +++ b/.github/workflows/merge-ready-status.yml @@ -9,6 +9,6 @@ jobs: status: runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/unified-status-check@1685f0afc967fb7de4b46ccb22f22d779ee3086c + - uses: angular/dev-infra/github-actions/unified-status-check@43b8195028f62c7a10f793a0f7c48893531a32dc with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 008e9ce7a48..22a41f660fe 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -21,7 +21,7 @@ jobs: workflows: ${{ steps.workflows.outputs.workflows }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Install node modules run: yarn -s install --frozen-lockfile - id: workflows @@ -36,9 +36,9 @@ jobs: workflow: ${{ fromJSON(needs.list.outputs.workflows) }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Install node modules run: yarn -s install --frozen-lockfile # We utilize the google-github-actions/auth action to allow us to get an active credential using workflow diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 26a13a47521..fb5bd00675d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Install node modules @@ -39,7 +39,7 @@ jobs: - name: Check code format run: yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/linting/licenses@43b8195028f62c7a10f793a0f7c48893531a32dc with: allow-dependencies-licenses: 'pkg:npm/google-protobuf@' @@ -47,13 +47,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Install node modules run: yarn install --frozen-lockfile - name: Run unit tests @@ -65,13 +65,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Install node modules run: yarn install --frozen-lockfile --network-timeout 100000 - name: Run CI tests for framework @@ -87,13 +87,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Install node modules run: yarn install --frozen-lockfile --network-timeout 100000 - name: Run integration CI tests for framework @@ -105,13 +105,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Install node modules run: yarn install --frozen-lockfile --network-timeout 100000 - name: Build artifacts @@ -127,11 +127,11 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -144,7 +144,7 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true node-module-directories: | @@ -152,9 +152,9 @@ jobs: ./packages/zone.js/node_modules ./packages/zone.js/test/typings/node_modules - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc - name: Install node modules run: yarn install --frozen-lockfile - run: | @@ -191,7 +191,7 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc with: cache-node-modules: true - name: Install node modules diff --git a/.github/workflows/update-cdk-apis.yml b/.github/workflows/update-cdk-apis.yml index efdab9f87b6..2e09a914ec5 100644 --- a/.github/workflows/update-cdk-apis.yml +++ b/.github/workflows/update-cdk-apis.yml @@ -32,7 +32,7 @@ jobs: env: ANGULAR_CDK_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CDK_BUILDS_READONLY_GITHUB_TOKEN }} - name: Create a PR (if necessary) - uses: angular/dev-infra/github-actions/create-pr-for-changes@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/create-pr-for-changes@43b8195028f62c7a10f793a0f7c48893531a32dc with: branch-prefix: update-cdk-apis pr-title: 'docs: update Angular CDK apis [${{github.ref_name}}]' diff --git a/.github/workflows/update-cli-help.yml b/.github/workflows/update-cli-help.yml index 7df64d8e3d8..bf44daa95cb 100644 --- a/.github/workflows/update-cli-help.yml +++ b/.github/workflows/update-cli-help.yml @@ -32,7 +32,7 @@ jobs: env: ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN }} - name: Create a PR (if necessary) - uses: angular/dev-infra/github-actions/create-pr-for-changes@1685f0afc967fb7de4b46ccb22f22d779ee3086c + uses: angular/dev-infra/github-actions/create-pr-for-changes@43b8195028f62c7a10f793a0f7c48893531a32dc with: branch-prefix: update-cli-help pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]' diff --git a/WORKSPACE b/WORKSPACE index 962e37df69b..89f32bcc9cd 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -255,7 +255,7 @@ yarn_install( git_repository( name = "devinfra", - commit = "1685f0afc967fb7de4b46ccb22f22d779ee3086c", + commit = "43b8195028f62c7a10f793a0f7c48893531a32dc", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index b4cbe14d269..09486a6e553 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "convert-source-map": "^1.5.1", "d3": "^7.0.0", "diff": "^7.0.0", - "domino": "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af", + "domino": "https://github.com/angular/domino.git#93e720f143d0296dd2726ffbcf4fc12283363a7b", "hammerjs": "~2.0.8", "http-server": "^14.0.0", "jasmine": "~5.7.0", @@ -163,7 +163,7 @@ "@actions/github": "^6.0.0", "@angular-devkit/architect-cli": "0.2000.0-rc.0", "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ce04ec6cf7604014191821a637e60964a1a3bb4a", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1c4ab5db67425dc52b9bff25660dbf5e105a4d75", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a871c115e04a76587fcd418107ad985752610ccf", "@babel/plugin-proposal-async-generator-functions": "7.20.7", "@bazel/bazelisk": "^1.7.5", "@bazel/buildifier": "^8.0.0", diff --git a/packages/zone.js/package.json b/packages/zone.js/package.json index 7bf92804c9d..f83b12ec7ee 100644 --- a/packages/zone.js/package.json +++ b/packages/zone.js/package.json @@ -10,7 +10,7 @@ "devDependencies": { "@externs/nodejs": "^1.5.0", "@types/node": "^10.9.4", - "domino": "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af", + "domino": "https://github.com/angular/domino.git#93e720f143d0296dd2726ffbcf4fc12283363a7b", "google-closure-compiler": "^20240317.0.0", "jest": "^29.0", "jest-environment-jsdom": "^29.0.3", diff --git a/packages/zone.js/yarn.lock b/packages/zone.js/yarn.lock index 2481181330c..7f5b21b3e58 100644 --- a/packages/zone.js/yarn.lock +++ b/packages/zone.js/yarn.lock @@ -1124,9 +1124,10 @@ domexception@^4.0.0: dependencies: webidl-conversions "^7.0.0" -"domino@https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af": - version "2.1.6" - resolved "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af" +"domino@https://github.com/angular/domino.git#93e720f143d0296dd2726ffbcf4fc12283363a7b": + version "2.1.6+git" + uid "93e720f143d0296dd2726ffbcf4fc12283363a7b" + resolved "https://github.com/angular/domino.git#93e720f143d0296dd2726ffbcf4fc12283363a7b" dunder-proto@^1.0.1: version "1.0.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d8564dd6c74..8ae418a2f42 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -204,8 +204,8 @@ importers: specifier: ^7.0.0 version: 7.0.0 domino: - specifier: https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af - version: github.com/angular/domino/8f228f8862540c6ccd14f76b5a1d9bb5458618af + specifier: https://github.com/angular/domino.git#93e720f143d0296dd2726ffbcf4fc12283363a7b + version: github.com/angular/domino/93e720f143d0296dd2726ffbcf4fc12283363a7b hammerjs: specifier: ~2.0.8 version: 2.0.8 @@ -352,8 +352,8 @@ importers: specifier: https://github.com/angular/dev-infra-private-build-tooling-builds.git#ce04ec6cf7604014191821a637e60964a1a3bb4a version: github.com/angular/dev-infra-private-build-tooling-builds/ce04ec6cf7604014191821a637e60964a1a3bb4a(@angular/ssr@20.0.0-rc.0)(chokidar@4.0.3)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(rxjs@7.8.2)(terser@5.39.0)(tsx@4.19.3) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#1c4ab5db67425dc52b9bff25660dbf5e105a4d75 - version: github.com/angular/dev-infra-private-ng-dev-builds/1c4ab5db67425dc52b9bff25660dbf5e105a4d75 + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#a871c115e04a76587fcd418107ad985752610ccf + version: github.com/angular/dev-infra-private-ng-dev-builds/a871c115e04a76587fcd418107ad985752610ccf '@babel/plugin-proposal-async-generator-functions': specifier: 7.20.7 version: 7.20.7(@babel/core@7.26.10) @@ -1046,7 +1046,7 @@ packages: peerDependencies: '@angular/compiler': ^20.0.0 || ^20.0.0-next.0 '@angular/compiler-cli': ^20.0.0 || ^20.0.0-next.0 - '@angular/core': ^20.0.0 || ^20.0.0-next.0 + '@angular/core': 20.0.0-rc.0 '@angular/localize': ^20.0.0 || ^20.0.0-next.0 '@angular/platform-browser': ^20.0.0 || ^20.0.0-next.0 '@angular/platform-server': ^20.0.0 || ^20.0.0-next.0 @@ -1203,7 +1203,7 @@ packages: resolution: {integrity: sha512-PqAXHxJvahRbEgDVpd8eYVqM0PEYd4kpvBtpoH532TQi173hoNQxYf9JY6O/ECADqe6ZEqiIgGWy41l1jt7XcA==, tarball: https://registry.npmjs.org/@angular/ssr/-/ssr-20.0.0-rc.0.tgz} peerDependencies: '@angular/common': ^20.0.0 || ^20.0.0-next.0 - '@angular/core': ^20.0.0 || ^20.0.0-next.0 + '@angular/core': 20.0.0-rc.0 '@angular/platform-server': ^20.0.0 || ^20.0.0-next.0 '@angular/router': ^20.0.0 || ^20.0.0-next.0 peerDependenciesMeta: @@ -19085,10 +19085,10 @@ packages: - zone.js dev: true - github.com/angular/dev-infra-private-ng-dev-builds/1c4ab5db67425dc52b9bff25660dbf5e105a4d75: - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/1c4ab5db67425dc52b9bff25660dbf5e105a4d75} + github.com/angular/dev-infra-private-ng-dev-builds/a871c115e04a76587fcd418107ad985752610ccf: + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a871c115e04a76587fcd418107ad985752610ccf} name: '@angular/ng-dev' - version: 0.0.0-1685f0afc967fb7de4b46ccb22f22d779ee3086c + version: 0.0.0-892760b7f6cf0d08a51778674a9b13ebc1a809a7 hasBin: true dependencies: '@google-cloud/spanner': 7.21.0(supports-color@10.0.0) @@ -19107,8 +19107,8 @@ packages: - encoding dev: true - github.com/angular/domino/8f228f8862540c6ccd14f76b5a1d9bb5458618af: - resolution: {tarball: https://codeload.github.com/angular/domino/tar.gz/8f228f8862540c6ccd14f76b5a1d9bb5458618af} + github.com/angular/domino/93e720f143d0296dd2726ffbcf4fc12283363a7b: + resolution: {tarball: https://codeload.github.com/angular/domino/tar.gz/93e720f143d0296dd2726ffbcf4fc12283363a7b} name: '@angular/domino' version: 2.1.6 dev: false diff --git a/yarn.lock b/yarn.lock index c9568e3abe0..2a502a669f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -464,10 +464,10 @@ dependencies: tslib "^2.3.0" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#1c4ab5db67425dc52b9bff25660dbf5e105a4d75": - version "0.0.0-1685f0afc967fb7de4b46ccb22f22d779ee3086c" - uid "1c4ab5db67425dc52b9bff25660dbf5e105a4d75" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1c4ab5db67425dc52b9bff25660dbf5e105a4d75" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#a871c115e04a76587fcd418107ad985752610ccf": + version "0.0.0-892760b7f6cf0d08a51778674a9b13ebc1a809a7" + uid a871c115e04a76587fcd418107ad985752610ccf + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a871c115e04a76587fcd418107ad985752610ccf" dependencies: "@google-cloud/spanner" "7.21.0" "@octokit/rest" "21.1.1" @@ -8299,10 +8299,10 @@ domhandler@^5.0.2, domhandler@^5.0.3: dependencies: domelementtype "^2.3.0" -"domino@https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af": +"domino@https://github.com/angular/domino.git#93e720f143d0296dd2726ffbcf4fc12283363a7b": version "2.1.6+git" - uid "8f228f8862540c6ccd14f76b5a1d9bb5458618af" - resolved "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af" + uid "93e720f143d0296dd2726ffbcf4fc12283363a7b" + resolved "https://github.com/angular/domino.git#93e720f143d0296dd2726ffbcf4fc12283363a7b" dompurify@^3.2.4: version "3.2.5"