v3.8.0: 2024-03-01 Edition
·
8 commits
to main
since this release
Changed
- Some environment variable mutations and additions are no longer leaked into the environment of
nodejs_binaryexecutables. (#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_bundlerule and related targets generated byyarn_install. (#50) - Removed
pkg_webrule. (#51)
Fixed
- Fixed
preinstall_cmdrunning in the wrong directory. (#46)