PR #82 merged: chore(deps): bump the minor-and-patch group with 5 updates
Bumps the minor-and-patch group with 5 updates:
| Package | From | To |
|---|---|---|
| @inertiajs/react | 3.0.0 | 3.0.2 |
| laravel-vite-plugin | 3.0.0 | 3.0.1 |
| vite | 8.0.3 | 8.0.4 |
| @types/node | 25.5.0 | 25.5.2 |
| typescript-eslint | 8.57.2 | 8.58.0 |
Updates @inertiajs/react from 3.0.0 to 3.0.2
▶Release notes
Sourced from @inertiajs/react's releases.
v3.0.2
What's Changed
- [3.x] Populate
percentagein upload progress events by@pascalbaljetin inertiajs/inertia#3030- [3.x] Add test for optional scroll props by
@pascalbaljetin inertiajs/inertia#3032- [3.x] Warm up lazy-loaded page dependencies in Vite plugin by
@pascalbaljetin inertiajs/inertia#3035- [3.x] Harden CI workflows and fix dependency vulnerabilities by
@pascalbaljetin inertiajs/inertia#3031Full Changelog: https://github.com/inertiajs/inertia/compare/v3.0.1...v3.0.2
v3.0.1
What's Changed
- [3.x] Update Playgrounds by
@pascalbaljetin inertiajs/inertia#3013- [3.x] Support anonymous arrow functions as React layout components by
@pascalbaljetin inertiajs/inertia#3016- [3.x] Fix
WhenVisiblecrash during SSR by@pascalbaljetin inertiajs/inertia#3021- [3.x] Remove plain when Head component sets a title by
@pascalbaljetin inertiajs/inertia#3022- [3.x] Fix
defineOptions({ layout: [...] })type error with nested layouts by@pascalbaljetin inertiajs/inertia#3023- [3.x] Fix flash data re-firing on partial reloads by
@pascalbaljetin inertiajs/inertia#3024- [3.x] Warm up SSR module graph on dev server start by
@pascalbaljetin inertiajs/inertia#3007Full Changelog: https://github.com/inertiajs/inertia/compare/v3.0.0...v3.0.1
▶Changelog
Sourced from @inertiajs/react's changelog.
v3.0.2 - 2026-04-02
What's Changed
- [3.x] Populate
percentagein upload progress events by@pascalbaljetin inertiajs/inertia#3030- [3.x] Add test for optional scroll props by
@pascalbaljetin inertiajs/inertia#3032- [3.x] Warm up lazy-loaded page dependencies in Vite plugin by
@pascalbaljetin inertiajs/inertia#3035- [3.x] Harden CI workflows and fix dependency vulnerabilities by
@pascalbaljetin inertiajs/inertia#3031Full Changelog: https://github.com/inertiajs/inertia/compare/v3.0.1...v3.0.2
v3.0.1 - 2026-03-31
What's Changed
- [3.x] Update Playgrounds by
@pascalbaljetin inertiajs/inertia#3013- [3.x] Support anonymous arrow functions as React layout components by
@pascalbaljetin inertiajs/inertia#3016- [3.x] Fix
WhenVisiblecrash during SSR by@pascalbaljetin inertiajs/inertia#3021- [3.x] Remove plain when Head component sets a title by
@pascalbaljetin inertiajs/inertia#3022- [3.x] Fix
defineOptions({ layout: [...] })type error with nested layouts by@pascalbaljetin inertiajs/inertia#3023- [3.x] Fix flash data re-firing on partial reloads by
@pascalbaljetin inertiajs/inertia#3024- [3.x] Warm up SSR module graph on dev server start by
@pascalbaljetin inertiajs/inertia#3007Full Changelog: https://github.com/inertiajs/inertia/compare/v3.0.0...v3.0.1
▶Commits
740ae71v3.0.2ddd7aa1[3.x] Harden CI workflows and fix dependency vulnerabilities (#3031)aeac7ebAdded test for optional infinite scroll (#3032)d393e0av3.0.14cc6d23Fix flash data re-firing on partial reloads (#3024)80fea39[3.x] Support anonymous arrow functions as React layout components (#3016)- See full diff in compare view
Updates laravel-vite-plugin from 3.0.0 to 3.0.1
▶Commits
13ab8b33.0.13998cf0Fixassetsoption emitting JS wrappers instead of static files (#345)92c897fUpdate CHANGELOG- See full diff in compare view
Updates vite from 8.0.3 to 8.0.4
▶Changelog
Sourced from vite's changelog.
8.0.4 (2026-04-06)
Features
- allow esbuild 0.28 as peer deps (#22155) (b0da973)
- hmr: truncate list of files on hmr update (#21535) (d00e806)
- optimizer: log when dependency scanning or bundling takes over 1s (#21797) (f61a1ab)
Bug Fixes
hasBothRollupOptionsAndRolldownOptionsshould returnfalsefor proxy case (#22043) (99897d2)- add types for
vite/modulepreload-polyfill(#22126) (17330d2)- deps: update all non-major dependencies (#22073) (6daa10f)
- deps: update all non-major dependencies (#22143) (22b0166)
- resolve: resolve tsconfig paths starting with
#(#22038) (3460fc5)- ssr: use browser platform for webworker SSR builds (fix #21969) (#21963) (364c227)
Documentation
Miscellaneous Chores
Code Refactoring
▶Commits
7339bdcrelease: v8.0.454229e7docs: addenvironment.fetchModuledocumentation (#22035)b0da973feat: allow esbuild 0.28 as peer deps (#22155)22b0166fix(deps): update all non-major dependencies (#22143)17330d2fix: add types forvite/modulepreload-polyfill(#22126)cc41398refactor: upgrade to typescript 6 (#22110)d00e806feat(hmr): truncate list of files on hmr update (#21535)364c227fix(ssr): use browser platform for webworker SSR builds (fix #21969) (#21963)3460fc5fix(resolve): resolve tsconfig paths starting with#(#22038)6daa10ffix(deps): update all non-major dependencies (#22073)- Additional commits viewable in compare view
Updates @types/node from 25.5.0 to 25.5.2
▶Commits
- See full diff in compare view
Updates typescript-eslint from 8.57.2 to 8.58.0
▶Release notes
Sourced from typescript-eslint's releases.
v8.58.0
8.58.0 (2026-03-30)
🚀 Features
- support TypeScript 6 (#12124)
🩹 Fixes
- eslint-plugin: crash in
no-unnecessary-type-arguments(#12163)- eslint-plugin: [no-extraneous-class] handle index signatures (#12142)
- eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#12161)
❤️ Thank You
- ej shafran
@ej-shafran- Evyatar Daud
@StyleShit- GG ZIBLAKING
- milkboy2564
@SeolJaeHyeok- teee32
@teee32See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from typescript-eslint's changelog.
8.58.0 (2026-03-30)
🚀 Features
- support TypeScript 6 (#12124)
❤️ Thank You
- Evyatar Daud
@StyleShitSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
4933417chore(release): publish 8.58.08cde2d0feat: support TypeScript 6 (#12124)- 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 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