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 192cf5d5be8..2201af8078b 100755 --- a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx +++ b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx @@ -2,10 +2,10 @@ # 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=1018026525 +package.json=-793320858 packages/compiler-cli/package.json=571832290 packages/compiler/package.json=-426903429 -pnpm-lock.yaml=-1224367017 +pnpm-lock.yaml=252365364 pnpm-workspace.yaml=353334404 tools/bazel/rules_angular_store/package.json=-239561259 -yarn.lock=551844770 +yarn.lock=2135122510 diff --git a/.github/actions/saucelabs-legacy/action.yml b/.github/actions/saucelabs-legacy/action.yml index 51cc8023b16..33dbee3bd72 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/saucelabs@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - 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 0afe65c4d9a..f54a103217a 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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 856bd4f02ed..77167264912 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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 a0ca64ccef5..d9babf00aa4 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + - uses: angular/dev-infra/github-actions/branch-manager@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index abf5ddc6e71..f02303a92a1 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + - uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: bazelrc: ./.bazelrc.user diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8289c1381b8..b4c3df31011 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - 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 3fb2431fb4a..033deb15c01 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + - uses: angular/dev-infra/github-actions/post-approval-changes@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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 acff171803d..9802bedcd44 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + - uses: angular/dev-infra/github-actions/google-internal-tests@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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 9379d418eed..1c6345d9226 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/saucelabs@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - 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 2d4c889c46a..beaa6f0fb70 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + - uses: angular/dev-infra/github-actions/unified-status-check@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 219981dbca6..88ae44bff3a 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - 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 d45c1ee4f9a..49387d07611 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/linting/licenses@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - 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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Install node modules run: yarn install --frozen-lockfile --network-timeout 100000 - name: Run CI tests for framework @@ -91,13 +91,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Install node modules run: yarn install --frozen-lockfile --network-timeout 100000 - name: Run integration CI tests for framework @@ -109,13 +109,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Install node modules run: yarn install --frozen-lockfile --network-timeout 100000 - name: Build artifacts @@ -131,11 +131,11 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -148,7 +148,7 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: cache-node-modules: true node-module-directories: | @@ -156,9 +156,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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/setup@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/bazel/configure-remote@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c - name: Install node modules run: yarn install --frozen-lockfile - run: | @@ -195,7 +195,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@4d867b54b0a8b4a5a5b1aafc826098546d715148 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aef915fe9306251b2dc4edd3717ccb5d4fb5c75c with: cache-node-modules: true - name: Install node modules diff --git a/WORKSPACE b/WORKSPACE index c51c93dbfe0..e9ff3b12f72 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -258,7 +258,7 @@ yarn_install( git_repository( name = "devinfra", - commit = "4d867b54b0a8b4a5a5b1aafc826098546d715148", + commit = "aef915fe9306251b2dc4edd3717ccb5d4fb5c75c", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index be238dcd882..579e2b90e2f 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "@actions/github": "^6.0.0", "@angular-devkit/architect-cli": "0.2000.0-rc.2", "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#5db176c0f3211663830fd3ff4064c1dff0eaccb4", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#11b4744f3e0ecd5b6d9d6f719de17f34efef72c9", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8f3889eedc8b9f55b266f129b9ada4ef1a453fe1", "@babel/plugin-proposal-async-generator-functions": "7.20.7", "@bazel/bazelisk": "^1.7.5", "@bazel/buildifier": "^8.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b0964b7d0ec..0c96325e48a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -352,8 +352,8 @@ importers: specifier: https://github.com/angular/dev-infra-private-build-tooling-builds.git#5db176c0f3211663830fd3ff4064c1dff0eaccb4 version: github.com/angular/dev-infra-private-build-tooling-builds/5db176c0f3211663830fd3ff4064c1dff0eaccb4(@angular/ssr@20.0.0-rc.2)(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.1)(tsx@4.19.4) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#11b4744f3e0ecd5b6d9d6f719de17f34efef72c9 - version: github.com/angular/dev-infra-private-ng-dev-builds/11b4744f3e0ecd5b6d9d6f719de17f34efef72c9 + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#8f3889eedc8b9f55b266f129b9ada4ef1a453fe1 + version: github.com/angular/dev-infra-private-ng-dev-builds/8f3889eedc8b9f55b266f129b9ada4ef1a453fe1 '@babel/plugin-proposal-async-generator-functions': specifier: 7.20.7 version: 7.20.7(@babel/core@7.27.1) @@ -18791,10 +18791,10 @@ packages: - zone.js dev: true - github.com/angular/dev-infra-private-ng-dev-builds/11b4744f3e0ecd5b6d9d6f719de17f34efef72c9: - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/11b4744f3e0ecd5b6d9d6f719de17f34efef72c9} + github.com/angular/dev-infra-private-ng-dev-builds/8f3889eedc8b9f55b266f129b9ada4ef1a453fe1: + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8f3889eedc8b9f55b266f129b9ada4ef1a453fe1} name: '@angular/ng-dev' - version: 0.0.0-4d867b54b0a8b4a5a5b1aafc826098546d715148 + version: 0.0.0-aef915fe9306251b2dc4edd3717ccb5d4fb5c75c hasBin: true dependencies: '@google-cloud/spanner': 7.21.0(supports-color@10.0.0) diff --git a/yarn.lock b/yarn.lock index 26c6ce9ad6b..50fc6a9345a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -466,10 +466,10 @@ dependencies: tslib "^2.3.0" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#11b4744f3e0ecd5b6d9d6f719de17f34efef72c9": - version "0.0.0-4d867b54b0a8b4a5a5b1aafc826098546d715148" - uid "11b4744f3e0ecd5b6d9d6f719de17f34efef72c9" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#11b4744f3e0ecd5b6d9d6f719de17f34efef72c9" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#8f3889eedc8b9f55b266f129b9ada4ef1a453fe1": + version "0.0.0-aef915fe9306251b2dc4edd3717ccb5d4fb5c75c" + uid "8f3889eedc8b9f55b266f129b9ada4ef1a453fe1" + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8f3889eedc8b9f55b266f129b9ada4ef1a453fe1" dependencies: "@google-cloud/spanner" "7.21.0" "@octokit/rest" "21.1.1"