Skip to content

build: update dependency rules_shell to v0.7.1#3574

Merged
alan-agius4 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/bazel-dependencies
Mar 26, 2026
Merged

build: update dependency rules_shell to v0.7.1#3574
alan-agius4 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/bazel-dependencies

Conversation

@angular-robot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
rules_shell bazel_dep minor 0.6.10.7.1

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

Release Notes

bazelbuild/rules_shell (rules_shell)

v0.7.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.7.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 = "3709d1745ba4be4ef054449647b62e424267066eca887bb00dd29242cb8463a0",
    strip_prefix = "rules_shell-0.7.1",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.7.1/rules_shell-v0.7.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.7.0...v0.7.1

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Mar 26, 2026
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the rules_shell dependency in bazel/integration/tests/nested_bazel_workspaces/basic/MODULE.bazel from version 0.6.1 to 0.7.1. The corresponding MODULE.bazel.lock file has also been updated to reflect the new hashes for version 0.7.1. There is no feedback to provide.

@alan-agius4 alan-agius4 merged commit ff66e95 into angular:main Mar 26, 2026
13 checks passed
@alan-agius4
Copy link
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

@angular-robot angular-robot deleted the ng-renovate/bazel-dependencies branch March 26, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants