bazel-contrib / rules_nodejs

NodeJS toolchain for Bazel.
https://bazelbuild.github.io/rules_nodejs/
Apache License 2.0
733 stars 523 forks source link

chore: update dependency aspect_bazel_lib to v2.9.4 #3803

Open renovate[bot] opened 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Type Update Change
aspect_bazel_lib http_archive patch v2.9.3 -> v2.9.4

Release Notes

aspect-build/bazel-lib (aspect_bazel_lib) ### [`v2.9.4`](https://redirect.github.com/bazel-contrib/bazel-lib/releases/tag/v2.9.4) [Compare Source](https://redirect.github.com/aspect-build/bazel-lib/compare/v2.9.3...v2.9.4) ##### Using Bzlmod with Bazel 6: 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "aspect_bazel_lib", version = "2.9.4") ``` > Read more about bzlmod: ##### Using WORKSPACE Paste this snippet into your `WORKSPACE` file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "aspect_bazel_lib", sha256 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3", strip_prefix = "bazel-lib-2.9.4", url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.tar.gz", ) load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains") ##### Required bazel-lib dependencies aspect_bazel_lib_dependencies() ##### Register bazel-lib toolchains aspect_bazel_lib_register_toolchains() ``` ##### What's Changed - fix: allow_tags_propagation defaults true in 7 by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazel-contrib/bazel-lib/pull/973](https://redirect.github.com/bazel-contrib/bazel-lib/pull/973) - docs: warn about gzip timestamps by [@​thesayyn](https://redirect.github.com/thesayyn) in [https://github.com/bazel-contrib/bazel-lib/pull/979](https://redirect.github.com/bazel-contrib/bazel-lib/pull/979) - fix: access FilesToRunProvider.repo_mapping_manifest indirectly by [@​plobsing](https://redirect.github.com/plobsing) in [https://github.com/bazel-contrib/bazel-lib/pull/976](https://redirect.github.com/bazel-contrib/bazel-lib/pull/976) **Full Changelog**: https://github.com/bazel-contrib/bazel-lib/compare/v2.9.3...v2.9.4

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.