chore: Update all non-major dependencies#125
Merged
renovate[bot] merged 1 commit intomasterfrom Apr 30, 2025
Merged
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
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.10.2->v1.10.3v2.4.4->v2.5.0v0.9.2->v0.10.0v0.12.0(+2)5c39aec->d479899v1.14.24->v1.14.28v7.0.89->v7.0.91v1.49.1->v1.50.0v0.36.0->v0.37.0v0.23.0->v0.24.0v1.71.1->v1.72.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)
v1.10.3Compare Source
Update dependencies and a small memory optimization.
blevesearch/bleve (github.com/blevesearch/bleve/v2)
v2.5.0Compare Source
Bug Fixes
http/package (meant for demo purposes) removed from repository to remove vulnerability - CVE-2022-31022, relocated to within https://github.com/blevesearch/bleve-explorerImprovements
faissdynamic library to be built from blevesearch/faiss@352484e which is a modified version of v1.10.0autofuzziness detection with https://github.com/blevesearch/bleve/pull/2060Milestone
bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)
v0.10.0Compare Source
Breaking Changes
The most notable change is that the validation for IP addresses and prefixes (both v4 and v6), email addresses, and URIs has been significantly enhanced to adhere to the relevant RFCs for each. Note that these tighter validations result in breaking changes as some previously-passing values may now be failures. Additionally, with regards to
string.email/isEmailvalidation, we no longer follow RFC 5322 and instead use the HTML standard's definition for valid email addresses.For more context on the validation changes and conformance tests added, see the corresponding PR in Protovalidate: https://github.com/bufbuild/protovalidate/pull/320.
For full details of the validation changes as they apply to protovalidate-go, see https://github.com/bufbuild/protovalidate-go/pull/202.
In addition, all references to the usage of
constrainthave been changed torule. Previously, these were used interchangeably which led to some confusion. The v0.11.0 release of Protovalidate contains this full rename, which necessitated the change in protovalidate-go and was implemented in https://github.com/bufbuild/protovalidate-go/pull/227. As a result, any reference toconstraintin code will need to be changed torule.What's Changed
This release is compatible with Protovalidate v0.11.0.
Full Changelog: bufbuild/protovalidate-go@v0.9.3...v0.10.0
v0.9.3Compare Source
What's Changed
This release fixes several bugs, including some edge cases involving
IGNORE_ALWAYSand the memory usage increase that was introduced in protovalidate-go v0.9.1. In addition, it introducesGlobalValidator(https://github.com/bufbuild/protovalidate-go/pull/216) andFilter(https://github.com/bufbuild/protovalidate-go/pull/185).Using the
FilterAPI, it is possible to entirely ignore rules on a specific message, field or oneof, or only consider rules on specific messages, fields and oneofs. Using theGlobalValidatorAPI, it is easier for libraries to both accept a user-providedValidatorinstance while defaulting to the globalValidatorinstance, reducing memory usage.Several dependencies are updated.
GlobalValidatorinstance by @jchadwick-buf in https://github.com/bufbuild/protovalidate-go/pull/216New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.9.2...v0.9.3
mattn/go-sqlite3 (github.com/mattn/go-sqlite3)
v1.14.28Compare Source
v1.14.27Compare Source
v1.14.26Compare Source
v1.14.25Compare Source
minio/minio-go (github.com/minio/minio-go/v7)
v7.0.91: Bugfix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.90...v7.0.91
v7.0.90: Bugfix v7.0.90Compare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.89...v7.0.90
samber/lo (github.com/samber/lo)
v1.50.0Compare Source
What's Changed
Here is the 50th minor version !! 🔥🥂
New methods
Improvements
Documentation
Dependencies
New Contributors
Full Changelog: samber/lo@v1.49.1...v1.50.0
grpc/grpc-go (google.golang.org/grpc)
v1.72.0: Release 1.72.0Compare Source
Dependencies
API Changes
AddressMapV2with generics to ultimately replaceAddressMap. DeprecateAddressMapfor deletion (#8187)New Features
grpc.xds_client.server_failurecounter metric on xDS client to record connectivity errors (#8203)maxAgeto exceed 5 minutes ifstaleAgeis set in the LB policy configuration (#8137)GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRSTtofalse(case insensitive).Bug Fixes
Behavior Changes
Documentation
Configuration
📅 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 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.