diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 362022574273..13b3d9306bd7 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@75084c63110591d1084cf1b060034d430f68996c + - uses: angular/dev-infra/github-actions/branch-manager@b1788b992db2885b354aea52bde0b2a6fa56efa3 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e253e8a2128d..00c74ebd2e96 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@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - 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@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/setup@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1788b992db2885b354aea52bde0b2a6fa56efa3 - 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@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/setup@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1788b992db2885b354aea52bde0b2a6fa56efa3 - 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@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/setup@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1788b992db2885b354aea52bde0b2a6fa56efa3 - 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@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/setup@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1788b992db2885b354aea52bde0b2a6fa56efa3 - 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@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/setup@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1788b992db2885b354aea52bde0b2a6fa56efa3 - 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@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/setup@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1788b992db2885b354aea52bde0b2a6fa56efa3 - 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@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/setup@b1788b992db2885b354aea52bde0b2a6fa56efa3 - 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 5ef515dc0bbd..19a50518ccdd 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@75084c63110591d1084cf1b060034d430f68996c + - uses: angular/dev-infra/github-actions/commit-message-based-labels@b1788b992db2885b354aea52bde0b2a6fa56efa3 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: angular/dev-infra/github-actions/post-approval-changes@75084c63110591d1084cf1b060034d430f68996c + - uses: angular/dev-infra/github-actions/post-approval-changes@b1788b992db2885b354aea52bde0b2a6fa56efa3 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 87cd0f6a747c..8acd1380a339 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@75084c63110591d1084cf1b060034d430f68996c + - uses: angular/dev-infra/github-actions/feature-request@b1788b992db2885b354aea52bde0b2a6fa56efa3 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fdd4fd90750f..9fff1716cc05 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@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup ESLint Caching uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: @@ -54,7 +54,7 @@ jobs: - name: Run Validation run: yarn admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/linting/licenses@b1788b992db2885b354aea52bde0b2a6fa56efa3 - 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@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/setup@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1788b992db2885b354aea52bde0b2a6fa56efa3 - 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@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/setup@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1788b992db2885b354aea52bde0b2a6fa56efa3 - 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@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/setup@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -132,13 +132,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/setup@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -155,12 +155,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/setup@b1788b992db2885b354aea52bde0b2a6fa56efa3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75084c63110591d1084cf1b060034d430f68996c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1788b992db2885b354aea52bde0b2a6fa56efa3 - 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 369c2474a80f..34edb9137718 100644 --- a/package.json +++ b/package.json @@ -54,16 +54,16 @@ "@ampproject/remapping": "2.3.0", "@angular/animations": "19.0.0-next.2", "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b415ab64a9914291fd2a52c1c186e3c9af77e3cc", - "@angular/cdk": "19.0.0-next.1", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#448e47f273d12e04a53f7c8f3f6c483f7203d381", + "@angular/cdk": "19.0.0-next.2", "@angular/common": "19.0.0-next.2", "@angular/compiler": "19.0.0-next.2", "@angular/compiler-cli": "19.0.0-next.2", "@angular/core": "19.0.0-next.2", "@angular/forms": "19.0.0-next.2", "@angular/localize": "19.0.0-next.2", - "@angular/material": "19.0.0-next.1", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#83bc471d8e6e66058fc823186e64f29f53ce0d30", + "@angular/material": "19.0.0-next.2", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#163ad1207237ab76e02bb5decefa99760889d01c", "@angular/platform-browser": "19.0.0-next.2", "@angular/platform-browser-dynamic": "19.0.0-next.2", "@angular/platform-server": "19.0.0-next.2", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 1a96bf8db83d..4a32fa4cb363 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#e7ce2e490721a411b330649489f05f2923eb84f4", - "@angular/cdk": "github:angular/cdk-builds#32e8f5896cc68a94bcbfc7a036fd2729badab296", - "@angular/common": "github:angular/common-builds#d132f5e4873773359a91dcd0fb23dbcf37484a9c", - "@angular/compiler": "github:angular/compiler-builds#c47dab96c3d3cfa2c1fa1d5da942f6e2bd042dcc", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#cf60eaa5edc7c8734d4398510821999a9c79e4c2", - "@angular/core": "github:angular/core-builds#6a63c1bccb9ef3be3cbfa58d0a0b136c58c74d90", - "@angular/forms": "github:angular/forms-builds#5f316f83d2859d1f8d9bad7430bd82dedf8917ff", - "@angular/language-service": "github:angular/language-service-builds#7912c84116eaaee997369c1235dc3f8e07652771", - "@angular/localize": "github:angular/localize-builds#11c7a9e04877650d298aa754db7c0f4873ee0eb3", - "@angular/material": "github:angular/material-builds#c40a801a49043bf0fb7f41729b1232e268ca5d16", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#98de45a4b9b39ec57284f8b0da90aac238a2fe20", - "@angular/platform-browser": "github:angular/platform-browser-builds#db3d2f6ba4be8e5ae5414ef15b88bc1f9b4ab5d7", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fe206d11f4b7e1cd62f0bf2e6381511da421cb1a", - "@angular/platform-server": "github:angular/platform-server-builds#2ed6897f27be0d9ff042c93b298c642b57605f94", - "@angular/router": "github:angular/router-builds#6c1571356c9e24ba74731fd673b50e756249e33b", - "@angular/service-worker": "github:angular/service-worker-builds#64dcd7a78f22b1da6b41454f089d52abd1cccc15" + "@angular/animations": "github:angular/animations-builds#f99662278d28255f226b76a46b0f7aaff042cca6", + "@angular/cdk": "github:angular/cdk-builds#f75bdf28768d08f3886da9048133142df056b2bf", + "@angular/common": "github:angular/common-builds#8fa3d5aac83bcbb406bb68b73d11e42b38180b28", + "@angular/compiler": "github:angular/compiler-builds#853fea8ad2500a650baa45d6f2ba4e84c787e669", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#f89083eaa7fef7a3d5bc264902fcdad147581e9a", + "@angular/core": "github:angular/core-builds#629f33123bb5d8af82e3a5bb162bccdb2d8afa73", + "@angular/forms": "github:angular/forms-builds#d22fe1cd4b33e41fc68cebe1d647782dddd2ec0d", + "@angular/language-service": "github:angular/language-service-builds#954c9a6559755af082559904a8c65357e79ccfbd", + "@angular/localize": "github:angular/localize-builds#35eed09b6397e98406031203b53e554045380693", + "@angular/material": "github:angular/material-builds#ab73002f00521758a2b8a47d109496aaacd22b10", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b47b19736476f2214f64786550712462f65f9360", + "@angular/platform-browser": "github:angular/platform-browser-builds#94c40a7b06ad7535d88f4e8ff7c183cad7d1984b", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#75fd66f60fb552216a18854e5c0e499a21a0c321", + "@angular/platform-server": "github:angular/platform-server-builds#4b9b731bd4324509fcc68f24c890ef8da02ea7cc", + "@angular/router": "github:angular/router-builds#82d0142131df7dede97c1e6e99f7d81ca47dfaed", + "@angular/service-worker": "github:angular/service-worker-builds#79d52e72c930bbaa668cd7d4381053741581dee5" } } diff --git a/yarn.lock b/yarn.lock index d6fd36850239..c789eab1ae6f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -40,18 +40,18 @@ __metadata: languageName: unknown linkType: soft -"@angular-devkit/architect@npm:0.1900.0-next.1": - version: 0.1900.0-next.1 - resolution: "@angular-devkit/architect@npm:0.1900.0-next.1" +"@angular-devkit/architect@npm:0.1900.0-next.2": + version: 0.1900.0-next.2 + resolution: "@angular-devkit/architect@npm:0.1900.0-next.2" dependencies: - "@angular-devkit/core": "npm:19.0.0-next.1" + "@angular-devkit/core": "npm:19.0.0-next.2" rxjs: "npm:7.8.1" dependenciesMeta: esbuild: built: true puppeteer: built: true - checksum: 10c0/b7a322be28fec650df4a2a9a2efc5dcdfacbd6a93a90aeec8e4989004b84a8ae54607d14d1dbcb00edb072caeb6082cec099f16939a2c368ce4d0747c0b61c55 + checksum: 10c0/8a624997547440c582079847cac269b145c5540c825d6debdf47f50dda326df3ac160c78b2246e13c908a6b1878bd113daf3cf61292fa1cf73c13a512873dbe0 languageName: node linkType: hard @@ -201,9 +201,9 @@ __metadata: languageName: unknown linkType: soft -"@angular-devkit/core@npm:19.0.0-next.1": - version: 19.0.0-next.1 - resolution: "@angular-devkit/core@npm:19.0.0-next.1" +"@angular-devkit/core@npm:19.0.0-next.2": + version: 19.0.0-next.2 + resolution: "@angular-devkit/core@npm:19.0.0-next.2" dependencies: ajv: "npm:8.17.1" ajv-formats: "npm:3.0.1" @@ -221,7 +221,7 @@ __metadata: peerDependenciesMeta: chokidar: optional: true - checksum: 10c0/1a113f2f71b20eeef9bbf6354ac986bb3e668bdbfc98aba47a10d64d31977ab7bca59ca35322e303663e96c1fe32943526bb30275d8ed271b87d61217737d10a + checksum: 10c0/e97b360427a1b4006481ef67e4ef12ad6434278188da73be2bd168b9df1e7b7eb86afd5a911290dd357569768faa82f8149fc43a4c82d05670813e14702958de languageName: node linkType: hard @@ -331,12 +331,12 @@ __metadata: languageName: node linkType: hard -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#b415ab64a9914291fd2a52c1c186e3c9af77e3cc": - version: 0.0.0-75084c63110591d1084cf1b060034d430f68996c - resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=b415ab64a9914291fd2a52c1c186e3c9af77e3cc" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#448e47f273d12e04a53f7c8f3f6c483f7203d381": + version: 0.0.0-b1788b992db2885b354aea52bde0b2a6fa56efa3 + resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=448e47f273d12e04a53f7c8f3f6c483f7203d381" dependencies: "@angular/benchpress": "npm:0.3.0" - "@angular/build": "npm:19.0.0-next.1" + "@angular/build": "npm:19.0.0-next.2" "@babel/core": "npm:^7.16.0" "@babel/helper-annotate-as-pure": "npm:^7.18.6" "@babel/plugin-proposal-async-generator-functions": "npm:^7.20.1" @@ -373,7 +373,7 @@ __metadata: dependenciesMeta: re2: built: false - checksum: 10c0/f002377d1df1485b411eba177fdce71e7d537b431d32613560e666e7728719e9cc603d6aad77fede65a56b93be8d74f5e82cf16a06a7e6705bede3821ffc361d + checksum: 10c0/17a0a96ee00510e0db0281ebc3211ce5023e7b52b6272099d40a924500b8aa1ef177321a2cedbfc2c64e48a9a8279911a072cbfe0b958112f5a49aabf5d695df languageName: node linkType: hard @@ -434,12 +434,12 @@ __metadata: languageName: unknown linkType: soft -"@angular/build@npm:19.0.0-next.1": - version: 19.0.0-next.1 - resolution: "@angular/build@npm:19.0.0-next.1" +"@angular/build@npm:19.0.0-next.2": + version: 19.0.0-next.2 + resolution: "@angular/build@npm:19.0.0-next.2" dependencies: "@ampproject/remapping": "npm:2.3.0" - "@angular-devkit/architect": "npm:0.1900.0-next.1" + "@angular-devkit/architect": "npm:0.1900.0-next.2" "@babel/core": "npm:7.25.2" "@babel/helper-annotate-as-pure": "npm:7.24.7" "@babel/helper-split-export-declaration": "npm:7.24.7" @@ -458,7 +458,7 @@ __metadata: parse5-html-rewriting-stream: "npm:7.0.0" picomatch: "npm:4.0.2" piscina: "npm:4.6.1" - rollup: "npm:4.21.0" + rollup: "npm:4.21.1" sass: "npm:1.77.8" semver: "npm:7.6.3" vite: "npm:5.4.2" @@ -468,7 +468,7 @@ __metadata: "@angular/localize": ^19.0.0-next.0 "@angular/platform-server": ^19.0.0-next.0 "@angular/service-worker": ^19.0.0-next.0 - "@angular/ssr": ^19.0.0-next.1 + "@angular/ssr": ^19.0.0-next.2 less: ^4.2.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 @@ -493,13 +493,13 @@ __metadata: optional: true tailwindcss: optional: true - checksum: 10c0/34c52b7b0bd678cac9c037d0015728b2ce1b3f67d721803a4a701bbd0a1f09a92e2b7445d3d2b60cd979a74fe54fef97e8c84f94296ef4911fa5b7763b4db8e4 + checksum: 10c0/704e0508939aae85cb87e57da6d15aa24000b19427d32ba1e0da0140b5462d30a7624d4299b63eda3b482854e3ba2b9bb68e88f00cfa983ec70a7f7fe8947bca languageName: node linkType: hard -"@angular/cdk@npm:19.0.0-next.1": - version: 19.0.0-next.1 - resolution: "@angular/cdk@npm:19.0.0-next.1" +"@angular/cdk@npm:19.0.0-next.2": + version: 19.0.0-next.2 + resolution: "@angular/cdk@npm:19.0.0-next.2" dependencies: parse5: "npm:^7.1.2" tslib: "npm:^2.3.0" @@ -510,7 +510,7 @@ __metadata: dependenciesMeta: parse5: optional: true - checksum: 10c0/219db7f2076ee61b75e331328202bc6e27e0c6313e68f2c3b0db7e53417e867c6da69f6cd0c15362e4c574883cb87862aded5cb5cbf236e2995b2cd31662f2ec + checksum: 10c0/a1a09dcf8c96d60f3002c44b08e3f8d36f26a7b427b8a2b9bed9150fc7581592a6383a71de46bb701ffa0edab4617c6b411e3c7fb64639726ac0350c377e448b languageName: node linkType: hard @@ -630,16 +630,16 @@ __metadata: "@ampproject/remapping": "npm:2.3.0" "@angular/animations": "npm:19.0.0-next.2" "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch" - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b415ab64a9914291fd2a52c1c186e3c9af77e3cc" - "@angular/cdk": "npm:19.0.0-next.1" + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#448e47f273d12e04a53f7c8f3f6c483f7203d381" + "@angular/cdk": "npm:19.0.0-next.2" "@angular/common": "npm:19.0.0-next.2" "@angular/compiler": "npm:19.0.0-next.2" "@angular/compiler-cli": "npm:19.0.0-next.2" "@angular/core": "npm:19.0.0-next.2" "@angular/forms": "npm:19.0.0-next.2" "@angular/localize": "npm:19.0.0-next.2" - "@angular/material": "npm:19.0.0-next.1" - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#83bc471d8e6e66058fc823186e64f29f53ce0d30" + "@angular/material": "npm:19.0.0-next.2" + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#163ad1207237ab76e02bb5decefa99760889d01c" "@angular/platform-browser": "npm:19.0.0-next.2" "@angular/platform-browser-dynamic": "npm:19.0.0-next.2" "@angular/platform-server": "npm:19.0.0-next.2" @@ -830,26 +830,26 @@ __metadata: languageName: node linkType: hard -"@angular/material@npm:19.0.0-next.1": - version: 19.0.0-next.1 - resolution: "@angular/material@npm:19.0.0-next.1" +"@angular/material@npm:19.0.0-next.2": + version: 19.0.0-next.2 + resolution: "@angular/material@npm:19.0.0-next.2" dependencies: tslib: "npm:^2.3.0" peerDependencies: "@angular/animations": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0 - "@angular/cdk": 19.0.0-next.1 + "@angular/cdk": 19.0.0-next.2 "@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/c469b237ae0863095bb7cd76d95ed57482d0b655f5981bb352d882b0fb7ec1817c46340df149dd93be1d45bc903f7794557c6ab05ca2f37791303ad8a1743965 + checksum: 10c0/1425325e8f8eed66a3e4fd3a3da0465b59637a6ecef3e86c8424218f85591a916a436233c387154296a4e24d6318a2e5a419f2deb9c56991fbaec240f20f14ae languageName: node linkType: hard -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#83bc471d8e6e66058fc823186e64f29f53ce0d30": - version: 0.0.0-75084c63110591d1084cf1b060034d430f68996c - resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=83bc471d8e6e66058fc823186e64f29f53ce0d30" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#163ad1207237ab76e02bb5decefa99760889d01c": + version: 0.0.0-b1788b992db2885b354aea52bde0b2a6fa56efa3 + resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=163ad1207237ab76e02bb5decefa99760889d01c" dependencies: "@octokit/rest": "npm:21.0.2" "@types/semver": "npm:^7.3.6" @@ -863,7 +863,7 @@ __metadata: yaml: "npm:2.5.0" bin: ng-dev: ./bundles/cli.mjs - checksum: 10c0/e51bcd27f8a7432c51a9b292db0d0b636fd6f3048e313a15782e69495ce0e64a22b1ca9ecb137fc6fd2d9b5a9faad54c5d0135a781bb515b5bbddb810fdb60c1 + checksum: 10c0/0650c0bba3aca091ee4bad59d804e79822dd018b304baa801f7fd70d5901d82ac647cf47b1ba95d203460c828f8cbb39271654f081ae0ba976387d639e2dac20 languageName: node linkType: hard @@ -15129,26 +15129,26 @@ __metadata: languageName: node linkType: hard -"rollup@npm:4.21.0, rollup@npm:^4.18.0, rollup@npm:^4.20.0, rollup@npm:^4.4.0": - version: 4.21.0 - resolution: "rollup@npm:4.21.0" +"rollup@npm:4.21.1": + version: 4.21.1 + resolution: "rollup@npm:4.21.1" dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.21.0" - "@rollup/rollup-android-arm64": "npm:4.21.0" - "@rollup/rollup-darwin-arm64": "npm:4.21.0" - "@rollup/rollup-darwin-x64": "npm:4.21.0" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.21.0" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.21.0" - "@rollup/rollup-linux-arm64-gnu": "npm:4.21.0" - "@rollup/rollup-linux-arm64-musl": "npm:4.21.0" - "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.21.0" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.21.0" - "@rollup/rollup-linux-s390x-gnu": "npm:4.21.0" - "@rollup/rollup-linux-x64-gnu": "npm:4.21.0" - "@rollup/rollup-linux-x64-musl": "npm:4.21.0" - "@rollup/rollup-win32-arm64-msvc": "npm:4.21.0" - "@rollup/rollup-win32-ia32-msvc": "npm:4.21.0" - "@rollup/rollup-win32-x64-msvc": "npm:4.21.0" + "@rollup/rollup-android-arm-eabi": "npm:4.21.1" + "@rollup/rollup-android-arm64": "npm:4.21.1" + "@rollup/rollup-darwin-arm64": "npm:4.21.1" + "@rollup/rollup-darwin-x64": "npm:4.21.1" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.21.1" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.21.1" + "@rollup/rollup-linux-arm64-gnu": "npm:4.21.1" + "@rollup/rollup-linux-arm64-musl": "npm:4.21.1" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.21.1" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.21.1" + "@rollup/rollup-linux-s390x-gnu": "npm:4.21.1" + "@rollup/rollup-linux-x64-gnu": "npm:4.21.1" + "@rollup/rollup-linux-x64-musl": "npm:4.21.1" + "@rollup/rollup-win32-arm64-msvc": "npm:4.21.1" + "@rollup/rollup-win32-ia32-msvc": "npm:4.21.1" + "@rollup/rollup-win32-x64-msvc": "npm:4.21.1" "@types/estree": "npm:1.0.5" fsevents: "npm:~2.3.2" dependenciesMeta: @@ -15188,30 +15188,30 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10c0/984beb858da245c5e3a9027d6d87e67ad6443f1b46eab07685b861d9e49da5856693265c62a6f8262c36d11c9092713a96a9124f43e6de6698eb84d77118496a + checksum: 10c0/e64b6adabadc3e18544c68e9704744c333b38a68ba803c49b5344a015c5865bf35a72669ba121ba26869fa306f193884e07319ccfc570c08fd8f9e72c9949d4d languageName: node linkType: hard -"rollup@npm:4.21.1": - version: 4.21.1 - resolution: "rollup@npm:4.21.1" +"rollup@npm:^4.18.0, rollup@npm:^4.20.0, rollup@npm:^4.4.0": + version: 4.21.0 + resolution: "rollup@npm:4.21.0" dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.21.1" - "@rollup/rollup-android-arm64": "npm:4.21.1" - "@rollup/rollup-darwin-arm64": "npm:4.21.1" - "@rollup/rollup-darwin-x64": "npm:4.21.1" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.21.1" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.21.1" - "@rollup/rollup-linux-arm64-gnu": "npm:4.21.1" - "@rollup/rollup-linux-arm64-musl": "npm:4.21.1" - "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.21.1" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.21.1" - "@rollup/rollup-linux-s390x-gnu": "npm:4.21.1" - "@rollup/rollup-linux-x64-gnu": "npm:4.21.1" - "@rollup/rollup-linux-x64-musl": "npm:4.21.1" - "@rollup/rollup-win32-arm64-msvc": "npm:4.21.1" - "@rollup/rollup-win32-ia32-msvc": "npm:4.21.1" - "@rollup/rollup-win32-x64-msvc": "npm:4.21.1" + "@rollup/rollup-android-arm-eabi": "npm:4.21.0" + "@rollup/rollup-android-arm64": "npm:4.21.0" + "@rollup/rollup-darwin-arm64": "npm:4.21.0" + "@rollup/rollup-darwin-x64": "npm:4.21.0" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.21.0" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.21.0" + "@rollup/rollup-linux-arm64-gnu": "npm:4.21.0" + "@rollup/rollup-linux-arm64-musl": "npm:4.21.0" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.21.0" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.21.0" + "@rollup/rollup-linux-s390x-gnu": "npm:4.21.0" + "@rollup/rollup-linux-x64-gnu": "npm:4.21.0" + "@rollup/rollup-linux-x64-musl": "npm:4.21.0" + "@rollup/rollup-win32-arm64-msvc": "npm:4.21.0" + "@rollup/rollup-win32-ia32-msvc": "npm:4.21.0" + "@rollup/rollup-win32-x64-msvc": "npm:4.21.0" "@types/estree": "npm:1.0.5" fsevents: "npm:~2.3.2" dependenciesMeta: @@ -15251,7 +15251,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10c0/e64b6adabadc3e18544c68e9704744c333b38a68ba803c49b5344a015c5865bf35a72669ba121ba26869fa306f193884e07319ccfc570c08fd8f9e72c9949d4d + checksum: 10c0/984beb858da245c5e3a9027d6d87e67ad6443f1b46eab07685b861d9e49da5856693265c62a6f8262c36d11c9092713a96a9124f43e6de6698eb84d77118496a languageName: node linkType: hard