diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 33b285b95a28..b05f6db8e1bb 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + - uses: angular/dev-infra/github-actions/branch-manager@c8e09d00cfc4bcefbab8c06f144608cd67d16451 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71a7b945e29c..71f29e3c2b43 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/configure-remote@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/configure-remote@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/configure-remote@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/configure-remote@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/configure-remote@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/configure-remote@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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 2d0b98d8b77d..5c664438909e 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + - uses: angular/dev-infra/github-actions/commit-message-based-labels@c8e09d00cfc4bcefbab8c06f144608cd67d16451 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + - uses: angular/dev-infra/github-actions/post-approval-changes@c8e09d00cfc4bcefbab8c06f144608cd67d16451 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 3b7fbad5af46..5ffcf2432b83 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + - uses: angular/dev-infra/github-actions/feature-request@c8e09d00cfc4bcefbab8c06f144608cd67d16451 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c014cacd3158..204d2fb9eebd 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/linting/licenses@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/configure-remote@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/configure-remote@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/configure-remote@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/configure-remote@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/configure-remote@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/setup@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f + uses: angular/dev-infra/github-actions/bazel/configure-remote@c8e09d00cfc4bcefbab8c06f144608cd67d16451 - 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 a5fecc1d3efb..d82269443038 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@ampproject/remapping": "2.3.0", "@angular/animations": "19.0.0-rc.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#0c70bc7159c1aae0128ec6af261d45c9a3b48da5", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#0386111e4e9937afa3740afb7e9ce2a0c35d39b8", "@angular/cdk": "19.0.0-rc.0", "@angular/common": "19.0.0-rc.0", "@angular/compiler": "19.0.0-rc.0", @@ -63,7 +63,7 @@ "@angular/forms": "19.0.0-rc.0", "@angular/localize": "19.0.0-rc.0", "@angular/material": "19.0.0-rc.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3a50dcdd05f3c2fdb3a748399f09a3a6df236d0b", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1357f6aab253245fac2c66b40287d0ded76e12b1", "@angular/platform-browser": "19.0.0-rc.0", "@angular/platform-browser-dynamic": "19.0.0-rc.0", "@angular/platform-server": "19.0.0-rc.0", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index daa317cf6b89..fd2becf71d06 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#fdfa26586b93f59000aa6207b0300badbfaf4f6a", - "@angular/cdk": "github:angular/cdk-builds#7336556744a710d6873ba0761cd5cf2a9c4e6e14", - "@angular/common": "github:angular/common-builds#190d0bd5acfda5d34dcbfbc2875c2929396c0f50", - "@angular/compiler": "github:angular/compiler-builds#82cdfb06e751cffb563478dd36795e58cda59238", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#f33fbd2814871ef87c1eedbd90086c9cf609a362", - "@angular/core": "github:angular/core-builds#7bc049dce37aa814a286b2f4dcb7fde3fc68479e", - "@angular/forms": "github:angular/forms-builds#c26daff7599c6ad2820b407e701b9f1f5eea7824", - "@angular/language-service": "github:angular/language-service-builds#bac96e6fbef0785b605aecc81aad4b3a240d00ce", - "@angular/localize": "github:angular/localize-builds#b1b38e2d3eff192c7f2b5488fe61a83a7ad72322", - "@angular/material": "github:angular/material-builds#bda708b414f91e1e3d7806ed94e08b41b55b2ff0", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#056a6f43929a0197b9f81b43f05201873dd7b37b", - "@angular/platform-browser": "github:angular/platform-browser-builds#549facef913103d9a20d25eb37df00d14ab7053b", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7c5befb984940d5f8ae76da9d09bac7d2c78b6f0", - "@angular/platform-server": "github:angular/platform-server-builds#5318fc0059fb1cc757f420e49898a1d8825645f3", - "@angular/router": "github:angular/router-builds#795a5c87ca83e5f4ac06564f2a986e83d70702cd", - "@angular/service-worker": "github:angular/service-worker-builds#41cffa7e762a290da2232977b07ecac9473044dd" + "@angular/animations": "github:angular/animations-builds#0cde73b3a2fbfe380d924aa725088dc45c17ae60", + "@angular/cdk": "github:angular/cdk-builds#a65486ffad1ca454e6a062b60d30b5db913b8372", + "@angular/common": "github:angular/common-builds#8c817e04767086452acba10eab378afb54a59cd0", + "@angular/compiler": "github:angular/compiler-builds#54afbf466bebec6509988415ad96d39a6bf9923e", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#fe363f7b907e9ef874369307d87bd99fc54feb3b", + "@angular/core": "github:angular/core-builds#c6d05b50fb4cfd311bc36559e7a045234063b1a6", + "@angular/forms": "github:angular/forms-builds#f5f71dea7d4862ebcb5b102583baea8b4c34525f", + "@angular/language-service": "github:angular/language-service-builds#c61ad3ad80f680c28426ce2dfa4a48b5427c6fd6", + "@angular/localize": "github:angular/localize-builds#5186966790d353733adc429c9caf50bb48e80283", + "@angular/material": "github:angular/material-builds#a1a8fe9ab191240434cf24caa59510294eb84860", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#0899cd8b39319a593ee68e003d0cf08d99a049b8", + "@angular/platform-browser": "github:angular/platform-browser-builds#a5fb25d3a87af2160dc8b0c04d28c9d50161a69c", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#2a124b5ed72911564c7ccdcce690207386f74941", + "@angular/platform-server": "github:angular/platform-server-builds#f6e82e5f300eac23f2a90daeb30aac24ea1a2275", + "@angular/router": "github:angular/router-builds#bb9441e5d1883181579c036eb8e7196d6b109afd", + "@angular/service-worker": "github:angular/service-worker-builds#9c34a1e4caa5eaf9ec70dec48748ea33c0dc673f" } } diff --git a/yarn.lock b/yarn.lock index 6ad0f6d8fd91..4e0f338b6b67 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#0c70bc7159c1aae0128ec6af261d45c9a3b48da5": - version: 0.0.0-adf5acca6d96067437cfc4c68f35c59d3e7e763f - resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=0c70bc7159c1aae0128ec6af261d45c9a3b48da5" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#0386111e4e9937afa3740afb7e9ce2a0c35d39b8": + version: 0.0.0-c8e09d00cfc4bcefbab8c06f144608cd67d16451 + resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=0386111e4e9937afa3740afb7e9ce2a0c35d39b8" dependencies: "@angular/benchpress": "npm:0.3.0" "@angular/build": "npm:19.0.0-rc.0" @@ -347,7 +347,7 @@ __metadata: "@types/selenium-webdriver": "npm:^4.1.21" "@types/send": "npm:^0.17.1" "@types/tmp": "npm:^0.2.1" - "@types/ws": "npm:8.5.12" + "@types/ws": "npm:8.5.13" "@types/yargs": "npm:^17.0.0" browser-sync: "npm:^3.0.0" html-entities: "npm:^2.4.0" @@ -365,7 +365,7 @@ __metadata: dependenciesMeta: re2: built: false - checksum: 10c0/68bfbd3f73909b1b1cc3dfabf9685a9be74ff480f53755b30d941375f09d7c55fdca4c2b6f2a96b60024ad9e7efc23775c9ed80f130bc89592c32b199b1f192e + checksum: 10c0/b8ee367b359083a1b57112db89bccd1f385182884628b97ce9de03971f2b1a6cd2c14f507fba0cfc32d921f68647f650b9d6ae98c433679d50d9f83d0921be1f languageName: node linkType: hard @@ -631,7 +631,7 @@ __metadata: "@ampproject/remapping": "npm:2.3.0" "@angular/animations": "npm:19.0.0-rc.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#0c70bc7159c1aae0128ec6af261d45c9a3b48da5" + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#0386111e4e9937afa3740afb7e9ce2a0c35d39b8" "@angular/cdk": "npm:19.0.0-rc.0" "@angular/common": "npm:19.0.0-rc.0" "@angular/compiler": "npm:19.0.0-rc.0" @@ -640,7 +640,7 @@ __metadata: "@angular/forms": "npm:19.0.0-rc.0" "@angular/localize": "npm:19.0.0-rc.0" "@angular/material": "npm:19.0.0-rc.0" - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3a50dcdd05f3c2fdb3a748399f09a3a6df236d0b" + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1357f6aab253245fac2c66b40287d0ded76e12b1" "@angular/platform-browser": "npm:19.0.0-rc.0" "@angular/platform-browser-dynamic": "npm:19.0.0-rc.0" "@angular/platform-server": "npm:19.0.0-rc.0" @@ -852,9 +852,9 @@ __metadata: languageName: node linkType: hard -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#3a50dcdd05f3c2fdb3a748399f09a3a6df236d0b": - version: 0.0.0-adf5acca6d96067437cfc4c68f35c59d3e7e763f - resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=3a50dcdd05f3c2fdb3a748399f09a3a6df236d0b" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#1357f6aab253245fac2c66b40287d0ded76e12b1": + version: 0.0.0-c8e09d00cfc4bcefbab8c06f144608cd67d16451 + resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=1357f6aab253245fac2c66b40287d0ded76e12b1" dependencies: "@octokit/rest": "npm:21.0.2" "@types/semver": "npm:^7.3.6" @@ -868,7 +868,7 @@ __metadata: yaml: "npm:2.6.0" bin: ng-dev: ./bundles/cli.mjs - checksum: 10c0/33994ffa5e2b7435a2dc984f8fce3b9115c4336d35d919ced35f49b36f34a6d2af21e3a98eeb3a010173c9f5397aa56e8414c559964fbb07bf7b212fccef6538 + checksum: 10c0/e294c92f1af71913dc7ee3d903ecd0063050408ab652b71f18181cfb7385a6df366a0724398965f62db7d900c6c8c22b3bc8dbf4195c64da033132e255c90194 languageName: node linkType: hard @@ -5581,7 +5581,7 @@ __metadata: languageName: node linkType: hard -"@types/ws@npm:*, @types/ws@npm:^8.5.10": +"@types/ws@npm:*, @types/ws@npm:8.5.13, @types/ws@npm:^8.5.10": version: 8.5.13 resolution: "@types/ws@npm:8.5.13" dependencies: @@ -5590,15 +5590,6 @@ __metadata: languageName: node linkType: hard -"@types/ws@npm:8.5.12": - version: 8.5.12 - resolution: "@types/ws@npm:8.5.12" - dependencies: - "@types/node": "npm:*" - checksum: 10c0/3fd77c9e4e05c24ce42bfc7647f7506b08c40a40fe2aea236ef6d4e96fc7cb4006a81ed1b28ec9c457e177a74a72924f4768b7b4652680b42dfd52bc380e15f9 - languageName: node - linkType: hard - "@types/ws@npm:^7.4.0": version: 7.4.7 resolution: "@types/ws@npm:7.4.7"