Skip to content

Bump rules_shell from 0.7.1 to 0.8.0#6600

Merged
SimplyDanny merged 1 commit into
mainfrom
dependabot/bazel/rules_shell-0.8.0
Apr 17, 2026
Merged

Bump rules_shell from 0.7.1 to 0.8.0#6600
SimplyDanny merged 1 commit into
mainfrom
dependabot/bazel/rules_shell-0.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Bumps rules_shell from 0.7.1 to 0.8.0.

Release notes

Sourced from rules_shell's releases.

v0.8.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.8.0")

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 = "20721f63908879c083f94869e618ea8d4ff5edb91ff9a72a2ebee357fdbc352d",
    strip_prefix = "rules_shell-0.8.0",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.8.0/rules_shell-v0.8.0.tar.gz",
)
load("@​rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
rules_shell_dependencies()
rules_shell_toolchains()

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_shell@v0.7.1...v0.8.0

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update dependencies. label Apr 17, 2026
@SwiftLintBot
Copy link
Copy Markdown

2 Messages
📖 Building this branch resulted in the same binary size as when built on main.
📖 Skipping OSS check because SwiftLint hasn't changed compared to main.

Generated by 🚫 Danger

@dependabot dependabot Bot force-pushed the dependabot/bazel/rules_shell-0.8.0 branch from 3fa4004 to 15a302d Compare April 17, 2026 20:58
@SimplyDanny SimplyDanny enabled auto-merge (squash) April 17, 2026 21:04
Bumps [rules_shell](https://github.com/bazel-contrib/rules_shell) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/bazel-contrib/rules_shell/releases)
- [Commits](bazel-contrib/rules_shell@v0.7.1...v0.8.0)

---
updated-dependencies:
- dependency-name: rules_shell
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bazel/rules_shell-0.8.0 branch from 15a302d to 766f076 Compare April 17, 2026 21:12
@SimplyDanny SimplyDanny merged commit 98554ca into main Apr 17, 2026
27 checks passed
@SimplyDanny SimplyDanny deleted the dependabot/bazel/rules_shell-0.8.0 branch April 17, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants