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:
v0.36.0
->v0.40.0
1.5.0
->1.7.1
v3.14.0
->v3.29.2
v0.38.1
->v0.51.0
Release Notes
bazelbuild/bazel-gazelle (bazel_gazelle)
v0.40.0
Compare Source
What's Changed
version
argument by @fmeum in https://github.com/bazel-contrib/bazel-gazelle/pull/1974New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.39.1...v0.40.0
v0.39.1
Compare Source
Updates
rules_go
to fix this error:What's Changed
Full Changelog: bazel-contrib/bazel-gazelle@v0.39.0...v0.39.1
v0.39.0
Compare Source
What's Changed
+
in repo names by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1856go_repository
s by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1852main()
entrypoints tomain.go
by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1901New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.38.0...v0.39.0
v0.38.0
Compare Source
What's Changed
include()
inMODULE.bazel
by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1810//internal:bazel_test
on Mac to fix CI by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1842gazelle:resolve_regexp
by @lkassar-stripe in https://github.com/bazelbuild/bazel-gazelle/pull/1822external/...
prefix to${SRCDIR}
in external repos by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1850New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.37.0...v0.38.0
v0.37.0
Compare Source
What's Changed
debug_mode
option togo_deps
by @davidbyttow in https://github.com/bazelbuild/bazel-gazelle/pull/1806# gazelle:proto file
work without needing to set differentoption go_package
in .proto files by @jeromep-stripe in https://github.com/bazelbuild/bazel-gazelle/pull/1765New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.36.0...v0.37.0
bazelbuild/bazel-skylib (bazel_skylib)
v1.7.1
Compare Source
What's Changed
Full Changelog: bazelbuild/bazel-skylib@1.7.0...1.7.1
v1.7.0
Compare Source
New features
directory
rules by @matts1 in https://github.com/bazelbuild/bazel-skylib/pull/510is_normalized
andstarts_with
to paths module by @comius in https://github.com/bazelbuild/bazel-skylib/pull/514New Contributors
Full Changelog: bazelbuild/bazel-skylib@1.6.1...1.7.0
v1.6.1
Compare Source
What's Changed
modules
Bazel 6 compatibility by @phst in https://github.com/bazelbuild/bazel-skylib/pull/499New Contributors
Full Changelog: bazelbuild/bazel-skylib@1.6.0...1.6.1
v1.6.0
Compare Source
What's Changed
modules
by @fmeum in https://github.com/bazelbuild/bazel-skylib/pull/457out
onnative_binary
optional by @tpudlik in https://github.com/bazelbuild/bazel-skylib/pull/474bzl_library
to depend on non-bzl_library
targets by @Wyverald in https://github.com/bazelbuild/bazel-skylib/pull/495New Contributors
Full Changelog: bazelbuild/bazel-skylib@1.5.0...1.6.0
protocolbuffers/protobuf (com_google_protobuf)
v3.29.2
Compare Source
v3.29.1
Compare Source
v3.29.0
Compare Source
v3.28.3
Compare Source
v3.28.2
Compare Source
v3.28.1
Compare Source
v3.28.0
Compare Source
v3.27.5
Compare Source
v3.27.4
Compare Source
v3.27.3
Compare Source
v3.27.2
Compare Source
v3.27.1
Compare Source
v3.27.0
Compare Source
v3.26.1
Compare Source
v3.26.0
Compare Source
v3.25.5
Compare Source
v3.25.4
Compare Source
v3.25.3
Compare Source
v3.25.2
Compare Source
v3.25.1
Compare Source
v3.25.0
Compare Source
v3.24.4
Compare Source
v3.24.3
Compare Source
v3.24.2
Compare Source
v3.24.1
Compare Source
v3.24.0
Compare Source
v3.23.4
Compare Source
v3.23.3
Compare Source
v3.23.2
Compare Source
v3.23.1
Compare Source
v3.23.0
Compare Source
v3.22.5
Compare Source
v3.22.4
Compare Source
v3.22.3
Compare Source
v3.22.2
Compare Source
v3.22.1
Compare Source
v3.22.0
Compare Source
v3.21.12
Compare Source
v3.21.11
Compare Source
v3.21.10
Compare Source
v3.21.9
Compare Source
v3.21.8
Compare Source
v3.21.7
Compare Source
v3.21.6
Compare Source
v3.21.5
Compare Source
v3.21.4
Compare Source
v3.21.3
Compare Source
v3.21.2
Compare Source
v3.21.1
Compare Source
v3.21.0
Compare Source
v3.20.3
: Protocol Buffers v3.20.3Compare Source
Java
migrate parsing logic from parse constructor to builder.
constructor" to the Builder class.
messages rather than building up a new immutable object before merging. This
way results in fewer allocations and copy operations.
instances and merging afterwards. This has much better performance.
sub-messages directly from text rather than building a new sub-message and
merging the fully formed message into the existing field.
v3.20.2
: Protocol Buffers v3.20.2Compare Source
C++
v3.20.1
: Protocol Buffers v3.20.1Compare Source
PHP
Ruby
Other
v3.20.0
: Protocol Buffers v3.20.0Compare Source
2022-03-25 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Ruby
Ruby GC. In certain tests this leads to much lower memory usage due to more
frequent GC runs (#9586).
without losing precision.
systems.
putting such values in unknown fields.
Java
FieldSet.Builder.mergeFrom
subfield. (previously it was replaced.)’
Kotlin
Python
in type annotations.
*[Breaking change] Protobuf python generated codes are simplified. Descriptors and message
classes' definitions are now dynamic created in internal/builder.py.
Insertion Points for messages classes are discarded.
rather than only PyLongObjects.
first.
specified, the function returns a timezone-aware datetime in the given time
zone. If omitted or None, the function returns a timezone-naive UTC datetime
(as previously).
JSON serializations with UTF-8 or other non-ASCII encodings.
multi-dimensional arrays. Numpy arrays should be indexed or flattened explicitly before assignment.
Compiler
guard against stack overflows
more than one invalid character.
Arenas
C++
protobuf_INSTALL
to not install files (#7123)shadowed cached_size field
PHP
C#
Objective-C
proto_package_to_prefix_mappings_path
topackage_to_prefix_mappings_path
. (#9552)v3.19.6
: Protocol Buffers v3.19.6Compare Source
Java
migrate parsing logic from parse constructor to builder.
constructor" to the Builder class.
messages rather than building up a new immutable object before merging. This
way results in fewer allocations and copy operations.
instances and merging afterwards. This has much better performance.
sub-messages directly from text rather than building a new sub-message and
merging the fully formed message into the existing field.
v3.19.5
: Protocol Buffers v3.19.5Compare Source
C++
v3.19.4
: Protocol Buffers v3.19.4Compare Source
Python
Ruby
optional
fields in a message is an exact multiple of 32. (#9440).PHP
optional
fields in a message is an exact multiple of 32. (#9440).v3.19.3
: Protocol Buffers v3.19.3Compare Source
Python
v3.19.2
: Protocol Buffers v3.19.2[Compare Source](h
Configuration
📅 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.