Skip to content

chore(deps): update ui component dependencies#775

Open
loopingz wants to merge 1 commit intomainfrom
renovate/ui-component-dependencies
Open

chore(deps): update ui component dependencies#775
loopingz wants to merge 1 commit intomainfrom
renovate/ui-component-dependencies

Conversation

@loopingz
Copy link
Copy Markdown
Contributor

@loopingz loopingz commented Jan 12, 2026

This PR contains the following updates:

Package Type Update Change
@floating-ui/dom (source) dependencies patch ^1.7.1^1.7.6
@floating-ui/react (source) dependencies patch ^0.27.11^0.27.19
@radix-ui/react-checkbox (source) dependencies patch ^1.3.1^1.3.3
@radix-ui/react-dialog (source) dependencies patch ^1.1.13^1.1.15
@radix-ui/react-focus-scope (source) dependencies patch ^1.1.7^1.1.8
@radix-ui/react-label (source) dependencies patch ^2.1.6^2.1.8
@radix-ui/react-popover (source) dependencies patch ^1.1.13^1.1.15
@radix-ui/react-portal (source) dependencies patch ^1.1.9^1.1.10
@radix-ui/react-separator (source) dependencies patch ^1.1.6^1.1.8
@radix-ui/react-slot (source) dependencies patch ^1.2.2^1.2.4
@radix-ui/react-tabs (source) dependencies patch ^1.1.11^1.1.13
@radix-ui/react-tooltip (source) dependencies patch ^1.2.6^1.2.8
@tailwindcss/forms devDependencies patch ^0.5.10^0.5.11
@tailwindcss/vite (source) devDependencies minor ^4.1.18^4.3.0
@tailwindcss/vite (source) devDependencies minor ^4.1.17^4.3.0
framer-motion dependencies minor ^12.23.12^12.38.0
lucide-react (source) dependencies minor ^0.562.0^0.577.0
motion dependencies minor ^12.12.1^12.38.0
react-calendar (source) dependencies patch ^6.0.0^6.0.1
react-date-picker (source) dependencies patch ^12.0.1^12.0.2
react-error-boundary (source) dependencies patch ^6.0.0^6.1.1
react-i18next dependencies patch ^17.0.2^17.0.7
react-pdf (source) dependencies minor ^10.2.0^10.4.1
react-remove-scroll dependencies patch ^2.7.1^2.7.2
tailwind-merge dependencies patch ^3.4.0^3.5.0
tailwindcss (source) devDependencies minor ^4.1.18^4.3.0
tailwindcss (source) devDependencies minor ^4.1.17^4.3.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

floating-ui/floating-ui (@​floating-ui/dom)

v1.7.6

Patch Changes
  • fix(types): ensure Platform type contains detectOverflow type
  • perf: bundle and runtime improvements
  • feat(autoUpdate): allow not passing a floating element
  • Update dependencies: @floating-ui/utils@0.2.11, @floating-ui/core@1.7.5
floating-ui/floating-ui (@​floating-ui/react)

v0.27.19

Compare Source

Patch Changes
  • fix(useDismiss): ignore non-primary inside mouse presses for click outside dismissal
  • fix(react): fix shadow root host lookup when one of the parent elements is an anchor
  • Update dependencies: @floating-ui/utils@0.2.11, @floating-ui/react-dom@2.1.8
tailwindlabs/tailwindcss (@​tailwindcss/vite)

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 canonicalization 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)
motiondivision/motion (framer-motion)

v12.38.0

Compare Source

Added
  • Added layoutAnchor prop to configure custom anchor point for resolving relative projection boxes.
Fixed
  • Reorder: Fix axis switching after window resize.
  • Reorder: Fix with virtualised lists.
  • AnimatePresence: Ensure children are removed when exit animation matches current values.

v12.37.0

Compare Source

Added
  • Support for hardware accelerating "start" and "end" offsets in scroll and useScroll.
  • Support for oklch, oklab, lab, lch, color, color-mix, light-dark color types.
Fixed
  • Fix whileInView with client-side navigation.
  • Fix draggable elements when layout updates due to surrounding element re-renders.
  • Improved memory pressure of layout animations.
  • Ensure motion value returned from useSpring reports correct isAnimating().

v12.36.0

Compare Source

Added
  • Allow dragSnapToOrigin to accept "x" or "y" for per-axis snapping.
  • Added axis-locked layout animations with layout="x" and layout="y".
  • Added skipInitialAnimation to useSpring.
Fixed
  • Fixed height and width: auto animations with box-sizing: border-box.
  • Reset component values when exit animation finishes.
  • Ensure anticipate easing returns 1 at p === 1.
  • Fix @emotion/is-prop-valid resolve error in Storybook.
  • Remove data-pop-layout-id from exiting elements when animation interrupted.
  • Ensure we skip WAAPI for non-animatable keyframes.
  • Ensure we skip WAAPI for SVG transforms.
  • Ensure MotionValue props are not passed to SVG.
  • AnimatePresence: Prevent mode="wait" elements from getting stuck when switched rapidly.

v12.35.2

Compare Source

Fixed
  • Reduced filesize of styleEffect.
  • Fix rounding from popLayout.
  • opacity animations in React Strict Mode in development.
  • Ensure useSpring is not affected by monitor framerate.
  • Updating animations sequence segment types to exclude lifecycle handlers.
  • Fix layout animations with parents offset by a %-based translation.
  • Fix autoplay: false with WAAPI animations.
  • Fix layout jump in React Strict Mode in development.
  • Detect divide-by-zero in CSS calc() values before making animatable templates.

v12.35.1

Compare Source

Fixed
  • Fixing combination of string keyframes, spring and delay.
  • Gracefully handle negative scroll values.
  • Fix one-frame visual gap when rapidly switching WAAPI animations.
  • animation.time = 0 on a finished animation sets the playhead in a paused state.

v12.35.0

Compare Source

Added
  • ViewTimeline support for scroll and useScroll.

v12.34.5

Compare Source

Fixed
  • Ensure final WAAPI styles are always committed synchronously to prevent flash of incorrect styles in Firefox.
  • Prevent Next.js from caching typeof window checks.
  • Improve projection node cleanup.
  • Variant propagation fixed for asynchronously-mounted children.

v12.34.4

Compare Source

Fixed
  • Ensure onComplete fires at the end of an animation sequence.

v12.34.3

Compare Source

Fixed
  • Ensure velocity is never transferred to a time-derived spring.
lucide-icons/lucide (lucide-react)

v0.577.0: Version 0.577.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.576.0...0.577.0

v0.576.0: Version 0.576.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.575.0...0.576.0

v0.575.0: Version 0.575.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.573.0...0.575.0

v0.574.0: Version 0.574.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.572.0...0.574.0

v0.573.0: Version 0.573.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.572.0...0.573.0

v0.572.0: Version 0.572.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.571.0...0.572.0

v0.571.0: Version 0.571.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.570.0...0.571.0

v0.570.0: Version 0.570.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.569.0...0.570.0

v0.569.0: Version 0.569.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.568.0...0.569.0

v0.568.0: Version 0.568.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.567.0...0.568.0

v0.567.0: Version 0.567.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.566.0...0.567.0

v0.566.0: Version 0.566.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.565.0...0.566.0

v0.565.0: Version 0.565.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.564.0...0.565.0

v0.564.0: Version 0.564.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.563.1...0.564.0

v0.563.0: Version 0.563.0

Compare Source

What's Changed

aria-hidden is by default added to icons components in all packages. This was already added to lucide-react before.
Making icons accessible, you can add an aria-label or a title. See docs about accessibility.

All changes
New Contributors

Full Changelog: lucide-icons/lucide@0.562.0...0.563.0

wojtekmaj/react-calendar (react-calendar)

v6.0.1

Compare Source

This is our first release that uses OIDC trusted publishing and immutable releases! 🎉

Bug fixes
  • Fixed TypeError: get format called on incompatible undefined thrown on some browsers.
wojtekmaj/react-date-picker (react-date-picker)

v12.0.2

Compare Source

This is our first release that uses OIDC trusted publishing and immutable releases! 🎉

Bug fixes
  • Fixed TypeError: get format called on incompatible undefined thrown on some browsers.
i18next/react-i18next (react-i18next)

v17.0.7

Compare Source

  • feat: useTranslation([nsA, nsB, ...]) now passes its full namespace list to getFixedT via the new scopeNs opt (requires i18next ≥ v26.0.10). This makes selector calls with a secondary-namespace prefix resolve correctly under default nsMode: t($ => $.nsB.foo) previously missed silently because the bound ns was the primary string only and i18next's selector rewrite needed an array. Resolution semantics are unchanged — plain t('key') lookups still stay isolated to the primary namespace by default; use nsMode: 'fallback' to opt into multi-ns fallback resolution as before. Fixes i18next#2429 for useTranslation-based callers.

v17.0.6

Compare Source

  • fix: restore the v17 nodesToString output format consumed by i18next-cli's extractor while still rendering 1919 correctly
    • 17.0.5 fixed 1919 by changing what nodesToString produced, which inadvertently changed the extracted translation strings for keep-tags wrapping non-keep React elements
    • The fix now lives in the renderer: indexed <N> placeholders nested inside a keep-tag are scoped to that tag's own original React children (matching kept tags by name and positional occurrence at each level), so the translation string format produced by nodesToString is unchanged

v17.0.5

Compare Source

  • fix: <Trans /> no longer breaks child rendering when a kept HTML node (transKeepBasicHtmlNodesFor) wraps a non-keep React element 1919 — superseded by 17.0.6, which keeps the same runtime fix without changing the nodesToString output

v17.0.4

Compare Source

  • fix: avoid React does not recognize the 'i18nIsDynamicList' prop on a DOM element warning 1915

v17.0.3

Compare Source

  • fix: avoid invalid prop on React.Fragment inside <Trans /> 1914
wojtekmaj/react-pdf (react-pdf)

v10.4.1

Compare Source

Bug fixes

  • Sanitize HTML returned by customTextRenderer (#​2070).

v10.4.0

Compare Source

What's new?

  • Added support for pageColors prop in Page component (#​2068).
    With this option, you can easily override colors used to render the PDF and implement accessibility enhancements. For example, this:
    <Page /* … */ pageColors={{ background: 'black', foreground: '#FF0000' }} />
    will result in the following:

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Monday (* * * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Renovate Bot.

@loopingz loopingz requested a review from a team as a code owner January 12, 2026 00:12
@loopingz loopingz added dependencies Pull requests that update a dependency file ui/ux labels Jan 12, 2026
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch from b35fe06 to 9827b7d Compare January 12, 2026 12:11
@loopingz loopingz changed the title chore(deps): update ui component dependencies Update UI Component dependencies Jan 13, 2026
@loopingz loopingz changed the title Update UI Component dependencies chore(deps): update ui component dependencies Jan 13, 2026
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch 7 times, most recently from b951231 to 18cdc5e Compare January 21, 2026 00:13
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch 7 times, most recently from 5b050fe to 05a5a9f Compare January 28, 2026 00:23
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch 8 times, most recently from 8e8aa69 to d0b0a3d Compare March 13, 2026 00:28
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch 2 times, most recently from 6eb5024 to 2672eff Compare March 17, 2026 12:19
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch 7 times, most recently from e9d23aa to ff79471 Compare March 25, 2026 00:30
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch 6 times, most recently from cf54ab7 to 2dc29d2 Compare April 2, 2026 13:07
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch 3 times, most recently from cf70a4b to 177a959 Compare April 7, 2026 13:29
@loopingz loopingz changed the title chore(deps): update ui component dependencies Update UI Component dependencies Apr 8, 2026
@loopingz loopingz changed the title Update UI Component dependencies chore(deps): update ui component dependencies Apr 11, 2026
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch 4 times, most recently from 2a44859 to 87c8c03 Compare April 17, 2026 12:38
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch 2 times, most recently from bd0f9ab to d1d58ef Compare April 22, 2026 00:26
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch from d1d58ef to 76506e8 Compare April 28, 2026 00:32
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch 2 times, most recently from 1fc6a65 to 2fb35cc Compare May 7, 2026 12:49
@loopingz
Copy link
Copy Markdown
Contributor Author

loopingz commented May 7, 2026

⚠️ 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: pnpm-lock.yaml
Scope: all 20 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 28, reused 0, downloaded 0, added 0
packages/cli                             |  WARN  deprecated glob@11.1.0
Progress: resolved 84, reused 0, downloaded 0, added 0
/tmp/renovate/repos/github/vertesia/composableai/packages/tools-admin-ui:
 ERR_PNPM_NO_MATURE_MATCHING_VERSION  Version 4.3.0 (released 4 hours ago) of @tailwindcss/vite does not meet the minimumReleaseAge constraint

This error happened while installing a direct dependency of /tmp/renovate/repos/github/vertesia/composableai/packages/tools-admin-ui

The latest release of @tailwindcss/vite is "4.3.0". Published at 5/8/2026 8:25:50 PM

Other releases are:
  * internal: 0.0.0-internal.b2586d4e published at 3/11/2024
  * next: 4.0.0 published at 1/21/2025
  * insiders: 0.0.0-insiders.f9216b2 published at 5/8/2026 8:42:24 PM

If you need the full list of all 815 published versions run "pnpm view @tailwindcss/vite versions".

If you want to install the matched version ignoring the time it was published, you can add the package name to the minimumReleaseAgeExclude setting. Read more about it: https://pnpm.io/settings#minimumreleaseageexclude

@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch from 2fb35cc to 00c87f3 Compare May 9, 2026 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ui/ux

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants