TidyLinker.com
TypeScript
Pull Request Opened
PR #108 opened: chore(deps): bump @inertiajs/react from 2.3.18 to 3.0.2
Bumps @inertiajs/react from 2.3.18 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
v3.0.0
What's Changed
- [3.x] Drop support for Svelte 4 by
@pascalbaljetin inertiajs/inertia#2713- [3.x] Remove qs dependency by
@pascalbaljetin inertiajs/inertia#2791- [3.x] Svelte 5 Adapter based on #2586 by
@puRe1337in inertiajs/inertia#2677- [3.x] Drop support for React < 19 by
@pascalbaljetin inertiajs/inertia#2712- [3.x] Pass props as second argument to resolve() in createInertiaApp() by
@HichemTab-techin inertiajs/inertia#2485- [3.x] Only reset useForm processing and progress with onFinish by
@pascalbaljetin inertiajs/inertia#2838- [3.x] Bump Node.js to v24 + Bump GitHub CI Actions by
@pascalbaljetin inertiajs/inertia#2847- [3.x] Remove unused
pendingVisitOptionsparameter by@pascalbaljetin inertiajs/inertia#2853- [3.x] Remove
hideProgress()andrevealProgress()exports by@pascalbaljetin inertiajs/inertia#2852- [3.x] Svelte 5 improvements by
@pascalbaljetin inertiajs/inertia#2863- [3.x] Built-in XHR HTTP client + make Axios an optional peer dependency by
@pascalbaljetin inertiajs/inertia#2833- [3.x] Add
useHttphook for standalone HTTP requests by@pascalbaljetin inertiajs/inertia#2840- [3.x] Generics in
<Form>Component by@pascalbaljetin inertiajs/inertia#2849- [3.x] Add layout props helpers by
@pascalbaljetin inertiajs/inertia#2859- [3.x] Upgrade Svelte playground to Svelte 5 syntax by
@pascalbaljetin inertiajs/inertia#2868- [3.x] Migrate
futureoptions to be new defaults by@pascalbaljetin inertiajs/inertia#2867- [3.x] Add
reloadingslot prop to<Deferred>component by@pascalbaljetin inertiajs/inertia#2860- [3.x] Rename
useDataElementForInitialPagetouseDataAttributeForInitialPageby@pascalbaljetin inertiajs/inertia#2871- [3.x] Add
preserveErrorsoption to preserve validation errors during partial requests by@pascalbaljetin inertiajs/inertia#2819- [3.x] SSR support in Vite development mode + simplified setup by
@pascalbaljetin inertiajs/inertia#2864- [3.x] Rename
invalidandexceptionevents and add visit callbacks by@pascalbaljetin inertiajs/inertia#2869- [3.x] Optimistic updates for
router,useForm, anduseHttpby@pascalbaljetin inertiajs/inertia#2866- [3.x] Streamline adapter
index.tsexports by@pascalbaljetin inertiajs/inertia#2872- [3.x] Drop CJS builds in favor of ESM-only output by
@pascalbaljetin inertiajs/inertia#2873- [3.x] Use Precognition 2.x and bump all deps by
@pascalbaljetin inertiajs/inertia#2877
... (truncated)
▶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
v3.0.0 - 2026-03-25
What's Changed
- [3.x] Drop support for Svelte 4 by
@pascalbaljetin inertiajs/inertia#2713- [3.x] Remove qs dependency by
@pascalbaljetin inertiajs/inertia#2791- [3.x] Svelte 5 Adapter based on #2586 by
@puRe1337in inertiajs/inertia#2677- [3.x] Drop support for React < 19 by
@pascalbaljetin inertiajs/inertia#2712- [3.x] Pass props as second argument to resolve() in createInertiaApp() by
@HichemTab-techin inertiajs/inertia#2485- [3.x] Only reset useForm processing and progress with onFinish by
@pascalbaljetin inertiajs/inertia#2838- [3.x] Bump Node.js to v24 + Bump GitHub CI Actions by
@pascalbaljetin inertiajs/inertia#2847- [3.x] Remove unused
pendingVisitOptionsparameter by@pascalbaljetin inertiajs/inertia#2853- [3.x] Remove
hideProgress()andrevealProgress()exports by@pascalbaljetin inertiajs/inertia#2852- [3.x] Svelte 5 improvements by
@pascalbaljetin inertiajs/inertia#2863- [3.x] Built-in XHR HTTP client + make Axios an optional peer dependency by
@pascalbaljetin inertiajs/inertia#2833- [3.x] Add
useHttphook for standalone HTTP requests by@pascalbaljetin inertiajs/inertia#2840- [3.x] Generics in
<Form>Component by@pascalbaljetin inertiajs/inertia#2849- [3.x] Add layout props helpers by
@pascalbaljetin inertiajs/inertia#2859- [3.x] Upgrade Svelte playground to Svelte 5 syntax by
@pascalbaljetin inertiajs/inertia#2868- [3.x] Migrate
futureoptions to be new defaults by@pascalbaljetin inertiajs/inertia#2867- [3.x] Add
reloadingslot prop to<Deferred>component by@pascalbaljetin inertiajs/inertia#2860- [3.x] Rename
useDataElementForInitialPagetouseDataAttributeForInitialPageby@pascalbaljetin inertiajs/inertia#2871- [3.x] Add
preserveErrorsoption to preserve validation errors during partial requests by@pascalbaljetin inertiajs/inertia#2819- [3.x] SSR support in Vite development mode + simplified setup by
@pascalbaljetin inertiajs/inertia#2864- [3.x] Rename
invalidandexceptionevents and add visit callbacks by@pascalbaljetin inertiajs/inertia#2869
... (truncated)
▶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)85b6f4dv3.0.0f51c303v3.0.0-beta.7bc47a4f[3.x] Refactor Layout Props (#3005)07382b1Bump Precognition package (#3006)- 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
+66
additions
-161
deletions
2
files changed