Skip to content

Commit

Permalink
Merge pull request #1128 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 Oct 14, 2024
2 parents aa1d46f + fba1978 commit 5ef84ca
Show file tree
Hide file tree
Showing 14 changed files with 280 additions and 554 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
- uses: angular/dev-infra/github-actions/branch-manager@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
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@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- 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@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- 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@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand Down Expand Up @@ -90,13 +90,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- 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 @@ -111,13 +111,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- 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 @@ -132,13 +132,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- 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 @@ -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@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand All @@ -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@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
- uses: angular/dev-infra/github-actions/commit-message-based-labels@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: angular/dev-infra/github-actions/post-approval-changes@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
- uses: angular/dev-infra/github-actions/post-approval-changes@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
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@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
- uses: angular/dev-infra/github-actions/feature-request@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
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@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup ESLint Caching
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/linting/licenses@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- 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@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- 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@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand All @@ -111,13 +111,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- 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 @@ -132,13 +132,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- 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 @@ -155,12 +155,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- 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 }}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "19.0.0-next.8",
"@angular/animations": "19.0.0-next.9",
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#e9e110c92e175a314636c9029ecd96c45201b774",
"@angular/cdk": "19.0.0-next.7",
"@angular/common": "19.0.0-next.8",
"@angular/compiler": "19.0.0-next.8",
"@angular/compiler-cli": "19.0.0-next.8",
"@angular/core": "19.0.0-next.8",
"@angular/forms": "19.0.0-next.8",
"@angular/localize": "19.0.0-next.8",
"@angular/material": "19.0.0-next.7",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8c60ac26d928a06c798c169aea768f9b7d11d9a6",
"@angular/platform-browser": "19.0.0-next.8",
"@angular/platform-browser-dynamic": "19.0.0-next.8",
"@angular/platform-server": "19.0.0-next.8",
"@angular/router": "19.0.0-next.8",
"@angular/service-worker": "19.0.0-next.8",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#0716bad6f23806efa2bf458215038f803f7e1b1a",
"@angular/cdk": "19.0.0-next.8",
"@angular/common": "19.0.0-next.9",
"@angular/compiler": "19.0.0-next.9",
"@angular/compiler-cli": "19.0.0-next.9",
"@angular/core": "19.0.0-next.9",
"@angular/forms": "19.0.0-next.9",
"@angular/localize": "19.0.0-next.9",
"@angular/material": "19.0.0-next.8",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#683ea7c55e4f12120251e063a509a1f8d15b7c55",
"@angular/platform-browser": "19.0.0-next.9",
"@angular/platform-browser-dynamic": "19.0.0-next.9",
"@angular/platform-server": "19.0.0-next.9",
"@angular/router": "19.0.0-next.9",
"@angular/service-worker": "19.0.0-next.9",
"@babel/core": "7.25.8",
"@babel/generator": "7.25.7",
"@babel/helper-annotate-as-pure": "7.25.7",
Expand Down Expand Up @@ -163,7 +163,7 @@
"lmdb": "3.1.3",
"loader-utils": "3.3.1",
"lodash": "^4.17.21",
"magic-string": "0.30.11",
"magic-string": "0.30.12",
"mini-css-extract-plugin": "2.9.1",
"mrmime": "2.0.0",
"ng-packagr": "19.0.0-next.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"https-proxy-agent": "7.0.5",
"istanbul-lib-instrument": "6.0.3",
"listr2": "8.2.5",
"magic-string": "0.30.11",
"magic-string": "0.30.12",
"mrmime": "2.0.0",
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@angular/router": "^19.0.0-next.0"
},
"devDependencies": {
"@angular/common": "19.0.0-next.8",
"@angular/compiler": "19.0.0-next.8",
"@angular/core": "19.0.0-next.8",
"@angular/platform-browser": "19.0.0-next.8",
"@angular/platform-server": "19.0.0-next.8",
"@angular/router": "19.0.0-next.8",
"@angular/common": "19.0.0-next.9",
"@angular/compiler": "19.0.0-next.9",
"@angular/core": "19.0.0-next.9",
"@angular/platform-browser": "19.0.0-next.9",
"@angular/platform-server": "19.0.0-next.9",
"@angular/router": "19.0.0-next.9",
"@bazel/runfiles": "^5.8.1"
},
"schematics": "./schematics/collection.json",
Expand Down
7 changes: 0 additions & 7 deletions packages/angular_devkit/build_angular/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,11 @@ ts_library(
"@npm//babel-loader",
"@npm//browserslist",
"@npm//copy-webpack-plugin",
"@npm//critters",
"@npm//css-loader",
"@npm//esbuild",
"@npm//esbuild-wasm",
"@npm//fast-glob",
"@npm//http-proxy-middleware",
"@npm//https-proxy-agent",
"@npm//istanbul-lib-instrument",
"@npm//jsonc-parser",
"@npm//karma",
Expand All @@ -178,13 +176,10 @@ ts_library(
"@npm//less-loader",
"@npm//license-webpack-plugin",
"@npm//loader-utils",
"@npm//magic-string",
"@npm//mini-css-extract-plugin",
"@npm//mrmime",
"@npm//ng-packagr",
"@npm//open",
"@npm//ora",
"@npm//parse5-html-rewriting-stream",
"@npm//piscina",
"@npm//postcss",
"@npm//postcss-loader",
Expand All @@ -199,8 +194,6 @@ ts_library(
"@npm//tree-kill",
"@npm//tslib",
"@npm//typescript",
"@npm//vite",
"@npm//watchpack",
"@npm//webpack",
"@npm//webpack-dev-middleware",
"@npm//webpack-dev-server",
Expand Down
Loading

0 comments on commit 5ef84ca

Please sign in to comment.