Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Bumps the dependencies group with 4 updates: bazel_skylib, rules_java, rules_jvm_external and rules_shell.

Updates bazel_skylib from 1.8.1 to 1.8.2

Updates rules_java from 8.15.2 to 9.0.0

Updates rules_jvm_external from 6.8 to 6.9

Updates rules_shell from 0.6.0 to 0.6.1

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the dependencies group with 4 updates: bazel_skylib, rules_java, rules_jvm_external and rules_shell.


Updates `bazel_skylib` from 1.8.1 to 1.8.2

Updates `rules_java` from 8.15.2 to 9.0.0

Updates `rules_jvm_external` from 6.8 to 6.9

Updates `rules_shell` from 0.6.0 to 0.6.1

---
updated-dependencies:
- dependency-name: bazel_skylib
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rules_java
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: rules_jvm_external
  dependency-version: '6.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rules_shell
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Nov 4, 2025
@cpovirk cpovirk self-assigned this Nov 5, 2025
@cpovirk cpovirk added the P2 label Nov 5, 2025
Copy link
Member

@cpovirk cpovirk left a comment

Choose a reason for hiding this comment

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

To update the lockfile, I ran something like this:

function repin() { cd $(mktemp -d) && git clone git@github.com:google/bazel-common.git && cd bazel-common && gh pr checkout $1 && REPIN=1 bazelisk run @google_bazel_common_maven//:pin && git commit -a -m 'Update lockfile.' && git push; }; repin 236

I'm going to approve the PR to do some testing, but I had already imported it manually and updated the lockfile separately, so I'll stick with my existing CL.

@cpovirk
Copy link
Member

cpovirk commented Nov 5, 2025

(I can see here that the CI now succeeds. I think we've seen cases in which Copybara skips running CI again during imports, so that may be another reason to prefer making the fix on the GitHub side before importing. Or maybe the CI would still run as long as Copybara knew that the CL had been changed from the original? I'm not sure. Anyway, I have changes in flight that will allow us to fix in GitHub and import afterward in the future.)

copybara-service bot pushed a commit that referenced this pull request Nov 5, 2025
Bumps the dependencies group with 4 updates: bazel_skylib, rules_java, rules_jvm_external and rules_shell.

Updates `bazel_skylib` from 1.8.1 to 1.8.2

Updates `rules_java` from 8.15.2 to 9.0.0

Updates `rules_jvm_external` from 6.8 to 6.9

Updates `rules_shell` from 0.6.0 to 0.6.1

Fixes #236

RELNOTES=n/a
PiperOrigin-RevId: 828227576
@copybara-service copybara-service bot closed this in e3bcb29 Nov 5, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 5, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/bazel/dependencies-31547df0ab branch November 5, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file P2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant