chore(all): update dependency protobuf to v35#322
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the protobuf dependency version in MODULE.bazel from 34.1 to 35.0. Feedback was provided regarding a version mismatch between MODULE.bazel and go.mod, as repository rules require these dependency versions to be kept in sync.
| bazel_dep(name = "gazelle", version = "0.51.0", repo_name = "bazel_gazelle") | ||
| bazel_dep(name = "grpc", version = "1.80.0", repo_name = "com_github_grpc_grpc") | ||
| bazel_dep(name = "protobuf", version = "34.1", repo_name = "com_google_protobuf") | ||
| bazel_dep(name = "protobuf", version = "35.0", repo_name = "com_google_protobuf") |
Contributor
There was a problem hiding this comment.
The protobuf version in MODULE.bazel (35.0) is out of sync with the google.golang.org/protobuf version in go.mod (1.36.11). According to the repository's general rules, dependency versions should be kept in sync between go.mod and MODULE.bazel. Please ensure that both files are updated to the same version to maintain consistency.
References
- Dependency versions should be kept in sync between go.mod and MODULE.bazel.
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.
This PR contains the following updates:
34.1→35.0Release Notes
protocolbuffers/protobuf (protobuf)
v35.0: Protocol Buffers v35.0Announcements
f9f32d2)Bazel
3ee8d8a)protocoptflag out of theccdir, since it is not a c++-specific flag. (325d8dc)f08d703)f9f32d2)1816758)Compiler
ae0d964)enforce_naming_stylefeature to avoid field naming collisions which will be implemented in Edition 2026. (e4911a1)3bf2b07)XyzViewif there is any direct sibling namedXyz(63d6ef0)ce2eb73)adc8d22)6ced612)be1292f)3a87c6c)34c1110)Singulartrait, for types which are allowed as simple fields (cdbfaf1)a8daa95)C++
78dc67e)ae0d964)enforce_naming_stylefeature to avoid field naming collisions which will be implemented in Edition 2026. (e4911a1)1cb4fdb)cb5fe97)ListFieldsreflection call (555360e)Arena::UniquePtrandArena::Ptras smart pointers to better manage (bb00218)5a56dee)SetHasBitForRepeated()call. (8c1a9a4)f08d703)proto2::sort/stable_sortutilities that behave as the standard ones but are optimized for Protobuf containers. (252281f)proto2::erase/erase_ifutilities that behave as the standard ones but are optimized for Protobuf containers. (dc9fb35)bd42ac6)1816758)ec42e19)3a87c6c)d5d6d4c)4bcf773)34c1110)UnsafeArenaExtractSubrange,ReleaseLastandSwapElements. (d124c2d)0936f33)507f86b)a203388)zero_copy_stream_impl.h(a904af9)6d23e8e)Java
514aceb)enforce_naming_stylefeature to avoid field naming collisions which will be implemented in Edition 2026. (e4911a1)57093a8)1816758)a203388)Csharp
407f457)6029d17)Objective-C
8274114)e3bee07)e1f2f52)Rust
XyzViewif there is any direct sibling namedXyz(63d6ef0)ce2eb73)7f7b974)d787869)6ced612)f8daf2f)74b6f3f)be1292f)5bde6e8)a3bf3ec)ab3793e)Singulartrait, for types which are allowed as simple fields (cdbfaf1)a8daa95)Python
8abff6b)28e4512)SetHasBitForRepeated()call. (8c1a9a4)3edd615)cbe6403)msg.MergeFrom(msg2)in Python. (ab14c0f)059dc7e)f08d703)b4c3fec)f10c1de)d2b0016)intasint(ea78297)PHP
3bf2b07)PHP C-Extension
3f04505)Ruby
918ad5b)Ruby C-Extension
918ad5b)UPB (Python/PHP/Ruby C-Extension)
e7785e0)29476e1)b4c3fec)Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.