chore(deps): bump the ui group with 4 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(7 days ago)
(7 days ago)
dependencies javascript
Bumps the ui group with 4 updates: lucide-react, motion, react-icons and tailwind-merge.
Updates lucide-react from 0.562.0 to 1.17.0
Release notes
Sourced from lucide-react's releases.
Version 1.17.0
What's Changed
- chore(lucide-vue-next|lucide-svelte|lucide-angular): Remove deprecated packages by
@ericfennisin lucide-icons/lucide#4376- chore(repo): Update issue templates and documentation for package ren… by
@ericfennisin lucide-icons/lucide#4379- feat(site): Adds survey overlay to website by
@ericfennisin lucide-icons/lucide#4380- feat(site): Certificate dev links by
@ericfennisin lucide-icons/lucide#4390- fix(icons): changed
martiniicon by@jamiemlawin lucide-icons/lucide#4335- chore(deps): bump brace-expansion from 1.1.11 to 5.0.6 by
@dependabot[bot] in lucide-icons/lucide#4386- chore(deps): bump
@tootallnate/oncefrom 2.0.0 to 2.0.1 by@dependabot[bot] in lucide-icons/lucide#4404- chore(deps): bump devalue from 5.8.0 to 5.8.1 by
@dependabot[bot] in lucide-icons/lucide#4391- chore(deps): bump ws from 8.18.0 to 8.20.1 by
@dependabot[bot] in lucide-icons/lucide#4392- fix(gh-icon): limit icon size to a maximum of 256 pixels by
@jguddasin lucide-icons/lucide#4398- chore(dependencies): Update dependencies by
@ericfennisin lucide-icons/lucide#4377- feat(copilot): Adding copilot instructions by
@ericfennisin lucide-icons/lucide#4407- feat(icons): add
globe-checkby@Barakudumin lucide-icons/lucide#4342- feat(metadata): Require use-cases in meta json by
@ericfennisin lucide-icons/lucide#4321- feat(icons): added
parasolicon by@karsa-mistmerein lucide-icons/lucide#4347Full Changelog: https://github.com/lucide-icons/lucide/compare/1.16.0...1.17.0
Version 1.16.0
What's Changed
- feat(icons): added
blendericon by@rrod497in lucide-icons/lucide#3884Full Changelog: https://github.com/lucide-icons/lucide/compare/1.15.0...1.16.0
Version 1.15.0
What's Changed
- fix: remove 'less' from brand stopwords by
@jguddasin lucide-icons/lucide#4331- fix(
@lucide/vue): Clone slots before passing to icon by@axthoin lucide-icons/lucide#4339- fix(icons): changed
text-cursoricon by@jamiemlawin lucide-icons/lucide#4340- fix(icons): changed
landmarkicon by@jamiemlawin lucide-icons/lucide#4334- chore(deps-dev): bump nitropack from 2.13.1 to 2.13.4 by
@dependabot[bot] in lucide-icons/lucide#4352- chore(deps-dev): bump simple-git from 3.33.0 to 3.36.0 by
@dependabot[bot] in lucide-icons/lucide#4349- fix(icons): changed
candy-caneicon by@jguddasin lucide-icons/lucide#4148- fix(icons): changed
volleyballicon by@jamiemlawin lucide-icons/lucide#4338- fix(icons): changed
chart-no-axes-combinedicon by@jguddasin lucide-icons/lucide#3567- feat(icon): added broccoli icon by
@swastik7805in lucide-icons/lucide#4263- chore(site): Updates to site and updated carbon ads by
@ericfennisin lucide-icons/lucide#4359- feat(icons): added sticky note variants by
@Barakudumin lucide-icons/lucide#4348- chore(deps-dev): bump astro from 6.1.6 to 6.1.10 by
@dependabot[bot] in lucide-icons/lucide#4361New Contributors
@axthomade their first contribution in lucide-icons/lucide#4339@Barakudummade their first contribution in lucide-icons/lucide#4348Full Changelog: https://github.com/lucide-icons/lucide/compare/1.14.0...1.15.0
... (truncated)
Commits
07c885efix(docs): fix zephyr-cloud URL in readmes50d8af5docs(readme): Update readme files (#4320)653e44bfeat(packages): use .mjs for ESM bundles (#4285)7623e23feat(docs): add Zephyr Cloud to Hero Backers tier & rework updateSponsors scr...dada0a8fix(lucide-react): Fix dynamic imports (#4210)a6e648afix(lucide-react): correct client directives in RSC files (#4189)1f010a3fix(lucide-react): Fixes provider export and RSC render issues (#4175)484f2c9docs(version-1): Version 1 website (#4142)a0e202dfeat(packages/angular): add new@lucide/angularpackage (#3897)c5b155eMerge branch 'main' of https://github.com/lucide-icons/lucide into next- Additional commits viewable in compare view
Updates motion from 12.25.0 to 12.40.0
Changelog
Sourced from motion's changelog.
[12.40.0] 2026-05-21
Added
pathoption totransition.arc()for motion along an arc.[12.39.0] 2026-05-18
Added
- Support for
repeatTypeandrepeatDelayin animation sequences.Fixed
- Variants: Re-run keyframe animations when switching between variant labels even when they share identical keyframe arrays.
- Drag: Preserve in-flight motion value animations across React 19 reorder unmount/remount so
dragSnapToOriginno longer leaves the drag transform stranded after a layout swap.LazyMotion: Share React contexts between theframer-motionandframer-motion/m(and thereforemotion/reactandmotion/react-m) CJS bundles so that<m.div>from the/msubpath picks up features loaded by<LazyMotion>from the main entry point.useScroll: Support hydratingtargetandcontainerrefs from anywhere in the tree.- Drag: Gesture no longer starts from incorrect start point when rendered inside
<AnimatePresence initial={false} />.- Drag:
dragConstraints, when set as viewport-relative ref, no longer break on scroll.§- Updated
visualElementhydration order.useAnimate: Now respectsskipAnimations.AnimatePresence: Fix object-forminitialvalues not applied on re-entry after exit completes.scroll: Fixed callback progress when tracking an element.useScroll: Fix hardware acceleration when tracking an element.[12.38.0] 2026-03-16
Added
- Added
layoutAnchorprop 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.[12.37.0] 2026-03-16
Added
- Support for hardware accelerating
"start"and"end"offsets inscrollanduseScroll.- Support for
oklch,oklab,lab,lch,color,color-mix,light-darkcolor types.Fixed
- Fix
whileInViewwith client-side navigation.- Fix draggable elements when layout updates due to surrounding element re-renders.
... (truncated)
Commits
38ebb94v12.40.0b1f766cLatestbca5544Merge pull request #3699 from motiondivision/lochie/arcs-injectablef1a96cfarc(): rename amp/rotate, expose MotionPath, fix explicit cw/ccwb4aaba0pathRotation: non-destructive orientToPath rotation channel8604ef3Make arcs injectable viatransition.path = arc()f90fe29addorientToPath9ebe999fix: testbc2107eRevert "no should"6eeb92dno should- Additional commits viewable in compare view
Updates react-icons from 5.5.0 to 5.6.0
Release notes
Sourced from react-icons's releases.
v5.6.0
What's Changed
- Bump prismjs from 1.29.0 to 1.30.0 by
@dependabot[bot] in react-icons/react-icons#1033- Bump
@babel/helpersfrom 7.23.2 to 7.26.10 by@dependabot[bot] in react-icons/react-icons#1036- Bump http-proxy-middleware from 2.0.7 to 2.0.9 by
@dependabot[bot] in react-icons/react-icons#1041- Bump form-data from 3.0.1 to 3.0.4 by
@dependabot[bot] in react-icons/react-icons#1058- Bump vite from 5.4.14 to 5.4.20 by
@dependabot[bot] in react-icons/react-icons#1071- upgrade packages by
@kamijin-fantain react-icons/react-icons#1075- Bump tar from 6.2.0 to 6.2.1 by
@dependabot[bot] in react-icons/react-icons#1078- Bump vite from 6.3.6 to 6.4.1 by
@dependabot[bot] in react-icons/react-icons#1081- Bump tmp from 0.2.3 to 0.2.5 by
@dependabot[bot] in react-icons/react-icons#1077- Bump glob from 11.0.3 to 11.1.0 by
@dependabot[bot] in react-icons/react-icons#1089- Bump
@babel/runtimefrom 7.23.2 to 7.28.4 by@dependabot[bot] in react-icons/react-icons#1073- Bump node-forge from 1.3.1 to 1.3.2 by
@dependabot[bot] in react-icons/react-icons#1092- Bump mdast-util-to-hast from 13.0.2 to 13.2.1 by
@dependabot[bot] in react-icons/react-icons#1094- Bump undici from 7.16.0 to 7.18.2 by
@dependabot[bot] in react-icons/react-icons#1103- Bump devalue from 5.3.2 to 5.6.2 by
@dependabot[bot] in react-icons/react-icons#1104- Bump h3 from 1.15.4 to 1.15.5 by
@dependabot[bot] in react-icons/react-icons#1105- Bump diff from 5.2.0 to 5.2.2 by
@dependabot[bot] in react-icons/react-icons#1107- Bump webpack from 5.94.0 to 5.104.1 by
@dependabot[bot] in react-icons/react-icons#1110- Bump jsonpath from 1.1.1 to 1.2.1 by
@dependabot[bot] in react-icons/react-icons#1113- Bump devalue from 5.6.2 to 5.6.3 by
@dependabot[bot] in react-icons/react-icons#1115- Bump astro from 5.14.1 to 5.15.9 by
@dependabot[bot] in react-icons/react-icons#1091- Bump ajv from 6.12.6 to 6.14.0 by
@dependabot[bot] in react-icons/react-icons#1116Full Changelog: https://github.com/react-icons/react-icons/compare/v5.5.0...v5.6.0
Icon Library License Version Count Circum Icons MPL-2.0 license 1.0.0 288 Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612 Font Awesome 6 CC BY 4.0 License 6.7.2-1-g840c215 2060 Ionicons 4 MIT 4.6.3 696 Ionicons 5 MIT 5.5.4 1332 Material Design icons Apache License Version 2.0 4.0.0-142-gbb04090f93 4341 Typicons CC BY-SA 3.0 2.1.2 336 Github Octicons icons MIT 18.3.0 264 Feather MIT 4.29.2 287 Lucide ISC 0.462.0 1541 Game Icons CC BY 3.0 12920d6565588f0512542a3cb0cdfd36a497f910 4040 Weather Icons SIL OFL 1.1 2.0.12 219 Devicons MIT 1.8.0 192 Ant Design Icons MIT 4.4.2 831 Bootstrap Icons MIT 1.13.1 2754 Remix Icon Apache License Version 2.0 4.6.0 3058 Flat Color Icons MIT 1.0.2 329 Grommet-Icons Apache License Version 2.0 4.14.0 637 Heroicons MIT 1.0.6 460 Heroicons 2 MIT 2.2.0 972
... (truncated)
Commits
6501a41v5.6.0387e780update iconsfb057e75.5.1-snapshot.06f74755update eslint73c281fBump ajv from 6.12.6 to 6.14.0 (#1116)3f2b264Bump astro from 5.14.1 to 5.15.9 (#1091)04adc76Bump devalue from 5.6.2 to 5.6.3 (#1115)44a5e85Bump jsonpath from 1.1.1 to 1.2.1 (#1113)e2c1d6cBump webpack from 5.94.0 to 5.104.1 (#1110)f3dca02Bump diff from 5.2.0 to 5.2.2 (#1107)- Additional commits viewable in compare view
Updates tailwind-merge from 3.4.0 to 3.6.0
Release notes
Sourced from tailwind-merge's releases.
v3.6.0
New Features
- Add support for Tailwind CSS v4.3 by
@dcastilin dcastil/tailwind-merge#677
- Add
postfixLookupClassGroupsoption to config to support Tailwind utilities where a slash is part of the full class name, like named container queries- Add support for readonly array values by
@unionalin dcastil/tailwind-merge#652Documentation
- Fix broken links in README by
@maurer2in dcastil/tailwind-merge#662Other
- Harden internal CI pipeline security by omitting git checkout by
@dcastil, suggested by@kyletayloredin https://github.com/dcastil/tailwind-merge/commit/6b2499c10cf52bed42426d30b4219e90374b30d6Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.5.0...v3.6.0
Thanks to
@brandonmcconnell,@manavm1990,@langy,@roboflow,@syntaxfm,@getsentry,@codecov, a private sponsor,@block,@openclaw,@sourcegraph,@mike-healyand more via@thnxdevfor sponsoring tailwind-merge! ❤️v3.5.0
New Features
- Add support for Tailwind CSS v4.2 by
@dcastilin dcastil/tailwind-merge#651Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.4.1...v3.5.0
Thanks to
@brandonmcconnell,@manavm1990,@langy,@roboflow,@syntaxfm,@getsentry,@codecov, a private sponsor,@block,@openclaw,@sourcegraphand more via@thnxdevfor sponsoring tailwind-merge! ❤️v3.4.1
Bug Fixes
- Prevent arbitrary font-family and font-weight from merging by
@roneymoonin dcastil/tailwind-merge#635Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.4.0...v3.4.1
Thanks to
@brandonmcconnell,@manavm1990,@langy,@roboflow,@syntaxfm,@getsentry,@codecov, a private sponsor,@block,@openclaw,@sourcegraphand more via@thnxdevfor sponsoring tailwind-merge! ❤️
Commits
d54f7e5v3.6.0638871aUpdate README to add info about Tailwind CSS v4.3 support39fc7b5Revert "v3.6.0"bd8390fv3.6.0802877cadd v3.6.0 changeloga35fedaMerge pull request #665 from dcastil/renovate/rollup-plugin-babel-7.x940389cMerge pull request #667 from dcastil/renovate/release-drafter-release-drafter...005af6dpin to specific version5816cedimplement breaking changes17041e1Merge pull request #676 from dcastil/dependabot/npm_and_yarn/babel/plugin-tra...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
Technical Details
| ID: | 15987100 |
| UUID: | 4580456449 |
| Node ID: | PR_kwDOQoGyoM7iP8zc |
| Host: | GitHub |
| Repository: | kaijutale/outputquest |