Skip to content

chore: Update all non-major dependencies#125

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/all-minor-patch
Apr 30, 2025
Merged

chore: Update all non-major dependencies#125
renovate[bot] merged 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
github.com/PuerkitoBio/goquery v1.10.2 -> v1.10.3 age adoption passing confidence require patch
github.com/blevesearch/bleve/v2 v2.4.4 -> v2.5.0 age adoption passing confidence require minor
github.com/bufbuild/protovalidate-go v0.9.2 -> v0.10.0 age adoption passing confidence require minor v0.12.0 (+2)
github.com/johannesboyne/gofakes3 5c39aec -> d479899 age adoption passing confidence require digest
github.com/mattn/go-sqlite3 v1.14.24 -> v1.14.28 age adoption passing confidence require patch
github.com/minio/minio-go/v7 v7.0.89 -> v7.0.91 age adoption passing confidence require patch
github.com/samber/lo v1.49.1 -> v1.50.0 age adoption passing confidence require minor
golang.org/x/crypto v0.36.0 -> v0.37.0 age adoption passing confidence require minor
golang.org/x/text v0.23.0 -> v0.24.0 age adoption passing confidence require minor
google.golang.org/grpc v1.71.1 -> v1.72.0 age adoption passing confidence require minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)

v1.10.3

Compare Source

Update dependencies and a small memory optimization.

blevesearch/bleve (github.com/blevesearch/bleve/v2)

v2.5.0

Compare Source

Bug Fixes
Improvements
Milestone
bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)

v0.10.0

Compare 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/isEmail validation, we no longer follow RFC 5322 and instead use the HTML standard's definition for valid email addresses.

  • In addition, all references to the usage of constraint have been changed to rule. 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 to constraint in code will need to be changed to rule.

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.3

Compare Source

What's Changed

This release fixes several bugs, including some edge cases involving IGNORE_ALWAYS and the memory usage increase that was introduced in protovalidate-go v0.9.1. In addition, it introduces GlobalValidator (https://github.com/bufbuild/protovalidate-go/pull/216) and Filter (https://github.com/bufbuild/protovalidate-go/pull/185).

Using the Filter API, 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 the GlobalValidator API, it is easier for libraries to both accept a user-provided Validator instance while defaulting to the global Validator instance, reducing memory usage.

[!NOTE]
While we strive to not break the API unnecessarily, protovalidate-go is still considered unstable and APIs may still potentially change in backwards incompatible ways in the future until v1.0, hopefully very infrequently. In particular, the Filter API is still under active consideration.

Several dependencies are updated.

New Contributors

Full Changelog: bufbuild/protovalidate-go@v0.9.2...v0.9.3

mattn/go-sqlite3 (github.com/mattn/go-sqlite3)

v1.14.28

Compare Source

v1.14.27

Compare Source

v1.14.26

Compare Source

v1.14.25

Compare Source

minio/minio-go (github.com/minio/minio-go/v7)

v7.0.91: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.90...v7.0.91

v7.0.90: Bugfix v7.0.90

Compare 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.0

Compare 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.0

Compare Source

Dependencies

  • Minimum supported Go version is now 1.23 (#​8108)

API Changes

  • resolver: add experimental AddressMapV2 with generics to ultimately replace AddressMap. Deprecate AddressMap for deletion (#​8187)
  • resolver: convert EndpointMap in place to use generics (#​8189)

New Features

  • xds: add grpc.xds_client.server_failure counter metric on xDS client to record connectivity errors (#​8203)
  • balancer/rls: allow maxAge to exceed 5 minutes if staleAge is set in the LB policy configuration (#​8137)
  • ringhash: implement gRFC A76 improvements. (#​8159)
  • pickfirst: The new pick first LB policy is made the default. The new LB policy implements the Happy Eyeballs algorithm. To disable the new policy set the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to false (case insensitive).

Bug Fixes

  • xds: fix support for circuit breakers and load reporting in LOGICAL_DNS clusters (#​8169, #​8170)
  • xds/cds: improve RPC error messages when resources are not found (#​8122)
  • balancer/priority: fix race that could leak balancers and goroutines during shutdown (#​8095)
  • stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (#​8237)
  • balancer/pickfirstleaf: fix panic if deprecated Address.Metadata field is set to a non-comparable value by ignoring the field (#​8227)

Behavior Changes

  • transport: make servers send an HTTP/2 RST_STREAM frame to cancel a stream when the deadline expires (#​8071)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Apr 30, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 30, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 18 additional dependencies were updated

Details:

Package Change
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.5-20250130201111-63bb56e20495.1 -> v1.36.6-20250423154025-7712fb530c57.1
cel.dev/expr v0.19.1 -> v0.23.1
github.com/bits-and-blooms/bitset v1.12.0 -> v1.22.0
github.com/blevesearch/bleve_index_api v1.1.12 -> v1.2.7
github.com/blevesearch/go-faiss v1.0.24 -> v1.0.25
github.com/blevesearch/scorch_segment_api/v2 v2.2.16 -> v2.3.9
github.com/blevesearch/vellum v1.0.10 -> v1.1.0
github.com/blevesearch/zapx/v11 v11.3.10 -> v11.4.1
github.com/blevesearch/zapx/v12 v12.3.10 -> v12.4.1
github.com/blevesearch/zapx/v13 v13.3.10 -> v13.4.1
github.com/blevesearch/zapx/v14 v14.3.10 -> v14.4.1
github.com/blevesearch/zapx/v15 v15.3.16 -> v15.4.1
github.com/blevesearch/zapx/v16 v16.1.9-0.20241217210638-a0519e7caf3b -> v16.2.2
github.com/google/cel-go v0.23.2 -> v0.25.0
go.etcd.io/bbolt v1.3.7 -> v1.4.0
golang.org/x/net v0.37.0 -> v0.39.0
golang.org/x/sync v0.12.0 -> v0.13.0
golang.org/x/sys v0.31.0 -> v0.32.0

@renovate renovate bot merged commit fba3aa4 into master Apr 30, 2025
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 30, 2025 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants