From f1dc74fd1bf4c39bac0a5f6b7b5f131c123c7b74 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 3 May 2024 19:05:03 +0000 Subject: [PATCH] build: update cross-repo angular dependencies (#55422) See associated pull request for more information. PR Close #55422 --- .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 | 52 +++++++++---------- .github/workflows/dev-infra.yml | 4 +- .github/workflows/google-internal-tests.yml | 2 +- .github/workflows/merge-ready-status.yml | 2 +- .github/workflows/monitoring.yml | 8 +-- .github/workflows/update-cli-help.yml | 2 +- package.json | 6 +-- yarn.lock | 23 ++++---- 12 files changed, 59 insertions(+), 54 deletions(-) diff --git a/.github/workflows/adev-preview-build.yml b/.github/workflows/adev-preview-build.yml index 4a1ecd89506e9..5e01b80ca8e4f 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@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules run: yarn install --frozen-lockfile - name: Build adev to ensure it continues to work run: yarn bazel build //adev:build - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@0581ca5177f61a7dba5221c17e60522776cef714 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd 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 4bf48e928359c..73358802350aa 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@0581ca5177f61a7dba5221c17e60522776cef714 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd 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 c47a6dab387ca..8c4447bf681e7 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@0581ca5177f61a7dba5221c17e60522776cef714 + - uses: angular/dev-infra/github-actions/branch-manager@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index 8a0aeffc7a9dd..05eab45c88549 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@0581ca5177f61a7dba5221c17e60522776cef714 + - uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: bazelrc: ./.bazelrc.user diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 183ba1238a6b6..fafadc2b32df1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: cache-node-modules: true node-module-directories: | @@ -59,13 +59,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules run: yarn install --frozen-lockfile - name: Run unit tests @@ -77,13 +77,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules run: yarn install --frozen-lockfile --network-timeout 100000 - name: Run CI tests for framework @@ -94,11 +94,11 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules run: yarn install --frozen-lockfile - name: Build adev in fast mode to ensure it continues to work @@ -112,13 +112,13 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules run: yarn install --frozen-lockfile - run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials @@ -130,7 +130,7 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: cache-node-modules: true node-module-directories: | @@ -138,9 +138,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@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules run: yarn install --frozen-lockfile - run: | @@ -179,7 +179,7 @@ jobs: JOBS: 2 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -187,11 +187,11 @@ jobs: - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/saucelabs@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Set up Sauce Tunnel Daemon run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS & env: @@ -207,15 +207,15 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd 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@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/saucelabs@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Starting Saucelabs tunnel service run: ./tools/saucelabs/sauce-service.sh run & # Build test fixtures for a test that rely on Bazel-generated fixtures. Note that disabling @@ -256,11 +256,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - 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 bd19800383e9d..f89ea19743d24 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@0581ca5177f61a7dba5221c17e60522776cef714 + - 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - - uses: angular/dev-infra/github-actions/post-approval-changes@0581ca5177f61a7dba5221c17e60522776cef714 + - uses: angular/dev-infra/github-actions/post-approval-changes@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd 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 556e1161a80cf..0effdd2408d2e 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - - uses: angular/dev-infra/github-actions/google-internal-tests@0581ca5177f61a7dba5221c17e60522776cef714 + - uses: angular/dev-infra/github-actions/google-internal-tests@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: run-tests-guide-url: http://go/angular-g3sync-start github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/merge-ready-status.yml b/.github/workflows/merge-ready-status.yml index e5e6731397ed0..d6c31cc3819a1 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@0581ca5177f61a7dba5221c17e60522776cef714 + - uses: angular/dev-infra/github-actions/unified-status-check@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/monitoring.yml b/.github/workflows/monitoring.yml index 5068751e86fb2..6c8d1e4f38fc8 100644 --- a/.github/workflows/monitoring.yml +++ b/.github/workflows/monitoring.yml @@ -22,15 +22,15 @@ jobs: version: ['https://next.angular.io/', 'https://angular.io/'] steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: cache-node-modules: true node-module-directories: | ./aio/node_modules - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd - name: Install node modules in aio run: yarn install --frozen-lockfile --cwd aio - name: Run basic e2e and deployment config tests. @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: cache-node-modules: true node-module-directories: | diff --git a/.github/workflows/update-cli-help.yml b/.github/workflows/update-cli-help.yml index 035b6ae8c4070..f8e99e1653065 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@0581ca5177f61a7dba5221c17e60522776cef714 + uses: angular/dev-infra/github-actions/create-pr-for-changes@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd with: branch-prefix: update-cli-help pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]' diff --git a/package.json b/package.json index b2dba2b1bf68d..27fb7562cbd94 100644 --- a/package.json +++ b/package.json @@ -157,9 +157,9 @@ "@actions/core": "^1.10.0", "@angular-devkit/architect-cli": "^0.1800.0-next", "@angular/animations": "^18.0.0-next", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ba0f1f86fe338005a11d4be1986eddf6ff2b0d71", - "@angular/docs": "https://github.com/angular/dev-infra-private-docs-builds.git#83b069a4b23120fdcb94a711153f8da20fabca80", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#74f90940307d22c628914cd00a7868a823ee74ab", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a11e93b01708684827af3873e9232b437c209237", + "@angular/docs": "https://github.com/angular/dev-infra-private-docs-builds.git#2c6262f4561659f2a12dd01a7ff797725fd1241c", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#33d9240bc4e16fc12b0caaba09c85bd030c03bf6", "@babel/helper-remap-async-to-generator": "^7.18.9", "@babel/plugin-proposal-async-generator-functions": "^7.20.7", "@bazel/bazelisk": "^1.7.5", diff --git a/yarn.lock b/yarn.lock index e9d7ffb1ea059..575af0f0064c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -315,9 +315,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#ba0f1f86fe338005a11d4be1986eddf6ff2b0d71": - version "0.0.0-0581ca5177f61a7dba5221c17e60522776cef714" - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ba0f1f86fe338005a11d4be1986eddf6ff2b0d71" +"@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" @@ -460,9 +461,10 @@ dependencies: tslib "^2.3.0" -"@angular/docs@https://github.com/angular/dev-infra-private-docs-builds.git#83b069a4b23120fdcb94a711153f8da20fabca80": - version "0.0.0-0108dd3e38791911fc5140593201c74b9ba2fb77" - resolved "https://github.com/angular/dev-infra-private-docs-builds.git#83b069a4b23120fdcb94a711153f8da20fabca80" +"@angular/docs@https://github.com/angular/dev-infra-private-docs-builds.git#2c6262f4561659f2a12dd01a7ff797725fd1241c": + version "0.0.0-e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd" + uid "2c6262f4561659f2a12dd01a7ff797725fd1241c" + resolved "https://github.com/angular/dev-infra-private-docs-builds.git#2c6262f4561659f2a12dd01a7ff797725fd1241c" dependencies: "@webcontainer/api" "^1.1.8" diff "~5.2.0" @@ -473,6 +475,7 @@ jsdom "~24.0.0" jszip "~3.10.1" marked "~12.0.2" + mermaid "^10.8.0" "@angular/material@18.0.0-rc.0": version "18.0.0-rc.0" @@ -529,9 +532,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#74f90940307d22c628914cd00a7868a823ee74ab": - version "0.0.0-0581ca5177f61a7dba5221c17e60522776cef714" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#74f90940307d22c628914cd00a7868a823ee74ab" +"@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" @@ -4208,6 +4212,7 @@ "@types/node" "*" "@types/selenium-webdriver4@npm:@types/selenium-webdriver@4.1.22", "@types/selenium-webdriver@^4.1.21": + name "@types/selenium-webdriver4" version "4.1.22" resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-4.1.22.tgz#344519b90727eb713e1ce6d2e0198eb0b4f8f316" integrity sha512-MCL4l7q8dwxejr2Q2NXLyNwHWMPdlWE0Kpn6fFwJtvkJF7PTkG5jkvbH/X1IAAQxgt/L1dA8u2GtDeekvSKvOA==