Skip to content

Commit

Permalink
build: remove now unused bazel dependencies
Browse files Browse the repository at this point in the history
With the conversion to `rules_js` several `@bazel` scoped npm packages
are no longer needed to build and test the repository.
  • Loading branch information
clydin authored and alan-agius4 committed Jan 30, 2025
1 parent 2552093 commit 8efd4ca
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 314 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
modules/testing/builder/package.json=973445093
package.json=481574121
package.json=-139091988
packages/angular/build/package.json=1783072863
packages/angular/cli/package.json=1301682969
packages/angular/pwa/package.json=1108903917
Expand All @@ -17,6 +17,6 @@ packages/angular_devkit/schematics/package.json=673943597
packages/angular_devkit/schematics_cli/package.json=-169616762
packages/ngtools/webpack/package.json=1373072616
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=1390947533
pnpm-lock.yaml=-170645114
pnpm-workspace.yaml=-1056556036
yarn.lock=-1763104786
yarn.lock=-1265088461
2 changes: 0 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ yarn_install(
"//:.yarn/releases/yarn-4.5.0.cjs",
"//:.yarnrc.yml",
"//:patches/@angular+bazel+19.1.0-next.4.patch",
"//:patches/@bazel+concatjs+5.8.1.patch",
"//:patches/@bazel+jasmine+5.8.1.patch",
],
# Currently disabled due to:
# 1. Missing Windows support currently.
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@
"@babel/runtime": "7.26.7",
"@bazel/bazelisk": "1.25.0",
"@bazel/buildifier": "8.0.1",
"@bazel/concatjs": "5.8.1",
"@bazel/jasmine": "5.8.1",
"@bazel/rollup": "^5.8.1",
"@bazel/runfiles": "^6.0.0",
"@discoveryjs/json-ext": "0.6.3",
"@inquirer/confirm": "5.1.4",
Expand Down
69 changes: 0 additions & 69 deletions patches/@bazel+concatjs+5.8.1.patch

This file was deleted.

13 changes: 0 additions & 13 deletions patches/@bazel+jasmine+5.8.1.patch

This file was deleted.

103 changes: 2 additions & 101 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8efd4ca

Please sign in to comment.