build(deps): batch bzlmod dependency bumps - #217
Merged
Merged
Conversation
boringssl 0.20260730.0 → 0.20260803.0 googletest 1.18.0 → 1.18.0.bcr.1 nlohmann_json 3.12.0.bcr.1 → 3.12.0.bcr.2 rules_java 9.7.0 → 9.8.0 toolchains_llvm 1.8.0 → 1.9.0 Collapses five open Renovate PRs that each edited MODULE.bazel and would have conflicted merged in sequence. toolchains_llvm 1.9.0 swaps its helly25_bzl dep for mboworks_bzl; both lockfiles updated to match.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aggregates the five open Renovate dependency PRs (#177, #182, #183, #195, #204) into a single commit. Each of them edits
MODULE.bazel, two on adjacent lines, so merging them in sequence means rebasing four of them.boringssl 0.20260730.0 → 0.20260803.0, googletest 1.18.0 → 1.18.0.bcr.1, nlohmann_json 3.12.0.bcr.1 → 3.12.0.bcr.2, rules_java 9.7.0 → 9.8.0, toolchains_llvm 1.8.0 → 1.9.0. Both lockfiles are regenerated, which the Renovate PRs skipped — worth a look, since toolchains_llvm 1.9.0 drops its helly25_bzl dep in favour of mboworks_bzl.
Tested with
bazel test //... --config=ci, the out-of-tree consumer module under--config=werror, and the exceptions-disabled build.