Skip to content

chore: Update all non-major dependencies#140

Merged
MuZhou233 merged 3 commits intomasterfrom
renovate/all-minor-patch
Sep 2, 2025
Merged

chore: Update all non-major dependencies#140
MuZhou233 merged 3 commits intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 31, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@tailwindcss/cli (source) 4.1.11 -> 4.1.12 age confidence devDependencies patch
buf.build/go/protovalidate v0.13.1 -> v0.14.0 age confidence require minor
daisyui (source) 5.0.43 -> 5.0.54 age confidence devDependencies patch 5.1.5 (+6)
entgo.io/ent v0.14.4 -> v0.14.5 age confidence require patch
github.com/ThreeDotsLabs/watermill v1.4.6 -> v1.5.0 age confidence require minor
github.com/ThreeDotsLabs/watermill-redisstream v1.4.3 -> v1.4.4 age confidence require patch
github.com/blevesearch/bleve/v2 v2.5.2 -> v2.5.3 age confidence require patch
github.com/go-co-op/gocron/v2 v2.16.2 -> v2.16.4 age confidence require patch
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20250527152916-d6f5f00cf562 -> v2.0.0-20250828133012-308cfee50a57 age confidence require patch
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20250527152916-d6f5f00cf562 -> v2.0.0-20250828133012-308cfee50a57 age confidence require patch
github.com/golang-jwt/jwt/v5 v5.2.2 -> v5.3.0 age confidence require minor
github.com/johannesboyne/gofakes3 ed9094b -> 6555d31 age confidence require digest
github.com/mattn/go-sqlite3 v1.14.28 -> v1.14.32 age confidence require patch
github.com/meilisearch/meilisearch-go v0.32.0 -> v0.33.2 age confidence require minor
github.com/minio/minio-go/v7 v7.0.94 -> v7.0.95 age confidence require patch
github.com/redis/go-redis/v9 v9.11.0 -> v9.12.1 age confidence require minor
github.com/shirou/gopsutil/v4 v4.25.7 -> v4.25.8 age confidence require patch
github.com/stretchr/testify v1.10.0 -> v1.11.1 age confidence require minor
go.opentelemetry.io/otel v1.37.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.13.0 -> v0.14.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.13.0 -> v0.14.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.37.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/log v0.13.0 -> v0.14.0 age confidence require minor
go.opentelemetry.io/otel/metric v1.37.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/sdk/log v0.13.0 -> v0.14.0 age confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.38.0 age confidence require minor
golang.org/x/crypto v0.39.0 -> v0.41.0 age confidence require minor
golang.org/x/text v0.26.0 -> v0.28.0 age confidence require minor
google.golang.org/grpc v1.73.0 -> v1.75.0 age confidence require minor
google.golang.org/protobuf v1.36.6 -> v1.36.8 age confidence require patch
tailwindcss (source) 4.1.11 -> 4.1.12 age confidence devDependencies patch

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/cli)

v4.1.12

Compare Source

Fixed
  • Don't consider the global important state in @apply (#​18404)
  • Add missing suggestions for flex-<number> utilities (#​18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#​18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#​18432)
  • Track source locations through @plugin and @config (#​18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#​18485)
  • Ignore consecutive semicolons in the CSS parser (#​18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#​18511)
  • Extract candidates in Slang templates (#​18565)
  • Improve error messages when encountering invalid functional utility names (#​18568)
  • Discard CSS AST objects with false or undefined properties (#​18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#​18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#​18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#​18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#​18704)
  • Don't scan .hdr and .exr files for classes by default (#​18734)
bufbuild/protovalidate-go (buf.build/go/protovalidate)

v0.14.0

Compare Source

This release is compatible with the v0.14.0 release of Protovalidate.

Breaking changes

We want validation rules to be easy to understand for authors and consumers. To simplify Protovalidate, we are renaming an option and remove two others. This is a breaking change, and you will have to update your Protobuf files if they use the relevant options :

  • IGNORE_IF_UNPOPULATED is renamed to IGNORE_IF_ZERO_VALUE.
    See bufbuild/protovalidate#397 for details.
  • (buf.validate.message).disabled is removed.
    You can replace it by adding IGNORE_ALWAYS to every field of the message. See bufbuild/protovalidate#394 for details.
  • IGNORE_IF_DEFAULT_VALUE is removed.
    In most cases, you can replace it with IGNORE_IF_ZERO_VALUE. See bufbuild/protovalidate#396 for details.

Full Changelog: bufbuild/protovalidate-go@v0.13.1...v0.14.0

saadeghi/daisyui (daisyui)

v5.0.54

Compare Source

Bug Fixes
  • prefersdark theme overriding the default theme in custom themes. closes: #​3921 (bd6b064)

v5.0.53

Compare Source

Bug Fixes

v5.0.52

Compare Source

Bug Fixes

v5.0.51

Compare Source

Bug Fixes
  • styles for disabled inputs and select in fieldset (c60350d), closes #​4021

v5.0.50

Compare Source

Bug Fixes
  • use semantic fallbacks for checkbox states, improve indeterminate visibility. closes: #​3979 (d19f38a)

v5.0.49

Compare Source

Bug Fixes
  • react-day-picker disableNavigation not styling properly. closes: #​3990 (29123bc)

v5.0.48

Compare Source

Bug Fixes
  • apply theme-aware hover styling to Cally day buttons. closes: #​3991 (9960287)

v5.0.47

Compare Source

Bug Fixes

v5.0.46

Compare Source

ent/ent (entgo.io/ent)

v0.14.5

Compare Source

ThreeDotsLabs/watermill (github.com/ThreeDotsLabs/watermill)

v1.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: ThreeDotsLabs/watermill@v1.4.7...v1.5.0

v1.4.7

Compare Source

What's Changed

New Contributors

Full Changelog: ThreeDotsLabs/watermill@v1.4.6...v1.4.7

ThreeDotsLabs/watermill-redisstream (github.com/ThreeDotsLabs/watermill-redisstream)

v1.4.4

Compare Source

What's Changed

Full Changelog: ThreeDotsLabs/watermill-redisstream@v1.4.3...v1.4.4

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

v2.5.3

Compare Source

Bug Fixes
  • Address a performance regression in GeoShape queries introduced in v2.5.1 and affects v2.5.2 as well. This is captured in #​2210. The fix blevesearch/geo#28 has been included with #​2214.
Milestone
go-co-op/gocron (github.com/go-co-op/gocron/v2)

v2.16.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.16.3...v2.16.4

v2.16.3

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.16.2...v2.16.3

golang-jwt/jwt (github.com/golang-jwt/jwt/v5)

v5.3.0

Compare Source

This release is almost identical to to v5.2.3 but now correctly indicates Go 1.21 as minimum requirement.

What's Changed

Full Changelog: golang-jwt/jwt@v5.2.3...v5.3.0

v5.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: golang-jwt/jwt@v5.2.2...v5.2.3

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

v1.14.32

Compare Source

v1.14.31

Compare Source

v1.14.30

Compare Source

v1.14.29

Compare Source

meilisearch/meilisearch-go (github.com/meilisearch/meilisearch-go)

v0.33.2: 🐹

Compare Source

🚀 Enhancements

Thanks again to @​ElyarSadig, @​ja7ad and elyar! 🎉

v0.33.1: 🐹

Compare Source

🚀 Enhancements

Thanks again to @​A7bari, @​ElyarSadig, @​agam1092005 and @​ja7ad! 🎉

v0.33.0: 🐹

Compare Source

⚠️ Breaking changes

🚀 Enhancements

🔒 Security

  • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 in the go_modules group (#​617) @​dependabot[bot]

⚙️ Maintenance/misc

Thanks again to @​ElyarSadig, @​bevane, @​bilinxing, @​curquiza, @​ja7ad, @​meili-bors[bot] and dependabot[bot]! 🎉

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

v7.0.95: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.94...v7.0.95

redis/go-redis (github.com/redis/go-redis/v9)

v9.12.1: 9.12.1

Compare Source

🚀 Highlights

In the last version (9.12.0) the client introduced bigger write and read buffer sizes. The default value was 512KiB.
However, users reported that this is too big for most use cases and can lead to high memory usage.
In this version the default value is changed to 256KiB. The README.md was updated to reflect the
correct default value and include a note that the default value can be changed.

🐛 Bug Fixes

  • fix(options): Add buffer sizes to failover. Update README (#​3468)

🧰 Maintenance

  • fix(options): Add buffer sizes to failover. Update README (#​3468)
  • chore: update & fix otel example (#​3466)

Contributors

We'd like to thank all the contributors who worked on this release!

@​ndyakov and @​vmihailenco

v9.12.0: 9.12.0

Compare Source

🚀 Highlights

  • This release includes support for Redis 8.2.
  • Introduces an experimental Query Builders for FTSearch, FTAggregate and other search commands.
  • Adds support for EPSILON option in FT.VSIM.
  • Includes bug fixes and improvements contributed by the community related to ring and redisotel.

Changes

  • Improve stale issue workflow (#​3458)
  • chore(ci): Add 8.2 rc2 pre build for CI (#​3459)
  • Added new stream commands (#​3450)
  • feat: Add "skip_verify" to Sentinel (#​3428)
  • fix: errors.Join requires Go 1.20 or later (#​3442)
  • DOC-4344 document quickstart examples (#​3426)
  • feat(bitop): add support for the new bitop operations (#​3409)

🚀 New Features

  • feat: recover addIdleConn may occur panic (#​2445)
  • feat(ring): specify custom health check func via HeartbeatFn option (#​2940)
  • Add Query Builder for RediSearch commands (#​3436)
  • add configurable buffer sizes for Redis connections (#​3453)
  • Add VAMANA vector type to RediSearch (#​3449)
  • VSIM add EPSILON option (#​3454)
  • Add closing support to otel metrics instrumentation (#​3444)

🐛 Bug Fixes

  • fix(redisotel): fix buggy append in reportPoolStats (#​3122)
  • fix(search): return results even if doc is empty (#​3457)
  • [ISSUE-3402]: Ring.Pipelined return dial timeout error (#​3403)

🧰 Maintenance

  • Merges stale issues jobs into one job with two steps ([#​34

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


  • 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 Aug 31, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Aug 31, 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):

  • 21 additional dependencies were updated

Details:

Package Change
ariga.io/atlas v0.31.1-0.20250212144724-069be8033e83 -> v0.32.1-0.20250325101103-175b25e1c1b9
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250613105001-9f2d3c737feb.1 -> v1.36.6-20250717165733-d22d418d82d8.1
cel.dev/expr v0.23.1 -> v0.24.0
github.com/blevesearch/geo v0.2.3 -> v0.2.4
github.com/cenkalti/backoff/v5 v5.0.2 -> v5.0.3
github.com/golang-jwt/jwt/v4 v4.5.1 -> v4.5.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 -> v2.27.2
github.com/hashicorp/hcl/v2 v2.16.1 -> v2.18.1
github.com/klauspost/cpuid/v2 v2.2.10 -> v2.2.11
github.com/minio/crc64nvme v1.0.1 -> v1.0.2
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c -> v1.2.0
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b -> v0.0.0-20240221224432-82ca36839d55
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.37.0 -> v1.38.0
go.opentelemetry.io/proto/otlp v1.7.0 -> v1.7.1
golang.org/x/mod v0.25.0 -> v0.26.0
golang.org/x/net v0.41.0 -> v0.43.0
golang.org/x/sys v0.34.0 -> v0.35.0
golang.org/x/tools v0.33.0 -> v0.35.0
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 -> v0.0.0-20250825161204-c5933d9347a5
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 -> v0.0.0-20250825161204-c5933d9347a5

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7bcb5e2 to acc4c04 Compare September 2, 2025 14:15
@MuZhou233 MuZhou233 merged commit c5290e2 into master Sep 2, 2025
4 checks passed
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.

1 participant