-
Notifications
You must be signed in to change notification settings - Fork 26.3k
build: update to rules_nodejs 0.38 #32889
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
Conversation
1ba34ff
to
2e2aa85
Compare
b375c10
to
3005891
Compare
Caretaker: cl/271704225 needs to be patched in along with this change, so that the |
Updates the `rules_nodejs` version to the latest version. This is necessary to stay up-to-date and to unblock framework which also wants to update to `rules_nodejs#0.38.0`. This unblocks: angular/angular#32889.
Updates the `rules_nodejs` version to the latest version. This is necessary to stay up-to-date and to unblock framework which also wants to update to `rules_nodejs#0.38.0`. This unblocks: angular/angular#32889.
Updates the `rules_nodejs` version to the latest version. This is necessary to stay up-to-date and to unblock framework which also wants to update to `rules_nodejs#0.38.0`. This unblocks: angular/angular#32889.
3005891
to
7a18b1d
Compare
This comment has been minimized.
This comment has been minimized.
01ed06a
to
4b1effa
Compare
f96e6ad
to
9eebd72
Compare
@googlebot I consent |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
CARETAKER: see note above about g3 CL needed to patch in with this |
Note: I'm merging this to |
Updates the `material-unit-test` job to run tests against the latest commit of the Angular Components repository. We need to update to a version where components already updated to `rules_nodejs#0.38.0`. PR Close #32889
…2889) The components repository updated to rules_nodejs#0.38.0 before Angular Bazel did. To do this, the `@angular/bazel` v0.38.0 compatibility changes were patched on postinstall. This now conflicts because we install a `@angular/bazel` version in the `material-unit-tests` job that already includes these compatibility changes. This would result in the patch being a noop for which the `patch` command throws an error. We can remove this once components can install a released version of `@angular/bazel` that is compatible with `rules_nodejs#0.38.0`. PR Close #32889
Also update rules_nodejs 0.38.0->0.38.1 PR Close #32889
The history_server rule is not longer shipped with rules_nodejs as it has been replaced by auto-generated rule `load("@npm//history-server:index.bzl", "history_server")` which requires the user to add history-server to their package.json. PR Close #32889
Updates the `rules_nodejs` version to the latest version. This is necessary to stay up-to-date and to unblock framework which also wants to update to `rules_nodejs#0.38.0`. This unblocks: angular/angular#32889. (cherry picked from commit 65a8c96)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.