diff --git a/.github/workflows/adev-preview-build.yml b/.github/workflows/adev-preview-build.yml index 8a62261cb57024..6a54f4f67a0044 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/setup@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/configure-remote@aaba7fa983945fb9558366707e8efac0fe58aa34 - 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@aaba7fa983945fb9558366707e8efac0fe58aa34 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 7b50cee3d1fba1..7d1ce36f6da6c6 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@aaba7fa983945fb9558366707e8efac0fe58aa34 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 04ab87a42ee1f6..537293df63137c 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + - uses: angular/dev-infra/github-actions/branch-manager@aaba7fa983945fb9558366707e8efac0fe58aa34 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index c7dfd86ec42eba..8d1784901e9b28 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + - uses: angular/dev-infra/github-actions/bazel/configure-remote@aaba7fa983945fb9558366707e8efac0fe58aa34 with: bazelrc: ./.bazelrc.user diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75224da021e6b7..c054664b5e21e6 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aaba7fa983945fb9558366707e8efac0fe58aa34 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aaba7fa983945fb9558366707e8efac0fe58aa34 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/setup@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/configure-remote@aaba7fa983945fb9558366707e8efac0fe58aa34 - 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aaba7fa983945fb9558366707e8efac0fe58aa34 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/setup@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/configure-remote@aaba7fa983945fb9558366707e8efac0fe58aa34 - 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/setup@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/configure-remote@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Install node modules run: yarn install --frozen-lockfile - name: Build adev to ensure it continues to work @@ -110,13 +110,13 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aaba7fa983945fb9558366707e8efac0fe58aa34 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/setup@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/configure-remote@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Install node modules run: yarn install --frozen-lockfile - run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials @@ -128,7 +128,7 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aaba7fa983945fb9558366707e8efac0fe58aa34 with: cache-node-modules: true node-module-directories: | @@ -136,9 +136,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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/setup@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/configure-remote@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Install node modules run: yarn install --frozen-lockfile - run: | @@ -177,7 +177,7 @@ jobs: JOBS: 2 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aaba7fa983945fb9558366707e8efac0fe58aa34 with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -185,11 +185,11 @@ jobs: - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/setup@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/configure-remote@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/saucelabs@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Set up Sauce Tunnel Daemon run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS & env: @@ -205,15 +205,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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aaba7fa983945fb9558366707e8efac0fe58aa34 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/setup@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/saucelabs@aaba7fa983945fb9558366707e8efac0fe58aa34 - 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 @@ -254,11 +254,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/setup@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/configure-remote@aaba7fa983945fb9558366707e8efac0fe58aa34 - 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 fa425a078c06a9..17bd9cb3976fc2 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + - uses: angular/dev-infra/github-actions/commit-message-based-labels@aaba7fa983945fb9558366707e8efac0fe58aa34 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: angular/dev-infra/github-actions/post-approval-changes@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + - uses: angular/dev-infra/github-actions/post-approval-changes@aaba7fa983945fb9558366707e8efac0fe58aa34 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 f9c07ef852c676..5d73a8a29f816a 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: angular/dev-infra/github-actions/google-internal-tests@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + - uses: angular/dev-infra/github-actions/google-internal-tests@aaba7fa983945fb9558366707e8efac0fe58aa34 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 857acffc71f2ee..bb4031381772a8 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + - uses: angular/dev-infra/github-actions/unified-status-check@aaba7fa983945fb9558366707e8efac0fe58aa34 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/monitoring.yml b/.github/workflows/monitoring.yml index cba7e514104263..8468ef5f978cb4 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aaba7fa983945fb9558366707e8efac0fe58aa34 with: cache-node-modules: true node-module-directories: | ./aio/node_modules - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/setup@aaba7fa983945fb9558366707e8efac0fe58aa34 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/bazel/configure-remote@aaba7fa983945fb9558366707e8efac0fe58aa34 - 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@aaba7fa983945fb9558366707e8efac0fe58aa34 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 09c20b790406af..77d790120bcc33 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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d + uses: angular/dev-infra/github-actions/create-pr-for-changes@aaba7fa983945fb9558366707e8efac0fe58aa34 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 7a47726d37a8db..eb73fdabd4f518 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "convert-source-map": "^1.5.1", "d3": "^7.0.0", "diff": "^5.0.0", - "domino": "https://github.com/angular/domino.git#9e7881d2ac1e5977cefbc557f935931ec23f6658", + "domino": "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af", "hammerjs": "~2.0.8", "http-server": "^14.0.0", "jasmine": "~5.1.0", @@ -153,9 +153,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#5b1b7bc36648f4c066d8cf917ea7cc9e7eed2b8f", - "@angular/docs": "https://github.com/angular/dev-infra-private-docs-builds.git#12016780c96616656ed6667d65860391a5b56c79", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#43caa47b9ea70629976ccbe2b4fb4869f202c080", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#20d7d19bd83afead033380605a76396a77145c60", + "@angular/docs": "https://github.com/angular/dev-infra-private-docs-builds.git#90fcef926b6682e27e879c00c0315e462e6979ed", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#eab094800e14fcf7f169c206aafc8f844e3fa1b3", "@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/packages/zone.js/package.json b/packages/zone.js/package.json index 13f30934e23252..a55c5738daa070 100644 --- a/packages/zone.js/package.json +++ b/packages/zone.js/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@externs/nodejs": "^1.5.0", "@types/node": "^10.9.4", - "domino": "https://github.com/angular/domino.git#9e7881d2ac1e5977cefbc557f935931ec23f6658", + "domino": "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af", "google-closure-compiler": "^20240317.0.0", "jest": "^29.0", "jest-environment-jsdom": "^29.0.3", diff --git a/packages/zone.js/test/typings/package.json b/packages/zone.js/test/typings/package.json index dbaeb0aa4d30c7..397379c2f8d02a 100644 --- a/packages/zone.js/test/typings/package.json +++ b/packages/zone.js/test/typings/package.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@types/node": "^16.11.7", - "domino": "https://github.com/angular/domino.git#9e7881d2ac1e5977cefbc557f935931ec23f6658", + "domino": "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af", "zone.js": "file:../../../../dist/bin/packages/zone.js/npm_package" }, "devDependencies": { diff --git a/packages/zone.js/yarn.lock b/packages/zone.js/yarn.lock index f746adc2c6485b..c118524dffd5f0 100644 --- a/packages/zone.js/yarn.lock +++ b/packages/zone.js/yarn.lock @@ -1146,9 +1146,10 @@ domexception@^4.0.0: dependencies: webidl-conversions "^7.0.0" -"domino@https://github.com/angular/domino.git#9e7881d2ac1e5977cefbc557f935931ec23f6658": - version "2.1.6" - resolved "https://github.com/angular/domino.git#9e7881d2ac1e5977cefbc557f935931ec23f6658" +"domino@https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af": + version "2.1.6+git" + uid "8f228f8862540c6ccd14f76b5a1d9bb5458618af" + resolved "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af" electron-to-chromium@^1.4.668: version "1.4.730" diff --git a/yarn.lock b/yarn.lock index 19531d4e6195d1..86f43d93fb8d68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -393,10 +393,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#5b1b7bc36648f4c066d8cf917ea7cc9e7eed2b8f": - version "0.0.0-f122b83d2a49e24eb9dfcd54fca9fc97612b832d" - uid "5b1b7bc36648f4c066d8cf917ea7cc9e7eed2b8f" - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#5b1b7bc36648f4c066d8cf917ea7cc9e7eed2b8f" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#20d7d19bd83afead033380605a76396a77145c60": + version "0.0.0-aaba7fa983945fb9558366707e8efac0fe58aa34" + uid "20d7d19bd83afead033380605a76396a77145c60" + resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#20d7d19bd83afead033380605a76396a77145c60" dependencies: "@angular-devkit/build-angular" "17.3.3" "@angular/benchpress" "0.3.0" @@ -492,10 +492,10 @@ dependencies: tslib "^2.3.0" -"@angular/docs@https://github.com/angular/dev-infra-private-docs-builds.git#12016780c96616656ed6667d65860391a5b56c79": - version "0.0.0-f122b83d2a49e24eb9dfcd54fca9fc97612b832d" - uid "12016780c96616656ed6667d65860391a5b56c79" - resolved "https://github.com/angular/dev-infra-private-docs-builds.git#12016780c96616656ed6667d65860391a5b56c79" +"@angular/docs@https://github.com/angular/dev-infra-private-docs-builds.git#90fcef926b6682e27e879c00c0315e462e6979ed": + version "0.0.0-aaba7fa983945fb9558366707e8efac0fe58aa34" + uid "90fcef926b6682e27e879c00c0315e462e6979ed" + resolved "https://github.com/angular/dev-infra-private-docs-builds.git#90fcef926b6682e27e879c00c0315e462e6979ed" dependencies: "@angular/cdk" "18.0.0-next.5" "@angular/common" "18.0.0-next.5" @@ -580,10 +580,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#43caa47b9ea70629976ccbe2b4fb4869f202c080": - version "0.0.0-f122b83d2a49e24eb9dfcd54fca9fc97612b832d" - uid "43caa47b9ea70629976ccbe2b4fb4869f202c080" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#43caa47b9ea70629976ccbe2b4fb4869f202c080" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#eab094800e14fcf7f169c206aafc8f844e3fa1b3": + version "0.0.0-aaba7fa983945fb9558366707e8efac0fe58aa34" + uid eab094800e14fcf7f169c206aafc8f844e3fa1b3 + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#eab094800e14fcf7f169c206aafc8f844e3fa1b3" dependencies: "@yarnpkg/lockfile" "^1.1.0" typescript "~4.9.0" @@ -7879,9 +7879,10 @@ domhandler@^5.0.2, domhandler@^5.0.3: dependencies: domelementtype "^2.3.0" -"domino@https://github.com/angular/domino.git#9e7881d2ac1e5977cefbc557f935931ec23f6658": - version "2.1.6" - resolved "https://github.com/angular/domino.git#9e7881d2ac1e5977cefbc557f935931ec23f6658" +"domino@https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af": + version "2.1.6+git" + uid "8f228f8862540c6ccd14f76b5a1d9bb5458618af" + resolved "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af" dompurify@^3.0.5: version "3.1.0"