Bump rules_shell from 0.6.1 to 0.8.0#60
Conversation
Bumps [rules_shell](https://github.com/bazel-contrib/rules_shell) from 0.6.1 to 0.8.0. - [Release notes](https://github.com/bazel-contrib/rules_shell/releases) - [Commits](bazel-contrib/rules_shell@v0.6.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>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 353b303996
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| bazel_dep(name = "rules_python", version = "1.9.0") | ||
| bazel_dep(name = "bazel_skylib", version = "1.9.0") | ||
| bazel_dep(name = "rules_shell", version = "0.6.1") | ||
| bazel_dep(name = "rules_shell", version = "0.8.0") |
There was a problem hiding this comment.
Update the rules_shell git override too
Because this module has a git_override for rules_shell, Bazel will fetch the pinned git source instead of the BCR 0.8.0 archive selected here. The override still points at bazelbuild/rules_shell commit e071f45e..., which is the v0.6.1 source, while the BCR entry for 0.8.0 comes from the new 0.8.0 release archive; as a result builds keep using the old rules_shell implementation despite this version bump. Please update or remove the override alongside the bazel_dep bump.
Useful? React with 👍 / 👎.
Bumps rules_shell from 0.6.1 to 0.8.0.
Release notes
Sourced from rules_shell's releases.
... (truncated)
Commits
c02969aAdd new repository entry to metadata template (#54)81e1eb9Add providers.bzl toshell/private:private_bzl(#57)9d7cb08Update CONTRIBUTING.md to simplify contribution process (#56)81c0071Migrate from Publish to BCR app to workflow (#50)5132dd4AddShInfoandShBinaryInfoproviders (#47)1e8bab6Don't emit a shebang withuse_bash_launcheron Windows (#44)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)