Skip to content

Commit b7ace19

Browse files
dependabot[bot]Google Java Core Libraries
authored andcommitted
Bump rules_shell from 0.7.1 to 0.8.0 in the dependencies group
Bumps the dependencies group with 1 update: [rules_shell](https://github.com/bazel-contrib/rules_shell). Updates `rules_shell` from 0.7.1 to 0.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bazel-contrib/rules_shell/releases">rules_shell's releases</a>.</em></p> <blockquote> <h2>v0.8.0</h2> <h2>Using Bzlmod with Bazel 6 or greater</h2> <ol> <li>(Bazel 6 only) Enable with <code>common --enable_bzlmod</code> in <code>.bazelrc</code>.</li> <li>Add to your <code>MODULE.bazel</code> file:</li> </ol> <pre lang="starlark"><code>bazel_dep(name = &quot;rules_shell&quot;, version = &quot;0.8.0&quot;) </code></pre> <h2>Using WORKSPACE</h2> <p>Paste this snippet into your <code>WORKSPACE.bazel</code> file:</p> <pre lang="starlark"><code>load(&quot;@bazel_tools//tools/build_defs/repo:http.bzl&quot;, &quot;http_archive&quot;) http_archive( name = &quot;rules_shell&quot;, sha256 = &quot;20721f63908879c083f94869e618ea8d4ff5edb91ff9a72a2ebee357fdbc352d&quot;, strip_prefix = &quot;rules_shell-0.8.0&quot;, url = &quot;https://github.com/bazelbuild/rules_shell/releases/download/v0.8.0/rules_shell-v0.8.0.tar.gz&quot;, ) <p>load(&quot;<a href="https://github.com/rules"><code>@​rules</code></a>_shell//shell:repositories.bzl&quot;, &quot;rules_shell_dependencies&quot;, &quot;rules_shell_toolchains&quot;)<br /> rules_shell_dependencies()<br /> rules_shell_toolchains()<br /> </code></pre></p> <h2>What's Changed</h2> <ul> <li>Add providers.bzl to <code>shell/private:private_bzl</code> by <a href="https://github.com/avdv"><code>@​avdv</code></a> in <a href="https://redirect.github.com/bazel-contrib/rules_shell/pull/57">bazel-contrib/rules_shell#57</a></li> <li>Add new repository entry to metadata template by <a href="https://github.com/fmeum"><code>@​fmeum</code></a> in <a href="https://redirect.github.com/bazel-contrib/rules_shell/pull/54">bazel-contrib/rules_shell#54</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/avdv"><code>@​avdv</code></a> made their first contribution in <a href="https://redirect.github.com/bazel-contrib/rules_shell/pull/57">bazel-contrib/rules_shell#57</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bazel-contrib/rules_shell/compare/v0.7.1...v0.8.0">https://github.com/bazel-contrib/rules_shell/compare/v0.7.1...v0.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bazel-contrib/rules_shell/commit/c02969a1822191a179cd70c0cedd076385446a26"><code>c02969a</code></a> Add new repository entry to metadata template (<a href="https://redirect.github.com/bazel-contrib/rules_shell/issues/54">#54</a>)</li> <li><a href="https://github.com/bazel-contrib/rules_shell/commit/81e1eb9f91ed6fee09d2c8d79e77702ea57c052e"><code>81e1eb9</code></a> Add providers.bzl to <code>shell/private:private_bzl</code> (<a href="https://redirect.github.com/bazel-contrib/rules_shell/issues/57">#57</a>)</li> <li>See full diff in <a href="https://github.com/bazel-contrib/rules_shell/compare/v0.7.1...v0.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rules_shell&package-manager=bazel&previous-version=0.7.1&new-version=0.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Fixes #261 COPYBARA_INTEGRATE_REVIEW=#261 from google:dependabot/bazel/dependencies-0e6df7aae7 52495c2 PiperOrigin-RevId: 903246688
1 parent c95dc5d commit b7ace19

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bazel_dep(name = "bazel_skylib", version = "1.9.0")
1818
bazel_dep(name = "rules_android", version = "0.7.1")
1919
bazel_dep(name = "rules_java", version = "9.6.1")
2020
bazel_dep(name = "rules_jvm_external", version = "6.10")
21-
bazel_dep(name = "rules_shell", version = "0.7.1")
21+
bazel_dep(name = "rules_shell", version = "0.8.0")
2222

2323
GUAVA_VERSION = "33.6.0-jre"
2424

MODULE.bazel.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)