fix(deps): update all non-major dependencies #165
Merged
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:
^1.12.0
->^1.12.4
3.28.2
->3.29.1
2.66.0
->2.67.0
v5.0.2
->v5.1.0
v4.0.4
->v4.1.0
v1.34.2-20240717164558-a6c49f84cc0f.2
->v1.35.2-20241127180247-a33202765966.1
v1.44.0
->v1.47.2
1.7.2
->1.9.0
^1.1.0
->^1.1.1
v2.8.0
->v2.8.2
v1.67.1
->v1.68.1
v1.34.2
->v1.35.2
0.13.3
->0.13.4
1.0.210
->1.0.215
Release Notes
grpc/grpc-node (@grpc/grpc-js)
v1.12.4
: @grpc/grpc-js 1.12.4Compare Source
v1.12.3
: @grpc/grpc-js 1.12.3Compare Source
v1.12.2
: @grpc/grpc-js 1.12.2Compare Source
util.promisify
instead offs/promises
for Node 12 compatibility (#2838)v1.12.1
: @grpc/grpc-js 1.12.1Compare Source
protocolbuffers/protobuf (Google.Protobuf)
v3.29.0
v3.28.3
grpc/grpc-dotnet (Grpc.Net.Common)
v2.67.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0
actions/setup-go (actions/setup-go)
v5.1.0
Compare Source
What's Changed
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Bug Fixes
isGhes
logic by @jww3 in https://github.com/actions/setup-go/pull/511New Contributors
Full Changelog: actions/setup-go@v5...v5.1.0
actions/setup-node (actions/setup-node)
v4.1.0
Compare Source
bufbuild/buf-setup-action (bufbuild/buf-setup-action)
v1.47.2
Compare Source
Release v1.47.2
v1.47.1
Compare Source
Release v1.47.1
v1.47.0
Compare Source
Release v1.47.0
v1.46.0
Compare Source
Release v1.46.0
v1.45.0
Compare Source
Release v1.45.0
tokio-rs/bytes (bytes)
v1.9.0
Compare Source
Added
Bytes::from_owner
to enable externally-allocated memory (#742)Documented
Internal changes
v1.8.0
Compare Source
split_off
/split_to
for empty slices (#740)dart-lang/core (fixnum)
v1.1.1
Compare Source
^3.1.0
dart-lang/core
monorepo.go-kratos/kratos (github.com/go-kratos/kratos/v2)
v2.8.2
Compare Source
New Features
Bug Fixes
Others
Full Changelog: go-kratos/kratos@v2.8.1...v2.8.2
v2.8.1
Compare Source
New Features
Bug Fixes
Chores
Others
New Contributors
Full Changelog: go-kratos/kratos@v2.8.0...v2.8.1
grpc/grpc-go (google.golang.org/grpc)
v1.68.1
: Release 1.68.1Compare Source
Bug Fixes
Dependencies
go1.22.7
togo1.22
. (#7831)v1.68.0
: Release 1.68.0Compare Source
Behavior Changes
ClientConn.Close()
now closes transports simultaneously and waits for transports to be closed before returning. (#7666)NewTLS
that usetls.Config.GetConfigForClient
will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using theGetConfigForClient
option. (#7709)Bug Fixes
Dependencies
go1.22.7
. (#7624)v1.67.2
: Release 1.67.2Compare Source
Bug Fixes
protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.35.2
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.35.1...v1.35.2
Maintenance:
CL/623115: proto: refactor equal_test from explicit table to use makeMessages()
CL/623116: encoding/prototext: use testmessages_test.go approach, too
CL/623117: internal/testprotos/test: add nested message field with [lazy=true]
CL/624415: proto: switch messageset_test to use makeMessages() injection point
CL/624416: internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
User-visible changes:
CL/618395: encoding/protojson: allow missing value for Any of type Empty
CL/618979: all: implement strip_enum_prefix editions feature
CL/622575: testing/protocmp: document behavior when combining Ignore and Sort
v1.35.1
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.34.2...v1.35.1
Maintenance:
User-visible changes:
Bug fixes:
v1.35.0
Compare Source
tokio-rs/prost (prost)
v0.13.4
Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.Features
Performance
Dependencies
bytes
dependency fromprost-build
(#1169)Styling
Testing
Foo::bar
is boxed (#1168)skip_debug
intocustom_debug
(#1178)invalid_doctest
todisable_comments
(#1183)Build
GITHUB_TOKEN
(#1189)serde-rs/serde (serde)
v1.0.215
Compare Source
v1.0.214
Compare Source
v1.0.213
Compare Source
with
attributes inside a newtype struct (#2847)v1.0.212
Compare Source
v1.0.211
Compare Source
with
anddefault
attributes (#2558, thanks @Mingun)Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Asia/Singapore, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.