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.2 age confidence devDependencies minor
daisyui (source) 5.5.145.6.13 age confidence devDependencies minor 5.6.14
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.47 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.1 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.21.0 age confidence require minor
github.com/samber/lo v1.52.0v1.53.0 age confidence require minor
github.com/shirou/gopsutil/v4 v4.25.12v4.26.6 age confidence require minor
github.com/urfave/cli/v3 v3.6.1v3.10.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.39.0 age confidence require minor
tailwindcss (source) 4.1.184.3.2 age confidence devDependencies minor

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/cli)

v4.3.2

Compare Source

Fixed
  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#​20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#​20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#​20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#​20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#​20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#​20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#​20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#​20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#​20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#​20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#​20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#​20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#​20289)

v4.3.1

Compare Source

Added
  • Add --silent option to suppress output in @tailwindcss/cli (#​20100)
Fixed
  • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#​20028)
  • Canonicalization: don't crash when plugin utilities throw for unsupported values (#​20052)
  • Allow @apply to be used with CSS mixins (#​19427)
  • Ensure not-* correctly negates @container queries, including style(…) queries (#​20059)
  • Ensure drop-shadow-* color utilities work with custom shadow values containing calc(…) (#​20080)
  • Fix 'Sourcemap is likely to be incorrect' warnings when using @tailwindcss/vite (#​20103)
  • Ensure @tailwindcss/webpack can be installed in Rspack projects without requiring webpack as a peer dependency (#​20027)
  • Canonicalization: don't suggest invalid calc(…) expressions (e.g. px-[calc(1rem+0px)]px-[calc(1rem+0)]) (#​20127)
  • Canonicalization: avoid suggesting large spacing-scale values for arbitrary lengths (e.g. left-[99999px]left-[99999px], not left-24999.75) (#​20130)
  • Ensure @tailwindcss/cli in --watch mode recovers when a tracked dependency is deleted and restored (#​20137)
  • Ensure standalone @tailwindcss/cli binaries are ignored when scanning for class candidates (#​20139)
  • Ensure class candidates are extracted from Twig addClass(…) and removeClass(…) calls (#​20198)
  • Don't crash in the Ruby or Vue preprocessors when scanning files containing invalid UTF-8 bytes (#​19588)
  • Allow @variant to be used inside addBase (#​19480)
  • Ensure @source globs with symlinks are preserved (#​20203)
  • Ensure later @source rules can re-include files excluded by earlier @source not rules (#​20203)
  • Upgrade: don't migrate empty class rules to invalid @utility rules (#​20205)
  • Ensure transitions between inset-shadow-none and other inset shadows work correctly (#​20208)
  • Ensure explicitly referenced @source directories are scanned even when ignored by git (#​20214)
  • Ensure @source globs ending in **/* preserve dynamic path segments to avoid scanning too many files (#​20217)
  • Canonicalization: don't fold calc(…) divisions when the result would require high precision (e.g. w-[calc(100%/3.5)]w-[calc(100%/3.5)], not w-[28.571428571428573%]) (#​20221)
  • Serve ESM type declarations to ESM importers of @tailwindcss/postcss (#​20228)
Changed
  • Generate 0 instead of calc(var(--spacing) * 0) for spacing utilities like m-0 and left-0 (#​20196)
  • Generate var(--spacing) instead of calc(var(--spacing) * 1) for spacing utilities like m-1 and left-1 (#​20196)

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

Compare Source

Bug Fixes
  • modal-start and modal-end RTL (0958416)

v5.6.12

Compare Source

Bug Fixes
  • email input RTL style in join (76148f7)

v5.6.11

Compare Source

Bug Fixes

v5.6.10

Compare Source

Bug Fixes

v5.6.9

Compare Source

Bug Fixes

v5.6.8

Compare Source

Bug Fixes
  • indicator center and middle misalign when item is a child. closes: #​4602 (6ceb65b)

v5.6.7

Compare Source

Bug Fixes
  • loading in prefers-reduced-motion now has slow animation instead of no animation. closes: #​4599 (f25acfd)

v5.6.6

Compare Source

Bug Fixes

v5.6.5

Compare Source

Bug Fixes
  • prevent tab conflict with Tailwind's new optional tab class (1b6f11a), closes #​4595

v5.6.4

Compare Source

Bug Fixes
  • tooltip position in RTL (e7f8a4f)

v5.6.3

Compare Source

Bug Fixes

v5.6.2

Compare Source

Bug Fixes
  • Missing outline and separators for joined buttons. closes: #​4586 (3f94950)

v5.6.1

Compare Source

Bug Fixes

v5.6.0

Compare Source

Features
  • add new Aura component
  • add new OTP component
  • add new Megamenu component
  • add vertical range slider with range-vertical
  • add HTML popover support for modal
  • add tooltip alignment utilities with tooltip-start, tooltip-center, and tooltip-end, closes #​4229
  • add new calendar style integration for Vanilla Calendar Pro
  • make rating size modifiers responsive, closes #​4367
  • improve input, textarea, select, and floating label sizing, closes #​4370
  • improve collapse overflow behavior when closed, closes #​4419
  • improve filter keyboard navigation and reset behavior, refs #​4424
  • simplify join styles and prevent nested join leakage, closes #​4506
  • rewrite button styles and improve checked, disabled, soft, ghost, link, and focus states, see #​4430
  • add default styling for customizable select selectedcontent, refs #​4549
  • allow menu elements as .menu containers
  • add selected/selectable card focus and checked styling
Bug Fixes
  • respect prefers-reduced-motion for loading indicators, closes #​4298
  • revert dropdown overflow clipping for details inside .menu, closes #​4343
  • align horizontal and vertical menu items correctly, closes #​4381
  • prefix CSS variables inside var() without replacing fallback content, closes #​4372, closes #​4408
  • only apply root scroll background image to :root
  • improve root color, scroll gutter, and scroll lock separation
  • keep card outline visible on focus-visible, closes #​4421
  • improve collapse details/summary transitions and styling, closes #​4515
  • highlight select trigger while native picker is open, closes #​4528
  • dropdown animation inside modal
  • Safari quirks for datetime inputs
  • remove text-wrap: balance from menu items
  • make highlighted mockup-code lines span full scroll width, closes #​4542
  • clear React Day Picker range middle cell background, closes #​4455
  • use defined Pikaday theme colors for events and ranges, closes #​4496
  • keep .kbd legible inside colored buttons, closes #​4353
  • prevent footer grid styles from displaying script/style/template children, closes #​4471
  • prevent FAB trigger and labels from being text-selected in Safari
  • fan out first fab-flower action when no main action exists, closes #​4531
  • add modal overlay transition for stacked dialogs
  • adjust swap layers, closes #​4574
  • make swap-active work with rotate and flip, closes #​4553
  • give select-ghost picker a non-transparent background, closes #​4521
  • improve button border style for keyboard and mouse navigation
  • make diff work inside card and fix CDN hover gallery layering, closes #​4416, closes #​4474
  • improve disabled input label color contrast
  • clean up file input styling
  • improve alert noise size
  • improve diff thumb styling
  • fix menu typo from previous changes
Docs
  • add daisyUI 5.6 blog post
  • add docs for Aura, OTP, Megamenu, vertical range, tooltip alignment, popover modal, selectable cards, responsive floating labels, and select dropdown max height
  • add clipboard button to markdown code blocks, closes #​4536
  • add select dropdown max-height example, closes #​4440
  • add collapse usage examples inspired by outside-click patterns, refs #​4479
  • allow hyphens and spaces in theme generator theme names
  • fix mockup-browser background color snippet
  • improve focus indicators for code blocks and headings
  • add Angular install note for modern CSS / color-mix() rendering
  • use CDN-safe alert icon classes
  • add tooltip component to llms.txt
  • document read-only rating pattern in daisyUI skill files
Chores
  • update Bun, Tailwind CSS, Lightning CSS, PostCSS, Prettier, and related dependencies
  • add package exports for daisyui
  • update daisyUI skill files for new and changed components

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

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 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 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.37.0
golang.org/x/net v0.48.0 -> v0.56.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