Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@tailwindcss/cli (source) 4.1.12 -> 4.1.14 age confidence devDependencies patch
daisyui (source) 5.0.54 -> 5.1.27 age confidence devDependencies minor 5.1.29 (+1)
github.com/ThreeDotsLabs/watermill v1.5.0 -> v1.5.1 age confidence require patch
github.com/go-co-op/gocron/v2 v2.16.4 -> v2.16.6 age confidence require patch
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20250828133012-308cfee50a57 -> v2.0.0-20250912104010-25b6c0fb9f38 age confidence require patch
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20250828133012-308cfee50a57 -> v2.0.0-20250912104010-25b6c0fb9f38 age confidence require patch
github.com/go-kratos/kratos/v2 v2.8.4 -> v2.9.1 age confidence require minor
github.com/hashicorp/consul/api v1.32.1 -> v1.32.4 age confidence require patch
github.com/jackc/pgx/v5 v5.7.5 -> v5.7.6 age confidence require patch
github.com/johannesboyne/gofakes3 6555d31 -> ebf3e50 age confidence require digest
github.com/meilisearch/meilisearch-go v0.33.2 -> v0.34.0 age confidence require minor
github.com/redis/go-redis/v9 v9.12.1 -> v9.14.0 age confidence require minor
github.com/shirou/gopsutil/v4 v4.25.8 -> v4.25.9 age confidence require patch
github.com/spf13/afero v1.14.0 -> v1.15.0 age confidence require minor
golang.org/x/crypto v0.41.0 -> v0.42.0 age confidence require minor
golang.org/x/text v0.28.0 -> v0.29.0 age confidence require minor
google.golang.org/grpc v1.75.0 -> v1.75.1 age confidence require patch v1.76.0
google.golang.org/protobuf v1.36.8 -> v1.36.10 age confidence require patch
tailwindcss (source) 4.1.12 -> 4.1.14 age confidence devDependencies patch

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/cli)

v4.1.14

Compare Source

Fixed
  • Handle ' syntax in ClojureScript when extracting classes (#​18888)
  • Handle @variant inside @custom-variant (#​18885)
  • Merge suggestions when using @utility (#​18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#​18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#​18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#​18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#​18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#​18918)
  • Use default export condition for @tailwindcss/vite (#​18948)
  • Re-throw errors from PostCSS nodes (#​18373)
  • Detect classes in markdown inline directives (#​18967)
  • Ensure files with only @theme produce no output when built (#​18979)
  • Support Maud templates when extracting classes (#​18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#​18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#​19028)
  • Upgrade: Ensure first class inside className is migrated (#​19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#​19031)

v4.1.13

Compare Source

Changed
  • Drop warning from browser build (#​18731)
  • Drop exact duplicate declarations when emitting CSS (#​18809)
Fixed
  • Don't transition visibility when using transition (#​18795)
  • Discard matched variants with unknown named values (#​18799)
  • Discard matched variants with non-string values (#​18799)
  • Show suggestions for known matchVariant values (#​18798)
  • Replace deprecated clip with clip-path in sr-only (#​18769)
  • Hide internal fields from completions in matchUtilities (#​18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#​18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#​18869)
  • Do not allow custom variants to start or end with a - or _ (#​18867, #​18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#​18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#​18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#​18817)
saadeghi/daisyui (daisyui)

v5.1.27

Compare Source

Bug Fixes
  • prevent select line break on long text when select is not open and prevent page overflow when select is open. closes: #​4105 (6782522)

v5.1.26

Compare Source

Bug Fixes
  • navbar default position (f75a5ed)

v5.1.25

Compare Source

Bug Fixes

v5.1.24

Compare Source

Bug Fixes

v5.1.23

Compare Source

Bug Fixes

v5.1.22

Compare Source

Bug Fixes
  • unwanted box shadow of kbd inside prose (233c58a)

v5.1.21

Compare Source

Bug Fixes
  • fix: collapse focus-within issue. closes: #​4128
  • fix: text truncate issue. closes: #​2965

v5.1.20

Compare Source

Bug Fixes
  • allow height customization for select with multiple attribute (8292854)

v5.1.19

Compare Source

Bug Fixes
  • Update dependencies

v5.1.18

Compare Source

Bug Fixes

v5.1.17

Compare Source

Bug Fixes
  • fix: .prose class not working with daisyUI prefix. closes: #​4119

v5.1.16

Compare Source

Bug Fixes
  • Collapse gets closed when interactive input inside is focused. closes: #​4128 (f55cf0e)

v5.1.15

Compare Source

Bug Fixes

v5.1.14

Compare Source

Bug Fixes

v5.1.13

Compare Source

v5.1.12

Compare Source

Bug Fixes

v5.1.11

Compare Source

Bug Fixes

v5.1.10

Compare Source

Bug Fixes

v5.1.9

Compare Source

Bug Fixes

v5.1.8

Compare Source

v5.1.7

Compare Source

Bug Fixes

v5.1.6

Compare Source

Bug Fixes

v5.1.5

Compare Source

Bug Fixes
  • checkbox background color (fd938ab)

v5.1.4

Compare Source

Bug Fixes

v5.1.3

Compare Source

Bug Fixes
  • <label class="select"> base-select style and misalignment. closes: #​4082 (d1556fa)

v5.1.2

Compare Source

Bug Fixes
  • prevent select line break on long text when select is not open and prevent page overflow when select is open. closes: #​4105 (6782522)

v5.1.1

Compare Source

Bug Fixes
  • Update dependencies

v5.1.0

Compare Source

Features
  • feat: New component - Hover Gallery
  • feat: New component - FAB / Speed Dial
  • feat: Styled native HTML <select> element (works in Chromium, other browsers use the old OS style)
  • feat: Support prefers-reduced-motion for all animations
Bug Fixes
  • fix: theme-controller prefix
  • fix: support aria-current for tab
  • fix: add scrollbar-gutter auto to prevent modal scrollbar shift
  • fix: increase drawer z-index to prevent overlap issues

v5.0.55

Compare Source

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

v1.5.1

Compare Source

What's Changed

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

go-co-op/gocron (github.com/go-co-op/gocron/v2)

v2.16.6

Compare Source

What's Changed

  • a return is missing to stop execution if the job is not found by @​sarff in #​872

Chores

New Contributors

Full Changelog: go-co-op/gocron@v2.16.5...v2.16.6

v2.16.5

Compare Source

What's Changed

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

go-kratos/kratos (github.com/go-kratos/kratos/v2)

v2.9.1

Compare Source

Dependencies
Bug Fixes
  • fix(transport/http): resolve breaking change with ResponseTransporter interface (#​3721)
Others
  • Revert "perf(transport/http): optimize URL construction with url.URL for bett…" (#​3722)
New Contributors

Full Changelog: go-kratos/kratos@v2.9.0...v2.9.1

v2.9.0

Compare Source

Dependencies
  • deps(middleware): upgrade protovalidate to resolve compatibility issue (#​3706)
New Features
  • feat(protoc-gen-go-http): mark deprecated methods in generated code (#​3711)
  • feat: add MCP transport (#​3646)
Bug Fixes
  • fix(encoding): extract all form fields even if some unsupported (#​3694)
  • fix meta variable (#​3712)
  • fix: honor shutdown timeout when provided context already canceled (#​3695)
  • fix stale entries before the each pick operation (#​3690)
  • fix: replace strconv.Itoa with strconv.FormatInt for int64 handling (#​3667)
  • fix: solve have syntax error when execute make command. (#​3682)
  • fix(internal/host): Extract optimizes the return of the minimum index IP (#​3421)
  • fix: Fixed zookeeper watcher exiting the loop under exceptional conditions, causing service discovery to terminate (#​3517)
Chores
Others
  • perf(transport/http): optimize URL construction with url.URL for better performance (#​3678)
  • perf(transport/http/binding): optimize EncodeURL performance for paths without placeholders (#​3679)
  • refactor(all): replace atomic functions with atomic types (#​3699)
  • contrib/register/nacos: refactor to use maps.Clone (#​3703)
  • *: use net.JoinHostPort to improve IPv6 compatible (#​3675)
  • perf(config/env): use strings.LastIndexByte instead of strings.LastIndex (#​3660)
  • Add trendshift badge (#​3655)
  • perf(metadata): simplify Metadata.Add by avoiding redundant strings.ToLower call (#​3671)
  • Mcp options (#​3652)
  • Revert "refactor: replace repeated error reasons with constants (#​3612)" (#​3651)
  • perf(config/env): use strings.Cut to optimize env load method (#​3645)
  • add mcp middleware (#​3649)
  • refactor(contrib/registry/etcd): use Namespace Name and ID as the unique keys (#​3594)
  • go mod tidy (#​3648)
  • build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 (#​3527)
  • github: Remove submodule dependencies in Dependabot. (#​3643)
  • perf(encoding/form): optimize camelCase and snakeCase conversion (#​3592)
  • refactor: extract key for reuse and maintainability (#​3602)
New Contributors

Full Changelog: go-kratos/kratos@v2.8.4...v2.9.0

jackc/pgx (github.com/jackc/pgx/v5)

v5.7.6

Compare Source

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

v0.34.0: 🐹

Compare Source

⚠️ Breaking changes

🚀 Enhancements

⚙️ Maintenance/misc

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

v0.33.3: 🐹

Compare Source

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​ElyarSadig, @​RISHABH4SAHNI, @​ja7ad, @​r-sahni and dependabot[bot]! 🎉

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

v9.14.0: 9.14.0

Compare Source

Highlights

  • Added batch process method to the pipeline (#​3510)

Changes

🚀 New Features

  • Added batch process method to the pipeline (#​3510)

🐛 Bug Fixes

  • fix: SetErr on Cmd if the command cannot be queued correctly in multi/exec (#​3509)

🧰 Maintenance

  • Updates release drafter config to exclude dependabot (#​3511)
  • chore(deps): bump actions/setup-go from 5 to 6 (#​3504)

Contributors

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

@​elena-kolevska, @​htemelski-redis and @​ndyakov

v9.13.0: 9.13.0

Compare Source

Highlights

  • Pipeliner expose queued commands (#​3496)
  • Ensure that JSON.GET returns Nil response (#​3470)
  • Fixes on Read and Write buffer sizes and UniversalOptions

Changes

  • Pipeliner expose queued commands (#​3496)
  • fix(test): fix a timing issue in pubsub test (#​3498)
  • Allow users to enable read-write splitting in failover mode. (#​3482)
  • Set the read/write buffer size of the sentinel client to 4KiB (#​3476)

🚀 New Features

  • fix(otel): register wait metrics (#​3499)
  • Support subscriptions against cluster slave nodes (#​3480)
  • Add wait metrics to otel (#​3493)
  • Clean failing timeout implementation (#​3472)

🐛 Bug Fixes

  • Do not assume that all non-IP hosts are loopbacks (#​3085)
  • Ensure that JSON.GET returns Nil response (#​3470)

🧰 Maintenance

  • fix(otel): register wait metrics (#​3499)
  • fix(make test): Add default env in makefile (#​3491)
  • Update the introduction to running tests in README.md (#​3495)
  • test: Add comprehensive edge case tests for IncrByFloat command (#​3477)
  • Set the default read/write buffer size of Redis connection to 32KiB (#​3483)
  • Bumps test image to 8.2.1-pre (#​3478)
  • fix UniversalOptions miss ReadBufferSize and WriteBufferSize options (#​3485)
  • chore(deps): bump actions/checkout from 4 to 5 (#​3484)
  • Removes dry run for stale issues policy (#​3471)
  • Update otel metrics URL (#​3474)

Contributors

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

@​LINKIWI, @​cxljs, @​cybersmeashish, @​elena-kolevska, @​htemelski-redis, @​mwhooker, @​ndyakov, @​ofekshenawa, @​suever

shirou/gopsutil (github.com/shirou/gopsutil/v4)

v4.25.9

Compare Source

What's Changed
cpu
disk
process
Other Changes
New Contributors

Full Changelog: shirou/gopsutil@v4.25.8...v4.25.9

spf13/afero (github.com/spf13/afero)

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.14.0...v1.15.0

grpc/grpc-go (google.golang.org/grpc)

v1.75.1: Release 1.75.1

Compare Source

Bug Fixes

  • transport: Fix a data race while copying headers for stats handlers in the std lib http2 server transport. (#​8519)
  • xdsclient:
    • Fix a data race caused while reporting load to LRS. (#​8483)
    • Fix regression preventing empty node IDs when creating an LRS client. (#​8483)
  • server: Fix a regression preventing streams from being cancelled or timed out when blocked on flow control. (#​8528)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.10

Compare Source

v1.36.9

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.8...v1.36.9

User-visible changes:
CL/699715: cmd/protoc-gen-go: add test for "import option" directive
CL/699115: internal/editionssupport: declare support for edition 2024
CL/697595: editions: Fix spelling mistake in panic message


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 Sep 30, 2025
Copy link
Contributor Author

renovate bot commented Sep 30, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module github.com/hashicorp/consul/api@v1.32.4 requires go >= 1.25.0; switching to go1.25.1
go: downloading go1.25.1 (linux/amd64)
go: download go1.25.1: golang.org/toolchain@v0.0.1-go1.25.1.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2084381 to f868e2c Compare October 7, 2025 10:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f868e2c to be6c1fa Compare October 7, 2025 15:47
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