From 6ba22087fb89b5a245c33b4e009761d68c20fcd0 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 27 Sep 2024 08:15:30 +0000 Subject: [PATCH] build: update angular --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.yml | 42 +++++++++---------- .github/workflows/dev-infra.yml | 4 +- .github/workflows/feature-requests.yml | 2 +- .github/workflows/pr.yml | 34 +++++++-------- package.json | 4 +- tests/legacy-cli/e2e/ng-snapshot/package.json | 26 ++++++------ yarn.lock | 20 ++++----- 8 files changed, 67 insertions(+), 67 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index b59762fac5da..f68b98e4a7fe 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + - uses: angular/dev-infra/github-actions/branch-manager@55c0cd826f5ad56c3bccc7272313c75467543f3f with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3709acd4a933..30e6e0524f26 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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Generate JSON schema types @@ -42,11 +42,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Build release targets @@ -56,11 +56,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Run module and package tests @@ -90,13 +90,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -111,13 +111,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -132,13 +132,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} @@ -149,13 +149,13 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Run E2E Browser tests env: SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }} @@ -182,11 +182,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f - run: yarn admin snapshots --verbose env: SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }} diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 54d1bf03ee51..a4a8077ba602 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@55c0cd826f5ad56c3bccc7272313c75467543f3f with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: angular/dev-infra/github-actions/post-approval-changes@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + - uses: angular/dev-infra/github-actions/post-approval-changes@55c0cd826f5ad56c3bccc7272313c75467543f3f with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 167b2fa2b92e..f139c751c6c8 100644 --- a/.github/workflows/feature-requests.yml +++ b/.github/workflows/feature-requests.yml @@ -16,6 +16,6 @@ jobs: if: github.repository == 'angular/angular-cli' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/feature-request@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + - uses: angular/dev-infra/github-actions/feature-request@55c0cd826f5ad56c3bccc7272313c75467543f3f with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0ac6a9b4765c..b4880683f536 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup ESLint Caching uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: @@ -54,7 +54,7 @@ jobs: - name: Run Validation run: yarn admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/linting/licenses@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Check tooling setup run: yarn check-tooling-setup - name: Check commit message @@ -70,11 +70,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Build release targets @@ -90,11 +90,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Run module and package tests @@ -111,13 +111,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -132,13 +132,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -155,12 +155,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/package.json b/package.json index 4dafd9411fe9..6036f3218462 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@ampproject/remapping": "2.3.0", "@angular/animations": "19.0.0-next.7", "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#f46197abd29ffd084e616af9b5a66d45193769e6", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#c530555d0383bcfebd26146969f5ece023bd009e", "@angular/cdk": "19.0.0-next.6", "@angular/common": "19.0.0-next.7", "@angular/compiler": "19.0.0-next.7", @@ -63,7 +63,7 @@ "@angular/forms": "19.0.0-next.7", "@angular/localize": "19.0.0-next.7", "@angular/material": "19.0.0-next.6", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#39e1a11a2dfafc1284048120362b3a48d7f9a15b", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6a4827f4275bd211053d60918e6ccaeaeb00bf06", "@angular/platform-browser": "19.0.0-next.7", "@angular/platform-browser-dynamic": "19.0.0-next.7", "@angular/platform-server": "19.0.0-next.7", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 4ab568ea59c9..cddbeef34487 100644 --- a/tests/legacy-cli/e2e/ng-snapshot/package.json +++ b/tests/legacy-cli/e2e/ng-snapshot/package.json @@ -2,21 +2,21 @@ "description": "snapshot versions of Angular for e2e testing", "private": true, "dependencies": { - "@angular/animations": "github:angular/animations-builds#d5c7341155e1263e5c8dac38deeb67a9831d6dd6", + "@angular/animations": "github:angular/animations-builds#d3f25ac578c2af5884879d4376073f0566030e8d", "@angular/cdk": "github:angular/cdk-builds#374ba8c80a02744ceacf84d1000aab9ff9eade34", - "@angular/common": "github:angular/common-builds#da2cc9434e867131df1d05a9748cca6cc7b3d4e9", - "@angular/compiler": "github:angular/compiler-builds#f789e0f839a242916536eee7d557e2347e29ade8", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#90cc8da266199a65d48886e5e0318bd43e4af4f1", - "@angular/core": "github:angular/core-builds#b6a407c17636b53af2aef080db6ddc987289c991", - "@angular/forms": "github:angular/forms-builds#35579f6482c2ef4135331ed3d46120a951b4f0d7", - "@angular/language-service": "github:angular/language-service-builds#3a3db66c4690632836d6e446d2a6dfdd1abb6f1b", - "@angular/localize": "github:angular/localize-builds#0ba126cd4bff7507481e5840fe361b55a2b63c42", + "@angular/common": "github:angular/common-builds#edfb8c8f8d2b10e3b3e3439439af198ce997f1bc", + "@angular/compiler": "github:angular/compiler-builds#a872080aa0b489f795a314ac78a9b8e181e5b8c3", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#99071e648830b2359bc13ceaecda4ca848e3c9cc", + "@angular/core": "github:angular/core-builds#31eedccdee3463d8f211ba6e866b5689680d15d0", + "@angular/forms": "github:angular/forms-builds#9965ff0860846759b1d775d725759638c07c9958", + "@angular/language-service": "github:angular/language-service-builds#bdec18c9a2ddd6b2b4b00ecd4ae680991b89166d", + "@angular/localize": "github:angular/localize-builds#9de1945194dcad890f2a239d7d4f45ccf71e01f8", "@angular/material": "github:angular/material-builds#01166937cc994c5581feea2592869485a4d8fce7", "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#00a89e5133f6750f4b0d314e3346a2320089c87a", - "@angular/platform-browser": "github:angular/platform-browser-builds#9e883e27627308bccc0c053b546ce4c2a5348a3f", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fd4b1652d8c534f6bd80385c11593e1787dc8328", - "@angular/platform-server": "github:angular/platform-server-builds#3b935b43509811fe83475cce33497d41dd0bf249", - "@angular/router": "github:angular/router-builds#c78a7694eba921795340c0d5457bcfd24248c9be", - "@angular/service-worker": "github:angular/service-worker-builds#1ebb25b7908b308c0293bc8ce47ff82589a0ccdd" + "@angular/platform-browser": "github:angular/platform-browser-builds#254ad97894aff621e6b4e668ce08381bd071e335", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#5f9a9e69e7c46f90b268d930f54fb98506e44429", + "@angular/platform-server": "github:angular/platform-server-builds#1f8547f622128e53a12d5605bda9d2767ce16025", + "@angular/router": "github:angular/router-builds#b721e7e8b6248db032b1dcb3f398167d1aeeb812", + "@angular/service-worker": "github:angular/service-worker-builds#e6a81785a0991c15d7aa63d4eed97ccb7397574f" } } diff --git a/yarn.lock b/yarn.lock index a5e84a5f9ab8..124ef4f3bf2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -331,9 +331,9 @@ __metadata: languageName: node linkType: hard -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#f46197abd29ffd084e616af9b5a66d45193769e6": - version: 0.0.0-0bf58aff56fdef5e8644a591b32e57ca512bd5c7 - resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=f46197abd29ffd084e616af9b5a66d45193769e6" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#c530555d0383bcfebd26146969f5ece023bd009e": + version: 0.0.0-55c0cd826f5ad56c3bccc7272313c75467543f3f + resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=c530555d0383bcfebd26146969f5ece023bd009e" dependencies: "@angular/benchpress": "npm:0.3.0" "@angular/build": "npm:19.0.0-next.7" @@ -373,7 +373,7 @@ __metadata: dependenciesMeta: re2: built: false - checksum: 10c0/37f8f6719b32633c7c559aea38aa3af5b252c794c0594d5d6a61619c4f20aa71d3865dbf64a14178a125b810f15c36ebf7e4990a24b720ea7f3a8c7ea24de219 + checksum: 10c0/c405915e7cab4cfe0b7e52026d248d94edbf3b7def6cd6b94a9da4e324019a7e6a88f448d30b73a79815d847cec2e01c30a38492b2275a76beb7a20418a939a4 languageName: node linkType: hard @@ -632,7 +632,7 @@ __metadata: "@ampproject/remapping": "npm:2.3.0" "@angular/animations": "npm:19.0.0-next.7" "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch" - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#f46197abd29ffd084e616af9b5a66d45193769e6" + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#c530555d0383bcfebd26146969f5ece023bd009e" "@angular/cdk": "npm:19.0.0-next.6" "@angular/common": "npm:19.0.0-next.7" "@angular/compiler": "npm:19.0.0-next.7" @@ -641,7 +641,7 @@ __metadata: "@angular/forms": "npm:19.0.0-next.7" "@angular/localize": "npm:19.0.0-next.7" "@angular/material": "npm:19.0.0-next.6" - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#39e1a11a2dfafc1284048120362b3a48d7f9a15b" + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6a4827f4275bd211053d60918e6ccaeaeb00bf06" "@angular/platform-browser": "npm:19.0.0-next.7" "@angular/platform-browser-dynamic": "npm:19.0.0-next.7" "@angular/platform-server": "npm:19.0.0-next.7" @@ -850,9 +850,9 @@ __metadata: languageName: node linkType: hard -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#39e1a11a2dfafc1284048120362b3a48d7f9a15b": - version: 0.0.0-0bf58aff56fdef5e8644a591b32e57ca512bd5c7 - resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=39e1a11a2dfafc1284048120362b3a48d7f9a15b" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#6a4827f4275bd211053d60918e6ccaeaeb00bf06": + version: 0.0.0-55c0cd826f5ad56c3bccc7272313c75467543f3f + resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=6a4827f4275bd211053d60918e6ccaeaeb00bf06" dependencies: "@octokit/rest": "npm:21.0.2" "@types/semver": "npm:^7.3.6" @@ -866,7 +866,7 @@ __metadata: yaml: "npm:2.5.1" bin: ng-dev: ./bundles/cli.mjs - checksum: 10c0/9b3e542e1429e5840da3ac374b2d9be635a435e032939751dc53333608e8596f7223eeb6345fa120a28b689b8cde97c172b726573fdb11f5fa80192760bb1000 + checksum: 10c0/24c732083fef74b21646a6519f9a8db1ebe41bae445d6493721a252fdd2ed154a25ad7fab5e4c8b4486d02671f0e82d99f3a3b2b44991e8f341edcf1e3ca9ad4 languageName: node linkType: hard