PR #32 merged: chore(deps): bump the minor-and-patch group with 8 updates
Bumps the minor-and-patch group with 8 updates:
| Package | From | To |
|---|---|---|
| @inertiajs/react | 2.3.8 | 2.3.10 |
| @laravel/echo-react | 2.2.7 | 2.3.0 |
| @types/node | 25.0.6 | 25.0.9 |
| laravel-echo | 2.2.7 | 2.3.0 |
| prettier | 3.7.4 | 3.8.0 |
| typescript-eslint | 8.52.0 | 8.53.0 |
| @rollup/rollup-linux-x64-gnu | 4.55.1 | 4.55.2 |
| @rollup/rollup-win32-x64-msvc | 4.55.1 | 4.55.2 |
Updates @inertiajs/react from 2.3.8 to 2.3.10
▶Release notes
Sourced from @inertiajs/react's releases.
v2.3.10
What's Changed
- Add
asyncandsyncoptions tocancelAllmethod by@pascalbaljetin inertiajs/inertia#2814- Fix smooth scrolling in Firefox and add Firefox to CI by
@pascalbaljetin inertiajs/inertia#2815- Improve flaky
<InfiniteScroll>test in WebKit CI by@pascalbaljetin inertiajs/inertia#2818- Pass
oncePropsas second argument in client-side visit props callback by@pascalbaljetin inertiajs/inertia#2816- Prevent converting a string response to an object by
@pascalbaljetin inertiajs/inertia#2821Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.9...v2.3.10
v2.3.9
What's Changed
- Fix React Precognition Error Sync (issue #2806) by
@joetifa2003in inertiajs/inertia#2808- Add tests for deferred scroll props by
@pascalbaljetin inertiajs/inertia#2811- Fix deferred props not loading after back button navigation by
@pascalbaljetin inertiajs/inertia#2812- Add test for concurrent reloads by
@pascalbaljetin inertiajs/inertia#2813- Cancel in-flight deferred prop requests on navigation by
@alexspellerin inertiajs/inertia#2656- fix: preserve query parameters in test server responses by
@alexspellerin inertiajs/inertia#2665- [2.x] Add Form Context Support by
@laserhybizin inertiajs/inertia#2671New Contributors
@joetifa2003made their first contribution in inertiajs/inertia#2808@alexspellermade their first contribution in inertiajs/inertia#2656@laserhybizmade their first contribution in inertiajs/inertia#2671Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.8...v2.3.9
▶Changelog
Sourced from @inertiajs/react's changelog.
v2.3.10 - 2026-01-15
What's Changed
- Add
asyncandsyncoptions tocancelAllmethod by@pascalbaljetin inertiajs/inertia#2814- Fix smooth scrolling in Firefox and add Firefox to CI by
@pascalbaljetin inertiajs/inertia#2815- Improve flaky
<InfiniteScroll>test in WebKit CI by@pascalbaljetin inertiajs/inertia#2818- Pass
oncePropsas second argument in client-side visit props callback by@pascalbaljetin inertiajs/inertia#2816- Prevent converting a string response to an object by
@pascalbaljetin inertiajs/inertia#2821Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.9...v2.3.10
v2.3.9 - 2026-01-14
What's Changed
- Fix React Precognition Error Sync (issue #2806) by
@joetifa2003in inertiajs/inertia#2808- Add tests for deferred scroll props by
@pascalbaljetin inertiajs/inertia#2811- Fix deferred props not loading after back button navigation by
@pascalbaljetin inertiajs/inertia#2812- Add test for concurrent reloads by
@pascalbaljetin inertiajs/inertia#2813- Cancel in-flight deferred prop requests on navigation by
@alexspellerin inertiajs/inertia#2656- fix: preserve query parameters in test server responses by
@alexspellerin inertiajs/inertia#2665- [2.x] Add Form Context Support by
@laserhybizin inertiajs/inertia#2671New Contributors
@joetifa2003made their first contribution in inertiajs/inertia#2808@alexspellermade their first contribution in inertiajs/inertia#2656@laserhybizmade their first contribution in inertiajs/inertia#2671Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.8...v2.3.9
▶Commits
4036a42v2.3.1055ac646Prevent converting a string response to an object (#2821)04c9c85PassoncePropsas second argument in client-side visit props callback (#2816)72a5b4dFix smooth scrolling in Firefox and add Firefox to CI (#2815)3681eb9v2.3.9b55fbc0[2.x] Add Form Context Support (#2671)bfb783ffix: preserve query parameters in test server responses (#2665)5794413Cancel in-flight deferred prop requests on navigation (#2656)e59a7edAdd test for concurrent reloads (#2813)1bb9553Fix deferred props not loading after back button navigation (#2812)- Additional commits viewable in compare view
Updates @laravel/echo-react from 2.2.7 to 2.3.0
▶Release notes
Sourced from @laravel/echo-react's releases.
v2.3.0
What's Changed
- fix(hooks): resolve performance issues and stale closure bugs in useEcho by
@pataarin laravel/echo#472- Add a connection status hook (discussion required) by
@nexxaiin laravel/echo#469New Contributors
@pataarmade their first contribution in laravel/echo#472@nexxaimade their first contribution in laravel/echo#469Full Changelog: https://github.com/laravel/echo/compare/v2.2.7...v2.3.0
▶Changelog
Sourced from @laravel/echo-react's changelog.
v2.3.0 - 2026-01-13
What's Changed
- fix(hooks): resolve performance issues and stale closure bugs in useEcho by
@pataarin laravel/echo#472- Add a connection status hook (discussion required) by
@nexxaiin laravel/echo#469New Contributors
@pataarmade their first contribution in laravel/echo#472@nexxaimade their first contribution in laravel/echo#469Full Changelog: https://github.com/laravel/echo/compare/v2.2.7...v2.3.0
▶Commits
Updates @types/node from 25.0.6 to 25.0.9
▶Commits
- See full diff in compare view
Updates laravel-echo from 2.2.7 to 2.3.0
▶Release notes
Sourced from laravel-echo's releases.
v2.3.0
What's Changed
- fix(hooks): resolve performance issues and stale closure bugs in useEcho by
@pataarin laravel/echo#472- Add a connection status hook (discussion required) by
@nexxaiin laravel/echo#469New Contributors
@pataarmade their first contribution in laravel/echo#472@nexxaimade their first contribution in laravel/echo#469Full Changelog: https://github.com/laravel/echo/compare/v2.2.7...v2.3.0
▶Changelog
Sourced from laravel-echo's changelog.
v2.3.0 - 2026-01-13
What's Changed
- fix(hooks): resolve performance issues and stale closure bugs in useEcho by
@pataarin laravel/echo#472- Add a connection status hook (discussion required) by
@nexxaiin laravel/echo#469New Contributors
@pataarmade their first contribution in laravel/echo#472@nexxaimade their first contribution in laravel/echo#469Full Changelog: https://github.com/laravel/echo/compare/v2.2.7...v2.3.0
▶Commits
Updates prettier from 3.7.4 to 3.8.0
▶Commits
Updates typescript-eslint from 8.52.0 to 8.53.0
▶Release notes
Sourced from typescript-eslint's releases.
v8.53.0
8.53.0 (2026-01-12)
🚀 Features
- eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
- eslint-plugin: add rule [strict-void-return] (#9707)
- project-service: allow passing
Partial<ts.server.ServerHost>to project service (#11932)🩹 Fixes
- eslint-plugin: replace unclear "
errortyped" with more helpful description (#11704)- eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
- typescript-estree: forbid type-only import with both default and named specifiers (#11930)
- typescript-estree: fix syntax check for
usingdeclaration (#11910)- typescript-estree: forbid invalid class implements (#11934)
- typescript-estree: forbid invalid "import equals" declaration (#11936)
- typescript-estree: forbid invalid
extendsandimplementsin interface declaration (#11935)❤️ Thank You
- auvred
@auvred- Brad Zacher
@bradzacher- fisker Cheung
@fisker- Josh Goldberg
- Josh Goldberg ✨
- Kirk Waiblinger
- Niki
@phaux- Nikita
- SungHyun627
@SungHyun627- Will Harney
@wjhsfYou can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from typescript-eslint's changelog.
8.53.0 (2026-01-12)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
▶Commits
3021edechore(release): publish 8.53.0- See full diff in compare view
Updates @rollup/rollup-linux-x64-gnu from 4.55.1 to 4.55.2
▶Release notes
Sourced from @rollup/rollup-linux-x64-gnu's releases.
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)
▶Changelog
Sourced from @rollup/rollup-linux-x64-gnu's changelog.
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)
▶Commits
bd293ba4.55.23dae637Update generated WASM adapter codecde042fSort manual chunks by module execution order (#6240)fc4d8f7Ignore irrelevant vulnerability for a month147658afix(deps): lock file maintenance minor/patch updates (#6239)fed6c1dchore(deps): pin cross-platform-actions/action action to 492b0c8 (#6234)701493achore(deps): update dependency globals to v17 (#6235)11d8944chore(deps): lock file maintenance (#6237)071e27efix(deps): lock file maintenance minor/patch updates (#6236)- See full diff in compare view
Updates @rollup/rollup-win32-x64-msvc from 4.55.1 to 4.55.2
▶Release notes
Sourced from @rollup/rollup-win32-x64-msvc's releases.
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)
▶Changelog
Sourced from @rollup/rollup-win32-x64-msvc's changelog.
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)
▶Commits
bd293ba4.55.23dae637Update generated WASM adapter codecde042fSort manual chunks by module execution order (#6240)fc4d8f7Ignore irrelevant vulnerability for a month147658afix(deps): lock file maintenance minor/patch updates (#6239)fed6c1dchore(deps): pin cross-platform-actions/action action to 492b0c8 (#6234)701493achore(deps): update dependency globals to v17 (#6235)11d8944chore(deps): lock file maintenance (#6237)071e27efix(deps): lock file maintenance minor/patch updates (#6236)- See full diff 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 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