-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove install_bazel_dependencies #1877
Comments
Check that we removed |
|
working on this in #1921 |
Okay, I merged c18a98d so we no longer recommend using install_bazel_dependencies, and warn if you still use it. Verified I think we should leave it in this state for one major so users (Angular ng_module in particular) have a chance to do a migration while getting advantages of our 2.0. So I'll bump the rest of this issue to 3.0 milestone. We should remove install_bazel_depnedencies and the |
I receive this message:
|
Last I checked, renaming this one caused problems |
closed via #2337 |
As a consequence of making all packages loaded from their
@npm//@bazel/...
locations, we no longer need to call a repository rule to load from@npm
to create new workspaces.This is important to remove from users code as much as possible since it prevents lazy-installing npm dependencies only for builds that involve frontend. (eg in a monorepo with backend code those devs shouldn't wait for npm installs)
Also consider renaming functions like "npm_bazel_karma_dependencies"? Not sure if it's worth the churn though.
Also consider removing support for the "bazelWorkspaces" package.json key which is now vestigial and maybe no one uses
The text was updated successfully, but these errors were encountered: