Skip to content

Conversation

@loopingz
Copy link
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.5
@floating-ui/react (source) dependencies patch ^0.27.11^0.27.17
@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-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-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
framer-motion dependencies minor ^12.23.12^12.29.2
lucide-react (source) dependencies minor ^0.562.0^0.563.0
motion dependencies minor ^12.12.1^12.29.2
react-error-boundary (source) dependencies minor ^6.0.0^6.1.0
react-pdf (source) dependencies minor ^10.2.0^10.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.5

Patch Changes
  • Update dependencies: @floating-ui/core@1.7.4
floating-ui/floating-ui (@​floating-ui/react)

v0.27.17

Patch Changes
  • feat: detectOverflow configurable via platform
  • fix(FloatingPortal): ensure accessibility of non-modal dialogs with iOS/Safari/Voice Control
  • Update dependencies: @floating-ui/react-dom@2.1.7
motiondivision/motion (framer-motion)

v12.29.2

Compare Source

Fixed
  • Updates to layout animations.

v12.29.0

Compare Source

Added
  • transformViewBoxPoint: Scale drag gestures within <svg> elements where viewBox and rendered width/height are mismatched.
  • trackContentSize: New scroll and useScroll option for tracking changes to content size.
Fixed
  • Add React 19 test suite to CI.
  • Fix types with motion.create().
  • Shared element animations now respect layoutDependency.

v12.28.2

Compare Source

Added
  • Add default value type px for fontSize.
Fixed
  • Removed default value type from radius.
  • Ensure LazyMotion animates initial state even when state has changed before Motion is loaded.

v12.28.1

Compare Source

Fixed
  • Ensure scale: "0%" isn't treated as default value.

v12.27.5

Compare Source

Fixed
  • Ensure pen gesture is correctly cleaned up on drag cancel.
  • Fix edge case where DocumentProjectionNode's attached element was null.

v12.27.4

Compare Source

Added
  • AnimatePresence: anchorY for vertically positioning popped children.
Fixed
  • Fixed path drawing animations in zoomed Safari contexts by switching to unitless values.

v12.27.3

Compare Source

Fixed
  • Ensure drag gestures trigger from keyboard-accessible elements (button, textarea etc) if these elements have drag applied directly.

v12.27.2

Compare Source

Fixed
  • Adding sourcemaps to motion-dom and motion-utils.
  • Fix Reorder autoscroll within scrollable pages.
  • Gracefully handle missing elements in animation sequences.

v12.27.1

Compare Source

Fixed
  • Improving projection node cleanup.

v12.27.0

Compare Source

Added
  • Adding new exports for internal use.

v12.26.2

Compare Source

Fixed
  • Internal refactor of projection system into motion-dom.

v12.26.1

Compare Source

Fixed
  • Improve overload selection for useTransform.

v12.26.0

Compare Source

Added
  • Support for multiple output value maps with useTransform.

v12.25.0

Compare Source

Added
  • Support for auto-scrolling when a Reorder.Item reaches the edges of its parent scrollable container.

v12.24.12

Compare Source

Fixed
  • Draggable elements now track pointer during page and element scroll.

v12.24.11

Compare Source

Fixed
  • Fixed time sampling of GPU animations under heavy CPU load.

v12.24.10

Compare Source

Fixed
  • Fixing missing import from motion-dom.

v12.24.9

Compare Source

Fixed
  • Fixing Radix Dialog with AnimatePresence.
  • Ensure drag constraints animation resumes after press interruption.
  • Prevent drag gesture from triggering when pressing focusable elements.

v12.24.8

Compare Source

Fixed
  • Perform unit conversion when animating to/from calc() values.

v12.24.7

Compare Source

Fixed
  • Fix duplicate exit animations in AnimatePresence.

v12.24.6

Compare Source

Fixed
  • Remove memory leak from retained matchMedia callbacks.

v12.24.5

Compare Source

Fixed
  • Prevent ref access error for AnimatePresence popLayout mode in React 19.

v12.24.4

Compare Source

Fixed
  • Support ref functions that return a cleanup callback.

v12.24.3

Compare Source

Fixed
  • Ensure onAnimationStart and onAnimationComplete callbacks fire for useSpring.

v12.24.2

Compare Source

Fixed
  • Ensure useDragControls snapToCursor: true` works with initial transforms.

v12.24.1

Compare Source

Fixed
  • Draggable elements now track pointer during page and element scroll.

v12.24.0

Compare Source

Added
  • { type: "svg" } option to motion.create() for creating custom SVG components.
  • px default value type for CSS logical properties (paddingBlock, paddingInline, marginBlock, marginInline).
Fixed
  • Ensure drag gesture updates with latest props every render.
  • Fix missing JSX import error.
  • Fix motion-dom build.
  • Exclude src from distributed package.

v12.23.28

Compare Source

Fixed
  • Fixing MotionStyle type with React 19 when skipLibCheck is false.
  • Add guard for process check for better compat with ESM environments.

v12.23.27

Compare Source

Fixed
  • Improved Intellisense detection for motion import.
  • Adding sourcemaps to release.
lucide-icons/lucide (lucide-react)

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

bvaughn/react-error-boundary (react-error-boundary)

v6.1.0

Compare Source

  • #​235: Fix error type (Error -> unknown)
  • Export getErrorMessage helper method

v6.0.3

Compare Source

  • Removed react-dom from peer dependencies list; it was accidentally added during a previous internal refactor

v6.0.2

Compare Source

Updated README and generated TS docs

v6.0.1

Compare Source

Updated README and generated docs

wojtekmaj/react-pdf (react-pdf)

v10.3.0

Compare Source

What's new?
  • Added support for filterAnnotations prop in Page component (#​1991).
  • Made the code more resilient to promise cancellations (#​974).
What's changed?
  • Tests are no longer shipped to npm. This helped reducing publish size from 416 kB to 303 kB.
  • Updated Next.js samples.
Bug fixes
  • Fixed incorrectly calculated dimensions of rotated pages in Page onLoadSuccess handler (#​2027). Thanks, @​wkirby!

Configuration

📅 Schedule: Branch creation - Only on Monday ( * * * * 1 ) (UTC), 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 6 times, most recently from 93800ef to 5b050fe Compare January 27, 2026 12:13
@loopingz loopingz force-pushed the renovate/ui-component-dependencies branch from 5b050fe to 05a5a9f Compare January 28, 2026 00:23
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.

3 participants