chore(deps): update bazel modules (major) #170
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.
This PR contains the following updates:
v6.4.0->v8.2.1v3.14.0->v33.0Release Notes
bazelbuild/buildtools (com_github_bazelbuild_buildtools)
v8.2.1: Release 8.2.1 (2025-06-10)Compare Source
What's Changed
New Contributors
Full Changelog: bazelbuild/buildtools@v8.2.0...v8.2.1
v8.2.0: Release 8.2.0 (2025-04-30)Compare Source
What's Changed
set kindto remember starting line of the rule by @oreflow in #1342use_repoby @fmeum in #1339includecalls together inMODULE.bazelfiles by @fmeum in #1345buildifier2by @oreflow in #1350New Contributors
Full Changelog: bazelbuild/buildtools@v8.0.3...v8.2.0
v8.0.3: Release 8.0.3 (2025-02-05)Compare Source
What's Changed
Full Changelog: bazelbuild/buildtools@v8.0.2...v8.0.3
v8.0.2: Release 8.0.2 (2025-01-30)Compare Source
What's Changed
New Contributors
Full Changelog: bazelbuild/buildtools@v8.0.1...v8.0.2
v8.0.1: Release 8.0.1 (2025-01-15)Compare Source
What's Changed
.buildifier-tables.jsonwhen run from a subdirectory by @dpleshakov in #1312New Contributors
Full Changelog: bazelbuild/buildtools@v8.0.0...v8.0.1
v8.0.0: Release 8.0.0 (2025-01-09)Compare Source
What's Changed
Full Changelog: bazelbuild/buildtools@v7.3.1...v8.0.0
v7.3.1: Release 7.3.1 (2024-08-27)Compare Source
What's Changed
@foo.bzlloads by @fmeum in #1272New Contributors
Full Changelog: bazelbuild/buildtools@v7.1.2...v7.3.1
v7.1.2: Release 7.1.2 (2024-05-23)Compare Source
What's Changed
*.MODULE.bazelfiles by @fmeum in #1266Full Changelog: bazelbuild/buildtools@v7.1.1...v7.1.2
v7.1.1: Release 7.1.1 (2024-04-17)Compare Source
What's Changed
licensesanddistribsinpackage()by @aiuto in #1261foo = bar.baz()by @fmeum in #1263New Contributors
Full Changelog: bazelbuild/buildtools@v7.1.0...v7.1.1
v7.1.0: Release 7.1.0 (2024-03-26)Compare Source
load-on-top,out-of-order-loadandsame-origin-loadare now removed.distribsare no longer being moved into the package declarationprotocolbuffers/protobuf (com_google_protobuf)
v33.0: Protocol Buffers v33.0Compare Source
Announcements
Bazel
d5217fd)30d2332)d98e2ef)Compiler
ae308fc)abeb130)C++
813a7ef)RepeatedField(Arena*)constructor private in a future release. (768db14)Map(Arena*)constructor private in a future release. (543a17f)3d94d83)RepeatedPtrField(Arena*)constructor private in a future release (6422b9d)b64e490)RuntimeAssertInBoundsto remove repeated logic and makeGet/Mutableeasier to read. (2f270c4)ae308fc)e25e267)90824aa)6ea1640)a959f27)c7030f4)95b1763)Java
Restored compatibility of runtime with gencode created with protoc <3.21
With this release, compatibility of the runtime with older gencode down to 3.0.0 is restored, compared to the previous support minimum of gencode created with 3.22+. Note that it is still strongly recommended to regenerate your gencode with a newer protoc and to avoid using gencode which was created with an old protoc.
Generated code from this range is covered by CVE-2022-3171 and is potentially vulnerable to a Denial of Service risk.
JavaProto 4.x previously dropped compatibility with the potentially vulnerable generated code, having the behavior of:
Starting with this release:
-Dcom.google.protobuf.error_on_unsafe_pre22_gencode) or to entirely silence the logged messages (-Dcom.google.protobuf.use_unsafe_pre22_gencode)This change was made based on community feedback regarding the difficulty in identifying and quickly remediating stale gencode in their transitive dependencies weighed against a careful evaluation of the realistic risk exposure of DoS (with no risk of other concerns including information leak or RCE).
We strongly recommend that any users who observe the log messages to regenerate the corresponding code with a newer protoc. We recommend that any security-conscious services opt into the
error_on_unsafe_pre22_gencodebehavior to preclude any risk of a Denial of Service surface area being exposed.A future 4.x release may flip the default behavior to error by default as a measure to further help the ecosystem avoid the Denial of Service risks, while still maintaining the ability to opt into continuing to use insecure gencode for users who are parsing trusted inputs and where the difficulty of regenerating is high.
Changes
e55224c)8de4002)c4ff7a6)537ac35)eba6df2)ca4fb2f)4376591)a995803)7b0bee3)varint,fixed32, andfixed64fields inUnknownFieldSet.Field(810272f)badaf41)c518f25)8d51e34)94a2a44(ea33ae8)7bff169(f2257f5)abeb130)e05db5c)isPlaceholder()accessors to file, message, and enum descriptors (f978ec2)745e15b)b68b673)5768acd)7c51e5b)GeneratedMessage.ExtendableMessage.extensions(b25d39e)Rust
_(c3f7e8d)Send(8bff944)Python
56b2b89)d57d270)5f6c013)07ef676)c36f728)__slots__to empty in.pyifiles. (38ca2d3)4659cd7)4ee55d7)PHP
6fee29b)UPB (Python/PHP/Ruby C-Extension)
c36f728)Other
dcace2f)4b4e405)9806994)a6bdd0a)v32.1: Protocol Buffers v32.1Compare Source
Announcements
Compiler
34d6c85)b98f6ee)aad0daa)C++
aad0daa)Java
892e0d5)7bff169(4a18be6)94a2a44(501f4a5)d365736)9325480)34d6c85)b98f6ee)Csharp
299774c)PHP
bc5f303)v32.0: Protocol Buffers v32.0Compare Source
Announcements
Bazel
6f4a990)import optionandoption_depstest proto in edition 2024. (c51df73)776c5f2)e3e56c7)795ab9d)da0077e)639f1c9)Compiler
ef3f9ca)google.protobuf.Method.syntaxandgoogle.protobuf.Method.edition(9ec241e)26843b3)import weakandweakfield option in edition 2024 in protoc (parser and c++ runtime). (a2a0511)C++
ef3f9ca)7359f75)import optionandoption_depstest proto in edition 2024. (c51df73)c6ba697)26843b3)3e935cf)6a6ba52)21c3c53)import weakandweakfield option in edition 2024 in protoc (parser and c++ runtime). (a2a0511)Java
ef3f9ca)import optionandoption_depswhich exclude the options from the "builder" pool (aka "import" pool). (694eedd)7359f75)6f4a990)adf556f)6216ae4)5777d3b)527b2ab)26843b3)c3177fb)84c5b63)Csharp
0014173)7359f75)6216ae4)26843b3)c2b4040)dc4e429)Objective-C
26843b3)Rust
DEP_UPB_VERSIONcheck in codegen crate (#22764) (6f6012a)26843b3)1b4b5fc)e2fd7a0)aba2075)aca1ed5)Python
ef3f9ca)7359f75)1a7e012)0b25f7b)72abf95)--incompatible_config_setting_private_default_visibility(#22745) (5e2838e)64a76e6)508aba1)26843b3)1af7fd4)49d9e2d)f59b84a)e5f9ab4)e004c8b)17838be)f69180a)6972464)cbad456)f63ed55)4274909)727a8ed)PHP
26843b3)9fbce62)01a7429)676666e)PHP C-Extension
6216ae4)158d8ac)01a7429)Ruby
--incompatible_config_setting_private_default_visibility(#22745) (5e2838e)26843b3)rb_testrules to run test (#21733) (4f74764)Ruby C-Extension
6216ae4)wrap_memcpy.ccompatibility shim for pre-2.14 glibc (4ba9733)UPB (Python/PHP/Ruby C-Extension)
6216ae4)--incompatible_config_setting_private_default_visibility(#22745) (5e2838e)f15d28a)Other
e001d57)2025051.1 (ee68ed1)rules_rubyto applyneverlink = Trueto thejarsrule ([#21416](https://redirect.github.com/protocolbuffers/protobuConfiguration
📅 Schedule: Branch creation - "before 8am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.