diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 387294e95ada..a0f95e4b4add 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + - uses: angular/dev-infra/github-actions/branch-manager@5b6bd6567a35f60f8705021ce20cbd56abd10401 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1091859b389..d5a20a0821ab 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/setup@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/configure-remote@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/setup@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/configure-remote@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/setup@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/configure-remote@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/setup@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/configure-remote@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/setup@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/configure-remote@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/setup@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/configure-remote@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/setup@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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 e19dc3a08175..4e7630a85cf5 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + - uses: angular/dev-infra/github-actions/commit-message-based-labels@5b6bd6567a35f60f8705021ce20cbd56abd10401 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + - uses: angular/dev-infra/github-actions/post-approval-changes@5b6bd6567a35f60f8705021ce20cbd56abd10401 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 331b0bdc074f..f956a9ed2e80 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + - uses: angular/dev-infra/github-actions/feature-request@5b6bd6567a35f60f8705021ce20cbd56abd10401 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c73d80c67c3c..dd7551aa9c27 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/linting/licenses@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/setup@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/configure-remote@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/setup@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/configure-remote@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/setup@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/configure-remote@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/setup@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/configure-remote@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/setup@5b6bd6567a35f60f8705021ce20cbd56abd10401 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd + uses: angular/dev-infra/github-actions/bazel/configure-remote@5b6bd6567a35f60f8705021ce20cbd56abd10401 - 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 94e3375886fd..8f8d296e3d5c 100644 --- a/package.json +++ b/package.json @@ -54,16 +54,16 @@ "@ampproject/remapping": "2.3.0", "@angular/animations": "19.0.0-next.6", "@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#be88545d5fba3809d0b1c7ab2b8dfac966f3d8d2", - "@angular/cdk": "19.0.0-next.4", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#7c83b9a375d35b804d89f48a33d170602747a338", + "@angular/cdk": "19.0.0-next.5", "@angular/common": "19.0.0-next.6", "@angular/compiler": "19.0.0-next.6", "@angular/compiler-cli": "19.0.0-next.6", "@angular/core": "19.0.0-next.6", "@angular/forms": "19.0.0-next.6", "@angular/localize": "19.0.0-next.6", - "@angular/material": "19.0.0-next.4", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3b5ad167338547109a5829586c172cbfb72837f9", + "@angular/material": "19.0.0-next.5", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9794cd2757cc110ce3f7ffcbdec009f3eeae6ab3", "@angular/platform-browser": "19.0.0-next.6", "@angular/platform-browser-dynamic": "19.0.0-next.6", "@angular/platform-server": "19.0.0-next.6", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 52a561d3a010..f9a935a1ac1d 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#97d1e9a2a67e689ce0b8e7e9364c45704dbb2ecf", - "@angular/cdk": "github:angular/cdk-builds#e6d7460f5ef93551cdd97117b723f740a062e577", - "@angular/common": "github:angular/common-builds#456f14ccad7293551f7ac04cfecf2b54bb54626d", - "@angular/compiler": "github:angular/compiler-builds#c7c58e4ae59b127e3b3ea987ba3e0d660c36bb62", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#545c77bd3c08c147cc3afc322cfc85dfc6b0153e", - "@angular/core": "github:angular/core-builds#a415ad02d9104f01a77ba62f5b9305d00c28a1c0", - "@angular/forms": "github:angular/forms-builds#a440a07ed944262aa3be5df3fd71318ce24714fc", - "@angular/language-service": "github:angular/language-service-builds#61d387e8980ebbcd47dbc999231c50904d666065", - "@angular/localize": "github:angular/localize-builds#c214b01f9ebe163c00c03dcac970b5d27c513ac7", - "@angular/material": "github:angular/material-builds#47523fb9a4ff488d79cfbe0a3351d6a339e5ddc5", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b3cfc6268534326eab19bef754448e6177ed04b3", - "@angular/platform-browser": "github:angular/platform-browser-builds#17fa76e5395c75d5fedd02a9a3d3e06454b807f1", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#3c0c6e801253f6ae30d4f4fad43f2ad4fb3ac592", - "@angular/platform-server": "github:angular/platform-server-builds#22379694dd3b765bb866518b7c3967f547ac0ade", - "@angular/router": "github:angular/router-builds#e2fd9815dc6b1f0f2cfb74bd679d4e6119252439", - "@angular/service-worker": "github:angular/service-worker-builds#e784c64e6ca782252813007d5e7a0c9908ed23eb" + "@angular/animations": "github:angular/animations-builds#570ce43beecd742fc508be066dc3c813847e95f1", + "@angular/cdk": "github:angular/cdk-builds#2b8a27177b39fef6369d7c937be256916e4b52d9", + "@angular/common": "github:angular/common-builds#c4e14e5aee346633e72d25959ac5e67b1be9f9a6", + "@angular/compiler": "github:angular/compiler-builds#ac6ec8fe343d81898e98be812979d3b61170f2bf", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#bc1999da39249cbddada59a3be4090985ce2614f", + "@angular/core": "github:angular/core-builds#714325a425d57768ac7aff8d7000462191c48734", + "@angular/forms": "github:angular/forms-builds#bbba10f4e6231bfe317292cfa0080b2d21fcd024", + "@angular/language-service": "github:angular/language-service-builds#156892090e00f93e747b07d781cb5d8d51117199", + "@angular/localize": "github:angular/localize-builds#da5fbd4b0f50e328a0effc457afc822b87429658", + "@angular/material": "github:angular/material-builds#cd6632e5a5c8d1e1d7c40d824a3b1fa57fb3f81c", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#70dfc3a9978ad1af9aba32bc13cb5932a9dba673", + "@angular/platform-browser": "github:angular/platform-browser-builds#f4cbe66400ede1e07c5a3526889a16c416988efb", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4893259ee0160250ca18cd19455a8179c89d9765", + "@angular/platform-server": "github:angular/platform-server-builds#8b96985add779a8d24ff981e34fbddee3c94a075", + "@angular/router": "github:angular/router-builds#f0ae27f170a2f5d20e15d3e6566c7c268028763e", + "@angular/service-worker": "github:angular/service-worker-builds#6b1b7e9dea78258cb27564517a1a4ec7a465d58c" } } diff --git a/yarn.lock b/yarn.lock index c97e3f075e19..0185f8a9c632 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#be88545d5fba3809d0b1c7ab2b8dfac966f3d8d2": - version: 0.0.0-276e500c61c1fa82066ecfe212b2b0e538b0dbfd - resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=be88545d5fba3809d0b1c7ab2b8dfac966f3d8d2" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#7c83b9a375d35b804d89f48a33d170602747a338": + version: 0.0.0-5b6bd6567a35f60f8705021ce20cbd56abd10401 + resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=7c83b9a375d35b804d89f48a33d170602747a338" 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/b2df544c3f80250b07cd1093dcb4b81a944b9b2c21cd0a46721978cfd3b80198e90909b181c902eb917bc8e0eb6d5dc21a69129e2adf6aae36f3d776d4bb525d + checksum: 10c0/f369479944757a18bd37d34312eacb9b7eedc3df2cbb67ff499fb572e699cf0532c37e1aec3546aea85bd427fda0f9018f66c622a92008b09eead19459d26d58 languageName: node linkType: hard @@ -499,9 +499,9 @@ __metadata: languageName: node linkType: hard -"@angular/cdk@npm:19.0.0-next.4": - version: 19.0.0-next.4 - resolution: "@angular/cdk@npm:19.0.0-next.4" +"@angular/cdk@npm:19.0.0-next.5": + version: 19.0.0-next.5 + resolution: "@angular/cdk@npm:19.0.0-next.5" dependencies: parse5: "npm:^7.1.2" tslib: "npm:^2.3.0" @@ -512,7 +512,7 @@ __metadata: dependenciesMeta: parse5: optional: true - checksum: 10c0/3e3fb9c45ae7364191d1b233f69eae233fb61dfed9db6714c47d0a3ec37379f1cdea3a55e2994c5db105972e172fa64babc3652706a0d774234333b8bbf5ad08 + checksum: 10c0/d9770f2436cf9baf3e7a6cc26962d9252b4a2e3655bba4bff44feb8e7f28fbb95470259fe4436f8ec408ce67af150cc6236a9554ea98f656c0e32bd5e2a92626 languageName: node linkType: hard @@ -632,16 +632,16 @@ __metadata: "@ampproject/remapping": "npm:2.3.0" "@angular/animations": "npm:19.0.0-next.6" "@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#be88545d5fba3809d0b1c7ab2b8dfac966f3d8d2" - "@angular/cdk": "npm:19.0.0-next.4" + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#7c83b9a375d35b804d89f48a33d170602747a338" + "@angular/cdk": "npm:19.0.0-next.5" "@angular/common": "npm:19.0.0-next.6" "@angular/compiler": "npm:19.0.0-next.6" "@angular/compiler-cli": "npm:19.0.0-next.6" "@angular/core": "npm:19.0.0-next.6" "@angular/forms": "npm:19.0.0-next.6" "@angular/localize": "npm:19.0.0-next.6" - "@angular/material": "npm:19.0.0-next.4" - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3b5ad167338547109a5829586c172cbfb72837f9" + "@angular/material": "npm:19.0.0-next.5" + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9794cd2757cc110ce3f7ffcbdec009f3eeae6ab3" "@angular/platform-browser": "npm:19.0.0-next.6" "@angular/platform-browser-dynamic": "npm:19.0.0-next.6" "@angular/platform-server": "npm:19.0.0-next.6" @@ -833,26 +833,26 @@ __metadata: languageName: node linkType: hard -"@angular/material@npm:19.0.0-next.4": - version: 19.0.0-next.4 - resolution: "@angular/material@npm:19.0.0-next.4" +"@angular/material@npm:19.0.0-next.5": + version: 19.0.0-next.5 + resolution: "@angular/material@npm:19.0.0-next.5" dependencies: tslib: "npm:^2.3.0" peerDependencies: "@angular/animations": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0 - "@angular/cdk": 19.0.0-next.4 + "@angular/cdk": 19.0.0-next.5 "@angular/common": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0 "@angular/core": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0 "@angular/forms": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0 "@angular/platform-browser": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/d1a0778f16e6ab418f51395371d7175adc577990e233b34620f5c670127cc1b5ac97bf5eb95c6fc57d5c964c0a8d12dafca942e13484d538fd172cd2eb1c6c94 + checksum: 10c0/22e319ee8ce0582dd2c965e54bff5127a40dc737f0879b06c3353621d2d4ae7965739f84f14af884cba146d2ac9aa2ab617e8cd4716619905f618fc11a9696f5 languageName: node linkType: hard -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#3b5ad167338547109a5829586c172cbfb72837f9": - version: 0.0.0-276e500c61c1fa82066ecfe212b2b0e538b0dbfd - resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=3b5ad167338547109a5829586c172cbfb72837f9" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#9794cd2757cc110ce3f7ffcbdec009f3eeae6ab3": + version: 0.0.0-5b6bd6567a35f60f8705021ce20cbd56abd10401 + resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=9794cd2757cc110ce3f7ffcbdec009f3eeae6ab3" 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/d757833c4ae249c96426968323a3532ae2d8de6df367557ed10499b966e8be1bd996291c4f3e1d66fa71c7b63b66607f6908d2fc57203ff20a49a6f0a6cc58a0 + checksum: 10c0/26a308d6128bf050aad03b3af665c9041d987ff5032b06ff1e866e8d62481ea79b59cd0d78dd52c2675d96f0af2d12379d944249bed72af909fab08e517a7c62 languageName: node linkType: hard