Skip to content

chore: Update all non-major dependencies#148

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

chore: Update all non-major dependencies#148
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@tailwindcss/cli (source) 4.1.184.3.0 age confidence devDependencies minor 4.3.1
daisyui (source) 5.5.145.5.23 age confidence devDependencies patch
entgo.io/ent v0.14.5v0.14.6 age confidence require patch
github.com/PuerkitoBio/goquery v1.11.0v1.12.0 age confidence require minor
github.com/ThreeDotsLabs/watermill v1.5.1v1.5.2 age confidence require patch
github.com/blevesearch/bleve/v2 v2.5.7v2.6.0 age confidence require minor
github.com/go-co-op/gocron/v2 v2.19.0v2.21.2 age confidence require minor
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20250828133012-308cfee50a57v2.0.0-20260404020628-f149714c1d54 age confidence require patch
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20250828133012-308cfee50a57v2.0.0-20260404020628-f149714c1d54 age confidence require patch
github.com/golang-jwt/jwt/v5 v5.3.0v5.3.1 age confidence require patch
github.com/hashicorp/consul/api v1.33.0v1.34.3 age confidence require minor
github.com/invopop/jsonschema v0.13.0v0.14.0 age confidence require minor
github.com/johannesboyne/gofakes3 ebf3e504c385a1 age confidence require digest
github.com/mattn/go-sqlite3 v1.14.32v1.14.45 age confidence require patch
github.com/meilisearch/meilisearch-go v0.35.0v0.36.3 age confidence require minor
github.com/minio/minio-go/v7 v7.0.97v7.2.0 age confidence require minor
github.com/nicksnyder/go-i18n/v2 v2.6.0v2.6.1 age confidence require patch
github.com/panjf2000/ants/v2 v2.11.4v2.12.1 age confidence require minor
github.com/redis/go-redis/v9 v9.17.2v9.20.0 age confidence require minor v9.20.1
github.com/samber/lo v1.52.0v1.53.0 age confidence require minor
github.com/shirou/gopsutil/v4 v4.25.12v4.26.5 age confidence require minor
github.com/urfave/cli/v3 v3.6.1v3.9.1 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.15.0v0.20.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.39.0v1.44.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0v1.44.0 age confidence require minor
go.opentelemetry.io/otel/log v0.15.0v0.20.0 age confidence require minor
go.opentelemetry.io/otel/metric v1.39.0v1.44.0 age confidence require minor
go.opentelemetry.io/otel/sdk/log v0.15.0v0.20.0 age confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.39.0v1.44.0 age confidence require minor
go.uber.org/zap v1.27.1v1.28.0 age confidence require minor
golang.org/x/crypto v0.46.0v0.53.0 age confidence require minor
golang.org/x/text v0.32.0v0.38.0 age confidence require minor
tailwindcss (source) 4.1.184.3.0 age confidence devDependencies minor 4.3.1

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/cli)

v4.3.0

Compare Source

Added
  • Add @container-size utility (#​18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#​19981, #​20019)
  • Add scrollbar-gutter-* utilities (#​20018)
  • Add zoom-* utilities (#​20020)
  • Add tab-* utilities (#​20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#​19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#​19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#​19989)
Fixed
  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#​19949)
  • Fix relative @import and @plugin paths resolving from the wrong directory when using @tailwindcss/vite (#​19965)
  • Ensure CSS files containing @variant are processed by @tailwindcss/vite (#​19966)
  • Resolve imports relative to base when result.opts.from is not provided when using @tailwindcss/postcss (#​19980)
  • Canonicalization: preserve significant _ whitespace in arbitrary values (#​19986)
  • Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g. w-[calc(100%---spacing(60))]w-[calc(100%-(--spacing(60)))]) (#​19986)
  • Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g. -mt-[20in]mt-[-20in], not mt-[-1920px]) (#​19988)
  • Canonicalization: migrate arbitrary :has() variants from [&:has(…)] to has-[…] (#​19991)
  • Upgrade: don’t migrate inline style attributes (e.g. style="flex-grow: 1"style="flex-grow: 1", not style="grow: 1") (#​19918)
  • Allow multiple @utility definitions with the same name but different value types (#​19777)
  • Export missing PluginWithConfig type from tailwindcss/plugin to fix errors when inferring plugin config types (#​19707)
  • Ensure start and end legacy utilities without values do not generate CSS (#​20003)
  • Ensure --value(…) is required in functional @utility definitions (#​20005)
  • Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g. -left-[(var(--a)+var(--b))]) (#​20011)

v4.2.4

Compare Source

Fixed
  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#​19947)

v4.2.3

Compare Source

Fixed
  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#​19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#​19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#​19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#​19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#​19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#​19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#​19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#​19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#​19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#​19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#​19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#​19846)
  • Upgrade: never migrate files that are ignored by git (#​19846)
  • Add .env and .env.* to default ignored content files (#​19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#​19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#​19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#​19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#​19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#​19858)
  • Improve performance when scanning JSONL / NDJSON files (#​19862)
  • Support NODE_PATH environment variable in standalone CLI (#​19617)

v4.2.2

Compare Source

Fixed
  • Don't crash when candidates contain prototype properties like row-constructor (#​19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#​19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#​19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#​19745)
  • Add support for Vite 8 in @tailwindcss/vite (#​19790)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234size-1234) (#​19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5'' instead of size-5) (#​19812)
  • Resolve tsconfig paths to allow for @import '@&#8203;/path/to/file'; when using @tailwindcss/vite (#​19803)

v4.2.1

Compare Source

Fixed
  • Allow trailing dash in functional utility names for backwards compatibility (#​19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#​19711)

v4.2.0

Compare Source

Added
  • Add mauve, olive, mist, and taupe color palettes to the default theme (#​19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#​19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#​19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#​19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#​19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#​19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#​19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#​19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#​19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#​19613)
  • Add font-features-* utility for font-feature-settings (#​19623)
Fixed
  • Prevent double @supports wrapper for color-mix values (#​19450)
  • Allow whitespace around @source inline() argument (#​19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#​19447)
  • Detect utilities containing capital letters followed by numbers (#​19465)
  • Fix class extraction for Rails' strict locals (#​19525)
  • Align @utility name validation with Oxide scanner rules (#​19524)
  • Fix infinite loop when using @variant inside @custom-variant (#​19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#​19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#​19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#​19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#​19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#​19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#​19675)
  • Add .jj to default ignored content directories (#​19687)
Deprecated
  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#​19613)
saadeghi/daisyui (daisyui)

v5.5.23

Compare Source

v5.5.22

Compare Source

v5.5.21

Compare Source

Bug Fixes
  • Blurry text/rendering in Drawer on Chrome/Windows. closes: #​4545 (b045f55)

v5.5.20

Compare Source

Bug Fixes

v5.5.19

Compare Source

Bug Fixes
  • use logical margins for breadcrumbs so it works in RTL. closes: #​4443 (6208471)

v5.5.18

Compare Source

Bug Fixes

v5.5.17

Compare Source

v5.5.16

Compare Source

v5.5.15

Compare Source

Bug Fixes
ent/ent (entgo.io/ent)

v0.14.6

Compare Source

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

v1.12.0

Compare Source

Note that Go1.25 is now required (use goquery < 1.12.0 if you can't use go1.25+, see README for version details).

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

v1.5.2

Compare Source

What's Changed

New Contributors

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

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

v2.6.0

Compare Source

What's Changed

Introduced new file format - zapx@v17

Milestone: https://github.com/blevesearch/bleve/milestone/29
Full Changelog: blevesearch/bleve@v2.5.7...v2.6.0

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

v2.21.2

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.21.1...v2.21.2

v2.21.1

Compare Source

What's Changed

  • fix: remove jobs and respect stopTime in NextRuns when WithStopDateTi… by @​jcheyer in #​922

New Contributors

Full Changelog: go-co-op/gocron@v2.21.0...v2.21.1

v2.21.0

Compare Source

What's Changed

  • feat: add WithDSTPolicy option for DST spring-forward handling by @​Copilot in #​917
  • feat: add IsRunning() and LastRunCompletedAt() to Job interface by @​Copilot in #​918
  • feat: Expose job schedule information via Schedule() method on Job interface by @​Copilot in #​919

Test Suite

Full Changelog: go-co-op/gocron@v2.20.0...v2.21.0

v2.20.0

Compare Source

What's Changed

Performance improvements

Fixes

Docs

  • docs: clarify NextRun/NextRuns require scheduler to be started by @​Copilot in #​910

New Contributors

Full Changelog: go-co-op/gocron@v2.19.1...v2.20.0

v2.19.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.19.0...v2.19.1

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

v5.3.1

Compare Source

What's Changed

🔐 Features
👒 Dependencies

New Contributors

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

invopop/jsonschema (github.com/invopop/jsonschema)

v0.14.0

Compare Source

What's Changed

New Contributors

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Singapore)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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 Jan 31, 2026
@renovate

renovate Bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

  • 37 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.3 -> 1.26
go.opentelemetry.io/otel v1.39.0 -> v1.44.0
go.opentelemetry.io/otel/sdk v1.39.0 -> v1.44.0
google.golang.org/grpc v1.78.0 -> v1.81.1
ariga.io/atlas v0.32.1-0.20250325101103-175b25e1c1b9 -> v0.36.2-0.20250730182955-2c6300d0a3e1
github.com/RoaringBitmap/roaring/v2 v2.4.5 -> v2.14.5
github.com/blevesearch/bleve_index_api v1.2.11 -> v1.3.11
github.com/blevesearch/geo v0.2.4 -> v0.2.5
github.com/blevesearch/go-faiss v1.0.26 -> v1.1.0
github.com/blevesearch/mmap-go v1.0.4 -> v1.2.0
github.com/blevesearch/scorch_segment_api/v2 v2.3.13 -> v2.4.7
github.com/blevesearch/vellum v1.1.0 -> v1.2.0
github.com/blevesearch/zapx/v11 v11.4.2 -> v11.4.3
github.com/blevesearch/zapx/v12 v12.4.2 -> v12.4.3
github.com/blevesearch/zapx/v13 v13.4.2 -> v13.4.3
github.com/blevesearch/zapx/v14 v14.4.2 -> v14.4.3
github.com/blevesearch/zapx/v15 v15.4.2 -> v15.4.3
github.com/blevesearch/zapx/v16 v16.2.8 -> v16.3.4
github.com/buger/jsonparser v1.1.1 -> v1.1.2
github.com/ebitengine/purego v0.9.1 -> v0.10.0
github.com/fatih/color v1.17.0 -> v1.19.0
github.com/go-viper/mapstructure/v2 v2.4.0 -> v2.5.0
github.com/golang/snappy v0.0.4 -> v1.0.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 -> v2.29.0
github.com/klauspost/compress v1.18.0 -> v1.18.6
github.com/mattn/go-runewidth v0.0.16 -> v0.0.23
github.com/minio/crc64nvme v1.1.0 -> v1.1.1
github.com/tinylib/msgp v1.3.0 -> v1.6.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 -> v1.44.0
go.opentelemetry.io/otel/trace v1.39.0 -> v1.44.0
go.opentelemetry.io/proto/otlp v1.9.0 -> v1.10.0
go.uber.org/atomic v1.9.0 -> v1.11.0
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 -> v0.0.0-20260218203240-3dfff04db8fa
golang.org/x/mod v0.31.0 -> v0.36.0
golang.org/x/net v0.48.0 -> v0.55.0
golang.org/x/sync v0.19.0 -> v0.21.0
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 -> v0.0.0-20260526163538-3dc84a4a5aaa
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 -> v0.0.0-20260526163538-3dc84a4a5aaa

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d75ddb4 to 5afeb45 Compare February 6, 2026 00:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 55b6e3a to 82ac8d0 Compare February 14, 2026 08:30
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3d911d8 to 65da63b Compare February 21, 2026 16:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 190094b to ad0d6e3 Compare March 2, 2026 12:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 1f5fc0f to 4901d59 Compare March 21, 2026 17:26
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 8128a54 to 65653ca Compare March 30, 2026 09:09
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from bbd569e to 1ec20c2 Compare April 6, 2026 17:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2b5b8bf to 1a8e9a9 Compare April 9, 2026 17:37
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