Skip to content

Update UI Component dependencies#775

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

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 patch ^4.1.18^4.2.2
@tailwindcss/vite (source) devDependencies patch ^4.1.17^4.2.2
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 minor ^16.5.5^16.6.6
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 patch ^4.1.18^4.2.2
tailwindcss (source) devDependencies patch ^4.1.17^4.2.2

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.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 '@​/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)

v16.6.6

Compare Source

  • fix(peer-deps): bump i18next peer dependency to >= 25.10.9 to match required type exports (ConstrainTarget, ApplyTarget, GetSource) used by TransSelector 1911

v16.6.5

Compare Source

  • fix(types): selector keyPrefix overload in useTranslation no longer matches when keyPrefix is absent, fixing defaultNS: false with explicit ns option 2412

v16.6.4

Compare Source

  • allow TypeScript 6 as peer dependency 1910

v16.6.3

Compare Source

  • fix(types): merge TransSelector overloads into a single signature so typeof Trans remains extendable 1909

v16.6.2

Compare Source

  • feat(types): useTranslation now accepts selector functions as keyPrefix with full type-safe key narrowing when enableSelector is enabled 2367

v16.6.1

Compare Source

  • feat(types): i18nKey of <Trans i18nKey={sk} /> to accept a SelectorKey 2364

v16.6.0

Compare Source

  • warn when t is called before ready with useSuspense: false 1896
  • type-safe values prop on <Trans /> component — interpolation variables are now inferred from the translation string when custom types are configured 1772

v16.5.8

Compare Source

  • A selector function cannot be resolved without an i18n instance... returning empty string is safer than leaking the raw function reference. 1907

v16.5.7

Compare Source

  • fix: <Trans> component with enableSelector: true does not support multiple selectors for fallbacks 1907
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 2 times, most recently from fa01c54 to cf70a4b Compare April 7, 2026 01:37
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch from cf70a4b to 177a959 Compare April 7, 2026 13:29
@loopingz
Copy link
Copy Markdown
Contributor Author

loopingz commented Apr 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 24 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
/tmp/renovate/repos/github/vertesia/composableai/packages/ui:
 ERR_PNPM_NO_MATURE_MATCHING_VERSION  Version 6.0.1 (released 28 minutes ago) of react-calendar does not meet the minimumReleaseAge constraint

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

The latest release of react-calendar is "6.0.1". Published at 4/7/2026 1:00:44 PM

If you need the full list of all 90 published versions run "pnpm view react-calendar 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 changed the title chore(deps): update ui component dependencies Update UI Component dependencies Apr 8, 2026
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