diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 5d1211ade5a2..4f7fb09e6ba8 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + - uses: angular/dev-infra/github-actions/branch-manager@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2d5adfa124f..0aa8f8058e88 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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 d056ac5499c3..a8051fe5e800 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + - uses: angular/dev-infra/github-actions/commit-message-based-labels@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + - uses: angular/dev-infra/github-actions/post-approval-changes@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 2c8610027d49..9489e2b22dc5 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + - uses: angular/dev-infra/github-actions/feature-request@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index ab8c1fb6b9e9..3b38ec2c9423 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Install node modules run: yarn install --immutable - 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Install node modules run: yarn install --immutable # 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 4e4ec07057d0..991c053efa90 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup ESLint Caching uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/linting/licenses@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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 }} @@ -125,13 +125,13 @@ jobs: runs-on: windows-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Run CLI E2E tests run: yarn bazel test --config=e2e //tests/legacy-cli:e2e_node22 --test_filter="tests/basic/{build,rebuild}.ts" --test_arg="--esbuild" @@ -146,13 +146,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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 }} @@ -169,12 +169,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/setup@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ad44d7add69b53cec32d6486e9e8a83e7ec6622 - 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 48c9e741a209..6e8a1703b417 100644 --- a/package.json +++ b/package.json @@ -54,16 +54,16 @@ "@ampproject/remapping": "2.3.0", "@angular/animations": "^19.1.0-next.0", "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#41d5efafd8094da3c8455e1b54b381e346d0c7a9", - "@angular/cdk": "19.0.0", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a35ad7f4e30ae1fc531517867efcae89cce5afa2", + "@angular/cdk": "19.0.1", "@angular/common": "^19.1.0-next.0", "@angular/compiler": "^19.1.0-next.0", "@angular/compiler-cli": "^19.1.0-next.0", "@angular/core": "^19.1.0-next.0", "@angular/forms": "^19.1.0-next.0", "@angular/localize": "^19.1.0-next.0", - "@angular/material": "19.0.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#47ccf2ca29307997c021994c859c03c71fae686e", + "@angular/material": "19.0.1", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#dde9fb807550b7634613f88bb224702155f58e07", "@angular/platform-browser": "^19.1.0-next.0", "@angular/platform-browser-dynamic": "^19.1.0-next.0", "@angular/platform-server": "^19.1.0-next.0", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 9d29f9e566ef..31c9c5ad5bce 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#5fc988ce4748193fe8d01a163ded4d0b2994ebf2", - "@angular/cdk": "github:angular/cdk-builds#71de1cc97034a940d48de0b2a4170a7467a4ba05", - "@angular/common": "github:angular/common-builds#12e8b1d681dc346d72225ea6c0bec691caa18e6e", - "@angular/compiler": "github:angular/compiler-builds#fff333d49a30caf27f97a0c7992991ee7c753d73", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#93172d90196028fa0d5036271c7720090e25f8d1", - "@angular/core": "github:angular/core-builds#3b7c1bb1a152aafe716081433bea1642b789d387", - "@angular/forms": "github:angular/forms-builds#f2e85d1556c984f8922fe7a2fdbe4590fe598b6f", - "@angular/language-service": "github:angular/language-service-builds#cacc16acef1ce14cbbbdb55adaca42f618c9a1de", - "@angular/localize": "github:angular/localize-builds#8c62e2242cbbebdfc8f7486fa4a70b2940673c3c", - "@angular/material": "github:angular/material-builds#352755fa607cda7647c13012d561694c834282dc", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#85a8c12a6f819ced29d79aea93cc950faf10f667", - "@angular/platform-browser": "github:angular/platform-browser-builds#4c6f919db36f1b0e54ead1aa26863239f31aa810", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7b858ec01e258b750c48cb56d65342f1d25b2b6d", - "@angular/platform-server": "github:angular/platform-server-builds#936283e829cec55f2902159acef616ada3632f1d", - "@angular/router": "github:angular/router-builds#83d5efe0a005f0f2f31373316ca5e8eae591d148", - "@angular/service-worker": "github:angular/service-worker-builds#8e819415a04fe7aec9c32dffb71eca331916a1df" + "@angular/animations": "github:angular/animations-builds#40e9067e991471de6876410139f6f1e97241501f", + "@angular/cdk": "github:angular/cdk-builds#3692c15d68e768f4f06c52e38b55bdb86cfc7af8", + "@angular/common": "github:angular/common-builds#01e5335258021581c42b88c7d33ff460dd1d0de7", + "@angular/compiler": "github:angular/compiler-builds#d8694436fbc8767788c88ed2e048b13aded43fa0", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#a0c6ea901e3cdbb08dd50b04c122f21e31c6369f", + "@angular/core": "github:angular/core-builds#3f88d7dac38867ea9458c39b648b122e8756d7cc", + "@angular/forms": "github:angular/forms-builds#2f669469063ee2964f6bcb4c79be169a1711f923", + "@angular/language-service": "github:angular/language-service-builds#f5d47dd0b61033c58881622a6588e7837773c407", + "@angular/localize": "github:angular/localize-builds#f2e9ef2007127277e226e712984cf188551930df", + "@angular/material": "github:angular/material-builds#5db7aa2243e10ff74bce5710ea6d3560e9442eff", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#80c8de455145501d70f827c64cc8c490b6709db4", + "@angular/platform-browser": "github:angular/platform-browser-builds#d4d0cda4219322ba6510e2af96e3ea2bbd938bc6", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#83a577be77488b64a4ae89ac90da66a1ddb61678", + "@angular/platform-server": "github:angular/platform-server-builds#56c6522d398c5eb41600895a24b605d56c4c500d", + "@angular/router": "github:angular/router-builds#95b11226d3b016ff58130fdb63c4f4d352e514d9", + "@angular/service-worker": "github:angular/service-worker-builds#ad2cb47d501a07ff403715f11153443720112973" } } diff --git a/yarn.lock b/yarn.lock index ee89c0616f88..8eef5efa7691 100644 --- a/yarn.lock +++ b/yarn.lock @@ -324,9 +324,9 @@ __metadata: languageName: node linkType: hard -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#41d5efafd8094da3c8455e1b54b381e346d0c7a9": - version: 0.0.0-9bf81f9c029a09347afb376b9e1ae12b33f1a1fa - resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=41d5efafd8094da3c8455e1b54b381e346d0c7a9" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#a35ad7f4e30ae1fc531517867efcae89cce5afa2": + version: 0.0.0-9ad44d7add69b53cec32d6486e9e8a83e7ec6622 + resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=a35ad7f4e30ae1fc531517867efcae89cce5afa2" dependencies: "@angular/benchpress": "npm:0.3.0" "@angular/build": "npm:19.0.0" @@ -363,7 +363,7 @@ __metadata: dependenciesMeta: re2: built: false - checksum: 10c0/25b877186449ab1545f8c0f74e0a9ce5bcf2ac3b13f1ebbaa8caf1fcb8e1f2ca926fb1a33e2fcc4cad3480ac58d7ae01490740945c9297f1728c09a9b8b25b13 + checksum: 10c0/b9d7c4f8a9f6a99d51874944cff78e75fa5249c46b3e7e653146f65f6c9bf1b7af5b941bee70340da1b7769fee503b437cf2d0eb9a07b8a3498f373d2d71472f languageName: node linkType: hard @@ -496,9 +496,9 @@ __metadata: languageName: node linkType: hard -"@angular/cdk@npm:19.0.0": - version: 19.0.0 - resolution: "@angular/cdk@npm:19.0.0" +"@angular/cdk@npm:19.0.1": + version: 19.0.1 + resolution: "@angular/cdk@npm:19.0.1" dependencies: parse5: "npm:^7.1.2" tslib: "npm:^2.3.0" @@ -509,7 +509,7 @@ __metadata: dependenciesMeta: parse5: optional: true - checksum: 10c0/542659c4fd19a08514b26c4ab5428ce1efcae6921243eb13d6bd27ed2f3a63466fc1625e087e9509da381cb9aa0ffded1ecd102ab9c84ad689916f4b475bbe44 + checksum: 10c0/d021efced1022ba5e5a1df30f9a2c4f0dd9742bb85b5b6b37ca49963d584b6dd9f0bf142b7d895295ac5c400d2df062524af7e21dad740f33179552bd56f6ccb languageName: node linkType: hard @@ -629,16 +629,16 @@ __metadata: "@ampproject/remapping": "npm:2.3.0" "@angular/animations": "npm:^19.1.0-next.0" "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch" - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#41d5efafd8094da3c8455e1b54b381e346d0c7a9" - "@angular/cdk": "npm:19.0.0" + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a35ad7f4e30ae1fc531517867efcae89cce5afa2" + "@angular/cdk": "npm:19.0.1" "@angular/common": "npm:^19.1.0-next.0" "@angular/compiler": "npm:^19.1.0-next.0" "@angular/compiler-cli": "npm:^19.1.0-next.0" "@angular/core": "npm:^19.1.0-next.0" "@angular/forms": "npm:^19.1.0-next.0" "@angular/localize": "npm:^19.1.0-next.0" - "@angular/material": "npm:19.0.0" - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#47ccf2ca29307997c021994c859c03c71fae686e" + "@angular/material": "npm:19.0.1" + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#dde9fb807550b7634613f88bb224702155f58e07" "@angular/platform-browser": "npm:^19.1.0-next.0" "@angular/platform-browser-dynamic": "npm:^19.1.0-next.0" "@angular/platform-server": "npm:^19.1.0-next.0" @@ -833,26 +833,26 @@ __metadata: languageName: node linkType: hard -"@angular/material@npm:19.0.0": - version: 19.0.0 - resolution: "@angular/material@npm:19.0.0" +"@angular/material@npm:19.0.1": + version: 19.0.1 + resolution: "@angular/material@npm:19.0.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: "@angular/animations": ^19.0.0 || ^20.0.0 - "@angular/cdk": 19.0.0 + "@angular/cdk": 19.0.1 "@angular/common": ^19.0.0 || ^20.0.0 "@angular/core": ^19.0.0 || ^20.0.0 "@angular/forms": ^19.0.0 || ^20.0.0 "@angular/platform-browser": ^19.0.0 || ^20.0.0 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/dd8ad1a2fac0b9437dd2f22e04c5c3c1b9aeaff936cc10c4044489063e4a83a8eced8ddcd42654995a8d78182348e1431d227a667151fde8fc06a208d3728115 + checksum: 10c0/29350dc7de231316d4fa1ac65a5fcbf86722dfdb95ae9e5d6f5bdcc0e8202d2699fa02b3c6f03d1899686af1a01fbf9b017a8a0fc0b4b085cba327d40c101196 languageName: node linkType: hard -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#47ccf2ca29307997c021994c859c03c71fae686e": - version: 0.0.0-9bf81f9c029a09347afb376b9e1ae12b33f1a1fa - resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=47ccf2ca29307997c021994c859c03c71fae686e" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#dde9fb807550b7634613f88bb224702155f58e07": + version: 0.0.0-9ad44d7add69b53cec32d6486e9e8a83e7ec6622 + resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=dde9fb807550b7634613f88bb224702155f58e07" dependencies: "@google-cloud/spanner": "npm:7.16.0" "@octokit/rest": "npm:21.0.2" @@ -867,7 +867,7 @@ __metadata: yaml: "npm:2.6.1" bin: ng-dev: ./bundles/cli.mjs - checksum: 10c0/0f2dbafb69c2abeaf1da70a35c3b1d5d2483d49d59927214daaa83383fbf662edc411b54045a9539402101483b30966525933806da9e4a2add2544a0d737994f + checksum: 10c0/cd492e9d57478f61f5dc8469f12f388da5b05a2b3233bb299766d3ece828df1ca035b9b8f428d859861035f8df40251a78fbc4351dd433e8bf81170db3ed6290 languageName: node linkType: hard