Skip to content

Bump rules_shell from 0.5.0 to 0.6.1 - #21445

Merged
redsun82 merged 1 commit into
mainfrom
dependabot/bazel/rules_shell-0.6.1
Mar 10, 2026
Merged

Bump rules_shell from 0.5.0 to 0.6.1#21445
redsun82 merged 1 commit into
mainfrom
dependabot/bazel/rules_shell-0.6.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 10, 2026

Copy link
Copy Markdown
Contributor

Bumps rules_shell from 0.5.0 to 0.6.1.

Release notes

Sourced from rules_shell's releases.

v0.6.1

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name="rules_shell", version="0.6.1")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name="rules_shell",
sha256="e6b87c89bd0b27039e3af2c5da01147452f240f75d505f5b6880874f31036307",
strip_prefix="rules_shell-0.6.1",
url="https://github.com/bazelbuild/rules_shell/releases/download/v0.6.1/rules_shell-v0.6.1.tar.gz",
)
load("@​rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
rules_shell_dependencies()
rules_shell_toolchains()

What's Changed

Full Changelog: bazel-contrib/rules_shell@v0.6.0...v0.6.1

v0.6.0

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name="rules_shell", version="0.6.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

</tr></table>

... (truncated)

Commits
  • e071f45 Fix docs for sh_test and sh_binary (#40)
  • 94c1e66 Use launcher wrapper to initialize runfiles (#38)
  • e6d8454 Update runfiles library label in setup instructions (#35)
  • 6501f73 fix: do not allow GREP_XXX env vars from breaking rlocation (#36)
  • 0713632 Use rockylinux8 instead of centos7 in BCR presubmit (#33)
  • See full diff 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 [rules_shell](https://github.com/bazelbuild/rules_shell) from 0.5.0 to 0.6.1.
- [Release notes](https://github.com/bazelbuild/rules_shell/releases)
- [Commits](bazel-contrib/rules_shell@v0.5.0...v0.6.1)
---
updated-dependencies:
- dependency-name: rules_shell
dependency-version: 0.6.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Mar 10, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerMarch 10, 2026 11:21
@dependabotdependabotBot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Mar 10, 2026
@codeql-ci

Copy link
Copy Markdown
Collaborator

Rerun has been triggered.

  • CPP Integration tests MacOS 🚀
  • CPP Integration tests Windows 🚀
  • CPP Integration tests Linux 🚀

@redsun82
redsun82 merged commit 267a46d into mainMar 10, 2026
80 of 83 checks passed
@redsun82
redsun82 deleted the dependabot/bazel/rules_shell-0.6.1 branch March 10, 2026 15:41
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazelPull requests that update bazel codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@codeql-ci@redsun82