PR #17 opened: 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.11 | 2.3.13 |
| globals | 17.1.0 | 17.3.0 |
| react | 19.2.3 | 19.2.4 |
| @types/react | 19.2.9 | 19.2.10 |
| react-dom | 19.2.3 | 19.2.4 |
| typescript-eslint | 8.53.1 | 8.54.0 |
| @rollup/rollup-linux-x64-gnu | 4.56.0 | 4.57.1 |
| @rollup/rollup-win32-x64-msvc | 4.56.0 | 4.57.1 |
Updates @inertiajs/react from 2.3.11 to 2.3.13
▶Release notes
Sourced from @inertiajs/react's releases.
v2.3.13
What's Changed
- Fix
useFormtype inference in generic wrapper components by@pascalbaljetin inertiajs/inertia#2851- Support wildcard paths in
validate()method by@pascalbaljetin inertiajs/inertia#2854Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.12...v2.3.13
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
▶Changelog
Sourced from @inertiajs/react's changelog.
v2.3.13 - 2026-01-30
What's Changed
- Fix
useFormtype inference in generic wrapper components by@pascalbaljetin inertiajs/inertia#2851- Support wildcard paths in
validate()method by@pascalbaljetin inertiajs/inertia#2854Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.12...v2.3.13
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
▶Commits
0de9ea7v2.3.137ea7c9aSupport for Precognition wildcards (#2854)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)- See full diff in compare view
Updates globals from 17.1.0 to 17.3.0
▶Release notes
Sourced from globals's releases.
v17.3.0
- Update globals (2026-02-01) (#336) 295fba9
https://github.com/sindresorhus/globals/compare/v17.2.0...v17.3.0
v17.2.0
jasmine: AddthrowUnlessandthrowUnlessAsyncglobals (#335) 97f23a7
https://github.com/sindresorhus/globals/compare/v17.1.0...v17.2.0
▶Commits
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.9 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 typescript-eslint from 8.53.1 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.
▶Changelog
Sourced from typescript-eslint's changelog.
8.54.0 (2026-01-26)
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
d423e57chore(release): publish 8.54.0- See full diff in compare view
Updates @rollup/rollup-linux-x64-gnu from 4.56.0 to 4.57.1
▶Release notes
Sourced from @rollup/rollup-linux-x64-gnu's releases.
v4.57.1
4.57.1
2026-01-30
Bug Fixes
- Fix heap corruption issue in Windows (#6251)
- Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)
Pull Requests
- #6251: fix: Isolate and cache
process.report.getReport()calls in a child process for robust environment detection (@alan-agius4,@lukastaegert)- #6252: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6253: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6254: Fully include dynamic imports in a try-catch (
@lukastaegert)- #6255: chore(deps): lock file maintenance (
@renovate[bot])v4.57.0
4.57.0
2026-01-27
Features
- Add import attributes to all plugin hooks that did not provide them yet (#5700)
- Deprecate returning import attributes from
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
- #5700: extend more hooks to include import attributes and add warnings (
@TrickyPi,@lukastaegert)- #6243: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6244: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6245: chore(deps): lock file maintenance (
@renovate[bot])- #6246: Refactor to reduce Rollup 5 upgrade diff (
@lukastaegert)
▶Changelog
Sourced from @rollup/rollup-linux-x64-gnu's changelog.
4.57.1
2026-01-30
Bug Fixes
- Fix heap corruption issue in Windows (#6251)
- Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)
Pull Requests
- #6251: fix: Isolate and cache
process.report.getReport()calls in a child process for robust environment detection (@alan-agius4,@lukastaegert)- #6252: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6253: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6254: Fully include dynamic imports in a try-catch (
@lukastaegert)- #6255: chore(deps): lock file maintenance (
@renovate[bot])4.57.0
2026-01-27
Features
- Add import attributes to all plugin hooks that did not provide them yet (#5700)
- Deprecate returning import attributes from
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
- #5700: extend more hooks to include import attributes and add warnings (
@TrickyPi,@lukastaegert)- #6243: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6244: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6245: chore(deps): lock file maintenance (
@renovate[bot])- #6246: Refactor to reduce Rollup 5 upgrade diff (
@lukastaegert)
▶Commits
d37675f4.57.1eafac0bchore(deps): lock file maintenance (#6255)47fa568chore(deps): update dependency lru-cache to v11 (#6252)416f476Fully include dynamic imports in a try-catch (#6254)5e393e3fix: Isolate and cacheprocess.report.getReport()calls in a child process ...c931d23chore(deps): lock file maintenance minor/patch updates (#6253)c79e6c2Mitigate vulnerability that would allow to steal credentials743d0544.57.074121c7extend more hooks to include import attributes and add warnings (#5700)c519d82Refactor to reduce Rollup 5 upgrade diff (#6246)- Additional commits viewable in compare view
Updates @rollup/rollup-win32-x64-msvc from 4.56.0 to 4.57.1
▶Release notes
Sourced from @rollup/rollup-win32-x64-msvc's releases.
v4.57.1
4.57.1
2026-01-30
Bug Fixes
- Fix heap corruption issue in Windows (#6251)
- Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)
Pull Requests
- #6251: fix: Isolate and cache
process.report.getReport()calls in a child process for robust environment detection (@alan-agius4,@lukastaegert)- #6252: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6253: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6254: Fully include dynamic imports in a try-catch (
@lukastaegert)- #6255: chore(deps): lock file maintenance (
@renovate[bot])v4.57.0
4.57.0
2026-01-27
Features
- Add import attributes to all plugin hooks that did not provide them yet (#5700)
- Deprecate returning import attributes from
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
- #5700: extend more hooks to include import attributes and add warnings (
@TrickyPi,@lukastaegert)- #6243: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6244: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6245: chore(deps): lock file maintenance (
@renovate[bot])- #6246: Refactor to reduce Rollup 5 upgrade diff (
@lukastaegert)
▶Changelog
Sourced from @rollup/rollup-win32-x64-msvc's changelog.
4.57.1
2026-01-30
Bug Fixes
- Fix heap corruption issue in Windows (#6251)
- Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)
Pull Requests
- #6251: fix: Isolate and cache
process.report.getReport()calls in a child process for robust environment detection (@alan-agius4,@lukastaegert)- #6252: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6253: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6254: Fully include dynamic imports in a try-catch (
@lukastaegert)- #6255: chore(deps): lock file maintenance (
@renovate[bot])4.57.0
2026-01-27
Features
- Add import attributes to all plugin hooks that did not provide them yet (#5700)
- Deprecate returning import attributes from
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
- #5700: extend more hooks to include import attributes and add warnings (
@TrickyPi,@lukastaegert)- #6243: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6244: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6245: chore(deps): lock file maintenance (
@renovate[bot])- #6246: Refactor to reduce Rollup 5 upgrade diff (
@lukastaegert)
▶Commits
d37675f4.57.1eafac0bchore(deps): lock file maintenance (#6255)47fa568chore(deps): update dependency lru-cache to v11 (#6252)416f476Fully include dynamic imports in a try-catch (#6254)5e393e3fix: Isolate and cacheprocess.report.getReport()calls in a child process ...c931d23chore(deps): lock file maintenance minor/patch updates (#6253)c79e6c2Mitigate vulnerability that would allow to steal credentials743d0544.57.074121c7extend more hooks to include import attributes and add warnings (#5700)c519d82Refactor to reduce Rollup 5 upgrade diff (#6246)- 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 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