fix(deps): update all non-major dependencies#196
Merged
Conversation
895a3eb to
bdb0147
Compare
6985e7d to
e42c654
Compare
e42c654 to
eea93dc
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
0bdb680 to
3e6be83
Compare
3e6be83 to
6a943fc
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
7e0fbe0 to
528e589
Compare
077905b to
fbbffcf
Compare
fbbffcf to
52b2a6e
Compare
53aa782 to
b3d1f62
Compare
46f09c6 to
eb94f15
Compare
cd13897 to
ce535b1
Compare
0c36556 to
39b922f
Compare
39b922f to
76d52f9
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
^1.14.0→^1.14.33.33.0→3.33.52.71.0→2.76.0v5.5.0→v5.6.0v1.36.10-20250912141014-52f32327d4b0.1→v1.36.11-20251209175733-2a1774d88802.11.11→1.11.1v2.9.1→v2.9.2v1.76.0→v1.78.0v1.36.10→v1.36.11^4.2.0→4.3.1^1.13.0→^1.13.10.14→0.14.31.0→1.0.2280.14→0.14.30.14→0.14.3Release Notes
grpc/grpc-node (@grpc/grpc-js)
v1.14.3: @grpc/grpc-js 1.14.3Compare Source
v1.14.2: @grpc/grpc-js 1.14.2Compare Source
v1.14.1: @grpc/grpc-js 1.14.1Compare Source
grpc/grpc-dotnet (Grpc.Net.Common)
v2.76.0What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0
actions/setup-go (actions/setup-go)
v5.6.0Compare Source
What's Changed
Full Changelog: actions/setup-go@v5...v5.6.0
go-kratos/kratos (github.com/go-kratos/kratos/v2)
v2.9.2Compare Source
Dependencies
New Features
Bug Fixes
Chores
Others
build(deps): bump peter-evans/create-or-update-comment (#3761)
docs: correct official documentation URLs (#3768)
perf(config): move placeholder regex to package-level variable (#3769)
perf(encoding/form): optimize parseURLQueryMapKey with memory-efficient implementation (#3770)
docs: improve some comments (#3766)
build(deps): bump actions/checkout from 4 to 6 (#3762)
build(deps): bump peter-evans/find-comment from 3.1.0 to 4.0.0 (#3760)
refactor(transport/http): improve compatibility for 'RequestFromServerContext' (#3749)
ci: add missing fi in comment-check.yml (#3753)
refactor: use math/rand/v2 instead of math/rand (#3752)
Revert "支持nacos v2 (#3493)" (#3747)
支持nacos v2 (#3493)
style(contrib/registry/kubernetes): simplify namespace empty check in NewRegistry (#3665)
perf(log): optimize key-value pair processing in Filter.Log (#3664)
perf(selector/wrr): optimize map initialization and simplify node comparison (#3738)
build(all): remove unused compatibility files and legacy build tags (#3735)
ci: add Go 1.25 support (#3736)
test(selector/random): update TestWrr to use more reasonable statistical bounds (#3737)
build(deps): bump github/codeql-action from 3 to 4 (#3744)
New Contributors
Full Changelog: go-kratos/kratos@v2.9.1...v2.9.2
grpc/grpc-go (google.golang.org/grpc)
v1.78.0: Release 1.78.0Compare Source
Behavior Changes
New Features
Bug Fixes
Unknownon malformed grpc-status. (#8735)experimental.AcceptCompressorsso callers can restrict thegrpc-accept-encodingheader advertised for a call. (#8718)StringMatcherwhere regexes would match incorrectly when ignore_case is set to true. (#8723)OnFinishcall option not being invoked for RPCs where stream creation failed. (#8710)Performance Improvements
v1.77.0: Release 1.77.0Compare Source
API Changes
Readerinterface with a struct for better performance and maintainability. (#8669)Behavior Changes
pick_firstLB policy via the environment variableGRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false. The newpick_firsthas been the default sincev1.71.0. (#8672)Bug Fixes
resource-not-founderrors, causing the gRPC client channel to move toTransientFailure. (#8605)GRPC_EXPERIMENTAL_ENABLE_DEFAULT_PORT_FOR_PROXY_TARGET=falsedisables this change; please file a bug if any problems are encountered as we will remove this option soon. (#8613)pick_firstbut don't set endpoints. (#8610)Performance Improvements
New Features
grpc.lb.backend_servicein per-call metrics (#8637)GRPC_EXPERIMENTAL_XDS_BOOTSTRAP_CALL_CREDS=trueto enable this feature. (#8536)protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.36.11Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.10...v1.36.11
User-visible changes:
CL/726780: encoding/prototext: Support URL chars in type URLs in text-format.
Bug fixes:
CL/728680: internal/impl: check recursion limit in lazy decoding validation
CL/711015: reflect/protodesc: fix handling of import options in dynamic builds
Maintenance:
CL/728681: reflect/protodesc: add support for edition unstable
CL/727960: all: add EDITION_UNSTABLE support
CL/727940: types: regenerate using latest protobuf v33.2 release
CL/727140: internal/testprotos/lazy: convert .proto files to editions
CL/723440: cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols.
CL/720980: internal/filedesc: remove duplicative Message.unmarshalOptions
CL/716360: internal/encoding/tag: use proto3 defaults if proto3
CL/716520: proto: un-flake TestHasExtensionNoAlloc
CL/713342: compiler/protogen: properly filter option dependencies in go-protobuf plugin.
CL/711200: proto: add test for oneofs containing messages with required fields
CL/710855: proto: add explicit test for a non-nil but empty byte slice
grpc/grpc-dart (grpc)
v4.3.1Compare Source
metadependency to1.16.0v4.3.0Compare Source
package:protobuf5.0.0Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone Asia/Singapore, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.