Skip to content

Bump bazel_lib from 3.0.0 to 3.2.2#126

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/bazel_lib-3.2.2
Open

Bump bazel_lib from 3.0.0 to 3.2.2#126
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/bazel_lib-3.2.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 12, 2026

Bumps bazel_lib from 3.0.0 to 3.2.2.

Release notes

Sourced from bazel_lib's releases.

v3.2.2

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "bazel_lib", version = "3.2.2")

Using WORKSPACE (deprecated)

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazel_lib",
sha256 = "3d62bf30b95b71a566d9ebca50ee78d370b12522d244235b41166f65b142705d",
strip_prefix = "bazel-lib-3.2.2",
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.2.2/bazel-lib-v3.2.2.tar.gz",
)
load("@​bazel_lib//lib:repositories.bzl", "bazel_lib_dependencies", "bazel_lib_register_toolchains")
Required bazel-lib dependencies
bazel_lib_dependencies()
Required rules_shell dependencies
load("@​rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
rules_shell_dependencies()
rules_shell_toolchains()
Register bazel-lib toolchains
bazel_lib_register_toolchains()
Create the host platform repository transitively required by bazel-lib
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@platforms//host:extension.bzl", "host_platform_repo")
maybe(
host_platform_repo,
name = "host_platform",
)
</tr></table>

... (truncated)

Commits
  • cac2d78 fix: declare COREUTILS_TOOLCHAIN as a Label()
  • 12a09a5 fix: Only enable path mapping if supported (#1243)
  • d75b90e fix: Mark toolchains as reproducible (#1241)
  • 709790d fix: quote path variables in write_source_file shell scripts (#1239)
  • d4f21b1 chore: update repo_utils.bzl to valid MDX
  • c5fc1ca chore(deps): update bazel-contrib/publish-to-bcr action to v1 (#1208)
  • e6420f3 feat: expand the usefulness of resource_sets (#1235)
  • 8a8fcd6 fix: Windows batch file line endings to avoid cmd parsing bug (#1222)
  • 8aff7dc fix: Using "current_working_dir" instead of "runfiles_dir" at write_source_fi...
  • 3da7568 refactor: shorter patch for release (#1226)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bazel_lib](https://github.com/bazel-contrib/bazel-lib) from 3.0.0 to 3.2.2.
- [Release notes](https://github.com/bazel-contrib/bazel-lib/releases)
- [Commits](bazel-contrib/bazel-lib@v3.0.0...v3.2.2)

---
updated-dependencies:
- dependency-name: bazel_lib
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants