Skip to content

chore(deps): update dependency rules_shell to v0.4.1 #7647

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2025

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
rules_shell bazel_dep patch 0.4.0 -> 0.4.1
rules_shell http_archive patch v0.4.0 -> v0.4.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bazelbuild/rules_shell (rules_shell)

v0.4.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.4.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 = "bc61ef94facc78e20a645726f64756e5e285a045037c7a61f65af2941f4c25e1",
    strip_prefix = "rules_shell-0.4.1",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.4.1/rules_shell-v0.4.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: bazelbuild/rules_shell@v0.4.0...v0.4.1


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 these updates again.


  • If you want to rebase/retry this PR, check this box

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

@github-actions github-actions bot added the awaiting-review Awaiting review from Bazel team on PRs label May 6, 2025
@satyanandak satyanandak added the product: IntelliJ IntelliJ plugin label May 20, 2025
@jastice jastice added the P2 We'll consider working on this in future. (Assignee optional) label May 21, 2025
@renovate-bot renovate-bot force-pushed the renovate/rules_shell-0.x branch 6 times, most recently from b9c137b to d9141c9 Compare May 30, 2025 06:34
@renovate-bot renovate-bot force-pushed the renovate/rules_shell-0.x branch from d9141c9 to b903d5d Compare May 30, 2025 14:49
@odisseus odisseus merged commit f216baa into bazelbuild:master May 30, 2025
5 checks passed
@github-project-automation github-project-automation bot moved this from Untriaged to Done in Bazel IntelliJ Plugin May 30, 2025
@github-actions github-actions bot removed the awaiting-review Awaiting review from Bazel team on PRs label May 30, 2025
@renovate-bot renovate-bot deleted the renovate/rules_shell-0.x branch May 30, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 We'll consider working on this in future. (Assignee optional) product: IntelliJ IntelliJ plugin
Projects
Development

Successfully merging this pull request may close these issues.

6 participants