v3.8.0: 2024-03-01 Edition
Silic0nS0ldier
released this
01 Mar 04:54
·
8 commits
to main
since this release
Changed
- Some environment variable mutations and additions are no longer leaked into the environment of
nodejs_binary
executables. (#45)
The following environment variables no longer leak in.PWD
(bash)RUNFILES_MANIFEST_FILE
(bash runfiles library)BAZEL_NODE_RUNFILES_HELPER
(rules nodejs)BAZEL_NODE_PATCH_REQUIRE
(rules nodejs)BAZEL_TARGET
(rules nodejs)SHLVL
(bash)BAZEL_NODE_MODULES_ROOTS
(rules nodejs)_RLOCATION_ISABS_PATTERN
(bash runfiles library)BAZEL_WORKSPACE
(rules nodejs)BASH_FUNC_rlocation%%
(bash runfiles library)BASH_FUNC_runfiles_export_envvars%%
(bash runfiles library)_
(bash)
Removed
- Removed
npm_umd_bundle
rule and related targets generated byyarn_install
. (#50) - Removed
pkg_web
rule. (#51)
Fixed
- Fixed
preinstall_cmd
running in the wrong directory. (#46)