diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 4f99dd56843d..c07251a9a59e 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + - uses: angular/dev-infra/github-actions/branch-manager@4693145a16baaefdb7c9f55689b8eefc1fffc246 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98ab912ba417..1a73f17ffe86 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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 a2f0cc81b3f0..a6675fa96573 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@4693145a16baaefdb7c9f55689b8eefc1fffc246 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + - uses: angular/dev-infra/github-actions/post-approval-changes@4693145a16baaefdb7c9f55689b8eefc1fffc246 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index fc2164f87610..d3e3d008b013 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + - uses: angular/dev-infra/github-actions/feature-request@4693145a16baaefdb7c9f55689b8eefc1fffc246 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 30951694b4f1..ed4606ee10c1 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -23,7 +23,7 @@ jobs: workflows: ${{ steps.workflows.outputs.workflows }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Install node modules run: yarn install --immutable - id: workflows @@ -38,9 +38,9 @@ jobs: workflow: ${{ fromJSON(needs.list.outputs.workflows) }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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 0bdeacf5551c..062a9dc418ba 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup ESLint Caching uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/linting/licenses@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/setup@4693145a16baaefdb7c9f55689b8eefc1fffc246 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4693145a16baaefdb7c9f55689b8eefc1fffc246 - 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 dfbb34353dc4..e99b90a6324b 100644 --- a/package.json +++ b/package.json @@ -52,23 +52,23 @@ }, "devDependencies": { "@ampproject/remapping": "2.3.0", - "@angular/animations": "19.1.0-next.2", + "@angular/animations": "19.1.0-next.3", "@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#8aff236a2d25f44f347d488aa1a906c0d52ca333", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d17f802de0af0ac409259f97678ce59ddd0671a0", "@angular/cdk": "19.1.0-next.2", - "@angular/common": "19.1.0-next.2", - "@angular/compiler": "19.1.0-next.2", - "@angular/compiler-cli": "19.1.0-next.2", - "@angular/core": "19.1.0-next.2", - "@angular/forms": "19.1.0-next.2", - "@angular/localize": "19.1.0-next.2", + "@angular/common": "19.1.0-next.3", + "@angular/compiler": "19.1.0-next.3", + "@angular/compiler-cli": "19.1.0-next.3", + "@angular/core": "19.1.0-next.3", + "@angular/forms": "19.1.0-next.3", + "@angular/localize": "19.1.0-next.3", "@angular/material": "19.1.0-next.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#e0bc0d1225c9605f344561c6b3b3d471f0fee481", - "@angular/platform-browser": "19.1.0-next.2", - "@angular/platform-browser-dynamic": "19.1.0-next.2", - "@angular/platform-server": "19.1.0-next.2", - "@angular/router": "19.1.0-next.2", - "@angular/service-worker": "19.1.0-next.2", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#fe9dde0666e9b8e1164951e8c146f9a03b05fcdb", + "@angular/platform-browser": "19.1.0-next.3", + "@angular/platform-browser-dynamic": "19.1.0-next.3", + "@angular/platform-server": "19.1.0-next.3", + "@angular/router": "19.1.0-next.3", + "@angular/service-worker": "19.1.0-next.3", "@babel/core": "7.26.0", "@babel/generator": "7.26.3", "@babel/helper-annotate-as-pure": "7.25.9", diff --git a/packages/angular/ssr/package.json b/packages/angular/ssr/package.json index 046808c2f3fc..5fafb91b24ca 100644 --- a/packages/angular/ssr/package.json +++ b/packages/angular/ssr/package.json @@ -27,12 +27,12 @@ } }, "devDependencies": { - "@angular/common": "19.1.0-next.2", - "@angular/compiler": "19.1.0-next.2", - "@angular/core": "19.1.0-next.2", - "@angular/platform-browser": "19.1.0-next.2", - "@angular/platform-server": "19.1.0-next.2", - "@angular/router": "19.1.0-next.2", + "@angular/common": "19.1.0-next.3", + "@angular/compiler": "19.1.0-next.3", + "@angular/core": "19.1.0-next.3", + "@angular/platform-browser": "19.1.0-next.3", + "@angular/platform-server": "19.1.0-next.3", + "@angular/router": "19.1.0-next.3", "@bazel/runfiles": "^5.8.1" }, "sideEffects": false, diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index f51912505303..d57d7cf6c245 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -27,8 +27,8 @@ }, "devDependencies": { "@angular-devkit/core": "0.0.0-PLACEHOLDER", - "@angular/compiler": "19.1.0-next.2", - "@angular/compiler-cli": "19.1.0-next.2", + "@angular/compiler": "19.1.0-next.3", + "@angular/compiler-cli": "19.1.0-next.3", "typescript": "5.7.2", "webpack": "5.97.1" } diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index b62541e25087..c00b7b312400 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#360f859838c23951f686e9a025e0e7f5a7053157", - "@angular/cdk": "github:angular/cdk-builds#b8d887551b7af15a6db99cd6966b84db5ce390fc", - "@angular/common": "github:angular/common-builds#ad555c8c5dd40482387a377e86d7de25162c9f5f", - "@angular/compiler": "github:angular/compiler-builds#278f0893cbbb1c6d6bdfcb5188f072743bca24c9", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#0b7ba32f1bbb389c6232a4c195db2af02a9d8c42", - "@angular/core": "github:angular/core-builds#223c02ba9b4a24c71a2d5af8c28dc8f8330d62ce", - "@angular/forms": "github:angular/forms-builds#1b83038bd7bf3394cc30793c6ed6dd2dd9be6135", - "@angular/language-service": "github:angular/language-service-builds#568dc6acb8c8fc1df5c7a47de4c943e867a578be", - "@angular/localize": "github:angular/localize-builds#28c321d64db4f13b6040fce95f90427693d2f733", - "@angular/material": "github:angular/material-builds#b5aa2898b757b6ea6c99734bd8635bfcdc48e94d", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#4a5a0309f135381272886abdd0e5b5057e9d2671", - "@angular/platform-browser": "github:angular/platform-browser-builds#b389e9897e8e7f6b6c34ce918758f2b708692fb5", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#98a5c939badd5fd53d84c1a581260ffee4684b40", - "@angular/platform-server": "github:angular/platform-server-builds#e3de8508d8095225e833a9e41149f086493ea902", - "@angular/router": "github:angular/router-builds#d9078247e4b77417b01572717186a514114d1b6c", - "@angular/service-worker": "github:angular/service-worker-builds#524a1d3a4e6127c656d5c0efd67b787dc384523a" + "@angular/animations": "github:angular/animations-builds#140f33a7982d208e44cfcce96672af3f641fd43f", + "@angular/cdk": "github:angular/cdk-builds#c95182efc51c53b7d810cbdd61e3fbb1743e9402", + "@angular/common": "github:angular/common-builds#217b1854b31b7bdcbe457f0fc44c74ea6c5216e6", + "@angular/compiler": "github:angular/compiler-builds#16846a8d5794a5f7551eaddd9e0e8f872e79afd5", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#e6166da63f358f0c411ee4b9d7916a40a8fd3119", + "@angular/core": "github:angular/core-builds#6f0376bcaac1353f4dcedb9c8579324d957a083d", + "@angular/forms": "github:angular/forms-builds#9a52635d2bf1cd207efa799cfe51bf5a548c6a22", + "@angular/language-service": "github:angular/language-service-builds#0d020c35c2424aacb20785b98ea1a8fc83a68ce4", + "@angular/localize": "github:angular/localize-builds#4ae8b2f8124334f16297e51ec44f36513b240684", + "@angular/material": "github:angular/material-builds#b4208f26800c910d83937661d90c07d56051b82b", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ca06719d6f22bdef62e87c0b5bcb2417c2d243a4", + "@angular/platform-browser": "github:angular/platform-browser-builds#a9de245c8ae9bcca49801324978480a16c8a2dd5", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4749ba8a232aa363a50225fec64fddf8976c8322", + "@angular/platform-server": "github:angular/platform-server-builds#4054c8ea5933dcd875a1fc607e54b99ec82be9b2", + "@angular/router": "github:angular/router-builds#b5ca3c8128eb7f10d55d81642b548572ac92135b", + "@angular/service-worker": "github:angular/service-worker-builds#8647cb5eaac95a3a2c7d0cf85b82557ffb07d466" } } diff --git a/yarn.lock b/yarn.lock index bc6479e33f3f..dbd4abd17eb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -245,14 +245,14 @@ __metadata: languageName: unknown linkType: soft -"@angular/animations@npm:19.1.0-next.2": - version: 19.1.0-next.2 - resolution: "@angular/animations@npm:19.1.0-next.2" +"@angular/animations@npm:19.1.0-next.3": + version: 19.1.0-next.3 + resolution: "@angular/animations@npm:19.1.0-next.3" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 19.1.0-next.2 - checksum: 10c0/c99d0e7d63e2f0853e931dcef15044ebdb39ce6e299d066d7fcf3dec93477016db36e2414b42c3992397a07e4f3228ec4da32ab226ea2682edfed02bf42fc82b + "@angular/core": 19.1.0-next.3 + checksum: 10c0/310cb187e92be3fa332a3097003912111d817aa1230272de76e0ec2f2eca27762cbc73e7afad0ae28ce984a0138aec99f22d8b68b54bb61ccb138f5dfaed7514 languageName: node linkType: hard @@ -324,9 +324,9 @@ __metadata: languageName: node linkType: hard -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#8aff236a2d25f44f347d488aa1a906c0d52ca333": - version: 0.0.0-dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=8aff236a2d25f44f347d488aa1a906c0d52ca333" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#d17f802de0af0ac409259f97678ce59ddd0671a0": + version: 0.0.0-4693145a16baaefdb7c9f55689b8eefc1fffc246 + resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=d17f802de0af0ac409259f97678ce59ddd0671a0" dependencies: "@angular/benchpress": "npm:0.3.0" "@angular/build": "npm:19.1.0-next.0" @@ -363,7 +363,7 @@ __metadata: dependenciesMeta: re2: built: false - checksum: 10c0/7e7ec11c4f9f94b5e75be5559bbb44f3fcdad8a6bedd65ea8d8884386726c304a3791243b3c29f77bc1aa58088bba88e59ac66b407f813807047ef6a1f340a05 + checksum: 10c0/be7d98b00ca2cb31dc911403ee95778caa2e9a38da746c0636bd9ef33709c7739dc3de20e964fe2c9734d32eddd0f7383533e52d24ca33547eeca9e408e42e0b languageName: node linkType: hard @@ -539,21 +539,21 @@ __metadata: languageName: unknown linkType: soft -"@angular/common@npm:19.1.0-next.2": - version: 19.1.0-next.2 - resolution: "@angular/common@npm:19.1.0-next.2" +"@angular/common@npm:19.1.0-next.3": + version: 19.1.0-next.3 + resolution: "@angular/common@npm:19.1.0-next.3" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 19.1.0-next.2 + "@angular/core": 19.1.0-next.3 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/7f26af0e6501aff830b5d9c1e7bd1a7b59b58ca71b006822268d73903e0722725bc93bb5a60d408db9413fb433d7c8ba6f769041553796f9e515cd117a455bad + checksum: 10c0/0f4b39288ac9d7a7d4b519a61551f47be206dfa249352662ac69ea69f0d7776291868c4c47b08a54e16dd7f2cb7534f7fba6e8abf0a8f4912fc4d9fe2cc054da languageName: node linkType: hard -"@angular/compiler-cli@npm:19.1.0-next.2": - version: 19.1.0-next.2 - resolution: "@angular/compiler-cli@npm:19.1.0-next.2" +"@angular/compiler-cli@npm:19.1.0-next.3": + version: 19.1.0-next.3 + resolution: "@angular/compiler-cli@npm:19.1.0-next.3" dependencies: "@babel/core": "npm:7.26.0" "@jridgewell/sourcemap-codec": "npm:^1.4.14" @@ -564,39 +564,39 @@ __metadata: tslib: "npm:^2.3.0" yargs: "npm:^17.2.1" peerDependencies: - "@angular/compiler": 19.1.0-next.2 + "@angular/compiler": 19.1.0-next.3 typescript: ">=5.5 <5.8" bin: ng-xi18n: bundles/src/bin/ng_xi18n.js ngc: bundles/src/bin/ngc.js ngcc: bundles/ngcc/index.js - checksum: 10c0/e7e1962234af37d9956549ae232edce470606aa8dfc2b45fe7a714efae2124722b684e5d19b230a62d3cdb90abd58f780a1f0d01d05c753cc64207dd34f21cd7 + checksum: 10c0/c5717c1c6a3839393151b861e2754a494b7796ded8048d307fa9d6b394492f49c3344b89de42602f8542daaad9f7aae80768ec553f05a1e3e78f4bbf7e1e5518 languageName: node linkType: hard -"@angular/compiler@npm:19.1.0-next.2": - version: 19.1.0-next.2 - resolution: "@angular/compiler@npm:19.1.0-next.2" +"@angular/compiler@npm:19.1.0-next.3": + version: 19.1.0-next.3 + resolution: "@angular/compiler@npm:19.1.0-next.3" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 19.1.0-next.2 + "@angular/core": 19.1.0-next.3 peerDependenciesMeta: "@angular/core": optional: true - checksum: 10c0/eb5001ebdfae987100551d344d31d35bdb9c8383c67c90fbff4d5aca1b9ede7056f71fa875615b042b65d0bb03526b0864982aa57182facc412151bd3a75d111 + checksum: 10c0/72edfe102470b9589c0004f56bd2ff350875427c51a4a7565bb3fad659f3525e69ceb1828e74f85dc00943c3e27ae03171a6ed3b8d9c8447460408f9c2d7ae8b languageName: node linkType: hard -"@angular/core@npm:19.1.0-next.2": - version: 19.1.0-next.2 - resolution: "@angular/core@npm:19.1.0-next.2" +"@angular/core@npm:19.1.0-next.3": + version: 19.1.0-next.3 + resolution: "@angular/core@npm:19.1.0-next.3" dependencies: tslib: "npm:^2.3.0" peerDependencies: rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 - checksum: 10c0/e2128e814e61dd297f5c3bf4832841c1212b69912fb700a90b74cb0fc0918a9f803317ffd47b481308b9adb720e5fd8cb428d411a2478087c78fee8b50e4ca3d + checksum: 10c0/eb259b2cfd16e476096d41f68782cb4acdcd14e178a138b437ce3c3612c7d970c838610fe9d0ff335c3a5c03dcb1ee594f98586c94207831bfd2f11f7a398839 languageName: node linkType: hard @@ -627,23 +627,23 @@ __metadata: resolution: "@angular/devkit-repo@workspace:." dependencies: "@ampproject/remapping": "npm:2.3.0" - "@angular/animations": "npm:19.1.0-next.2" + "@angular/animations": "npm:19.1.0-next.3" "@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#8aff236a2d25f44f347d488aa1a906c0d52ca333" + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d17f802de0af0ac409259f97678ce59ddd0671a0" "@angular/cdk": "npm:19.1.0-next.2" - "@angular/common": "npm:19.1.0-next.2" - "@angular/compiler": "npm:19.1.0-next.2" - "@angular/compiler-cli": "npm:19.1.0-next.2" - "@angular/core": "npm:19.1.0-next.2" - "@angular/forms": "npm:19.1.0-next.2" - "@angular/localize": "npm:19.1.0-next.2" + "@angular/common": "npm:19.1.0-next.3" + "@angular/compiler": "npm:19.1.0-next.3" + "@angular/compiler-cli": "npm:19.1.0-next.3" + "@angular/core": "npm:19.1.0-next.3" + "@angular/forms": "npm:19.1.0-next.3" + "@angular/localize": "npm:19.1.0-next.3" "@angular/material": "npm:19.1.0-next.2" - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#e0bc0d1225c9605f344561c6b3b3d471f0fee481" - "@angular/platform-browser": "npm:19.1.0-next.2" - "@angular/platform-browser-dynamic": "npm:19.1.0-next.2" - "@angular/platform-server": "npm:19.1.0-next.2" - "@angular/router": "npm:19.1.0-next.2" - "@angular/service-worker": "npm:19.1.0-next.2" + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#fe9dde0666e9b8e1164951e8c146f9a03b05fcdb" + "@angular/platform-browser": "npm:19.1.0-next.3" + "@angular/platform-browser-dynamic": "npm:19.1.0-next.3" + "@angular/platform-server": "npm:19.1.0-next.3" + "@angular/router": "npm:19.1.0-next.3" + "@angular/service-worker": "npm:19.1.0-next.3" "@babel/core": "npm:7.26.0" "@babel/generator": "npm:7.26.3" "@babel/helper-annotate-as-pure": "npm:7.25.9" @@ -799,36 +799,36 @@ __metadata: languageName: unknown linkType: soft -"@angular/forms@npm:19.1.0-next.2": - version: 19.1.0-next.2 - resolution: "@angular/forms@npm:19.1.0-next.2" +"@angular/forms@npm:19.1.0-next.3": + version: 19.1.0-next.3 + resolution: "@angular/forms@npm:19.1.0-next.3" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 19.1.0-next.2 - "@angular/core": 19.1.0-next.2 - "@angular/platform-browser": 19.1.0-next.2 + "@angular/common": 19.1.0-next.3 + "@angular/core": 19.1.0-next.3 + "@angular/platform-browser": 19.1.0-next.3 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/a3a18707d5b3c6666de581d9d7a9ce0b8fb3c826dc5cc5427fb04c633c0eb82c0922693b3dfa890cddb4c1e89ad74621ae4d8c7b1037413e7731f81cd9ae454c + checksum: 10c0/ac112479f597f93762528f9cec284c9409fe0a031e3d49464427c3e92886fae978eb78d912f2db49bf71397f238d17cabe6ca395641cc12bfaa142ceeb7646e6 languageName: node linkType: hard -"@angular/localize@npm:19.1.0-next.2": - version: 19.1.0-next.2 - resolution: "@angular/localize@npm:19.1.0-next.2" +"@angular/localize@npm:19.1.0-next.3": + version: 19.1.0-next.3 + resolution: "@angular/localize@npm:19.1.0-next.3" dependencies: "@babel/core": "npm:7.26.0" "@types/babel__core": "npm:7.20.5" fast-glob: "npm:3.3.2" yargs: "npm:^17.2.1" peerDependencies: - "@angular/compiler": 19.1.0-next.2 - "@angular/compiler-cli": 19.1.0-next.2 + "@angular/compiler": 19.1.0-next.3 + "@angular/compiler-cli": 19.1.0-next.3 bin: localize-extract: tools/bundles/src/extract/cli.js localize-migrate: tools/bundles/src/migrate/cli.js localize-translate: tools/bundles/src/translate/cli.js - checksum: 10c0/1adbac13a2c43d9d28d86a76a00dbfb62c3647d7a7df34bd9051c43216b14e1f84518bc8b227b7890ae7ec69ae5950965e6a9869935b65ec6c2774db2a431aeb + checksum: 10c0/65a724a8e23da04d43cc2b27c04bef07c97754ee9930abae091b24075ef68e30fb2598bd69393e1a10af9ab181acfedcfb0e3076f86c076cf84fc89d20b4e630 languageName: node linkType: hard @@ -849,9 +849,9 @@ __metadata: languageName: node linkType: hard -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#e0bc0d1225c9605f344561c6b3b3d471f0fee481": - version: 0.0.0-dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=e0bc0d1225c9605f344561c6b3b3d471f0fee481" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#fe9dde0666e9b8e1164951e8c146f9a03b05fcdb": + version: 0.0.0-4693145a16baaefdb7c9f55689b8eefc1fffc246 + resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=fe9dde0666e9b8e1164951e8c146f9a03b05fcdb" dependencies: "@google-cloud/spanner": "npm:7.16.0" "@octokit/rest": "npm:21.0.2" @@ -866,53 +866,53 @@ __metadata: yaml: "npm:2.6.1" bin: ng-dev: ./bundles/cli.mjs - checksum: 10c0/ec89e8c97fe4b1216805289e6b11644a46f74008aa7246ec5139fa5212d062df3522a8b4a84f8ab6ae6abd9b5fa14e491a4aa0b19f3959cef9c498a70eb0b87a + checksum: 10c0/0d1bfc08dd0a95dfd4639b5a82cd4b476e3fd211d512cdaec508fb675c20cfde4d934c9c1068844b1f0011e81922577c004cf8db1ca1c75f5f475cc8db1eb806 languageName: node linkType: hard -"@angular/platform-browser-dynamic@npm:19.1.0-next.2": - version: 19.1.0-next.2 - resolution: "@angular/platform-browser-dynamic@npm:19.1.0-next.2" +"@angular/platform-browser-dynamic@npm:19.1.0-next.3": + version: 19.1.0-next.3 + resolution: "@angular/platform-browser-dynamic@npm:19.1.0-next.3" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 19.1.0-next.2 - "@angular/compiler": 19.1.0-next.2 - "@angular/core": 19.1.0-next.2 - "@angular/platform-browser": 19.1.0-next.2 - checksum: 10c0/b1f4b00caa5b80cd9c3ef27d46fb01f9d15e711f2bbe45ba5d8c332e18360a980209fe7f0c218f21f8b52a115537e8fcfd547f44eae0e2875b9f2111c3156e44 + "@angular/common": 19.1.0-next.3 + "@angular/compiler": 19.1.0-next.3 + "@angular/core": 19.1.0-next.3 + "@angular/platform-browser": 19.1.0-next.3 + checksum: 10c0/43f1785744a68bbd5f0ec1af7dcd0937fdd8baf74f5f7f5c3f60488411abcd7237fc739a355a1cda383a98929a4e44f4c36f88c8b8d23b48b252c8d477e73738 languageName: node linkType: hard -"@angular/platform-browser@npm:19.1.0-next.2": - version: 19.1.0-next.2 - resolution: "@angular/platform-browser@npm:19.1.0-next.2" +"@angular/platform-browser@npm:19.1.0-next.3": + version: 19.1.0-next.3 + resolution: "@angular/platform-browser@npm:19.1.0-next.3" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/animations": 19.1.0-next.2 - "@angular/common": 19.1.0-next.2 - "@angular/core": 19.1.0-next.2 + "@angular/animations": 19.1.0-next.3 + "@angular/common": 19.1.0-next.3 + "@angular/core": 19.1.0-next.3 peerDependenciesMeta: "@angular/animations": optional: true - checksum: 10c0/19dd3ab552b0aa750921af8df73f7f564ddf814c59218e7ad91f85acdf56d13a7b1c61613f17c740104ce75e0fcffef469dfd252f66466a7671604e38e914502 + checksum: 10c0/f127361624fc55f3990c8c507c0f154b4bdf1904452435a2c6e500649a6fe9374f3ee284fac512774bbadf199038154e53205183266513a8223f1dc0360b1a8a languageName: node linkType: hard -"@angular/platform-server@npm:19.1.0-next.2": - version: 19.1.0-next.2 - resolution: "@angular/platform-server@npm:19.1.0-next.2" +"@angular/platform-server@npm:19.1.0-next.3": + version: 19.1.0-next.3 + resolution: "@angular/platform-server@npm:19.1.0-next.3" dependencies: tslib: "npm:^2.3.0" xhr2: "npm:^0.2.0" peerDependencies: - "@angular/animations": 19.1.0-next.2 - "@angular/common": 19.1.0-next.2 - "@angular/compiler": 19.1.0-next.2 - "@angular/core": 19.1.0-next.2 - "@angular/platform-browser": 19.1.0-next.2 - checksum: 10c0/433ea8b1c532daf35da1aaeec09e289592bd3a3620023afc4f83db801eecace2e15479bd10ed5ed958fabda32fee167c639c7e860e1bd42803e05fd3e0573087 + "@angular/animations": 19.1.0-next.3 + "@angular/common": 19.1.0-next.3 + "@angular/compiler": 19.1.0-next.3 + "@angular/core": 19.1.0-next.3 + "@angular/platform-browser": 19.1.0-next.3 + checksum: 10c0/5b2f41f7bfb06fb21a97f73057b408ea638878506b24f34671ec8ffc03619ad4000dfb37f75f5ca8692fd45ddc009e21456f225035ff31d8f290d62445d556b4 languageName: node linkType: hard @@ -931,31 +931,31 @@ __metadata: languageName: unknown linkType: soft -"@angular/router@npm:19.1.0-next.2": - version: 19.1.0-next.2 - resolution: "@angular/router@npm:19.1.0-next.2" +"@angular/router@npm:19.1.0-next.3": + version: 19.1.0-next.3 + resolution: "@angular/router@npm:19.1.0-next.3" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 19.1.0-next.2 - "@angular/core": 19.1.0-next.2 - "@angular/platform-browser": 19.1.0-next.2 + "@angular/common": 19.1.0-next.3 + "@angular/core": 19.1.0-next.3 + "@angular/platform-browser": 19.1.0-next.3 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/cb41e421eef37d28c2246186d4fd9febb50e973fda448922d6ea29a177e73e966da8fedab8ecbe1c3e2bc85de0eccc49855185cd290352bc04f826ea034de0d0 + checksum: 10c0/0008e3d86ba6bd2c042d5c6c0d5ccba4b46ddf53b9dede9f8d410a01757217c8da84d8002f48e405c41eecb8aa2dd5290c15cb9c15e06c9fc5ffb7c612db1790 languageName: node linkType: hard -"@angular/service-worker@npm:19.1.0-next.2": - version: 19.1.0-next.2 - resolution: "@angular/service-worker@npm:19.1.0-next.2" +"@angular/service-worker@npm:19.1.0-next.3": + version: 19.1.0-next.3 + resolution: "@angular/service-worker@npm:19.1.0-next.3" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 19.1.0-next.2 - "@angular/core": 19.1.0-next.2 + "@angular/common": 19.1.0-next.3 + "@angular/core": 19.1.0-next.3 bin: ngsw-config: ngsw-config.js - checksum: 10c0/51d5d98ad02c43a9dc241842e0e0c99b0b442e8215a37c8b937fad6f7a15361615d57ce3a6a517cbbfa6fb1f52ed709dba202dc78bd23510dbf02388f86edbf1 + checksum: 10c0/39182dac6d953ee7743672513caccf23fdbfdec43c045a90a3a4107777639eb691855ee6cd20f1c605f8b46bf2d8206d67a6aee33e773119ab49b79cbb3a4798 languageName: node linkType: hard @@ -963,12 +963,12 @@ __metadata: version: 0.0.0-use.local resolution: "@angular/ssr@workspace:packages/angular/ssr" dependencies: - "@angular/common": "npm:19.1.0-next.2" - "@angular/compiler": "npm:19.1.0-next.2" - "@angular/core": "npm:19.1.0-next.2" - "@angular/platform-browser": "npm:19.1.0-next.2" - "@angular/platform-server": "npm:19.1.0-next.2" - "@angular/router": "npm:19.1.0-next.2" + "@angular/common": "npm:19.1.0-next.3" + "@angular/compiler": "npm:19.1.0-next.3" + "@angular/core": "npm:19.1.0-next.3" + "@angular/platform-browser": "npm:19.1.0-next.3" + "@angular/platform-server": "npm:19.1.0-next.3" + "@angular/router": "npm:19.1.0-next.3" "@bazel/runfiles": "npm:^5.8.1" tslib: "npm:^2.3.0" peerDependencies: @@ -3383,8 +3383,8 @@ __metadata: resolution: "@ngtools/webpack@workspace:packages/ngtools/webpack" dependencies: "@angular-devkit/core": "npm:0.0.0-PLACEHOLDER" - "@angular/compiler": "npm:19.1.0-next.2" - "@angular/compiler-cli": "npm:19.1.0-next.2" + "@angular/compiler": "npm:19.1.0-next.3" + "@angular/compiler-cli": "npm:19.1.0-next.3" typescript: "npm:5.7.2" webpack: "npm:5.97.1" peerDependencies: