PR #134 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.1.1 | 3.2.0 |
| @types/react | 19.2.14 | 19.2.15 |
| vite | 8.0.13 | 8.0.14 |
| @types/node | 25.9.0 | 25.9.1 |
| typescript-eslint | 8.59.3 | 8.59.4 |
Updates @inertiajs/react from 3.1.1 to 3.2.0
▶Release notes
Sourced from @inertiajs/react's releases.
v3.2.0
What's Changed
- [3.x] Bump pnpm by
@pascalbaljetin inertiajs/inertia#3099- [3.x] Pin GitHub Actions to commit SHAs and harden CI workflows by
@pascalbaljetin inertiajs/inertia#3097- Bump actions/upload-artifact from 6.0.0 to 7.0.1 in the github-actions group by
@dependabot[bot] in inertiajs/inertia#3100- [3.x] Add
modeoption torouter.pollby@pascalbaljetin inertiajs/inertia#3093- [3.x] Support dynamic data in
usePollby@pascalbaljetin inertiajs/inertia#3098- [3.x] Bump dependencies by
@pascalbaljetin inertiajs/inertia#3107- [3.x] Add Inertia.once for events that fire once by
@sebastiandedeynein inertiajs/inertia#3105- [3.x] Fix
httpExceptionevent response data type by@pascalbaljetin inertiajs/inertia#3109- [3.x] Skip DOM updates when
<InfiniteScroll>request is cancelled by@pascalbaljetin inertiajs/inertia#3110- [3.x] Upgrade to TypeScript 6 by
@pascalbaljetin inertiajs/inertia#3108- [3.x] Improve
router.pollthrottle semantics and stop+start handling by@pascalbaljetin inertiajs/inertia#3114- [3.x] Migrate from Prettier and ESLint to Oxfmt and Oxlint by
@pascalbaljetin inertiajs/inertia#3115Full Changelog: https://github.com/inertiajs/inertia/compare/v3.1.1...v3.2.0
▶Changelog
Sourced from @inertiajs/react's changelog.
v3.2.0 - 2026-05-20
What's Changed
- [3.x] Bump pnpm by
@pascalbaljetin inertiajs/inertia#3099- [3.x] Pin GitHub Actions to commit SHAs and harden CI workflows by
@pascalbaljetin inertiajs/inertia#3097- Bump actions/upload-artifact from 6.0.0 to 7.0.1 in the github-actions group by
@dependabot[bot] in inertiajs/inertia#3100- [3.x] Add
modeoption torouter.pollby@pascalbaljetin inertiajs/inertia#3093- [3.x] Support dynamic data in
usePollby@pascalbaljetin inertiajs/inertia#3098- [3.x] Bump dependencies by
@pascalbaljetin inertiajs/inertia#3107- [3.x] Add Inertia.once for events that fire once by
@sebastiandedeynein inertiajs/inertia#3105- [3.x] Fix
httpExceptionevent response data type by@pascalbaljetin inertiajs/inertia#3109- [3.x] Skip DOM updates when
<InfiniteScroll>request is cancelled by@pascalbaljetin inertiajs/inertia#3110- [3.x] Upgrade to TypeScript 6 by
@pascalbaljetin inertiajs/inertia#3108- [3.x] Improve
router.pollthrottle semantics and stop+start handling by@pascalbaljetin inertiajs/inertia#3114- [3.x] Migrate from Prettier and ESLint to Oxfmt and Oxlint by
@pascalbaljetin inertiajs/inertia#3115Full Changelog: https://github.com/inertiajs/inertia/compare/v3.1.1...v3.2.0
▶Commits
afff03av3.2.02950333Migrate to Oxfmt + Oxlint (#3115)cb9fab6[3.x] Improverouter.pollthrottle semantics and stop+start handling (#3114)7aab8a6[3.x] Upgrade to TypeScript 6 (#3108)21a2c4a[3.x] Skip DOM updates when\<InfiniteScroll>request is cancelled (#3110)5943a30[3.x] Add Inertia.once for events that fire once (#3105)fc910bfBump dependencies (#3107)3a01522[3.x] Support dynamic data inusePoll(#3098)6b25cad[3.x] Addmodeoption torouter.poll(#3093)- See full diff in compare view
Updates @types/react from 19.2.14 to 19.2.15
▶Commits
- See full diff in compare view
Updates vite from 8.0.13 to 8.0.14
▶Changelog
Sourced from vite's changelog.
8.0.14 (2026-05-21)
Features
Bug Fixes
- deps: update all non-major dependencies (#22471) (98b8163)
- dev: handle errors when sending messages to vite server (#22450) (e8e9a34)
- html: handle trailing slash paths in transformIndexHtml (#22480) (5d94d1b)
- optimizer: pass oxc jsx options to transformSync in dependency scan (#22342) (b3132da)
Miscellaneous Chores
- deps: update rolldown-related dependencies (#22470) (7cb728e)
- remove irrelevant commits from changelog (2c69495)
Code Refactoring
Tests
▶Commits
c917f1erelease: v8.0.145d94d1bfix(html): handle trailing slash paths in transformIndexHtml (#22480)98b8163fix(deps): update all non-major dependencies (#22471)96efc88feat: update rolldown to 1.0.2 (#22484)ebf39a0test(css): sass does not use main field (#22449)0ae2844refactor(glob): do not rewrite import path for absolute base (#22310)7cb728echore(deps): update rolldown-related dependencies (#22470)b3132dafix(optimizer): pass oxc jsx options to transformSync in dependency scan ...e8e9a34fix(dev): handle errors when sending messages to vite server (#22450)2c69495chore: remove irrelevant commits from changelog- See full diff in compare view
Updates @types/node from 25.9.0 to 25.9.1
▶Commits
- See full diff in compare view
Updates typescript-eslint from 8.59.3 to 8.59.4
▶Release notes
Sourced from typescript-eslint's releases.
v8.59.4
8.59.4 (2026-05-18)
🩹 Fixes
- eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#12294)
- project-service: throw error cause in
getParsedConfigFileFromTSServer(#12321)- typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#12340)
❤️ Thank You
- Evyatar Daud
@StyleShit- Kirk Waiblinger
@kirkwaiblinger- lumir
See 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.59.4 (2026-05-18)
🩹 Fixes
- typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#12340)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
ca6ca14chore(release): publish 8.59.44b927c6fix(typescript-eslint): export Compatible* types from typescript-eslint to re...- 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