diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 96c7fa69929d..79bab19c5d67 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@55c0cd826f5ad56c3bccc7272313c75467543f3f + - uses: angular/dev-infra/github-actions/branch-manager@322163a896c47a584de7e721cc7427b017f51ccb with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30e6e0524f26..40f62f3e0b24 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb - 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 3faf9b68fbad..792f8d142281 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@55c0cd826f5ad56c3bccc7272313c75467543f3f + - uses: angular/dev-infra/github-actions/commit-message-based-labels@322163a896c47a584de7e721cc7427b017f51ccb with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - - uses: angular/dev-infra/github-actions/post-approval-changes@55c0cd826f5ad56c3bccc7272313c75467543f3f + - uses: angular/dev-infra/github-actions/post-approval-changes@322163a896c47a584de7e721cc7427b017f51ccb with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index f139c751c6c8..ec2c564ac1e7 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + - uses: angular/dev-infra/github-actions/feature-request@322163a896c47a584de7e721cc7427b017f51ccb with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fb7191ff1bc5..f63513f1c204 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/linting/licenses@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb - 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@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f + uses: angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb - 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 f0231d7ec767..fe24102133fb 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@ampproject/remapping": "2.3.0", "@angular/animations": "19.0.0-next.7", "@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#c530555d0383bcfebd26146969f5ece023bd009e", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d3bd1948253852ade1ae350be4e429039d218ff4", "@angular/cdk": "19.0.0-next.6", "@angular/common": "19.0.0-next.7", "@angular/compiler": "19.0.0-next.7", @@ -63,7 +63,7 @@ "@angular/forms": "19.0.0-next.7", "@angular/localize": "19.0.0-next.7", "@angular/material": "19.0.0-next.6", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6a4827f4275bd211053d60918e6ccaeaeb00bf06", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6b314b940b8077048cf4954862f0333dd2828cb8", "@angular/platform-browser": "19.0.0-next.7", "@angular/platform-browser-dynamic": "19.0.0-next.7", "@angular/platform-server": "19.0.0-next.7", diff --git a/yarn.lock b/yarn.lock index 37a34b4535f7..69b6b12f89ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -40,18 +40,18 @@ __metadata: languageName: unknown linkType: soft -"@angular-devkit/architect@npm:0.1900.0-next.7": - version: 0.1900.0-next.7 - resolution: "@angular-devkit/architect@npm:0.1900.0-next.7" +"@angular-devkit/architect@npm:0.1900.0-next.8": + version: 0.1900.0-next.8 + resolution: "@angular-devkit/architect@npm:0.1900.0-next.8" dependencies: - "@angular-devkit/core": "npm:19.0.0-next.7" + "@angular-devkit/core": "npm:19.0.0-next.8" rxjs: "npm:7.8.1" dependenciesMeta: esbuild: built: true puppeteer: built: true - checksum: 10c0/f61c013cd553afdc8bbf16ca5160d5c07b61f7f27296b31147423eba4d83e32f462fd13c64a7ec814163c2c05046a85731cfc31904f148863152ec577510e9b6 + checksum: 10c0/faefecb0df99438a55fc98feefba522fd4fcebce41dfdc9bf01a1560ea5780ff13d908b8037e4b2b2aa46af0a887722684c6edfdced4ca4d0ad420be99050b5a languageName: node linkType: hard @@ -201,9 +201,9 @@ __metadata: languageName: unknown linkType: soft -"@angular-devkit/core@npm:19.0.0-next.7": - version: 19.0.0-next.7 - resolution: "@angular-devkit/core@npm:19.0.0-next.7" +"@angular-devkit/core@npm:19.0.0-next.8": + version: 19.0.0-next.8 + resolution: "@angular-devkit/core@npm:19.0.0-next.8" dependencies: ajv: "npm:8.17.1" ajv-formats: "npm:3.0.1" @@ -221,7 +221,7 @@ __metadata: peerDependenciesMeta: chokidar: optional: true - checksum: 10c0/e60bcb737714aca548c4cae7b6c89af585f96ac2088f03d43fc302c053506c30291152f632a3cf97a97fbd234614169f7320d62c5b245e49cff8671fff78d1af + checksum: 10c0/f492d1d478431abede76ad608d162af20425a13f8760e0990eb9feac0e27a33a2e43faf09827d31dd6405c422311ca6689e42a75bc5ef05df15301371497615b 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#c530555d0383bcfebd26146969f5ece023bd009e": - version: 0.0.0-55c0cd826f5ad56c3bccc7272313c75467543f3f - resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=c530555d0383bcfebd26146969f5ece023bd009e" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#d3bd1948253852ade1ae350be4e429039d218ff4": + version: 0.0.0-322163a896c47a584de7e721cc7427b017f51ccb + resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=d3bd1948253852ade1ae350be4e429039d218ff4" dependencies: "@angular/benchpress": "npm:0.3.0" - "@angular/build": "npm:19.0.0-next.7" + "@angular/build": "npm:19.0.0-next.8" "@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/c405915e7cab4cfe0b7e52026d248d94edbf3b7def6cd6b94a9da4e324019a7e6a88f448d30b73a79815d847cec2e01c30a38492b2275a76beb7a20418a939a4 + checksum: 10c0/a5bfcff132de0d7869486184d2c1eae5b56693cbd4b8ce3dd8dd718b24916b8feb9631709aea9dc5ecf2c94a42b77a66ad4d3d9a3a3861bd5ec1668e73da2d43 languageName: node linkType: hard @@ -436,12 +436,12 @@ __metadata: languageName: unknown linkType: soft -"@angular/build@npm:19.0.0-next.7": - version: 19.0.0-next.7 - resolution: "@angular/build@npm:19.0.0-next.7" +"@angular/build@npm:19.0.0-next.8": + version: 19.0.0-next.8 + resolution: "@angular/build@npm:19.0.0-next.8" dependencies: "@ampproject/remapping": "npm:2.3.0" - "@angular-devkit/architect": "npm:0.1900.0-next.7" + "@angular-devkit/architect": "npm:0.1900.0-next.8" "@babel/core": "npm:7.25.2" "@babel/helper-annotate-as-pure": "npm:7.24.7" "@babel/helper-split-export-declaration": "npm:7.24.7" @@ -450,20 +450,20 @@ __metadata: "@vitejs/plugin-basic-ssl": "npm:1.1.0" browserslist: "npm:^4.23.0" critters: "npm:0.0.24" - esbuild: "npm:0.23.1" + esbuild: "npm:0.24.0" fast-glob: "npm:3.3.2" https-proxy-agent: "npm:7.0.5" listr2: "npm:8.2.4" - lmdb: "npm:3.1.2" + lmdb: "npm:3.1.3" magic-string: "npm:0.30.11" mrmime: "npm:2.0.0" parse5-html-rewriting-stream: "npm:7.0.0" picomatch: "npm:4.0.2" piscina: "npm:4.7.0" - rollup: "npm:4.21.3" - sass: "npm:1.79.1" + rollup: "npm:4.22.4" + sass: "npm:1.79.3" semver: "npm:7.6.3" - vite: "npm:5.4.6" + vite: "npm:5.4.8" watchpack: "npm:2.4.2" peerDependencies: "@angular/compiler": ^19.0.0-next.0 @@ -471,7 +471,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.7 + "@angular/ssr": ^19.0.0-next.8 less: ^4.2.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 @@ -496,7 +496,7 @@ __metadata: optional: true tailwindcss: optional: true - checksum: 10c0/afa4790822d3a8f8a6ef78e19476f213448ed675fa5106e2e1431f1f46396a3d8fe2e92752e5e2e46451c18f7a7da186baac7f8c8688e1f2e6cc5827bb4ef46c + checksum: 10c0/1882f379d29f4c15201df6c4f0be9b6f6dfe9e9f6f8c71adabf9e03051b190dea1d106949190b1e362eb4f57280617a1e4582684d99569e8d39d39ff78845807 languageName: node linkType: hard @@ -633,7 +633,7 @@ __metadata: "@ampproject/remapping": "npm:2.3.0" "@angular/animations": "npm:19.0.0-next.7" "@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#c530555d0383bcfebd26146969f5ece023bd009e" + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d3bd1948253852ade1ae350be4e429039d218ff4" "@angular/cdk": "npm:19.0.0-next.6" "@angular/common": "npm:19.0.0-next.7" "@angular/compiler": "npm:19.0.0-next.7" @@ -642,7 +642,7 @@ __metadata: "@angular/forms": "npm:19.0.0-next.7" "@angular/localize": "npm:19.0.0-next.7" "@angular/material": "npm:19.0.0-next.6" - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6a4827f4275bd211053d60918e6ccaeaeb00bf06" + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6b314b940b8077048cf4954862f0333dd2828cb8" "@angular/platform-browser": "npm:19.0.0-next.7" "@angular/platform-browser-dynamic": "npm:19.0.0-next.7" "@angular/platform-server": "npm:19.0.0-next.7" @@ -851,9 +851,9 @@ __metadata: languageName: node linkType: hard -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#6a4827f4275bd211053d60918e6ccaeaeb00bf06": - version: 0.0.0-55c0cd826f5ad56c3bccc7272313c75467543f3f - resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=6a4827f4275bd211053d60918e6ccaeaeb00bf06" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#6b314b940b8077048cf4954862f0333dd2828cb8": + version: 0.0.0-322163a896c47a584de7e721cc7427b017f51ccb + resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=6b314b940b8077048cf4954862f0333dd2828cb8" dependencies: "@octokit/rest": "npm:21.0.2" "@types/semver": "npm:^7.3.6" @@ -867,7 +867,7 @@ __metadata: yaml: "npm:2.5.1" bin: ng-dev: ./bundles/cli.mjs - checksum: 10c0/24c732083fef74b21646a6519f9a8db1ebe41bae445d6493721a252fdd2ed154a25ad7fab5e4c8b4486d02671f0e82d99f3a3b2b44991e8f341edcf1e3ca9ad4 + checksum: 10c0/dd5f3462a9ac9de5409386c838f545028f91bd1d744234100f558dcbb9fd0de1dbfd7afbbf64b880f7e31a9d2e85eb268dbc7108088a9a8bdfa0694509639bf7 languageName: node linkType: hard @@ -3450,13 +3450,6 @@ __metadata: languageName: node linkType: hard -"@lmdb/lmdb-darwin-arm64@npm:3.1.2": - version: 3.1.2 - resolution: "@lmdb/lmdb-darwin-arm64@npm:3.1.2" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - "@lmdb/lmdb-darwin-arm64@npm:3.1.3": version: 3.1.3 resolution: "@lmdb/lmdb-darwin-arm64@npm:3.1.3" @@ -3464,13 +3457,6 @@ __metadata: languageName: node linkType: hard -"@lmdb/lmdb-darwin-x64@npm:3.1.2": - version: 3.1.2 - resolution: "@lmdb/lmdb-darwin-x64@npm:3.1.2" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - "@lmdb/lmdb-darwin-x64@npm:3.1.3": version: 3.1.3 resolution: "@lmdb/lmdb-darwin-x64@npm:3.1.3" @@ -3478,13 +3464,6 @@ __metadata: languageName: node linkType: hard -"@lmdb/lmdb-linux-arm64@npm:3.1.2": - version: 3.1.2 - resolution: "@lmdb/lmdb-linux-arm64@npm:3.1.2" - conditions: os=linux & cpu=arm64 - languageName: node - linkType: hard - "@lmdb/lmdb-linux-arm64@npm:3.1.3": version: 3.1.3 resolution: "@lmdb/lmdb-linux-arm64@npm:3.1.3" @@ -3492,13 +3471,6 @@ __metadata: languageName: node linkType: hard -"@lmdb/lmdb-linux-arm@npm:3.1.2": - version: 3.1.2 - resolution: "@lmdb/lmdb-linux-arm@npm:3.1.2" - conditions: os=linux & cpu=arm - languageName: node - linkType: hard - "@lmdb/lmdb-linux-arm@npm:3.1.3": version: 3.1.3 resolution: "@lmdb/lmdb-linux-arm@npm:3.1.3" @@ -3506,13 +3478,6 @@ __metadata: languageName: node linkType: hard -"@lmdb/lmdb-linux-x64@npm:3.1.2": - version: 3.1.2 - resolution: "@lmdb/lmdb-linux-x64@npm:3.1.2" - conditions: os=linux & cpu=x64 - languageName: node - linkType: hard - "@lmdb/lmdb-linux-x64@npm:3.1.3": version: 3.1.3 resolution: "@lmdb/lmdb-linux-x64@npm:3.1.3" @@ -3520,13 +3485,6 @@ __metadata: languageName: node linkType: hard -"@lmdb/lmdb-win32-x64@npm:3.1.2": - version: 3.1.2 - resolution: "@lmdb/lmdb-win32-x64@npm:3.1.2" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - "@lmdb/lmdb-win32-x64@npm:3.1.3": version: 3.1.3 resolution: "@lmdb/lmdb-win32-x64@npm:3.1.3" @@ -4454,13 +4412,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.21.3" - conditions: os=android & cpu=arm - languageName: node - linkType: hard - "@rollup/rollup-android-arm-eabi@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-android-arm-eabi@npm:4.22.4" @@ -4475,13 +4426,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-android-arm64@npm:4.21.3" - conditions: os=android & cpu=arm64 - languageName: node - linkType: hard - "@rollup/rollup-android-arm64@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-android-arm64@npm:4.22.4" @@ -4496,13 +4440,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-darwin-arm64@npm:4.21.3" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - "@rollup/rollup-darwin-arm64@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-darwin-arm64@npm:4.22.4" @@ -4517,13 +4454,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-darwin-x64@npm:4.21.3" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - "@rollup/rollup-darwin-x64@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-darwin-x64@npm:4.22.4" @@ -4538,13 +4468,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.21.3" - conditions: os=linux & cpu=arm & libc=glibc - languageName: node - linkType: hard - "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.4" @@ -4559,13 +4482,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm-musleabihf@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.21.3" - conditions: os=linux & cpu=arm & libc=musl - languageName: node - linkType: hard - "@rollup/rollup-linux-arm-musleabihf@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.22.4" @@ -4580,13 +4496,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.21.3" - conditions: os=linux & cpu=arm64 & libc=glibc - languageName: node - linkType: hard - "@rollup/rollup-linux-arm64-gnu@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.22.4" @@ -4601,13 +4510,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.21.3" - conditions: os=linux & cpu=arm64 & libc=musl - languageName: node - linkType: hard - "@rollup/rollup-linux-arm64-musl@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-linux-arm64-musl@npm:4.22.4" @@ -4622,13 +4524,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-powerpc64le-gnu@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.21.3" - conditions: os=linux & cpu=ppc64 & libc=glibc - languageName: node - linkType: hard - "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.4" @@ -4643,13 +4538,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.21.3" - conditions: os=linux & cpu=riscv64 & libc=glibc - languageName: node - linkType: hard - "@rollup/rollup-linux-riscv64-gnu@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.22.4" @@ -4664,13 +4552,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.21.3" - conditions: os=linux & cpu=s390x & libc=glibc - languageName: node - linkType: hard - "@rollup/rollup-linux-s390x-gnu@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.22.4" @@ -4685,13 +4566,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.21.3" - conditions: os=linux & cpu=x64 & libc=glibc - languageName: node - linkType: hard - "@rollup/rollup-linux-x64-gnu@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-linux-x64-gnu@npm:4.22.4" @@ -4706,13 +4580,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.21.3" - conditions: os=linux & cpu=x64 & libc=musl - languageName: node - linkType: hard - "@rollup/rollup-linux-x64-musl@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-linux-x64-musl@npm:4.22.4" @@ -4727,13 +4594,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.21.3" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - "@rollup/rollup-win32-arm64-msvc@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.22.4" @@ -4748,13 +4608,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.21.3" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - "@rollup/rollup-win32-ia32-msvc@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.22.4" @@ -4769,13 +4622,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.21.3": - version: 4.21.3 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.21.3" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - "@rollup/rollup-win32-x64-msvc@npm:4.22.4": version: 4.22.4 resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.4" @@ -9526,89 +9372,6 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:0.23.1, esbuild@npm:^0.23.0": - version: 0.23.1 - resolution: "esbuild@npm:0.23.1" - dependencies: - "@esbuild/aix-ppc64": "npm:0.23.1" - "@esbuild/android-arm": "npm:0.23.1" - "@esbuild/android-arm64": "npm:0.23.1" - "@esbuild/android-x64": "npm:0.23.1" - "@esbuild/darwin-arm64": "npm:0.23.1" - "@esbuild/darwin-x64": "npm:0.23.1" - "@esbuild/freebsd-arm64": "npm:0.23.1" - "@esbuild/freebsd-x64": "npm:0.23.1" - "@esbuild/linux-arm": "npm:0.23.1" - "@esbuild/linux-arm64": "npm:0.23.1" - "@esbuild/linux-ia32": "npm:0.23.1" - "@esbuild/linux-loong64": "npm:0.23.1" - "@esbuild/linux-mips64el": "npm:0.23.1" - "@esbuild/linux-ppc64": "npm:0.23.1" - "@esbuild/linux-riscv64": "npm:0.23.1" - "@esbuild/linux-s390x": "npm:0.23.1" - "@esbuild/linux-x64": "npm:0.23.1" - "@esbuild/netbsd-x64": "npm:0.23.1" - "@esbuild/openbsd-arm64": "npm:0.23.1" - "@esbuild/openbsd-x64": "npm:0.23.1" - "@esbuild/sunos-x64": "npm:0.23.1" - "@esbuild/win32-arm64": "npm:0.23.1" - "@esbuild/win32-ia32": "npm:0.23.1" - "@esbuild/win32-x64": "npm:0.23.1" - dependenciesMeta: - "@esbuild/aix-ppc64": - optional: true - "@esbuild/android-arm": - optional: true - "@esbuild/android-arm64": - optional: true - "@esbuild/android-x64": - optional: true - "@esbuild/darwin-arm64": - optional: true - "@esbuild/darwin-x64": - optional: true - "@esbuild/freebsd-arm64": - optional: true - "@esbuild/freebsd-x64": - optional: true - "@esbuild/linux-arm": - optional: true - "@esbuild/linux-arm64": - optional: true - "@esbuild/linux-ia32": - optional: true - "@esbuild/linux-loong64": - optional: true - "@esbuild/linux-mips64el": - optional: true - "@esbuild/linux-ppc64": - optional: true - "@esbuild/linux-riscv64": - optional: true - "@esbuild/linux-s390x": - optional: true - "@esbuild/linux-x64": - optional: true - "@esbuild/netbsd-x64": - optional: true - "@esbuild/openbsd-arm64": - optional: true - "@esbuild/openbsd-x64": - optional: true - "@esbuild/sunos-x64": - optional: true - "@esbuild/win32-arm64": - optional: true - "@esbuild/win32-ia32": - optional: true - "@esbuild/win32-x64": - optional: true - bin: - esbuild: bin/esbuild - checksum: 10c0/08c2ed1105cc3c5e3a24a771e35532fe6089dd24a39c10097899072cef4a99f20860e41e9294e000d86380f353b04d8c50af482483d7f69f5208481cce61eec7 - languageName: node - linkType: hard - "esbuild@npm:0.24.0": version: 0.24.0 resolution: "esbuild@npm:0.24.0" @@ -9772,6 +9535,89 @@ __metadata: languageName: node linkType: hard +"esbuild@npm:^0.23.0": + version: 0.23.1 + resolution: "esbuild@npm:0.23.1" + dependencies: + "@esbuild/aix-ppc64": "npm:0.23.1" + "@esbuild/android-arm": "npm:0.23.1" + "@esbuild/android-arm64": "npm:0.23.1" + "@esbuild/android-x64": "npm:0.23.1" + "@esbuild/darwin-arm64": "npm:0.23.1" + "@esbuild/darwin-x64": "npm:0.23.1" + "@esbuild/freebsd-arm64": "npm:0.23.1" + "@esbuild/freebsd-x64": "npm:0.23.1" + "@esbuild/linux-arm": "npm:0.23.1" + "@esbuild/linux-arm64": "npm:0.23.1" + "@esbuild/linux-ia32": "npm:0.23.1" + "@esbuild/linux-loong64": "npm:0.23.1" + "@esbuild/linux-mips64el": "npm:0.23.1" + "@esbuild/linux-ppc64": "npm:0.23.1" + "@esbuild/linux-riscv64": "npm:0.23.1" + "@esbuild/linux-s390x": "npm:0.23.1" + "@esbuild/linux-x64": "npm:0.23.1" + "@esbuild/netbsd-x64": "npm:0.23.1" + "@esbuild/openbsd-arm64": "npm:0.23.1" + "@esbuild/openbsd-x64": "npm:0.23.1" + "@esbuild/sunos-x64": "npm:0.23.1" + "@esbuild/win32-arm64": "npm:0.23.1" + "@esbuild/win32-ia32": "npm:0.23.1" + "@esbuild/win32-x64": "npm:0.23.1" + dependenciesMeta: + "@esbuild/aix-ppc64": + optional: true + "@esbuild/android-arm": + optional: true + "@esbuild/android-arm64": + optional: true + "@esbuild/android-x64": + optional: true + "@esbuild/darwin-arm64": + optional: true + "@esbuild/darwin-x64": + optional: true + "@esbuild/freebsd-arm64": + optional: true + "@esbuild/freebsd-x64": + optional: true + "@esbuild/linux-arm": + optional: true + "@esbuild/linux-arm64": + optional: true + "@esbuild/linux-ia32": + optional: true + "@esbuild/linux-loong64": + optional: true + "@esbuild/linux-mips64el": + optional: true + "@esbuild/linux-ppc64": + optional: true + "@esbuild/linux-riscv64": + optional: true + "@esbuild/linux-s390x": + optional: true + "@esbuild/linux-x64": + optional: true + "@esbuild/netbsd-x64": + optional: true + "@esbuild/openbsd-arm64": + optional: true + "@esbuild/openbsd-x64": + optional: true + "@esbuild/sunos-x64": + optional: true + "@esbuild/win32-arm64": + optional: true + "@esbuild/win32-ia32": + optional: true + "@esbuild/win32-x64": + optional: true + bin: + esbuild: bin/esbuild + checksum: 10c0/08c2ed1105cc3c5e3a24a771e35532fe6089dd24a39c10097899072cef4a99f20860e41e9294e000d86380f353b04d8c50af482483d7f69f5208481cce61eec7 + languageName: node + linkType: hard + "escalade@npm:^3.1.1, escalade@npm:^3.1.2": version: 3.2.0 resolution: "escalade@npm:3.2.0" @@ -13042,41 +12888,6 @@ __metadata: languageName: node linkType: hard -"lmdb@npm:3.1.2": - version: 3.1.2 - resolution: "lmdb@npm:3.1.2" - dependencies: - "@lmdb/lmdb-darwin-arm64": "npm:3.1.2" - "@lmdb/lmdb-darwin-x64": "npm:3.1.2" - "@lmdb/lmdb-linux-arm": "npm:3.1.2" - "@lmdb/lmdb-linux-arm64": "npm:3.1.2" - "@lmdb/lmdb-linux-x64": "npm:3.1.2" - "@lmdb/lmdb-win32-x64": "npm:3.1.2" - msgpackr: "npm:^1.10.2" - node-addon-api: "npm:^6.1.0" - node-gyp: "npm:latest" - node-gyp-build-optional-packages: "npm:5.2.2" - ordered-binary: "npm:^1.4.1" - weak-lru-cache: "npm:^1.2.2" - dependenciesMeta: - "@lmdb/lmdb-darwin-arm64": - optional: true - "@lmdb/lmdb-darwin-x64": - optional: true - "@lmdb/lmdb-linux-arm": - optional: true - "@lmdb/lmdb-linux-arm64": - optional: true - "@lmdb/lmdb-linux-x64": - optional: true - "@lmdb/lmdb-win32-x64": - optional: true - bin: - download-lmdb-prebuilds: bin/download-prebuilds.js - checksum: 10c0/44e0344577a0730d67b14bca5deab33c2a0cbb998e4e6888131ee0315f1d2c474c609644595d8fd8552ce81acc12783055a1e44cb12a7382839835f8d4b8ce04 - languageName: node - linkType: hard - "lmdb@npm:3.1.3": version: 3.1.3 resolution: "lmdb@npm:3.1.3" @@ -16127,26 +15938,26 @@ __metadata: languageName: node linkType: hard -"rollup@npm:4.21.3": - version: 4.21.3 - resolution: "rollup@npm:4.21.3" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.21.3" - "@rollup/rollup-android-arm64": "npm:4.21.3" - "@rollup/rollup-darwin-arm64": "npm:4.21.3" - "@rollup/rollup-darwin-x64": "npm:4.21.3" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.21.3" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.21.3" - "@rollup/rollup-linux-arm64-gnu": "npm:4.21.3" - "@rollup/rollup-linux-arm64-musl": "npm:4.21.3" - "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.21.3" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.21.3" - "@rollup/rollup-linux-s390x-gnu": "npm:4.21.3" - "@rollup/rollup-linux-x64-gnu": "npm:4.21.3" - "@rollup/rollup-linux-x64-musl": "npm:4.21.3" - "@rollup/rollup-win32-arm64-msvc": "npm:4.21.3" - "@rollup/rollup-win32-ia32-msvc": "npm:4.21.3" - "@rollup/rollup-win32-x64-msvc": "npm:4.21.3" +"rollup@npm:4.22.4, rollup@npm:^4.18.0, rollup@npm:^4.20.0, rollup@npm:^4.4.0": + version: 4.22.4 + resolution: "rollup@npm:4.22.4" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.22.4" + "@rollup/rollup-android-arm64": "npm:4.22.4" + "@rollup/rollup-darwin-arm64": "npm:4.22.4" + "@rollup/rollup-darwin-x64": "npm:4.22.4" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.4" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.22.4" + "@rollup/rollup-linux-arm64-gnu": "npm:4.22.4" + "@rollup/rollup-linux-arm64-musl": "npm:4.22.4" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.4" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.22.4" + "@rollup/rollup-linux-s390x-gnu": "npm:4.22.4" + "@rollup/rollup-linux-x64-gnu": "npm:4.22.4" + "@rollup/rollup-linux-x64-musl": "npm:4.22.4" + "@rollup/rollup-win32-arm64-msvc": "npm:4.22.4" + "@rollup/rollup-win32-ia32-msvc": "npm:4.22.4" + "@rollup/rollup-win32-x64-msvc": "npm:4.22.4" "@types/estree": "npm:1.0.5" fsevents: "npm:~2.3.2" dependenciesMeta: @@ -16186,7 +15997,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10c0/a9f98366a451f1302276390de9c0c59b464d680946410f53c14e7057fa84642efbe05eca8d85076962657955d77bb4a2d2b6dd8b70baf58c3c4b56f565d804dd + checksum: 10c0/4c96b6e2e0c5dbe73b4ba899cea894a05115ab8c65ccff631fbbb944e2b3a9f2eb3b99c2dce3dd91b179647df1892ffc44ecee29381ccf155ba8000b22712a32 languageName: node linkType: hard @@ -16253,69 +16064,6 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.18.0, rollup@npm:^4.20.0, rollup@npm:^4.4.0": - version: 4.22.4 - resolution: "rollup@npm:4.22.4" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.22.4" - "@rollup/rollup-android-arm64": "npm:4.22.4" - "@rollup/rollup-darwin-arm64": "npm:4.22.4" - "@rollup/rollup-darwin-x64": "npm:4.22.4" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.4" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.22.4" - "@rollup/rollup-linux-arm64-gnu": "npm:4.22.4" - "@rollup/rollup-linux-arm64-musl": "npm:4.22.4" - "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.4" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.22.4" - "@rollup/rollup-linux-s390x-gnu": "npm:4.22.4" - "@rollup/rollup-linux-x64-gnu": "npm:4.22.4" - "@rollup/rollup-linux-x64-musl": "npm:4.22.4" - "@rollup/rollup-win32-arm64-msvc": "npm:4.22.4" - "@rollup/rollup-win32-ia32-msvc": "npm:4.22.4" - "@rollup/rollup-win32-x64-msvc": "npm:4.22.4" - "@types/estree": "npm:1.0.5" - fsevents: "npm:~2.3.2" - dependenciesMeta: - "@rollup/rollup-android-arm-eabi": - optional: true - "@rollup/rollup-android-arm64": - optional: true - "@rollup/rollup-darwin-arm64": - optional: true - "@rollup/rollup-darwin-x64": - optional: true - "@rollup/rollup-linux-arm-gnueabihf": - optional: true - "@rollup/rollup-linux-arm-musleabihf": - optional: true - "@rollup/rollup-linux-arm64-gnu": - optional: true - "@rollup/rollup-linux-arm64-musl": - optional: true - "@rollup/rollup-linux-powerpc64le-gnu": - optional: true - "@rollup/rollup-linux-riscv64-gnu": - optional: true - "@rollup/rollup-linux-s390x-gnu": - optional: true - "@rollup/rollup-linux-x64-gnu": - optional: true - "@rollup/rollup-linux-x64-musl": - optional: true - "@rollup/rollup-win32-arm64-msvc": - optional: true - "@rollup/rollup-win32-ia32-msvc": - optional: true - "@rollup/rollup-win32-x64-msvc": - optional: true - fsevents: - optional: true - bin: - rollup: dist/bin/rollup - checksum: 10c0/4c96b6e2e0c5dbe73b4ba899cea894a05115ab8c65ccff631fbbb944e2b3a9f2eb3b99c2dce3dd91b179647df1892ffc44ecee29381ccf155ba8000b22712a32 - languageName: node - linkType: hard - "run-applescript@npm:^7.0.0": version: 7.0.0 resolution: "run-applescript@npm:7.0.0" @@ -16425,16 +16173,16 @@ __metadata: languageName: node linkType: hard -"sass@npm:1.79.1": - version: 1.79.1 - resolution: "sass@npm:1.79.1" +"sass@npm:1.79.3, sass@npm:^1.69.5": + version: 1.79.3 + resolution: "sass@npm:1.79.3" dependencies: chokidar: "npm:^4.0.0" immutable: "npm:^4.0.0" source-map-js: "npm:>=0.6.2 <2.0.0" bin: sass: sass.js - checksum: 10c0/187bc885bad2e81e5414a146c9e14a28f622b5aba5c1425f4dd6d8ef2045b66c69de93689503886a8d2cc55d6bcce97b05ee87b074628fefd03e762789f931d0 + checksum: 10c0/ad171bbbb2d7a789cc47803a59dcf2d0ac92ede34b538bb3fd683b6391a9ac3dc3eabaac264fc9582c770c4e435b85840e011785b7adfc0ac002b51ba91179c9 languageName: node linkType: hard @@ -16451,19 +16199,6 @@ __metadata: languageName: node linkType: hard -"sass@npm:^1.69.5": - version: 1.79.3 - resolution: "sass@npm:1.79.3" - dependencies: - chokidar: "npm:^4.0.0" - immutable: "npm:^4.0.0" - source-map-js: "npm:>=0.6.2 <2.0.0" - bin: - sass: sass.js - checksum: 10c0/ad171bbbb2d7a789cc47803a59dcf2d0ac92ede34b538bb3fd683b6391a9ac3dc3eabaac264fc9582c770c4e435b85840e011785b7adfc0ac002b51ba91179c9 - languageName: node - linkType: hard - "saucelabs@npm:^1.5.0": version: 1.5.0 resolution: "saucelabs@npm:1.5.0" @@ -18567,49 +18302,6 @@ __metadata: languageName: node linkType: hard -"vite@npm:5.4.6": - version: 5.4.6 - resolution: "vite@npm:5.4.6" - dependencies: - esbuild: "npm:^0.21.3" - fsevents: "npm:~2.3.3" - postcss: "npm:^8.4.43" - rollup: "npm:^4.20.0" - peerDependencies: - "@types/node": ^18.0.0 || >=20.0.0 - less: "*" - lightningcss: ^1.21.0 - sass: "*" - sass-embedded: "*" - stylus: "*" - sugarss: "*" - terser: ^5.4.0 - dependenciesMeta: - fsevents: - optional: true - peerDependenciesMeta: - "@types/node": - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - sass-embedded: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - bin: - vite: bin/vite.js - checksum: 10c0/5f87be3a10e970eaf9ac52dfab39cf9fff583036685252fb64570b6d7bfa749f6d221fb78058f5ef4b5664c180d45a8e7a7ff68d7f3770e69e24c7c68b958bde - languageName: node - linkType: hard - "vite@npm:5.4.8": version: 5.4.8 resolution: "vite@npm:5.4.8"