PR #69 merged: Bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: lucide-react, prettier-plugin-tailwindcss, @rollup/rollup-linux-x64-gnu and @rollup/rollup-win32-x64-msvc.
Updates lucide-react from 0.475.0 to 0.563.0
▶Release notes
Sourced from lucide-react's releases.
Version 0.563.0
What's Changed
aria-hiddenis by default added to icons components in all packages. This was already added tolucide-reactbefore. Making icons accessible, you can add anaria-labelor atitle. See docs about accessibility.All changes
- chore(dev): Enable ligatures in font build configuration by
@dcxoin lucide-icons/lucide#3876- chore(repo): add Android to brand stopwords by
@karsa-mistmerein lucide-icons/lucide#3895- fix(site): add missing titles and a title template by
@taimarin lucide-icons/lucide#3920- fix(site): unify and improve the styling of input fields by
@taimarin lucide-icons/lucide#3919- fix(icons): changed
star-officon by@jguddasin lucide-icons/lucide#3952- fix(icons): changed
tickets-planeicon by@jguddasin lucide-icons/lucide#3928- fix(icons): changed
monitor-officon by@jguddasin lucide-icons/lucide#3962- fix(icons): changed
lassoicon by@jguddasin lucide-icons/lucide#3961- fix(icons): changed
cloud-officon by@jguddasin lucide-icons/lucide#3942- docs(site): added lucide-web-components third-party package by
@mideswebin lucide-icons/lucide#3948- chore(deps-dev): bump preact from 10.27.2 to 10.27.3 by
@dependabot[bot] in lucide-icons/lucide#3955- feat(icon): add globe-x icon with metadata by
@Muhammad-Aqib-Bashirin lucide-icons/lucide#3827- fix(icons): changed
waypointsicon by@karsa-mistmerein lucide-icons/lucide#3990- fix(icons): changed
bookmarkicon by@jguddasin lucide-icons/lucide#2906- fix(icons): changed
message-square-dashedicon by@jguddasin lucide-icons/lucide#3959- fix(icons): changed
cloudyicon by@jguddasin lucide-icons/lucide#3966- fix(github-actions): resolved spelling mistake in gh issue close command by
@jguddasin lucide-icons/lucide#4000- Update LICENSE by
@alxgraphyin lucide-icons/lucide#4009- feat(packages): Added aria-hidden fallback for decorative icons to all packages by
@ericfennisin lucide-icons/lucide#3604- chore(deps): bump lodash from 4.17.21 to 4.17.23 by
@dependabot[bot] in lucide-icons/lucide#4020- chore(deps): bump lodash-es from 4.17.21 to 4.17.23 by
@dependabot[bot] in lucide-icons/lucide#4019- Suggest anchoring to a specific lucide version when using a cdn by
@drago1520in lucide-icons/lucide#3727- feat(docs): upgraded backers block by
@karsa-mistmerein lucide-icons/lucide#4014- fix(site): hide native search input clear "X" icon by
@epifaniofranciscoin lucide-icons/lucide#3933- feat(icons): added
printer-xicon by@lt25106in lucide-icons/lucide#3941New Contributors
@dcxomade their first contribution in lucide-icons/lucide#3876@mideswebmade their first contribution in lucide-icons/lucide#3948@alxgraphymade their first contribution in lucide-icons/lucide#4009@drago1520made their first contribution in lucide-icons/lucide#3727@lt25106made their first contribution in lucide-icons/lucide#3941Full Changelog: https://github.com/lucide-icons/lucide/compare/0.562.0...0.563.0
Version 0.562.0
What's Changed
- fix(icons): changed
paint-bucketicon by@jguddasin lucide-icons/lucide#3880- fix(site): Fix and unify color-picker font-size by
@taimarin lucide-icons/lucide#3889- fix(react-native-web): only add className prop to parent Icon component by
@jguddasin lucide-icons/lucide#3892- fix(lucide-react-native): remove icons namespace export to enable tree-shaking by
@jtomaszewskiin lucide-icons/lucide#3868- feat(icons): added
toolboxicon by@karsa-mistmerein lucide-icons/lucide#3871
... (truncated)
▶Commits
67c0485feat(scripts): added helper script to automatically update OpenCollective bac...b6ed43dfeat(packages): Added aria-hidden fallback for decorative icons to all packag...076e0bbchore(dependencies): Update dependencies (#3809)80d6f73fix(icons): Rename fingerprint icon to fingerprint-pattern (#3767)1cfb3ffchore(deps-dev): bump vite from 6.3.5 to 6.3.6 (#3611)e71198dchore: icon alias improvements (#2861)3e644fdchore(scripts): Refactor scripts to typescript (#3316)19fa01bbuild(deps-dev): bump vite from 6.3.2 to 6.3.4 (#3181)03eb862use implicit return in react package (#2325)0fccc27Bump dependencies (#3096)- Additional commits viewable in compare view
▶Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for lucide-react since your current version.
Updates prettier-plugin-tailwindcss from 0.6.14 to 0.7.2
▶Release notes
Sourced from prettier-plugin-tailwindcss's releases.
v0.7.2
Fixed
- Load compatible plugins sequentially to work around race conditions in Node.js (#412)
- Fix compatibility with
prettier-plugin-sveltewhen using Prettier v3.7+ (#418)v0.7.1
Fixed
- Match against correct name of dynamic attributes when using regexes (#410)
v0.7.0
Added
- Format quotes in
@source,@plugin, and@config(#387)- Sort in function calls in Twig (#358)
- Sort in callable template literals (#367)
- Sort in function calls mixed with property accesses (#367)
- Support regular expression patterns for attributes (#405)
- Support regular expression patterns for function names (#405)
Changed
- Improved monorepo support by loading Tailwind CSS relative to the input file instead of prettier config file (#386)
- Improved monorepo support by loading v3 configs relative to the input file instead of prettier config file (#386)
- Fallback to Tailwind CSS v4 instead of v3 by default (#390)
- Don't augment global Prettier
ParserOptionsandRequiredOptionstypes (#354)- Drop support for
prettier-plugin-import-sort(#385)Fixed
▶Changelog
Sourced from prettier-plugin-tailwindcss's changelog.
[0.7.2] - 2025-12-01
Fixed
- Load compatible plugins sequentially to work around race conditions in Node.js (#412)
- Fix compatibility with
prettier-plugin-sveltewhen using Prettier v3.7+ (#418)[0.7.1] - 2025-10-17
Fixed
- Match against correct name of dynamic attributes when using regexes (#410)
[0.7.0] - 2025-10-14
Added
- Format quotes in
@source,@plugin, and@config(#387)- Sort in function calls in Twig (#358)
- Sort in callable template literals (#367)
- Sort in function calls mixed with property accesses (#367)
- Support regular expression patterns for attributes (#405)
- Support regular expression patterns for function names (#405)
Changed
- Improved monorepo support by loading Tailwind CSS relative to the input file instead of prettier config file (#386)
- Improved monorepo support by loading v3 configs relative to the input file instead of prettier config file (#386)
- Fallback to Tailwind CSS v4 instead of v3 by default (#390)
- Don't augment global Prettier
ParserOptionsandRequiredOptionstypes (#354)- Drop support for
prettier-plugin-import-sort(#385)Fixed
▶Commits
28beb4e0.7.263d859dTweakoverridesbd7ff3cFix install issue90e56c3Fix plugin compatibility with Prettier v3.7+ (#418)dd02e91Add test for subpath imports908f169Don’t usePromise.allwhen dynamically loading compatible plugins (#412)a0fea3f0.7.156fa1fcUpdate changelog42aca0cMatch against correct name of dynamic attributes when using regexes (#410)3a58565Fix building on windows- Additional commits viewable in compare view
Updates @rollup/rollup-linux-x64-gnu from 4.9.5 to 4.57.1
▶Release notes
Sourced from @rollup/rollup-linux-x64-gnu's releases.
v4.57.1
4.57.1
2026-01-30
Bug Fixes
- Fix heap corruption issue in Windows (#6251)
- Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)
Pull Requests
- #6251: fix: Isolate and cache
process.report.getReport()calls in a child process for robust environment detection (@alan-agius4,@lukastaegert)- #6252: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6253: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6254: Fully include dynamic imports in a try-catch (
@lukastaegert)- #6255: chore(deps): lock file maintenance (
@renovate[bot])v4.57.0
4.57.0
2026-01-27
Features
- Add import attributes to all plugin hooks that did not provide them yet (#5700)
- Deprecate returning import attributes from
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
- #5700: extend more hooks to include import attributes and add warnings (
@TrickyPi,@lukastaegert)- #6243: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6244: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6245: chore(deps): lock file maintenance (
@renovate[bot])- #6246: Refactor to reduce Rollup 5 upgrade diff (
@lukastaegert)v4.56.0
4.56.0
2026-01-22
Features
- Track object property inclusions of dynamic namespace members (#6230)
Bug Fixes
- Handle methods that access dynamically imported namespace members via
this(#6230)Pull Requests
... (truncated)
▶Changelog
Sourced from @rollup/rollup-linux-x64-gnu's changelog.
4.57.1
2026-01-30
Bug Fixes
- Fix heap corruption issue in Windows (#6251)
- Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)
Pull Requests
- #6251: fix: Isolate and cache
process.report.getReport()calls in a child process for robust environment detection (@alan-agius4,@lukastaegert)- #6252: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6253: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6254: Fully include dynamic imports in a try-catch (
@lukastaegert)- #6255: chore(deps): lock file maintenance (
@renovate[bot])4.57.0
2026-01-27
Features
- Add import attributes to all plugin hooks that did not provide them yet (#5700)
- Deprecate returning import attributes from
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
- #5700: extend more hooks to include import attributes and add warnings (
@TrickyPi,@lukastaegert)- #6243: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6244: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6245: chore(deps): lock file maintenance (
@renovate[bot])- #6246: Refactor to reduce Rollup 5 upgrade diff (
@lukastaegert)4.56.0
2026-01-22
Features
- Track object property inclusions of dynamic namespace members (#6230)
Bug Fixes
- Handle methods that access dynamically imported namespace members via
this(#6230)Pull Requests
- #6230: Refine namespace handling (
@lukastaegert)
... (truncated)
▶Commits
d37675f4.57.1eafac0bchore(deps): lock file maintenance (#6255)47fa568chore(deps): update dependency lru-cache to v11 (#6252)416f476Fully include dynamic imports in a try-catch (#6254)5e393e3fix: Isolate and cacheprocess.report.getReport()calls in a child process ...c931d23chore(deps): lock file maintenance minor/patch updates (#6253)c79e6c2Mitigate vulnerability that would allow to steal credentials743d0544.57.074121c7extend more hooks to include import attributes and add warnings (#5700)c519d82Refactor to reduce Rollup 5 upgrade diff (#6246)- Additional commits viewable in compare view
▶Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @rollup/rollup-linux-x64-gnu since your current version.
Updates @rollup/rollup-win32-x64-msvc from 4.9.5 to 4.57.1
▶Release notes
Sourced from @rollup/rollup-win32-x64-msvc's releases.
v4.57.1
4.57.1
2026-01-30
Bug Fixes
- Fix heap corruption issue in Windows (#6251)
- Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)
Pull Requests
- #6251: fix: Isolate and cache
process.report.getReport()calls in a child process for robust environment detection (@alan-agius4,@lukastaegert)- #6252: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6253: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6254: Fully include dynamic imports in a try-catch (
@lukastaegert)- #6255: chore(deps): lock file maintenance (
@renovate[bot])v4.57.0
4.57.0
2026-01-27
Features
- Add import attributes to all plugin hooks that did not provide them yet (#5700)
- Deprecate returning import attributes from
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
- #5700: extend more hooks to include import attributes and add warnings (
@TrickyPi,@lukastaegert)- #6243: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6244: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6245: chore(deps): lock file maintenance (
@renovate[bot])- #6246: Refactor to reduce Rollup 5 upgrade diff (
@lukastaegert)v4.56.0
4.56.0
2026-01-22
Features
- Track object property inclusions of dynamic namespace members (#6230)
Bug Fixes
- Handle methods that access dynamically imported namespace members via
this(#6230)Pull Requests
... (truncated)
▶Changelog
Sourced from @rollup/rollup-win32-x64-msvc's changelog.
4.57.1
2026-01-30
Bug Fixes
- Fix heap corruption issue in Windows (#6251)
- Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)
Pull Requests
- #6251: fix: Isolate and cache
process.report.getReport()calls in a child process for robust environment detection (@alan-agius4,@lukastaegert)- #6252: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6253: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6254: Fully include dynamic imports in a try-catch (
@lukastaegert)- #6255: chore(deps): lock file maintenance (
@renovate[bot])4.57.0
2026-01-27
Features
- Add import attributes to all plugin hooks that did not provide them yet (#5700)
- Deprecate returning import attributes from
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
- #5700: extend more hooks to include import attributes and add warnings (
@TrickyPi,@lukastaegert)- #6243: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6244: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6245: chore(deps): lock file maintenance (
@renovate[bot])- #6246: Refactor to reduce Rollup 5 upgrade diff (
@lukastaegert)4.56.0
2026-01-22
Features
- Track object property inclusions of dynamic namespace members (#6230)
Bug Fixes
- Handle methods that access dynamically imported namespace members via
this(#6230)Pull Requests
- #6230: Refine namespace handling (
@lukastaegert)
... (truncated)
▶Commits
d37675f4.57.1eafac0bchore(deps): lock file maintenance (#6255)47fa568chore(deps): update dependency lru-cache to v11 (#6252)416f476Fully include dynamic imports in a try-catch (#6254)5e393e3fix: Isolate and cacheprocess.report.getReport()calls in a child process ...c931d23chore(deps): lock file maintenance minor/patch updates (#6253)c79e6c2Mitigate vulnerability that would allow to steal credentials743d0544.57.074121c7extend more hooks to include import attributes and add warnings (#5700)c519d82Refactor to reduce Rollup 5 upgrade diff (#6246)- Additional commits viewable in compare view
▶Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @rollup/rollup-win32-x64-msvc since your current version.
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