PR #3 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.562.0
▶Release notes
Sourced from lucide-react's releases.
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#3871New Contributors
@taimarmade their first contribution in lucide-icons/lucide#3889@jtomaszewskimade their first contribution in lucide-icons/lucide#3868Full Changelog: https://github.com/lucide-icons/lucide/compare/0.561.0...0.562.0
Version 0.561.0
What's Changed
- fix(site): Small adjustments color picker and add clear button search bar by
@ericfennisin lucide-icons/lucide#3851- feat(icons): added
stoneicon by@Alportanin lucide-icons/lucide#3850Full Changelog: https://github.com/lucide-icons/lucide/compare/0.560.0...0.561.0
Version 0.560.0
What's Changed
- feat(icons): added
cannabis-officon by@NickVelesin lucide-icons/lucide#3748New Contributors
@NickVelesmade their first contribution in lucide-icons/lucide#3748Full Changelog: https://github.com/lucide-icons/lucide/compare/0.559.0...0.560.0
Version 0.559.0
What's Changed
- feat(icons): added
fishing-hookicon by@7enderin lucide-icons/lucide#3837New Contributors
@7endermade their first contribution in lucide-icons/lucide#3837Full Changelog: https://github.com/lucide-icons/lucide/compare/0.558.0...0.559.0
Version 0.558.0
What's Changed
- feat(icons): added
hdicon by@jamiemlawin lucide-icons/lucide#2958Full Changelog: https://github.com/lucide-icons/lucide/compare/0.557.0...0.558.0
Version 0.557.0
What's Changed
- fix(github/workflows/ci): fixes linting issues by
@karsa-mistmerein lucide-icons/lucide#3858
... (truncated)
▶Commits
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)7b95480Added periods (#3065)e4988bcbuild(deps-dev): bump vite from 5.4.15 to 5.4.17 (#2993)- 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.56.0
▶Release notes
Sourced from @rollup/rollup-linux-x64-gnu's releases.
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
- #6230: Refine namespace handling (
@lukastaegert)v4.55.3
4.55.3
2026-01-21
Bug Fixes
- Fix JSX semicolon insert position in variable declarations (#6241)
Pull Requests
- #6241: Fix JSX semicolon insertion (
@lukastaegert)v4.55.2
4.55.2
2026-01-19
Bug Fixes
- Sort manual chunks by execution order to reduce circular dependency issues (#6240)
Pull Requests
- #6234: chore(deps): pin cross-platform-actions/action action to 492b0c8 (
@renovate[bot])- #6235: chore(deps): update dependency globals to v17 (
@renovate[bot],@lukastaegert)- #6236: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6237: chore(deps): lock file maintenance (
@renovate[bot])- #6239: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6240: Sort manual chunks by module execution order (
@TrickyPi)v4.55.1
4.55.1
... (truncated)
▶Changelog
Sourced from @rollup/rollup-linux-x64-gnu's changelog.
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)4.55.3
2026-01-21
Bug Fixes
- Fix JSX semicolon insert position in variable declarations (#6241)
Pull Requests
- #6241: Fix JSX semicolon insertion (
@lukastaegert)4.55.2
2026-01-19
Bug Fixes
- Sort manual chunks by execution order to reduce circular dependency issues (#6240)
Pull Requests
- #6234: chore(deps): pin cross-platform-actions/action action to 492b0c8 (
@renovate[bot])- #6235: chore(deps): update dependency globals to v17 (
@renovate[bot],@lukastaegert)- #6236: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6237: chore(deps): lock file maintenance (
@renovate[bot])- #6239: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6240: Sort manual chunks by module execution order (
@TrickyPi)4.55.1
2026-01-05
Bug Fixes
... (truncated)
▶Commits
1cbac184.56.03506af2Update audit resolver exclusions18ccab2Refine namespace handling (#6230)6764d544.55.39c45516Update audit resolver exclusions726ce5dFix JSX semicolon insertion (#6241)bd293ba4.55.23dae637Update generated WASM adapter codecde042fSort manual chunks by module execution order (#6240)fc4d8f7Ignore irrelevant vulnerability for a month- 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.56.0
▶Release notes
Sourced from @rollup/rollup-win32-x64-msvc's releases.
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
- #6230: Refine namespace handling (
@lukastaegert)v4.55.3
4.55.3
2026-01-21
Bug Fixes
- Fix JSX semicolon insert position in variable declarations (#6241)
Pull Requests
- #6241: Fix JSX semicolon insertion (
@lukastaegert)v4.55.2
4.55.2
2026-01-19
Bug Fixes
- Sort manual chunks by execution order to reduce circular dependency issues (#6240)
Pull Requests
- #6234: chore(deps): pin cross-platform-actions/action action to 492b0c8 (
@renovate[bot])- #6235: chore(deps): update dependency globals to v17 (
@renovate[bot],@lukastaegert)- #6236: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6237: chore(deps): lock file maintenance (
@renovate[bot])- #6239: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6240: Sort manual chunks by module execution order (
@TrickyPi)v4.55.1
4.55.1
... (truncated)
▶Changelog
Sourced from @rollup/rollup-win32-x64-msvc's changelog.
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)4.55.3
2026-01-21
Bug Fixes
- Fix JSX semicolon insert position in variable declarations (#6241)
Pull Requests
- #6241: Fix JSX semicolon insertion (
@lukastaegert)4.55.2
2026-01-19
Bug Fixes
- Sort manual chunks by execution order to reduce circular dependency issues (#6240)
Pull Requests
- #6234: chore(deps): pin cross-platform-actions/action action to 492b0c8 (
@renovate[bot])- #6235: chore(deps): update dependency globals to v17 (
@renovate[bot],@lukastaegert)- #6236: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6237: chore(deps): lock file maintenance (
@renovate[bot])- #6239: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6240: Sort manual chunks by module execution order (
@TrickyPi)4.55.1
2026-01-05
Bug Fixes
... (truncated)
▶Commits
1cbac184.56.03506af2Update audit resolver exclusions18ccab2Refine namespace handling (#6230)6764d544.55.39c45516Update audit resolver exclusions726ce5dFix JSX semicolon insertion (#6241)bd293ba4.55.23dae637Update generated WASM adapter codecde042fSort manual chunks by module execution order (#6240)fc4d8f7Ignore irrelevant vulnerability for a month- 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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