Skip to content

Commit

Permalink
Merge pull request #1108 from angular/main
Browse files Browse the repository at this point in the history
Create a new pull request by comparing changes across two branches
  • Loading branch information
GulajavaMinistudio authored Jul 30, 2024
2 parents 07aae10 + 7d52941 commit b6c7217
Show file tree
Hide file tree
Showing 21 changed files with 879 additions and 662 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@722ce5b647ec89797633452dd293e1dbac776ff1
- uses: angular/dev-infra/github-actions/branch-manager@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
42 changes: 21 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Generate JSON schema types
Expand All @@ -42,11 +42,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -56,11 +56,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Run module tests
Expand Down Expand Up @@ -92,13 +92,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- 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 }}

Expand All @@ -113,13 +113,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- 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 }}

Expand All @@ -134,13 +134,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- 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 }}

Expand All @@ -151,13 +151,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@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand All @@ -184,11 +184,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- run: yarn admin snapshots --verbose
env:
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@722ce5b647ec89797633452dd293e1dbac776ff1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
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@722ce5b647ec89797633452dd293e1dbac776ff1
- uses: angular/dev-infra/github-actions/post-approval-changes@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@722ce5b647ec89797633452dd293e1dbac776ff1
- uses: angular/dev-infra/github-actions/feature-request@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
34 changes: 17 additions & 17 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup ESLint Caching
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Run Validation
run: yarn admin validate
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/linting/licenses@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Check tooling setup
run: yarn check-tooling-setup
- name: Check commit message
Expand All @@ -70,11 +70,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -90,11 +90,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Run module tests
Expand All @@ -113,13 +113,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- 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 }}

Expand All @@ -134,13 +134,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- 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 }}

Expand All @@ -157,12 +157,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- 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 }}
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
persist-credentials: false

- name: 'Run analysis'
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -46,6 +46,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: 'Upload to code-scanning'
uses: github/codeql-action/upload-sarif@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
with:
sarif_file: results.sarif
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@ampproject/remapping": "2.3.0",
"@angular/animations": "18.2.0-next.2",
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=71bd2e043e076365effdb6076f33b2d8d6bd6d02#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4c702565fbcfe24928a97c37252a1ac380a99847",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a3fc20d42318743dbe2590babe2532b83ce716f1",
"@angular/cdk": "18.1.2",
"@angular/common": "18.2.0-next.2",
"@angular/compiler": "18.2.0-next.2",
Expand All @@ -63,30 +63,30 @@
"@angular/forms": "18.2.0-next.2",
"@angular/localize": "18.2.0-next.2",
"@angular/material": "18.1.2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f586eeb7cdb82fcbaedaebeffd53cb1edbb8427d",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#816ca00ef52029565246fe51864db3a345bcb518",
"@angular/platform-browser": "18.2.0-next.2",
"@angular/platform-browser-dynamic": "18.2.0-next.2",
"@angular/platform-server": "18.2.0-next.2",
"@angular/router": "18.2.0-next.2",
"@angular/service-worker": "18.2.0-next.2",
"@babel/core": "7.24.9",
"@babel/generator": "7.24.10",
"@babel/generator": "7.25.0",
"@babel/helper-annotate-as-pure": "7.24.7",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-syntax-import-attributes": "7.24.7",
"@babel/plugin-transform-async-generator-functions": "7.24.7",
"@babel/plugin-transform-async-generator-functions": "7.25.0",
"@babel/plugin-transform-async-to-generator": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/runtime": "7.24.8",
"@babel/preset-env": "7.25.0",
"@babel/runtime": "7.25.0",
"@bazel/bazelisk": "1.19.0",
"@bazel/buildifier": "7.1.2",
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
"@discoveryjs/json-ext": "0.6.0",
"@inquirer/confirm": "3.1.17",
"@inquirer/prompts": "5.3.2",
"@listr2/prompt-adapter-inquirer": "2.0.14",
"@inquirer/confirm": "3.1.18",
"@inquirer/prompts": "5.3.4",
"@listr2/prompt-adapter-inquirer": "2.0.15",
"@rollup/plugin-commonjs": "^26.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@types/babel__core": "7.20.5",
Expand Down Expand Up @@ -141,7 +141,7 @@
"http-proxy": "^1.18.1",
"http-proxy-middleware": "3.0.0",
"https-proxy-agent": "7.0.5",
"husky": "9.1.2",
"husky": "9.1.3",
"ini": "4.1.3",
"istanbul-lib-instrument": "6.0.3",
"jasmine": "^5.0.0",
Expand All @@ -157,7 +157,7 @@
"less": "4.2.0",
"less-loader": "12.2.0",
"license-webpack-plugin": "4.0.2",
"listr2": "8.2.3",
"listr2": "8.2.4",
"lmdb": "3.0.12",
"loader-utils": "3.3.1",
"lodash": "^4.17.21",
Expand All @@ -180,11 +180,11 @@
"puppeteer": "18.2.1",
"quicktype-core": "23.0.170",
"resolve-url-loader": "5.0.0",
"rollup": "4.19.0",
"rollup": "4.19.1",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
"sass": "1.77.8",
"sass-loader": "15.0.0",
"sass-loader": "16.0.0",
"semver": "7.6.3",
"shelljs": "^0.8.5",
"source-map": "0.7.4",
Expand All @@ -198,7 +198,7 @@
"tslib": "2.6.3",
"typescript": "5.5.4",
"undici": "6.19.4",
"verdaccio": "5.31.1",
"verdaccio": "5.32.0",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.3.5",
"watchpack": "2.4.1",
Expand Down
Loading

0 comments on commit b6c7217

Please sign in to comment.