chore(deps): update all non-major dependencies - #584
Merged
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
July 23, 2026 19:37
83c62ee to
2e26209
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 30, 2026 08:33
2e26209 to
8a34c92
Compare
alecthomas
approved these changes
Jul 30, 2026
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:
v1.15.0→v1.16.0v0.5.2→v0.5.4v1.3.6→v1.3.8v1.4.13→v1.4.15v1.19.0→v1.19.1v0.5.15→v0.5.161.56.0→1.57.03.7.1→3.20.30.11.4→0.12.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
alecthomas/kong (github.com/alecthomas/kong)
v1.16.0Compare Source
alecthomas/repr (github.com/alecthomas/repr)
v0.5.4Compare Source
v0.5.3Compare Source
antchfx/xpath (github.com/antchfx/xpath)
v1.3.8Compare Source
What's Changed
v1.3.7Compare Source
Merged PR:
gabriel-vasile/mimetype (github.com/gabriel-vasile/mimetype)
v1.4.15: fix int overflow on 32bit archCompare Source
What's Changed
This release fixes an integer overflow panic on 32 bit architectures and retracts the previous release.
Full Changelog: gabriel-vasile/mimetype@v.1.4.14...v1.4.15
v1.4.14: pyc, pcap, cycloned, gedcom supportCompare Source
Media type changes
application/x-bytecode.python,application/vnd.tcpdump.pcap,application/vnd.cyclonedx+xml,application/vnd.cyclonedx+json,text/vnd.familysearch.gedcomimage/vnd.mozilla.apngsuperseded byimage/apngvideo/x-matroskasuperseded byvideo/matroskaapplication/x-rar-compressedsuperseded byapplication/vnd.rarFull changelog
New Contributors
Full Changelog: gabriel-vasile/mimetype@v1.4.13...v1.4.14
klauspost/compress (github.com/klauspost/compress)
v1.19.1Compare Source
What's Changed
Peekinstead ofReadBytefor thebufio.Readerdecode path by @joechenrh in #1169New Contributors
Full Changelog: klauspost/compress@v1.19.0...v1.19.1
ulikunitz/xz (github.com/ulikunitz/xz)
v0.5.16Compare Source
casey/just (just)
v1.57.0Compare Source
Changed
cmd.exewithout escaping (#3636 by casey)split('')splits into characters (#3650 by casey)[env]variables visible toshell()invocations (#3631 by casey)-(#3608 by casey)-=or--=(#3607 by casey)choose()regardless of count (#3605 by casey)[arg(flag)]with[arg(pattern)](#3602 by casey)Fixed
dotenv-commandin root module (#3643 by casey)..(#3641 by casey)[arg(min)]greater than zero cannot be default (#3639 by casey)--allow-missing(#3601 by casey)Added
len()function (#3663 by casey)Misc
else ifto grammar (#3667 by casey)--evaluate(#3657 by casey)--showand--usage(#3649 by casey)--completions(#3642 by casey)--showand--usage(#3632 by casey)--no-highlightwhen echoing script recipes (#3630 by casey)--groups(#3622 by casey)--global-justfile(#3621 by casey)NotFoundduring fallback (#3617 by casey)--evaluatepaths (#3613 by casey)[default]attribute (#3610 by casey)--choose(#3606 by casey)canonicalize()error message (#3604 by casey)protocolbuffers/protobuf (protoc)
v3.20.3: Protocol Buffers v3.20.3Java
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.2C++
v3.20.1: Protocol Buffers v3.20.1PHP
Ruby
Other
v3.20.0: Protocol Buffers v3.20.02022-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.mergeFromsubfield. (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_INSTALLto not install files (#7123)shadowed cached_size field
PHP
C#
Objective-C
proto_package_to_prefix_mappings_pathtopackage_to_prefix_mappings_path. (#9552)v3.19.4: Protocol Buffers v3.19.4Python
Ruby
optionalfields in a message is an exact multiple of 32. (#9440).PHP
optionalfields in a message is an exact multiple of 32. (#9440).v3.19.3: Protocol Buffers v3.19.3Python
v3.19.2: Protocol Buffers v3.19.2Java
v3.19.1: Protocol Buffers v3.19.1Bazel
JavaScript
ReferenceError: window is not definedwhen getting the global object (#9156)Ruby
v3.19.0: Protocol Buffers v3.19.0C++
MSVC_RUNTIME_LIBRARYproperty (#8851)Java
//java/com/google/protobuf/util/...with nullness annotationsKotlin
Python
JavaScript
PHP
Ruby
C#
v3.18.1: Protocol Buffers v3.18.1Python
Ruby
v3.18.0: Protocol Buffers v3.18.0C++
record the map items which are different in MessageDifferencer's reporter.
start.
Java
JavaScript
PHP
Ruby
Python
Other
v3.17.3: Protocol Buffers v3.17.3Python
C++
Kotlin
Java
finished parsing.
General
v3.15.8: Protocol Buffers v3.15.8Ruby
v3.15.0: Protocol Buffers v3.15.0Protocol Compiler
the --experimental_allow_proto3_optional flag.
C++
unknown fields
implementation detail users must not rely on. It should not be used in
unit tests.
C++.
output (does not affect comparison logic) and stop printing 'value' in the
path. The modified print functionality is in the
MessageDifferencer::StreamReporter.
crash.
cases out of line.
Python
collection directly instead of using the other methods of the BaseContainer.
JavaScript
getDescriptormethods with*as theirthistype.let/constfor generated messages.PHP
Ruby
upb library. This should lead to much better parsing performance,
particularly for large messages. (#8184).
recursion/run out of memory (#8195)
Java
with a direct ByteBuffer.
validation failure
java_helpers.h.
Java.
C#
v3.14.0: Protocol Buffers v3.14.0Protocol Compiler
generating code.
--deterministic_outputtoprotoc --encode=....C++
any effect.
non-optional fields.
error was encountered.
DebugString.
a single message.
possible. This fixes a lot of warnings when compiling with -Wsign-compare.
libprotocseparately (#7949)Java
0 bytes when not at EOF.
autoboxing.
@java.lang.Deprecatedif the proto enum has optiondeprecated = true;.Python
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.