PR #39 opened: chore(deps): bump the minor-and-patch group across 1 directory with 18 updates
Bumps the minor-and-patch group with 18 updates in the / directory:
| Package | From | To |
|---|---|---|
| @inertiajs/react | 2.3.10 | 2.3.12 |
| globals | 17.0.0 | 17.2.0 |
| laravel-vite-plugin | 2.0.1 | 2.1.0 |
| lucide-react | 0.562.0 | 0.563.0 |
| playwright | 1.57.0 | 1.58.0 |
| puppeteer-core | 24.35.0 | 24.36.1 |
| react | 19.2.3 | 19.2.4 |
| @types/react | 19.2.8 | 19.2.10 |
| react-dom | 19.2.3 | 19.2.4 |
| recharts | 3.6.0 | 3.7.0 |
| @types/node | 25.0.9 | 25.1.0 |
| prettier | 3.8.0 | 3.8.1 |
| puppeteer | 24.35.0 | 24.36.1 |
| typescript-eslint | 8.53.0 | 8.54.0 |
| @rollup/rollup-linux-x64-gnu | 4.55.2 | 4.57.0 |
| @rollup/rollup-win32-x64-msvc | 4.55.2 | 4.57.0 |
| lightningcss-linux-x64-gnu | 1.30.2 | 1.31.1 |
| lightningcss-win32-x64-msvc | 1.30.2 | 1.31.1 |
Updates @inertiajs/react from 2.3.10 to 2.3.12
▶Release notes
Sourced from @inertiajs/react's releases.
v2.3.12
What's Changed
- Bump lodash from 4.17.21 to 4.17.23 by
@dependabot[bot] in inertiajs/inertia#2835- Bump lodash-es from 4.17.22 to 4.17.23 by
@dependabot[bot] in inertiajs/inertia#2836- Fix cancellation of concurrent partial reloads with query parameters by
@pascalbaljetin inertiajs/inertia#2843- Support for the
formTargetattribute in the<Form>component by@pascalbaljetin inertiajs/inertia#2844- Clear stale form errors on resubmit by
@pascalbaljetin inertiajs/inertia#2845- Prevent
<Deferred>from rendering children with undefined props by@pascalbaljetin inertiajs/inertia#2846Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.11...v2.3.12
v2.3.11
What's Changed
- Bump and cleanup dependencies by
@pascalbaljetin inertiajs/inertia#2822- Add test for Precognition validation with transform key changes by
@pascalbaljetin inertiajs/inertia#2827- TS and console error on conflicting
useForm()keys by@pascalbaljetin inertiajs/inertia#2823- Allow
useFormwithout arguments by@pascalbaljetin inertiajs/inertia#2830- Pass
truetoinertattribute in React 19 by@pascalbaljetin inertiajs/inertia#2831Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.10...v2.3.11
▶Changelog
Sourced from @inertiajs/react's changelog.
v2.3.12 - 2026-01-27
What's Changed
- Bump lodash from 4.17.21 to 4.17.23 by
@dependabot[bot] in inertiajs/inertia#2835- Bump lodash-es from 4.17.22 to 4.17.23 by
@dependabot[bot] in inertiajs/inertia#2836- Fix cancellation of concurrent partial reloads with query parameters by
@pascalbaljetin inertiajs/inertia#2843- Support for the
formTargetattribute in the<Form>component by@pascalbaljetin inertiajs/inertia#2844- Clear stale form errors on resubmit by
@pascalbaljetin inertiajs/inertia#2845- Prevent
<Deferred>from rendering children with undefined props by@pascalbaljetin inertiajs/inertia#2846Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.11...v2.3.12
v2.3.11 - 2026-01-20
What's Changed
- Bump and cleanup dependencies by
@pascalbaljetin inertiajs/inertia#2822- Add test for Precognition validation with transform key changes by
@pascalbaljetin inertiajs/inertia#2827- TS and console error on conflicting
useForm()keys by@pascalbaljetin inertiajs/inertia#2823- Allow
useFormwithout arguments by@pascalbaljetin inertiajs/inertia#2830- Pass
truetoinertattribute in React 19 by@pascalbaljetin inertiajs/inertia#2831Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.10...v2.3.11
▶Commits
f79ef6dv2.3.12dcf655cPrevent\<Deferred>from rendering children with undefined props (#2846)445056bClear stale form errors (#2845)46ee869SupportformTargeton form submitter element (#2844)39c8912Improved cancellation logic for partial reloads (#2843)736bd43Bump lodash-es from 4.17.22 to 4.17.23 (#2836)dee96d6v2.3.114060cd7Passtruetoinertattribute in React 19 (#2831)e433eb6AllowuseFormwithout arguments (#2830)14b2f3cAdd test for Precognition validation with transform key changes (#2827)- Additional commits viewable in compare view
Updates globals from 17.0.0 to 17.2.0
▶Release notes
Sourced from globals's releases.
v17.2.0
jasmine: AddthrowUnlessandthrowUnlessAsyncglobals (#335) 97f23a7
https://github.com/sindresorhus/globals/compare/v17.1.0...v17.2.0
v17.1.0
- Add
webpackandrspackglobals (#333) 65cae73
https://github.com/sindresorhus/globals/compare/v17.0.0...v17.1.0
▶Commits
Updates laravel-vite-plugin from 2.0.1 to 2.1.0
▶Release notes
Sourced from laravel-vite-plugin's releases.
v2.1.0
- fix: missing 2.0.0 release notes in changelog by
@james2doylein laravel/vite-plugin#338- [2.x] Use vite export to future proof additional pattern changes by
@timacdonaldin laravel/vite-plugin#339
▶Changelog
Sourced from laravel-vite-plugin's changelog.
v2.1.0 - 2026-01-20
- fix: missing 2.0.0 release notes in changelog by
@james2doylein laravel/vite-plugin#338- [2.x] Use vite export to future proof additional pattern changes by
@timacdonaldin laravel/vite-plugin#339
▶Commits
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.57.0 to 1.58.0
▶Release notes
Sourced from playwright's releases.
v1.58.0
📣 Playwright CLI+SKILLs 📣
We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.
It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!
Timeline
If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:
UI Mode and Trace Viewer Improvements
- New 'system' theme option follows your OS dark/light mode preference
- Search functionality (Cmd/Ctrl+F) is now available in code editors
- Network details panel has been reorganized for better usability
- JSON responses are now automatically formatted for readability
Thanks to
@cpAdmfor contributing these improvements!Miscellaneous
browserType.connectOverCDP() now accepts an
isLocaloption. When set totrue, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.Breaking Changes ⚠️
- Removed
_reactand_vueselectors. See locators guide for alternatives.- Removed
:lightselector engine suffix. Use standard CSS selectors instead.- Option
devtoolsfrom browserType.launch() has been removed. Useargs: ['--auto-open-devtools-for-tabs']instead.- Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.
Browser Versions
- Chromium 145.0.7632.6
- Mozilla Firefox 146.0.1
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 144
- Microsoft Edge 144
▶Commits
961381echore: mark 1.58.0 (#38921)0c1b64cchore: hide stuff (#38882)b1fd5d0test: unflake some ui-mode tests (#38907)faf317cchore: tune press/type via cli (#38898)ba4b983docs: add v1.58 release notes (#38879)00fb7a9chore: implement shard weights feedback (#38902)42d4f18test: unflake/skip/fix some tests (#38905)42b9784feat(dot): onTestPause + make --pause private (#38904)428b557fix(html): truncate step titles (#38884)5959834chore(list): onTestPaused (#38777)- Additional commits viewable in compare view
Updates puppeteer-core from 24.35.0 to 24.36.1
▶Release notes
Sourced from puppeteer-core's releases.
puppeteer-core: v24.36.1
24.36.1 (2026-01-27)
♻️ Chores
Dependencies
- The following workspace dependencies were updated
- dependencies
@puppeteer/browsersbumped from 2.11.1 to 2.11.2puppeteer-core: v24.36.0
24.36.0 (2026-01-22)
🎉 Features
- roll to Chrome 144.0.7559.96 (#14587) (35eaf7c)
- roll to Firefox 147.0 (#14559) (63dd0e4)
- webdriver: use
emulation.setClientHintsOverride(#14588) (d63dafd)- webdriver: use
emulation.setTouchOverride(#14566) (e726839)🛠️ Fixes
▶Changelog
Sourced from puppeteer-core's changelog.
24.36.1 (2026-01-27)
♻️ Chores
Dependencies
- The following workspace dependencies were updated
- dependencies
@puppeteer/browsersbumped from 2.11.1 to 2.11.224.36.0 (2026-01-22)
🎉 Features
- roll to Chrome 144.0.7559.96 (#14587) (35eaf7c)
- roll to Firefox 147.0 (#14559) (63dd0e4)
- webdriver: use
emulation.setClientHintsOverride(#14588) (d63dafd)- webdriver: use
emulation.setTouchOverride(#14566) (e726839)Dependencies
- The following workspace dependencies were updated
- dependencies
- puppeteer-core bumped from 24.35.0 to 24.36.0
🛠️ Fixes
▶Commits
5d820f2chore: release main (#14601)2c1e002refactor: improve TargetManager code (#14602)306fa41chore(deps): update site deps (#14608)f09b945chore(deps-dev): bump the dev-dependencies group across 1 directory with 15 u...7d9eaa1chore(deps): bump the all group across 1 directory with 5 updates (#14605)34b1635test: fix ng-schematics tests (#14606)c95d1bffix: typo in the config path in getConfigHomeLinux (#14600)c5fdc0cchore: release main (#14558)514ef71test: skip a flaky test (#14599)d63dafdfeat(webdriver): useemulation.setClientHintsOverride(#14588)- Additional commits viewable in compare view
Updates react from 19.2.3 to 19.2.4
▶Release notes
Sourced from react's releases.
19.2.4 (January 26th, 2026)
React Server Components
- Add more DoS mitigations to Server Actions, and harden Server Components (#35632 by
@gnoff,@lubieowoce,@sebmarkbage,@unstubbable)
▶Commits
90ab3f8Version 19.2.4- See full diff in compare view
Updates @types/react from 19.2.8 to 19.2.10
▶Commits
- See full diff in compare view
Updates react-dom from 19.2.3 to 19.2.4
▶Release notes
Sourced from react-dom's releases.
19.2.4 (January 26th, 2026)
React Server Components
- Add more DoS mitigations to Server Actions, and harden Server Components (#35632 by
@gnoff,@lubieowoce,@sebmarkbage,@unstubbable)
▶Commits
90ab3f8Version 19.2.4- See full diff in compare view
Updates recharts from 3.6.0 to 3.7.0
▶Release notes
Sourced from recharts's releases.
v3.7.0
What's Changed
📢
Cellis now deprecated and will be removed in the next major version. Please migrate allCellusage to use theshapeprop of respective chart elements. ‼️Feat
New Hooks
useIsTooltipActive: returns if the tooltip is active by@PavelVanecekin recharts/recharts#6880useActiveTooltipCoordinate: returns current tooltip coordinate by@PavelVanecekin recharts/recharts#6880Other
Tooltip: allowoffsetprop to accept Coordinate object by@bigsaigon333in recharts/recharts#6868X/YAxisadd new axis type: "auto" by@PavelVanecekin recharts/recharts#6823
- sets the type to "category" for categorical axes, and "number" for numeric axis.
X/YAxis: replacetick: anywith explicit type by@PavelVanecekin recharts/recharts#6911Bar/TypeScript: addBarShapePropstype to fixBar.shapetype by@PavelVanecekin recharts/recharts#6900TypeScript: add missing useful type exports forcontent,shapefunctions, etc.@PavelVanecekin recharts/recharts#6852Fix
BarChart: fixstackOffset=signfor charts with 3 or more positive values in one series by@PavelVanecekin recharts/recharts#6807BarStack: fix circular dependency when building with vite by@jkr2255in recharts/recharts#6777BarStack: fixBarStackclipPathin charts withstackOffset=signby@PavelVanecekin recharts/recharts#6806BarStack: apply bar stack radius to active bars by@PavelVanecekin recharts/recharts#6906Chore
- Enabled
stricttsconfig by@PavelVanecekin recharts/recharts#6842Docs
We've started auto-generating our docs for the most part so you should see large improvements in accuracy of the docs between the code, the website, and the storybook. Huge shoutout to
@PavelVanecek🚀
- Dark mode 🕶️ by
@cloud-walkerin recharts/recharts#6828
- Thanks
@cloud-walker- Recharts devtools has been added to all website examples for easier issue debugging
New Contributors
@jkr2255made their first contribution in recharts/recharts#6777@cloud-walkermade their first contribution in recharts/recharts#6824@bigsaigon333made their first contribution in recharts/recharts#6868@huangkevin-aprmade their first contribution in recharts/recharts#6872Full Changelog: https://github.com/recharts/recharts/compare/v3.6.0...v3.7.0
▶Commits
d1bc41c3.7.0 (#6913)8ea7355Replace tick: any with explicit type (#6911)5586fb2Deprecate Cell, move all examples to shape, export ScatterShapeProps (#6904)9644f29chore(deps-dev): bump typescript-eslint from 8.53.0 to 8.53.1 (#6910)3f9dbd0chore(deps): bump eventemitter3 from 5.0.1 to 5.0.4 (#6908)6529696chore(deps-dev): bump@testing-library/reactfrom 16.3.1 to 16.3.2 (#6909)bef3630Clarify docs (#6907)2548a9fApply BarStackClipLayer on active bars (#6906)0374d8eRemove duplicate stories (#6901)23a42f4[Omnidoc] Link examples from each prop (#6899)- Additional commits viewable in compare view
Updates @types/node from 25.0.9 to 25.1.0
▶Commits
- See full diff in compare view
Updates prettier from 3.8.0 to 3.8.1
▶Changelog
Sourced from prettier's changelog.
3.8.1
Include available
printersin plugin type declarations (#18706 by@porada)// Input import * as prettierPluginEstree from "prettier/plugins/estree";// Prettier 3.8.0 // Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339) prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1 prettierPluginEstree.printers.estree; //=> Printer prettierPluginEstree.printers["estree-json"]; //=> Printer
▶Commits
90983f4Release 3.8.157f702fInclude availableprintersin plugin type declarations (#18706)bece827Revert change in release script82a4ab2Bump Prettier dependency to 3.8.05213ee4Clean changelog_unreleasedf95ad0fComment out finished stepsb2034e8Fix release script5824b15Release 3.8.00433601Add blog post for v3.8.0 (#18639)c45fef1Fix LWC attribute with--embedded-language-formatting off(#18383)- See full diff in compare view
Updates puppeteer from 24.35.0 to 24.36.1
▶Release notes
Sourced from puppeteer's releases.
puppeteer-core: v24.36.1
24.36.1 (2026-01-27)
♻️ Chores
Dependencies
- The following workspace dependencies were updated
- dependencies
@puppeteer/browsersbumped from 2.11.1 to 2.11.2puppeteer: v24.36.1
24.36.1 (2026-01-27)
♻️ Chores
- puppeteer: Synchronize puppeteer versions
Dependencies
- The following workspace dependencies were updated
- dependencies
@puppeteer/browsersbumped from 2.11.1 to 2.11.2- puppeteer-core bumped from 24.36.0 to 24.36.1
puppeteer-core: v24.36.0
24.36.0 (2026-01-22)
🎉 Features
- roll to Chrome 144.0.7559.96 (#14587) (35eaf7c)
- roll to Firefox 147.0 (#14559) (63dd0e4)
- webdriver: use
emulation.setClientHintsOverride(#14588) (d63dafd)- webdriver: use
emulation.setTouchOverride(#14566) (e726839)🛠️ Fixes
- HTTPResponse.text() method expected to throw when content is malformed (#14450) (d967f6c)
- roll to Firefox 147.0.1 (#14574) (c9bdb7a)
puppeteer: v24.36.0
24.36.0 (2026-01-22)
... (truncated)
▶Changelog
Sourced from puppeteer's changelog.
24.36.1 (2026-01-27)
♻️ Chores
Dependencies
- The following workspace dependencies were updated
- dependencies
@puppeteer/browsersbumped from 2.11.1 to 2.11.224.36.0 (2026-01-22)
🎉 Features
- roll to Chrome 144.0.7559.96 (#14587) (35eaf7c)
- roll to Firefox 147.0 (#14559) (63dd0e4)
- webdriver: use
emulation.setClientHintsOverride(#14588) (d63dafd)- webdriver: use
emulation.setTouchOverride(#14566) (e726839)Dependencies
- The following workspace dependencies were updated
- dependencies
- puppeteer-core bumped from 24.35.0 to 24.36.0
🛠️ Fixes
▶Commits
5d820f2chore: release main (#14601)2c1e002refactor: improve TargetManager code (#14602)306fa41chore(deps): update site deps (#14608)f09b945chore(deps-dev): bump the dev-dependencies group across 1 directory with 15 u...7d9eaa1chore(deps): bump the all group across 1 directory with 5 updates (#14605)34b1635test: fix ng-schematics tests (#14606)c95d1bffix: typo in the config path in getConfigHomeLinux (#14600)c5fdc0cchore: release main (#14558)514ef71test: skip a flaky test (#14599)d63dafdfeat(webdriver): useemulation.setClientHintsOverride(#14588)- Additional commits viewable in compare view
Updates typescript-eslint from 8.53.0 to 8.54.0
▶Release notes
Sourced from typescript-eslint's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
v8.53.1
8.53.1 (2026-01-19)
🩹 Fixes
- eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
- utils: make RuleCreator root defaultOptions optional (#11956)
❤️ Thank You
- Cameron
- Yukihiro Hasegawa
@y-hsgwYou can r...
Description has been truncated
