PR #48 opened: chore(deps): bump the minor-and-patch group across 1 directory with 9 updates
Bumps the minor-and-patch group with 9 updates in the / directory:
| Package | From | To |
|---|---|---|
| @types/react | 19.2.10 | 19.2.13 |
| @vitejs/plugin-react | 5.1.2 | 5.1.3 |
| lucide-react | 0.562.0 | 0.563.0 |
| playwright | 1.58.1 | 1.58.2 |
| puppeteer-core | 24.36.1 | 24.37.2 |
| @types/node | 25.1.0 | 25.2.2 |
| puppeteer | 24.36.1 | 24.37.2 |
| @rollup/rollup-linux-x64-gnu | 4.55.2 | 4.57.1 |
| @rollup/rollup-win32-x64-msvc | 4.55.2 | 4.57.1 |
Updates @types/react from 19.2.10 to 19.2.13
▶Commits
- See full diff in compare view
Updates @vitejs/plugin-react from 5.1.2 to 5.1.3
▶Commits
cf0cb8arelease: [email protected]99e480cfix(deps): update all non-major dependencies (#1090)77f5e42fix(deps): update react 19.2.4 (#1084)e327da4fix(deps): update all non-major dependencies (#1083)3d3dbc2chore: add metadata for vite-plugin-registry (#1078)58dfb9dfix(deps): update all non-major dependencies (#1066)fefad3dfix(deps): update all non-major dependencies (#1048)36704dfchore: setup oxfmt for formatting (#997)54231d9docs(plugin-react): add docs for exclude option (#1046)6d203affix(deps): update all non-major dependencies (#1030)- Additional commits viewable in compare view
Updates lucide-react from 0.562.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
▶Commits
67c0485feat(scripts): added helper script to automatically update OpenCollective bac...b6ed43dfeat(packages): Added aria-hidden fallback for decorative icons to all packag...- See full diff in compare view
Updates playwright from 1.58.1 to 1.58.2
▶Release notes
Sourced from playwright's releases.
v1.58.2
Highlights
#39121 fix(trace viewer): make paths via stdin work #39129 fix: do not force swiftshader on chromium mac
Browser Versions
- Chromium 145.0.7632.6
- Mozilla Firefox 146.0.1
- WebKit 26.0
▶Commits
ce480a9cherry-pick(#39171): devops: add ubuntu-22.04-arm bote40c137chore: mark v1.58.2 (#39155)50b7296cherry-pick(#39152): chore: fix execSync inheriting stdiof3dcf50cherry-pick(#39129): fix: do not force swiftshader on chromium mac8684e08cherry-pick(#39121): fix(trace viewer): make paths via stdin work- See full diff in compare view
Updates puppeteer-core from 24.36.1 to 24.37.2
▶Release notes
Sourced from puppeteer-core's releases.
puppeteer-core: v24.37.2
24.37.2 (2026-02-06)
🛠️ Fixes
📄 Documentation
puppeteer-core: v24.37.1
24.37.1 (2026-02-05)
🛠️ Fixes
puppeteer-core: v24.37.0
24.37.0 (2026-02-04)
🎉 Features
- add BrowserContext.setPermission API (#14611) (a51b7e2)
- core: support AbortSignal in launch (#14616) (d02459c)
- enhance accessibility tree snapshot with more properties (#14643) (422f9b6)
- page: expose heap snapshot getter (#14610) (397793b)
- roll to Chrome 145.0.7632.26 (#14619) (352067b)
- webdriver: implement frame.frameElement() for WebDriver BiDi (#14629) (b0c66a0)
- webdriver: Implement window management (#14618) (603fc9e)
🛠️ Fixes
- add support for "Default" SameSite cookie property (#14637) (370878d)
- disable ReadAnythingOmniboxChip by default (#14621) (457f886)
- roll to Chrome 144.0.7559.109 (#14615) (6dac84f)
- roll to Firefox 147.0.2 (#14612) (fe232c4)
- webdriver: map window bounds correctly (#14624) (3adcd67)
♻️ Chores
... (truncated)
▶Changelog
Sourced from puppeteer-core's changelog.
24.37.2 (2026-02-06)
♻️ Chores
- puppeteer: Synchronize puppeteer versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- puppeteer-core bumped from 24.37.1 to 24.37.2
🛠️ Fixes
📄 Documentation
24.37.1 (2026-02-05)
♻️ Chores
- puppeteer: Synchronize puppeteer versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- puppeteer-core bumped from 24.37.0 to 24.37.1
🛠️ Fixes
24.37.0 (2026-02-04)
🎉 Features
... (truncated)
▶Commits
b163ce4chore: release main (#14663)dea54fetest: increase protocol timeout in waittask test (#14649)771b885docs: document signal option in Page waitFor methods (#14648)0bb4703fix: improve ConsoleMessage text() results (#14662)af557b4chore(deps): bump webpack from 5.98.0 to 5.105.0 in /website (#14661)edeca35chore: Increase timeout values for Windows and other platforms (#14659)f0e14f0chore: release main (#14656)ad5cee0fix: roll to Firefox 147.0.3 (#14658)d2a5591fix: roll to Chrome 145.0.7632.46 (#14653)f59d642chore(deps): update chromium-bidi (#14655)- Additional commits viewable in compare view
Updates @types/node from 25.1.0 to 25.2.2
▶Commits
- See full diff in compare view
Updates puppeteer from 24.36.1 to 24.37.2
▶Release notes
Sourced from puppeteer's releases.
puppeteer-core: v24.37.2
24.37.2 (2026-02-06)
🛠️ Fixes
📄 Documentation
puppeteer: v24.37.2
24.37.2 (2026-02-06)
♻️ Chores
- puppeteer: Synchronize puppeteer versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- puppeteer-core bumped from 24.37.1 to 24.37.2
puppeteer-core: v24.37.1
24.37.1 (2026-02-05)
🛠️ Fixes
puppeteer: v24.37.1
24.37.1 (2026-02-05)
♻️ Chores
- puppeteer: Synchronize puppeteer versions
Dependencies
- The following workspace dependencies were updated
- dependencies
... (truncated)
▶Changelog
Sourced from puppeteer's changelog.
24.37.2 (2026-02-06)
♻️ Chores
- puppeteer: Synchronize puppeteer versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- puppeteer-core bumped from 24.37.1 to 24.37.2
🛠️ Fixes
📄 Documentation
24.37.1 (2026-02-05)
♻️ Chores
- puppeteer: Synchronize puppeteer versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- puppeteer-core bumped from 24.37.0 to 24.37.1
🛠️ Fixes
24.37.0 (2026-02-04)
🎉 Features
... (truncated)
▶Commits
b163ce4chore: release main (#14663)dea54fetest: increase protocol timeout in waittask test (#14649)771b885docs: document signal option in Page waitFor methods (#14648)0bb4703fix: improve ConsoleMessage text() results (#14662)af557b4chore(deps): bump webpack from 5.98.0 to 5.105.0 in /website (#14661)edeca35chore: Increase timeout values for Windows and other platforms (#14659)f0e14f0chore: release main (#14656)ad5cee0fix: roll to Firefox 147.0.3 (#14658)d2a5591fix: roll to Chrome 145.0.7632.46 (#14653)f59d642chore(deps): update chromium-bidi (#14655)- Additional commits viewable in compare view
Updates @rollup/rollup-linux-x64-gnu from 4.55.2 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
Updates @rollup/rollup-win32-x64-msvc from 4.55.2 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
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