Bump the all-in-one group across 1 directory with 5 updates#21
Bump the all-in-one group across 1 directory with 5 updates#21dependabot[bot] wants to merge 2 commits into
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
Bumps the all-in-one group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [platforms](https://github.com/bazelbuild/platforms) | `1.0.0` | `1.1.0` | | [rules_cc](https://github.com/bazelbuild/rules_cc) | `0.2.16` | `0.2.18` | | [grpc](https://github.com/grpc/grpc) | `1.76.0.bcr.1` | `1.81.0-pre1` | | [flatbuffers](https://github.com/google/flatbuffers) | `25.2.10` | `25.12.19` | | [buildifier_prebuilt](https://github.com/keith/buildifier-prebuilt) | `8.2.0.2` | `8.5.1.2` | Updates `platforms` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/bazelbuild/platforms/releases) - [Commits](bazelbuild/platforms@1.0.0...1.1.0) Updates `rules_cc` from 0.2.16 to 0.2.18 - [Release notes](https://github.com/bazelbuild/rules_cc/releases) - [Commits](bazelbuild/rules_cc@0.2.16...0.2.18) Updates `grpc` from 1.76.0.bcr.1 to 1.81.0-pre1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/commits/v1.81.0-pre1) Updates `flatbuffers` from 25.2.10 to 25.12.19 - [Release notes](https://github.com/google/flatbuffers/releases) - [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md) - [Commits](google/flatbuffers@v25.2.10...v25.12.19) Updates `buildifier_prebuilt` from 8.2.0.2 to 8.5.1.2 - [Release notes](https://github.com/keith/buildifier-prebuilt/releases) - [Commits](keith/buildifier-prebuilt@8.2.0.2...8.5.1.2) --- updated-dependencies: - dependency-name: buildifier_prebuilt dependency-version: 8.5.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-in-one - dependency-name: flatbuffers dependency-version: 25.12.19 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-in-one - dependency-name: grpc dependency-version: 1.81.0-pre1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-in-one - dependency-name: platforms dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-in-one - dependency-name: rules_cc dependency-version: 0.2.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-in-one ... Signed-off-by: dependabot[bot] <support@github.com>
860e537 to
273677e
Compare
|
@dependabot ignore this minor version |
There was a problem hiding this comment.
Pull request overview
This Dependabot PR updates Bazel module dependencies in MODULE.bazel and refreshes MODULE.bazel.lock accordingly, bumping several key third-party build/runtime components (platform constraints, C++ rules, gRPC, FlatBuffers, and Buildifier toolchain).
Changes:
- Bump direct Bazel deps:
platforms→ 1.1.0,rules_cc→ 0.2.18,grpc→ 1.81.0-pre1,flatbuffers→ 25.12.19,buildifier_prebuilt→ 8.5.1.2. - Regenerate
MODULE.bazel.lockto reflect updated direct + transitive module resolution.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| MODULE.bazel | Updates declared Bazel module dependency versions for core build/runtime tooling. |
| MODULE.bazel.lock | Updates the resolved module graph/registry hashes to match the new dependency set. |
Comments suppressed due to low confidence (1)
MODULE.bazel:139
bazel_dep(name = "grpc", version = "1.81.0-pre1")is now inconsistent with thearchive_override(module_name = "grpc", ...)immediately below: the override still fetches v1.76.0 (strip_prefix = "grpc-1.76.0"and URL tov1.76.0.tar.gz). This will likely cause module resolution/build failures or silently pin the source to 1.76.0 despite declaring 1.81.0-pre1.
Update the override to match the new gRPC version (strip_prefix/URL/tag, and revalidate the patch still applies), or remove the override if it’s no longer needed for the newer version.
bazel_dep(name = "grpc", version = "1.81.0-pre1")
# Patch grpc and bundled abseil-cpp to not link -lpthread on QNX (pthread is built into libc on QNX)
archive_override(
module_name = "grpc",
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
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 |
|
check later again |
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the all-in-one group with 5 updates in the / directory:
1.0.01.1.00.2.160.2.181.76.0.bcr.11.81.0-pre125.2.1025.12.198.2.0.28.5.1.2Updates
platformsfrom 1.0.0 to 1.1.0Release notes
Sourced from platforms's releases.
Commits
2d4b499Prepare release 1.1.0 (#137)8a4b31aAdd CPU constraints for common Rust platforms (#134)dbae6fcAdd a CPU constraint for loongarch64. (#133)d0f417fAdd support for Bazel 9 (#135)5cf9456Generalize owners to configurability team (#119)cdcb207Add aix os constraint. (#126)24f82fbAdd package_metadata target (#122)9b6373dRemove outdated platform_data implementation. (#120)d4faccdUpdate release instructions (#118)Updates
rules_ccfrom 0.2.16 to 0.2.18Release notes
Sourced from rules_cc's releases.
... (truncated)
Commits
0850152Centralize stamp injection between the cc toolchain and PostMark.8956a5bFix interface library sonamef2cb3b4Disable interface library -soname if already passedea015e6Remove incompatible_use_specific_tool_files use9bf4119Remove unnecessary requires for archiver_flags0b11998cc_toolchain's tool_map should be cfg-exec-configured2993fd1Remove uses of bazel_features gecab7071Fix bazel_features usage in strip_include_prefix test72e42e7Handle None shared_non_lto_backends in lto_index_action.6d26834Refactor visibility to make it easier to add new packages without churn upstr...Updates
grpcfrom 1.76.0.bcr.1 to 1.81.0-pre1Release notes
Sourced from grpc's releases.
... (truncated)
Commits
Updates
flatbuffersfrom 25.2.10 to 25.12.19Release notes
Sourced from flatbuffers's releases.
... (truncated)
Changelog
Sourced from flatbuffers's changelog.
Commits
7e16302FlatBuffers Version 25.12.19 (#8871)57fdd4fDefault Vector Support C++ (#8870)8cb53ccAdd --gen-absl-hash option to generate AbslHashValue for structs. (#8868)fb55e0cRun clang-format -i **/*.cpp (#8865)d9fde67Remove progaurd-rules.pro (#8866)f74fda2Update CODEOWNERS15802faCreate CODEOWNERSa86afaeFix casing in generated Kotlin struct constructor function (#8849)60910fbFix nullability of generated Kotlin ByteBuffer accessors (#8844)7bfaabc[TS] Flexbuffers root vector fix (#8847)Updates
buildifier_prebuiltfrom 8.2.0.2 to 8.5.1.2Release notes
Sourced from buildifier_prebuilt's releases.
... (truncated)
Commits
bf945a5Update release CI (#144)d209874Update README.md for 8.5.1.1 (#143)3181ae4Add windows arm64 support (#142)16ca116Update README.md for 8.5.1 (#139)0dae915Bump to 8.5.1 (#138)ab040d6Move CI workflow into ci.yml (#136)47ae73dAdd rules_shell as runtime dep (#137)1075c04Add 9.x to CI (#134)0294a33Update README.md for 8.2.1.2 (#133)f455d97Add s390x definitions (#132)