diff --git a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx index 33a974ca1a6a..b7ec4d1613db 100755 --- a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx +++ b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx @@ -2,7 +2,7 @@ # Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml"). # This file should be checked into version control along with the pnpm-lock.yaml file. .npmrc=-2023857461 -package.json=676975671 -pnpm-lock.yaml=-117820973 +package.json=1681801603 +pnpm-lock.yaml=1962865885 pnpm-workspace.yaml=1711114604 -yarn.lock=1901884029 +yarn.lock=-531923388 diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 0b4c1c6f9df3..f95a9d0ec326 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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + - uses: angular/dev-infra/github-actions/branch-manager@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 517af28ca3ec..3862f869ba3e 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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Build release targets @@ -57,11 +57,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Run module and package tests @@ -92,13 +92,13 @@ jobs: - run: choco install gzip if: ${{matrix.os == 'windows-latest'}} - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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 }} @@ -114,13 +114,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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 }} @@ -136,13 +136,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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 }} @@ -154,13 +154,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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Run E2E Browser tests env: SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }} @@ -188,11 +188,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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 3f1170b5af9f..be194e388f0c 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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c 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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + - uses: angular/dev-infra/github-actions/post-approval-changes@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index ee9b3a5a2363..4e047efd5308 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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + - uses: angular/dev-infra/github-actions/feature-request@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 72741933e1cf..3a759750a73d 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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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 197f84a44179..3cb8c8d8ab2a 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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/linting/licenses@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Build release targets @@ -91,11 +91,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Run module and package tests @@ -115,13 +115,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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 }} @@ -133,13 +133,13 @@ jobs: # TODO(devversion): Remove when Aspect lib issue is fixed. - run: choco install gzip - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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" @@ -155,13 +155,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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 }} @@ -178,12 +178,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c - 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 fee715961797..dff41d194b12 100644 --- a/package.json +++ b/package.json @@ -44,16 +44,16 @@ "@ampproject/remapping": "2.3.0", "@angular/animations": "19.1.0-rc.0", "@angular/bazel": "https://github.com/angular/bazel-builds.git#169e71f64fa706648c60d77abb8d4cab1ca22f55", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#67627d22c2fef6e3cb128f65723e19eb35e02eaa", - "@angular/cdk": "19.1.0-next.3", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#35cd77732ab88b0280d4fb1187728e4c8533c832", + "@angular/cdk": "19.1.0-rc.0", "@angular/common": "19.1.0-rc.0", "@angular/compiler": "19.1.0-rc.0", "@angular/compiler-cli": "19.1.0-rc.0", "@angular/core": "19.1.0-rc.0", "@angular/forms": "19.1.0-rc.0", "@angular/localize": "19.1.0-rc.0", - "@angular/material": "19.1.0-next.3", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ff93dd98d8d10bfab0f94495fe631485a6a772e1", + "@angular/material": "19.1.0-rc.0", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8214e3156e6c9eb06089f7c50bec735a2cb73c3b", "@angular/platform-browser": "19.1.0-rc.0", "@angular/platform-browser-dynamic": "19.1.0-rc.0", "@angular/platform-server": "19.1.0-rc.0", @@ -193,7 +193,7 @@ "tree-kill": "1.2.2", "ts-node": "^10.9.1", "tslib": "2.8.1", - "typescript": "5.7.2", + "typescript": "5.7.3", "undici": "7.2.0", "unenv": "^1.10.0", "verdaccio": "6.0.5", @@ -221,6 +221,6 @@ "onlyBuiltDependencies": [] }, "resolutions": { - "typescript": "5.7.2" + "typescript": "5.7.3" } } diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 5808c8fa35eb..989a11514e5e 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -29,7 +29,7 @@ "@angular-devkit/core": "0.0.0-PLACEHOLDER", "@angular/compiler": "19.1.0-rc.0", "@angular/compiler-cli": "19.1.0-rc.0", - "typescript": "5.7.2", + "typescript": "5.7.3", "webpack": "5.97.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d6eb69d7ca16..63ef88e8c458 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,7 @@ settings: onlyBuiltDependencies: [] overrides: - typescript: 5.7.2 + typescript: 5.7.3 importers: @@ -21,13 +21,13 @@ importers: version: 19.1.0-rc.0(@angular/core@19.1.0-rc.0) '@angular/bazel': specifier: https://github.com/angular/bazel-builds.git#169e71f64fa706648c60d77abb8d4cab1ca22f55 - version: github.com/angular/bazel-builds/169e71f64fa706648c60d77abb8d4cab1ca22f55(@angular/compiler-cli@19.1.0-rc.0)(@bazel/concatjs@5.8.1)(@bazel/worker@5.8.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.70)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.2) + version: github.com/angular/bazel-builds/169e71f64fa706648c60d77abb8d4cab1ca22f55(@angular/compiler-cli@19.1.0-rc.0)(@bazel/concatjs@5.8.1)(@bazel/worker@5.8.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.70)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3) '@angular/build-tooling': - specifier: https://github.com/angular/dev-infra-private-build-tooling-builds.git#67627d22c2fef6e3cb128f65723e19eb35e02eaa - version: github.com/angular/dev-infra-private-build-tooling-builds/67627d22c2fef6e3cb128f65723e19eb35e02eaa(@angular/compiler-cli@19.1.0-rc.0)(@angular/compiler@19.1.0-rc.0)(@angular/localize@19.1.0-rc.0)(@angular/platform-server@19.1.0-rc.0)(@angular/service-worker@19.1.0-rc.0)(chokidar@4.0.3)(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(less@4.2.1)(postcss@8.4.49)(rxjs@7.8.1)(terser@5.37.0)(zone.js@0.15.0) + specifier: https://github.com/angular/dev-infra-private-build-tooling-builds.git#35cd77732ab88b0280d4fb1187728e4c8533c832 + version: github.com/angular/dev-infra-private-build-tooling-builds/35cd77732ab88b0280d4fb1187728e4c8533c832(@angular/compiler-cli@19.1.0-rc.0)(@angular/compiler@19.1.0-rc.0)(@angular/localize@19.1.0-rc.0)(@angular/platform-server@19.1.0-rc.0)(@angular/service-worker@19.1.0-rc.0)(chokidar@4.0.3)(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(less@4.2.1)(postcss@8.4.49)(rxjs@7.8.1)(terser@5.37.0)(zone.js@0.15.0) '@angular/cdk': - specifier: 19.1.0-next.3 - version: 19.1.0-next.3(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0)(rxjs@7.8.1) + specifier: 19.1.0-rc.0 + version: 19.1.0-rc.0(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0)(rxjs@7.8.1) '@angular/common': specifier: 19.1.0-rc.0 version: 19.1.0-rc.0(@angular/core@19.1.0-rc.0)(rxjs@7.8.1) @@ -36,7 +36,7 @@ importers: version: 19.1.0-rc.0(@angular/core@19.1.0-rc.0) '@angular/compiler-cli': specifier: 19.1.0-rc.0 - version: 19.1.0-rc.0(@angular/compiler@19.1.0-rc.0)(typescript@5.7.2) + version: 19.1.0-rc.0(@angular/compiler@19.1.0-rc.0)(typescript@5.7.3) '@angular/core': specifier: 19.1.0-rc.0 version: 19.1.0-rc.0(rxjs@7.8.1)(zone.js@0.15.0) @@ -47,11 +47,11 @@ importers: specifier: 19.1.0-rc.0 version: 19.1.0-rc.0(@angular/compiler-cli@19.1.0-rc.0)(@angular/compiler@19.1.0-rc.0) '@angular/material': - specifier: 19.1.0-next.3 - version: 19.1.0-next.3(@angular/animations@19.1.0-rc.0)(@angular/cdk@19.1.0-next.3)(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0)(@angular/forms@19.1.0-rc.0)(@angular/platform-browser@19.1.0-rc.0)(rxjs@7.8.1) + specifier: 19.1.0-rc.0 + version: 19.1.0-rc.0(@angular/animations@19.1.0-rc.0)(@angular/cdk@19.1.0-rc.0)(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0)(@angular/forms@19.1.0-rc.0)(@angular/platform-browser@19.1.0-rc.0)(rxjs@7.8.1) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#ff93dd98d8d10bfab0f94495fe631485a6a772e1 - version: github.com/angular/dev-infra-private-ng-dev-builds/ff93dd98d8d10bfab0f94495fe631485a6a772e1 + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#8214e3156e6c9eb06089f7c50bec735a2cb73c3b + version: github.com/angular/dev-infra-private-ng-dev-builds/8214e3156e6c9eb06089f7c50bec735a2cb73c3b '@angular/platform-browser': specifier: 19.1.0-rc.0 version: 19.1.0-rc.0(@angular/animations@19.1.0-rc.0)(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0) @@ -105,7 +105,7 @@ importers: version: 7.3.1 '@bazel/concatjs': specifier: 5.8.1 - version: 5.8.1(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(typescript@5.7.2) + version: 5.8.1(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(typescript@5.7.3) '@bazel/jasmine': specifier: 5.8.1 version: 5.8.1(jasmine-core@5.5.0)(jasmine@5.5.0) @@ -138,7 +138,7 @@ importers: version: 13.3.0(rollup@4.30.1) '@stylistic/eslint-plugin': specifier: ^2.8.0 - version: 2.12.1(eslint@8.57.0)(typescript@5.7.2) + version: 2.12.1(eslint@8.57.0)(typescript@5.7.3) '@types/babel__core': specifier: 7.20.5 version: 7.20.5 @@ -210,10 +210,10 @@ importers: version: 1.1.9 '@typescript-eslint/eslint-plugin': specifier: 8.19.1 - version: 8.19.1(@typescript-eslint/parser@8.19.1)(eslint@8.57.0)(typescript@5.7.2) + version: 8.19.1(@typescript-eslint/parser@8.19.1)(eslint@8.57.0)(typescript@5.7.3) '@typescript-eslint/parser': specifier: 8.19.1 - version: 8.19.1(eslint@8.57.0)(typescript@5.7.2) + version: 8.19.1(eslint@8.57.0)(typescript@5.7.3) '@vitejs/plugin-basic-ssl': specifier: 1.2.0 version: 1.2.0(vite@6.0.7) @@ -366,7 +366,7 @@ importers: version: 2.0.0 ng-packagr: specifier: 19.1.0-next.3 - version: 19.1.0-next.3(@angular/compiler-cli@19.1.0-rc.0)(tslib@2.8.1)(typescript@5.7.2) + version: 19.1.0-next.3(@angular/compiler-cli@19.1.0-rc.0)(tslib@2.8.1)(typescript@5.7.3) npm: specifier: ^11.0.0 version: 11.0.0 @@ -402,7 +402,7 @@ importers: version: 8.4.49 postcss-loader: specifier: 8.1.1 - version: 8.1.1(postcss@8.4.49)(typescript@5.7.2)(webpack@5.97.1) + version: 8.1.1(postcss@8.4.49)(typescript@5.7.3)(webpack@5.97.1) prettier: specifier: ^3.0.0 version: 3.4.2 @@ -465,13 +465,13 @@ importers: version: 1.2.2 ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@18.19.70)(typescript@5.7.2) + version: 10.9.2(@types/node@18.19.70)(typescript@5.7.3) tslib: specifier: 2.8.1 version: 2.8.1 typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 undici: specifier: 7.2.0 version: 7.2.0 @@ -578,7 +578,7 @@ packages: - zone.js dev: true - /@angular/build@19.1.0-next.2(@angular/compiler-cli@19.1.0-rc.0)(@angular/compiler@19.1.0-rc.0)(@angular/localize@19.1.0-rc.0)(@angular/platform-server@19.1.0-rc.0)(@angular/service-worker@19.1.0-rc.0)(@types/node@18.19.70)(chokidar@4.0.3)(less@4.2.1)(postcss@8.4.49)(terser@5.37.0)(typescript@5.7.2): + /@angular/build@19.1.0-next.2(@angular/compiler-cli@19.1.0-rc.0)(@angular/compiler@19.1.0-rc.0)(@angular/localize@19.1.0-rc.0)(@angular/platform-server@19.1.0-rc.0)(@angular/service-worker@19.1.0-rc.0)(@types/node@18.19.70)(chokidar@4.0.3)(less@4.2.1)(postcss@8.4.49)(terser@5.37.0)(typescript@5.7.3): resolution: {integrity: sha512-HDyPsyyqbMpUQXA3VBcfFcGu6sj0vxKL/DEKxnxIgbC9dZ/01yNDMTPIszpGg16fRPt10xEefx3hUFMMgYzWJQ==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: @@ -591,7 +591,7 @@ packages: less: ^4.2.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 - typescript: 5.7.2 + typescript: 5.7.3 peerDependenciesMeta: '@angular/localize': optional: true @@ -611,7 +611,7 @@ packages: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.1901.0-next.2(chokidar@4.0.3) '@angular/compiler': 19.1.0-rc.0(@angular/core@19.1.0-rc.0) - '@angular/compiler-cli': 19.1.0-rc.0(@angular/compiler@19.1.0-rc.0)(typescript@5.7.2) + '@angular/compiler-cli': 19.1.0-rc.0(@angular/compiler@19.1.0-rc.0)(typescript@5.7.3) '@angular/localize': 19.1.0-rc.0(@angular/compiler-cli@19.1.0-rc.0)(@angular/compiler@19.1.0-rc.0) '@angular/platform-server': 19.1.0-rc.0(@angular/animations@19.1.0-rc.0)(@angular/common@19.1.0-rc.0)(@angular/compiler@19.1.0-rc.0)(@angular/core@19.1.0-rc.0)(@angular/platform-browser@19.1.0-rc.0) '@angular/service-worker': 19.1.0-rc.0(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0) @@ -638,7 +638,7 @@ packages: rollup: 4.28.1 sass: 1.83.0 semver: 7.6.3 - typescript: 5.7.2 + typescript: 5.7.3 vite: 6.0.3(@types/node@18.19.70)(less@4.2.1)(sass@1.83.0)(terser@5.37.0) watchpack: 2.4.2 optionalDependencies: @@ -657,8 +657,8 @@ packages: - yaml dev: true - /@angular/cdk@19.1.0-next.3(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0)(rxjs@7.8.1): - resolution: {integrity: sha512-7JX7kzV3PmeXwoL7dd2xLjDvZ7w/U+vuP/IHxSv0p+ThBZraMibcSUK/OeFC2XDKMs7Z8/0YnH/OWaAkxj8gmA==} + /@angular/cdk@19.1.0-rc.0(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0)(rxjs@7.8.1): + resolution: {integrity: sha512-uU//V0eUFoC9m1iJX6np3z+Ss+uww/iEl+Qsfi1WnTWALt0lE2v+vyF9OmFJz6LnEZRTczcG+K/Aj1DcJE0CtA==} peerDependencies: '@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 @@ -684,13 +684,13 @@ packages: tslib: 2.8.1 dev: true - /@angular/compiler-cli@19.1.0-rc.0(@angular/compiler@19.1.0-rc.0)(typescript@5.7.2): + /@angular/compiler-cli@19.1.0-rc.0(@angular/compiler@19.1.0-rc.0)(typescript@5.7.3): resolution: {integrity: sha512-7D0jLS/qooH782rgE5SbWJUpSsqR9/qlbhYvcyLosr1YjH3dsaZV8j4h2r+qJ+qwjKLWxRr2XLtVzVxPyeyKIQ==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} hasBin: true peerDependencies: '@angular/compiler': 19.1.0-rc.0 - typescript: 5.7.2 + typescript: 5.7.3 dependencies: '@angular/compiler': 19.1.0-rc.0(@angular/core@19.1.0-rc.0) '@babel/core': 7.26.0 @@ -700,7 +700,7 @@ packages: reflect-metadata: 0.2.2 semver: 7.6.3 tslib: 2.8.1 - typescript: 5.7.2 + typescript: 5.7.3 yargs: 17.7.2 transitivePeerDependencies: - supports-color @@ -768,7 +768,7 @@ packages: '@angular/compiler-cli': 19.1.0-rc.0 dependencies: '@angular/compiler': 19.1.0-rc.0(@angular/core@19.1.0-rc.0) - '@angular/compiler-cli': 19.1.0-rc.0(@angular/compiler@19.1.0-rc.0)(typescript@5.7.2) + '@angular/compiler-cli': 19.1.0-rc.0(@angular/compiler@19.1.0-rc.0)(typescript@5.7.3) '@babel/core': 7.26.0 '@types/babel__core': 7.20.5 fast-glob: 3.3.3 @@ -777,11 +777,11 @@ packages: - supports-color dev: true - /@angular/material@19.1.0-next.3(@angular/animations@19.1.0-rc.0)(@angular/cdk@19.1.0-next.3)(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0)(@angular/forms@19.1.0-rc.0)(@angular/platform-browser@19.1.0-rc.0)(rxjs@7.8.1): - resolution: {integrity: sha512-aq92B77YkgHSoew2aN2Fqeg9eu/DiL3c09JKul0PW7cQfMejYU1UmiiyhXS5MhxFdVofhsJdV5C8m4aMzjagVw==} + /@angular/material@19.1.0-rc.0(@angular/animations@19.1.0-rc.0)(@angular/cdk@19.1.0-rc.0)(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0)(@angular/forms@19.1.0-rc.0)(@angular/platform-browser@19.1.0-rc.0)(rxjs@7.8.1): + resolution: {integrity: sha512-mLobhkm2Cc6+QqiNQbZ/k8yfSyES02FXv/CoeZgrFINsmYHDuBTVbe0KsR4Xhs1lNYqalyLMvbypJ5WzWT3TYw==} 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.1.0-next.3 + '@angular/cdk': 19.1.0-rc.0 '@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 @@ -789,7 +789,7 @@ packages: rxjs: ^6.5.3 || ^7.4.0 dependencies: '@angular/animations': 19.1.0-rc.0(@angular/core@19.1.0-rc.0) - '@angular/cdk': 19.1.0-next.3(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0)(rxjs@7.8.1) + '@angular/cdk': 19.1.0-rc.0(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0)(rxjs@7.8.1) '@angular/common': 19.1.0-rc.0(@angular/core@19.1.0-rc.0)(rxjs@7.8.1) '@angular/core': 19.1.0-rc.0(rxjs@7.8.1)(zone.js@0.15.0) '@angular/forms': 19.1.0-rc.0(@angular/common@19.1.0-rc.0)(@angular/core@19.1.0-rc.0)(@angular/platform-browser@19.1.0-rc.0)(rxjs@7.8.1) @@ -1986,7 +1986,7 @@ packages: hasBin: true dev: true - /@bazel/concatjs@5.8.1(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(typescript@5.7.2): + /@bazel/concatjs@5.8.1(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(typescript@5.7.3): resolution: {integrity: sha512-TkARsNUxgi3bjFeGwIGlffmQglNhuR9qK9uE7uKhdBZvQE5caAWVCjYiMTzo3viKDhwKn5QNRcHY5huuJMVFfA==} hasBin: true peerDependencies: @@ -2007,7 +2007,7 @@ packages: karma-sourcemap-loader: 0.4.0 protobufjs: 6.8.8 source-map-support: 0.5.9 - tsutils: 3.21.0(typescript@5.7.2) + tsutils: 3.21.0(typescript@5.7.3) transitivePeerDependencies: - typescript dev: true @@ -2064,18 +2064,18 @@ packages: terser: 5.37.0 dev: true - /@bazel/typescript@5.8.1(typescript@5.7.2): + /@bazel/typescript@5.8.1(typescript@5.7.3): resolution: {integrity: sha512-NAJ8WQHZL1WE1YmRoCrq/1hhG15Mvy/viWh6TkvFnBeEhNUiQUsA5GYyhU1ztnBIYW03nATO3vwhAEfO7Q0U5g==} deprecated: No longer maintained, https://github.com/aspect-build/rules_ts is the recommended replacement hasBin: true peerDependencies: - typescript: 5.7.2 + typescript: 5.7.3 dependencies: '@bazel/worker': 5.8.1 semver: 5.6.0 source-map-support: 0.5.9 - tsutils: 3.21.0(typescript@5.7.2) - typescript: 5.7.2 + tsutils: 3.21.0(typescript@5.7.3) + typescript: 5.7.3 dev: true /@bazel/worker@5.8.1: @@ -3097,7 +3097,7 @@ packages: resolve: 1.22.10 semver: 7.5.4 source-map: 0.6.1 - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - '@types/node' dev: true @@ -4240,13 +4240,13 @@ packages: resolution: {integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==} dev: true - /@stylistic/eslint-plugin@2.12.1(eslint@8.57.0)(typescript@5.7.2): + /@stylistic/eslint-plugin@2.12.1(eslint@8.57.0)(typescript@5.7.3): resolution: {integrity: sha512-fubZKIHSPuo07FgRTn6S4Nl0uXPRPYVNpyZzIDGfp7Fny6JjNus6kReLD7NI380JXi4HtUTSOZ34LBuNPO1XLQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' dependencies: - '@typescript-eslint/utils': 8.19.1(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/utils': 8.19.1(eslint@8.57.0)(typescript@5.7.3) eslint: 8.57.0 eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -4880,44 +4880,44 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin@8.19.1(@typescript-eslint/parser@8.19.1)(eslint@8.57.0)(typescript@5.7.2): + /@typescript-eslint/eslint-plugin@8.19.1(@typescript-eslint/parser@8.19.1)(eslint@8.57.0)(typescript@5.7.3): resolution: {integrity: sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 - typescript: 5.7.2 + typescript: 5.7.3 dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.19.1(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/parser': 8.19.1(eslint@8.57.0)(typescript@5.7.3) '@typescript-eslint/scope-manager': 8.19.1 - '@typescript-eslint/type-utils': 8.19.1(eslint@8.57.0)(typescript@5.7.2) - '@typescript-eslint/utils': 8.19.1(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/type-utils': 8.19.1(eslint@8.57.0)(typescript@5.7.3) + '@typescript-eslint/utils': 8.19.1(eslint@8.57.0)(typescript@5.7.3) '@typescript-eslint/visitor-keys': 8.19.1 eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 2.0.0(typescript@5.7.2) - typescript: 5.7.2 + ts-api-utils: 2.0.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@8.19.1(eslint@8.57.0)(typescript@5.7.2): + /@typescript-eslint/parser@8.19.1(eslint@8.57.0)(typescript@5.7.3): resolution: {integrity: sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: 5.7.2 + typescript: 5.7.3 dependencies: '@typescript-eslint/scope-manager': 8.19.1 '@typescript-eslint/types': 8.19.1 - '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.7.3) '@typescript-eslint/visitor-keys': 8.19.1 debug: 4.4.0(supports-color@10.0.0) eslint: 8.57.0 - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color dev: true @@ -4930,19 +4930,19 @@ packages: '@typescript-eslint/visitor-keys': 8.19.1 dev: true - /@typescript-eslint/type-utils@8.19.1(eslint@8.57.0)(typescript@5.7.2): + /@typescript-eslint/type-utils@8.19.1(eslint@8.57.0)(typescript@5.7.3): resolution: {integrity: sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: 5.7.2 + typescript: 5.7.3 dependencies: - '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.7.2) - '@typescript-eslint/utils': 8.19.1(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.7.3) + '@typescript-eslint/utils': 8.19.1(eslint@8.57.0)(typescript@5.7.3) debug: 4.4.0(supports-color@10.0.0) eslint: 8.57.0 - ts-api-utils: 2.0.0(typescript@5.7.2) - typescript: 5.7.2 + ts-api-utils: 2.0.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color dev: true @@ -4952,11 +4952,11 @@ packages: engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true - /@typescript-eslint/typescript-estree@8.19.1(typescript@5.7.2): + /@typescript-eslint/typescript-estree@8.19.1(typescript@5.7.3): resolution: {integrity: sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: 5.7.2 + typescript: 5.7.3 dependencies: '@typescript-eslint/types': 8.19.1 '@typescript-eslint/visitor-keys': 8.19.1 @@ -4965,25 +4965,25 @@ packages: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 2.0.0(typescript@5.7.2) - typescript: 5.7.2 + ts-api-utils: 2.0.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@8.19.1(eslint@8.57.0)(typescript@5.7.2): + /@typescript-eslint/utils@8.19.1(eslint@8.57.0)(typescript@5.7.3): resolution: {integrity: sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: 5.7.2 + typescript: 5.7.3 dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.0) '@typescript-eslint/scope-manager': 8.19.1 '@typescript-eslint/types': 8.19.1 - '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.7.3) eslint: 8.57.0 - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color dev: true @@ -6931,11 +6931,11 @@ packages: vary: 1.1.2 dev: true - /cosmiconfig@9.0.0(typescript@5.7.2): + /cosmiconfig@9.0.0(typescript@5.7.3): resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} engines: {node: '>=14'} peerDependencies: - typescript: 5.7.2 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -6944,7 +6944,7 @@ packages: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 - typescript: 5.7.2 + typescript: 5.7.3 dev: true /create-require@1.1.1: @@ -7844,7 +7844,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 8.19.1(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/parser': 8.19.1(eslint@8.57.0)(typescript@5.7.3) debug: 3.2.7 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 @@ -7871,7 +7871,7 @@ packages: optional: true dependencies: '@rtsao/scc': 1.1.0 - '@typescript-eslint/parser': 8.19.1(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/parser': 8.19.1(eslint@8.57.0)(typescript@5.7.3) array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 array.prototype.flat: 1.3.3 @@ -11004,7 +11004,7 @@ packages: engines: {node: '>= 0.4.0'} dev: true - /ng-packagr@19.1.0-next.3(@angular/compiler-cli@19.1.0-rc.0)(tslib@2.8.1)(typescript@5.7.2): + /ng-packagr@19.1.0-next.3(@angular/compiler-cli@19.1.0-rc.0)(tslib@2.8.1)(typescript@5.7.3): resolution: {integrity: sha512-D/2axZFTpc0z/tH4Okgbc++0h6DnarNX0+aPWjDKAN3nPURpj6nrj997ee5GmBFeivcGu3gepVHoICAII7YOyg==} engines: {node: ^18.19.1 || >=20.11.1} hasBin: true @@ -11012,12 +11012,12 @@ packages: '@angular/compiler-cli': ^19.0.0 || ^19.1.0-next.0 tailwindcss: ^2.0.0 || ^3.0.0 tslib: ^2.3.0 - typescript: 5.7.2 + typescript: 5.7.3 peerDependenciesMeta: tailwindcss: optional: true dependencies: - '@angular/compiler-cli': 19.1.0-rc.0(@angular/compiler@19.1.0-rc.0)(typescript@5.7.2) + '@angular/compiler-cli': 19.1.0-rc.0(@angular/compiler@19.1.0-rc.0)(typescript@5.7.3) '@rollup/plugin-json': 6.1.0(rollup@4.30.1) '@rollup/wasm-node': 4.30.0 ajv: 8.17.1 @@ -11039,7 +11039,7 @@ packages: rxjs: 7.8.1 sass: 1.83.1 tslib: 2.8.1 - typescript: 5.7.2 + typescript: 5.7.3 optionalDependencies: rollup: 4.30.1 dev: true @@ -11925,7 +11925,7 @@ packages: engines: {node: '>= 0.4'} dev: true - /postcss-loader@8.1.1(postcss@8.4.49)(typescript@5.7.2)(webpack@5.97.1): + /postcss-loader@8.1.1(postcss@8.4.49)(typescript@5.7.3)(webpack@5.97.1): resolution: {integrity: sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==} engines: {node: '>= 18.12.0'} peerDependencies: @@ -11938,7 +11938,7 @@ packages: webpack: optional: true dependencies: - cosmiconfig: 9.0.0(typescript@5.7.2) + cosmiconfig: 9.0.0(typescript@5.7.3) jiti: 1.21.7 postcss: 8.4.49 semver: 7.6.3 @@ -13990,23 +13990,23 @@ packages: resolution: {integrity: sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==} dev: true - /ts-api-utils@2.0.0(typescript@5.7.2): + /ts-api-utils@2.0.0(typescript@5.7.3): resolution: {integrity: sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==} engines: {node: '>=18.12'} peerDependencies: - typescript: 5.7.2 + typescript: 5.7.3 dependencies: - typescript: 5.7.2 + typescript: 5.7.3 dev: true - /ts-node@10.9.2(@types/node@18.19.70)(typescript@5.7.2): + /ts-node@10.9.2(@types/node@18.19.70)(typescript@5.7.3): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: '@swc/core': '>=1.2.50' '@swc/wasm': '>=1.2.50' '@types/node': '*' - typescript: 5.7.2 + typescript: 5.7.3 peerDependenciesMeta: '@swc/core': optional: true @@ -14025,7 +14025,7 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.7.2 + typescript: 5.7.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true @@ -14052,14 +14052,14 @@ packages: engines: {node: '>=0.6.x'} dev: true - /tsutils@3.21.0(typescript@5.7.2): + /tsutils@3.21.0(typescript@5.7.3): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: - typescript: 5.7.2 + typescript: 5.7.3 dependencies: tslib: 1.14.1 - typescript: 5.7.2 + typescript: 5.7.3 dev: true /tuf-js@3.0.1: @@ -14169,8 +14169,8 @@ packages: resolution: {integrity: sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==} dev: true - /typescript@5.7.2: - resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} + /typescript@5.7.3: + resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==} engines: {node: '>=14.17'} hasBin: true dev: true @@ -15202,7 +15202,7 @@ packages: resolution: {integrity: sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==} dev: true - github.com/angular/bazel-builds/169e71f64fa706648c60d77abb8d4cab1ca22f55(@angular/compiler-cli@19.1.0-rc.0)(@bazel/concatjs@5.8.1)(@bazel/worker@5.8.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.70)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.2): + github.com/angular/bazel-builds/169e71f64fa706648c60d77abb8d4cab1ca22f55(@angular/compiler-cli@19.1.0-rc.0)(@bazel/concatjs@5.8.1)(@bazel/worker@5.8.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.70)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3): resolution: {tarball: https://codeload.github.com/angular/bazel-builds/tar.gz/169e71f64fa706648c60d77abb8d4cab1ca22f55} id: github.com/angular/bazel-builds/169e71f64fa706648c60d77abb8d4cab1ca22f55 name: '@angular/bazel' @@ -15218,13 +15218,13 @@ packages: rollup: ^2.56.3 rollup-plugin-sourcemaps: ^0.6.3 terser: ^5.9.0 - typescript: 5.7.2 + typescript: 5.7.3 peerDependenciesMeta: terser: optional: true dependencies: - '@angular/compiler-cli': 19.1.0-rc.0(@angular/compiler@19.1.0-rc.0)(typescript@5.7.2) - '@bazel/concatjs': 5.8.1(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(typescript@5.7.2) + '@angular/compiler-cli': 19.1.0-rc.0(@angular/compiler@19.1.0-rc.0)(typescript@5.7.3) + '@bazel/concatjs': 5.8.1(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(typescript@5.7.3) '@bazel/worker': 5.8.1 '@microsoft/api-extractor': 7.49.0(@types/node@18.19.70) '@rollup/plugin-commonjs': 28.0.2(rollup@4.30.1) @@ -15234,28 +15234,28 @@ packages: rollup-plugin-sourcemaps: 0.6.3(@types/node@18.19.70)(rollup@4.30.1) terser: 5.37.0 tslib: 2.8.1 - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - '@types/node' dev: true - github.com/angular/dev-infra-private-build-tooling-builds/67627d22c2fef6e3cb128f65723e19eb35e02eaa(@angular/compiler-cli@19.1.0-rc.0)(@angular/compiler@19.1.0-rc.0)(@angular/localize@19.1.0-rc.0)(@angular/platform-server@19.1.0-rc.0)(@angular/service-worker@19.1.0-rc.0)(chokidar@4.0.3)(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(less@4.2.1)(postcss@8.4.49)(rxjs@7.8.1)(terser@5.37.0)(zone.js@0.15.0): - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-build-tooling-builds/tar.gz/67627d22c2fef6e3cb128f65723e19eb35e02eaa} - id: github.com/angular/dev-infra-private-build-tooling-builds/67627d22c2fef6e3cb128f65723e19eb35e02eaa + github.com/angular/dev-infra-private-build-tooling-builds/35cd77732ab88b0280d4fb1187728e4c8533c832(@angular/compiler-cli@19.1.0-rc.0)(@angular/compiler@19.1.0-rc.0)(@angular/localize@19.1.0-rc.0)(@angular/platform-server@19.1.0-rc.0)(@angular/service-worker@19.1.0-rc.0)(chokidar@4.0.3)(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(less@4.2.1)(postcss@8.4.49)(rxjs@7.8.1)(terser@5.37.0)(zone.js@0.15.0): + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-build-tooling-builds/tar.gz/35cd77732ab88b0280d4fb1187728e4c8533c832} + id: github.com/angular/dev-infra-private-build-tooling-builds/35cd77732ab88b0280d4fb1187728e4c8533c832 name: '@angular/build-tooling' - version: 0.0.0-33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + version: 0.0.0-0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c dependencies: '@angular/benchpress': 0.3.0(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/build': 19.1.0-next.2(@angular/compiler-cli@19.1.0-rc.0)(@angular/compiler@19.1.0-rc.0)(@angular/localize@19.1.0-rc.0)(@angular/platform-server@19.1.0-rc.0)(@angular/service-worker@19.1.0-rc.0)(@types/node@18.19.70)(chokidar@4.0.3)(less@4.2.1)(postcss@8.4.49)(terser@5.37.0)(typescript@5.7.2) + '@angular/build': 19.1.0-next.2(@angular/compiler-cli@19.1.0-rc.0)(@angular/compiler@19.1.0-rc.0)(@angular/localize@19.1.0-rc.0)(@angular/platform-server@19.1.0-rc.0)(@angular/service-worker@19.1.0-rc.0)(@types/node@18.19.70)(chokidar@4.0.3)(less@4.2.1)(postcss@8.4.49)(terser@5.37.0)(typescript@5.7.3) '@babel/core': 7.26.0 '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.26.0) '@bazel/buildifier': 6.3.3 - '@bazel/concatjs': 5.8.1(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(typescript@5.7.2) + '@bazel/concatjs': 5.8.1(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(typescript@5.7.3) '@bazel/esbuild': 5.8.1 '@bazel/protractor': 5.8.1(protractor@7.0.0) '@bazel/runfiles': 5.8.1 '@bazel/terser': 5.8.1(terser@5.37.0) - '@bazel/typescript': 5.8.1(typescript@5.7.2) + '@bazel/typescript': 5.8.1(typescript@5.7.3) '@microsoft/api-extractor': 7.49.0(@types/node@18.19.70) '@types/browser-sync': 2.29.0 '@types/minimatch': 5.1.2 @@ -15274,7 +15274,7 @@ packages: tmp: 0.2.3 true-case-path: 2.2.1 tslib: 2.8.1 - typescript: 5.7.2 + typescript: 5.7.3 uuid: 11.0.4 yargs: 17.7.2 transitivePeerDependencies: @@ -15311,10 +15311,10 @@ packages: - zone.js dev: true - github.com/angular/dev-infra-private-ng-dev-builds/ff93dd98d8d10bfab0f94495fe631485a6a772e1: - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ff93dd98d8d10bfab0f94495fe631485a6a772e1} + github.com/angular/dev-infra-private-ng-dev-builds/8214e3156e6c9eb06089f7c50bec735a2cb73c3b: + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8214e3156e6c9eb06089f7c50bec735a2cb73c3b} name: '@angular/ng-dev' - version: 0.0.0-33ed0671560a851374f6f61ba4f7f5dcc1b284f8 + version: 0.0.0-0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c hasBin: true dependencies: '@google-cloud/spanner': 7.17.1(supports-color@10.0.0) @@ -15326,7 +15326,7 @@ packages: semver: 7.6.3 supports-color: 10.0.0 typed-graphqlify: 3.1.6 - typescript: 5.7.2 + typescript: 5.7.3 yaml: 2.7.0 transitivePeerDependencies: - encoding diff --git a/yarn.lock b/yarn.lock index a93328fdc121..6b1949ce61e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -104,9 +104,9 @@ __metadata: languageName: node linkType: hard -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#67627d22c2fef6e3cb128f65723e19eb35e02eaa": - version: 0.0.0-33ed0671560a851374f6f61ba4f7f5dcc1b284f8 - resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=67627d22c2fef6e3cb128f65723e19eb35e02eaa" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#35cd77732ab88b0280d4fb1187728e4c8533c832": + version: 0.0.0-0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c + resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=35cd77732ab88b0280d4fb1187728e4c8533c832" dependencies: "@angular/benchpress": "npm:0.3.0" "@angular/build": "npm:19.1.0-next.2" @@ -143,7 +143,7 @@ __metadata: dependenciesMeta: re2: built: false - checksum: 10c0/9f048309c950920d5745d55a7dac932faf1112555e1b6fdf6b78999d49e6543ae81457e7454ccb7dd4bf4620cc398dfeb08378b64eb04c40df7fc437f70eae6e + checksum: 10c0/15805287cb7d4d2ad088a8424debb992fcc4df0cbd7e17a78d92dafc60ed8b149ce7160b18c1682959183c2fb46fe022f9d653b6ab5a365f89ad65af0110ceaa languageName: node linkType: hard @@ -214,9 +214,9 @@ __metadata: languageName: node linkType: hard -"@angular/cdk@npm:19.1.0-next.3": - version: 19.1.0-next.3 - resolution: "@angular/cdk@npm:19.1.0-next.3" +"@angular/cdk@npm:19.1.0-rc.0": + version: 19.1.0-rc.0 + resolution: "@angular/cdk@npm:19.1.0-rc.0" dependencies: parse5: "npm:^7.1.2" tslib: "npm:^2.3.0" @@ -227,7 +227,7 @@ __metadata: dependenciesMeta: parse5: optional: true - checksum: 10c0/2b82a6ef310975f9d7413aff848803fcfc7f18410155337f7a4705cf8bb62f3f5082517022ae3a4ef0a2dec2c42cd9c319127d75e3d4a4ea9bb17c9181329243 + checksum: 10c0/62bd88e0ce3a2f2e4b77c2d37b7a02b680e309e9365dfcadce48152d1fe3804c1a3efe706e007c42e0508a36ba96373811fdedc5117dd4cc3567d7b08d43a50e languageName: node linkType: hard @@ -311,16 +311,16 @@ __metadata: "@ampproject/remapping": "npm:2.3.0" "@angular/animations": "npm:19.1.0-rc.0" "@angular/bazel": "https://github.com/angular/bazel-builds.git#169e71f64fa706648c60d77abb8d4cab1ca22f55" - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#67627d22c2fef6e3cb128f65723e19eb35e02eaa" - "@angular/cdk": "npm:19.1.0-next.3" + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#35cd77732ab88b0280d4fb1187728e4c8533c832" + "@angular/cdk": "npm:19.1.0-rc.0" "@angular/common": "npm:19.1.0-rc.0" "@angular/compiler": "npm:19.1.0-rc.0" "@angular/compiler-cli": "npm:19.1.0-rc.0" "@angular/core": "npm:19.1.0-rc.0" "@angular/forms": "npm:19.1.0-rc.0" "@angular/localize": "npm:19.1.0-rc.0" - "@angular/material": "npm:19.1.0-next.3" - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ff93dd98d8d10bfab0f94495fe631485a6a772e1" + "@angular/material": "npm:19.1.0-rc.0" + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8214e3156e6c9eb06089f7c50bec735a2cb73c3b" "@angular/platform-browser": "npm:19.1.0-rc.0" "@angular/platform-browser-dynamic": "npm:19.1.0-rc.0" "@angular/platform-server": "npm:19.1.0-rc.0" @@ -460,7 +460,7 @@ __metadata: tree-kill: "npm:1.2.2" ts-node: "npm:^10.9.1" tslib: "npm:2.8.1" - typescript: "npm:5.7.2" + typescript: "npm:5.7.3" undici: "npm:7.2.0" unenv: "npm:^1.10.0" verdaccio: "npm:6.0.5" @@ -516,26 +516,26 @@ __metadata: languageName: node linkType: hard -"@angular/material@npm:19.1.0-next.3": - version: 19.1.0-next.3 - resolution: "@angular/material@npm:19.1.0-next.3" +"@angular/material@npm:19.1.0-rc.0": + version: 19.1.0-rc.0 + resolution: "@angular/material@npm:19.1.0-rc.0" 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.1.0-next.3 + "@angular/cdk": 19.1.0-rc.0 "@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/8ff266bb6859bbee16b352c053a68dbaa64e669052030d4044022196c2279a739da0769942dff5a0fa95be41674accd4a73d96311d04ace904526312b870aa7e + checksum: 10c0/1c10cd0a3082de2c7b2709596190fad149d144335f10161be68e7a2e074102366da89f12d92c208e5ef964f5997804aeb875e8d5b9b2bad7adffe2446e65fa84 languageName: node linkType: hard -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#ff93dd98d8d10bfab0f94495fe631485a6a772e1": - version: 0.0.0-33ed0671560a851374f6f61ba4f7f5dcc1b284f8 - resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=ff93dd98d8d10bfab0f94495fe631485a6a772e1" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#8214e3156e6c9eb06089f7c50bec735a2cb73c3b": + version: 0.0.0-0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c + resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=8214e3156e6c9eb06089f7c50bec735a2cb73c3b" dependencies: "@google-cloud/spanner": "npm:7.17.1" "@octokit/rest": "npm:21.0.2" @@ -550,7 +550,7 @@ __metadata: yaml: "npm:2.7.0" bin: ng-dev: ./bundles/cli.mjs - checksum: 10c0/6ea884a0e72d395fca8074d58803265d3ad474f0673b4060353022ba4d55bce789cfb1f6debca51f56e71d80563e626fb8fc7e25c5fbf911d01b208f86fa9a32 + checksum: 10c0/4fa4d6b9aebbf07b7372523b5d2333787141b42129e3be6c854711e5d1fd0efb15b5bef403cefdeb4d557ae80b91e12858d90ccd39180bc7abc62c1712ee29d0 languageName: node linkType: hard @@ -18028,23 +18028,23 @@ __metadata: languageName: node linkType: hard -"typescript@npm:5.7.2": - version: 5.7.2 - resolution: "typescript@npm:5.7.2" +"typescript@npm:5.7.3": + version: 5.7.3 + resolution: "typescript@npm:5.7.3" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/a873118b5201b2ef332127ef5c63fb9d9c155e6fdbe211cbd9d8e65877283797cca76546bad742eea36ed7efbe3424a30376818f79c7318512064e8625d61622 + checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa languageName: node linkType: hard -"typescript@patch:typescript@npm%3A5.7.2#optional!builtin": - version: 5.7.2 - resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin::version=5.7.2&hash=8c6c40" +"typescript@patch:typescript@npm%3A5.7.3#optional!builtin": + version: 5.7.3 + resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin::version=5.7.3&hash=8c6c40" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/c891ccf04008bc1305ba34053db951f8a4584b4a1bf2f68fd972c4a354df3dc5e62c8bfed4f6ac2d12e5b3b1c49af312c83a651048f818cd5b4949d17baacd79 + checksum: 10c0/3b56d6afa03d9f6172d0b9cdb10e6b1efc9abc1608efd7a3d2f38773d5d8cfb9bbc68dfb72f0a7de5e8db04fc847f4e4baeddcd5ad9c9feda072234f0d788896 languageName: node linkType: hard