PR #166 closed: chore(deps): bump the minor-and-patch group across 1 directory with 13 updates
Bumps the minor-and-patch group with 13 updates in the / directory:
| Package | From | To |
|---|---|---|
| @inertiajs/react | 3.1.1 | 3.2.0 |
| @stripe/react-stripe-js | 6.3.0 | 6.4.0 |
| @stripe/stripe-js | 9.5.0 | 9.6.0 |
| @types/react | 19.2.14 | 19.2.15 |
| @vitejs/plugin-react | 6.0.1 | 6.0.2 |
| date-fns | 4.1.0 | 4.3.0 |
| lucide-react | 1.14.0 | 1.16.0 |
| react-day-picker | 10.0.0 | 10.0.1 |
| vite | 8.0.12 | 8.0.14 |
| @types/node | 25.7.0 | 25.9.1 |
| typescript-eslint | 8.59.3 | 8.59.4 |
| @rollup/rollup-linux-x64-gnu | 4.60.3 | 4.60.4 |
| @rollup/rollup-win32-x64-msvc | 4.60.3 | 4.60.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 @stripe/react-stripe-js from 6.3.0 to 6.4.0
▶Release notes
Sourced from @stripe/react-stripe-js's releases.
v6.4.0
New features
- Add availablepaymentmethodschange functionality (#674)
Fixes
- Bump stripe.js version to 9.5.0 (#676)
- Bump
@babel/plugin-transform-modules-systemjsfrom 7.13.8 to 7.29.4 (#675)Changed
▶Commits
▶Maintainer changes
This version was pushed to npm by bdaily-stripe, a new releaser for @stripe/react-stripe-js since your current version.
Updates @stripe/stripe-js from 9.5.0 to 9.6.0
▶Release notes
Sourced from @stripe/stripe-js's releases.
v9.6.0
New features
- Add types for automatic_surcharge (#918)
Fixes
Changed
▶Commits
c427b26v9.6.00c9277fAdd types for automatic_surcharge (#918)- 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 @vitejs/plugin-react from 6.0.1 to 6.0.2
▶Release notes
Sourced from @vitejs/plugin-react's releases.
[email protected]
Allow all options in reactCompilerPreset (#1189)
This is a type only change. Only
compilationModeandtargetoptions were available forreactCompilerPreset.
▶Changelog
Sourced from @vitejs/plugin-react's changelog.
6.0.2 (2026-05-14)
Allow all options in reactCompilerPreset (#1189)
This is a type only change. Only
compilationModeandtargetoptions were available forreactCompilerPreset.
▶Commits
6535b55release: [email protected]bf0e43bfeat(react): whitelist debugging-options (#1189)3bd1f08feat: use carets for rolldown versions (#1216)2b8df67fix(deps): update all non-major dependencies (#1218)8fa9619fix(deps): update react 19.2.6 (#1211)a4296adfix(deps): update all non-major dependencies (#1209)323ccd7fix(deps): update all non-major dependencies (#1196)a7506e1chore(deps): update vite 8.0.10 (#1198)02cff2afix(deps): update all non-major dependencies (#1184)4b9c890fix(deps): update react 19.2.5 (#1181)- Additional commits viewable in compare view
Updates date-fns from 4.1.0 to 4.3.0
▶Release notes
Sourced from date-fns's releases.
v4.3.0
Kudos to
@ImRodryand@puneetdixit200for their contributions.Fixed
Fixed missing modularized optimization fallback (for Next.js and others). See #4193.
Fixed
ptlocale first day of week to be Sunday. See #4195 by@ImRodry.Fixed
zh-CN,zh-HK, andzh-TWlocale month parsing for October, November, and December. See #4194 by@puneetdixit200.v4.2.1
Fixed
- Fixed type definitions missing in v4.2.0 due to TypeScript misconfiguration.
v4.2.0
This is a minor release in all senses, it only includes documentation updates (first of many) that points to the new You Don't Need date-fns* page.
* Not really
Changed
- Added Temporal API references to the JSDoc annotations of
add,addBusinessDays, andaddDays.
▶Commits
f95bcf1(docs): Add missingtsxdependencybaaca11Add//pkgs/core:release/docstask8aa0373Update docs website secrets location in scriptsc7ad6ebPromote to v4.3.0da8c548Add change log entry for Chinese locale fix (#4194)f8d8fa8Split Chinese locale tests (#4194)b9c5865Fix Chinese locale month parsing (#4194)39d1e14Addptfix change log entry (#4195)f3f1963Fix pt locale first day of week to be Sunday (#4195)cd6ebdaAdd basicAGENTS.md- Additional commits viewable in compare view
Updates lucide-react from 1.14.0 to 1.16.0
▶Release notes
Sourced from lucide-react's releases.
Version 1.16.0
What's Changed
- feat(icons): added
blendericon by@rrod497in lucide-icons/lucide#3884Full Changelog: https://github.com/lucide-icons/lucide/compare/1.15.0...1.16.0
Version 1.15.0
What's Changed
- fix: remove 'less' from brand stopwords by
@jguddasin lucide-icons/lucide#4331- fix(
@lucide/vue): Clone slots before passing to icon by@axthoin lucide-icons/lucide#4339- fix(icons): changed
text-cursoricon by@jamiemlawin lucide-icons/lucide#4340- fix(icons): changed
landmarkicon by@jamiemlawin lucide-icons/lucide#4334- chore(deps-dev): bump nitropack from 2.13.1 to 2.13.4 by
@dependabot[bot] in lucide-icons/lucide#4352- chore(deps-dev): bump simple-git from 3.33.0 to 3.36.0 by
@dependabot[bot] in lucide-icons/lucide#4349- fix(icons): changed
candy-caneicon by@jguddasin lucide-icons/lucide#4148- fix(icons): changed
volleyballicon by@jamiemlawin lucide-icons/lucide#4338- fix(icons): changed
chart-no-axes-combinedicon by@jguddasin lucide-icons/lucide#3567- feat(icon): added broccoli icon by
@swastik7805in lucide-icons/lucide#4263- chore(site): Updates to site and updated carbon ads by
@ericfennisin lucide-icons/lucide#4359- feat(icons): added sticky note variants by
@Barakudumin lucide-icons/lucide#4348- chore(deps-dev): bump astro from 6.1.6 to 6.1.10 by
@dependabot[bot] in lucide-icons/lucide#4361New Contributors
@axthomade their first contribution in lucide-icons/lucide#4339@Barakudummade their first contribution in lucide-icons/lucide#4348Full Changelog: https://github.com/lucide-icons/lucide/compare/1.14.0...1.15.0
▶Commits
07c885efix(docs): fix zephyr-cloud URL in readmes- See full diff in compare view
Updates react-day-picker from 10.0.0 to 10.0.1
▶Release notes
Sourced from react-day-picker's releases.
v10.0.1
What's Changed
- fix: apply inline styles to all component slots by
@gpblin gpbl/react-day-picker#2995- fix: add
@types/reactas optional peer dependency by@mrmckebin gpbl/react-day-picker#2997New Contributors
@mrmckebmade their first contribution in gpbl/react-day-picker#2997Full Changelog: https://github.com/gpbl/react-day-picker/compare/v10.0.0...v10.0.1
▶Changelog
Sourced from react-day-picker's changelog.
v10.0.1
Release date: 2026-05-12
This patch release fixes inline styles for component slots and adds
@types/reactas an optional peer dependency for strict package managers.What's Changed
▶Commits
Updates vite from 8.0.12 to 8.0.14
▶Release notes
Sourced from vite's releases.
v8.0.14
Please refer to CHANGELOG.md for details.
v8.0.13
Please refer to CHANGELOG.md for details.
▶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
8.0.13 (2026-05-14)
Features
- bundled-dev: add lazy bundling support (#21406) (4f0949f)
- optimizer: improve the esbuild plugin converter to pass some properties of build result to
onEnd(#22357) (47071ce)- update rolldown to 1.0.1 (#22444) (8c766a6)
Bug Fixes
- build: copy public directory after building same environment with
write=false(#22328) (158e8ae)- css: await sass/less/styl worker disposal on teardown (fix #22274) (#22275) (b7edcb7)
- css: keep deprecated
name/originalFileNamein syntheticassetFileNamescall (#22439) (8e59c97)- make
isBundledper environment (#22257) (a576326)- ssr: avoid rewriting labels that collide with imports (#22451) (d9b18e0)
Miscellaneous Chores
▶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- Additional commits viewable in compare view
Updates @types/node from 25.7.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
Updates @rollup/rollup-linux-x64-gnu from 4.60.3 to 4.60.4
▶Release notes
Sourced from @rollup/rollup-linux-x64-gnu's releases.
v4.60.4
4.60.4
2026-05-14
Bug Fixes
- Improve stability of chunk hashes (#6362)
Pull Requests
- #6362: fix: stabilize chunk assignment across parallel file reads (
@sonukapoor,@SonuKapoor,@TrickyPi,@lukastaegert)- #6370: fix(deps): update minor/patch updates (
@renovate[bot])- #6371: chore(deps): update dependency lru-cache to v11 (
@renovate[bot],@lukastaegert)- #6372: chore(deps): update react monorepo to v19 (major) (
@renovate[bot])- #6373: chore(deps): lock file maintenance (
@renovate[bot],@lukastaegert)- #6375: Resolve vulnerabilities (
@lukastaegert)
▶Changelog
Sourced from @rollup/rollup-linux-x64-gnu's changelog.
4.60.4
2026-05-14
Bug Fixes
- Improve stability of chunk hashes (#6362)
Pull Requests
- #6362: fix: stabilize chunk assignment across parallel file reads (
@sonukapoor,@SonuKapoor,@TrickyPi,@lukastaegert)- #6370: fix(deps): update minor/patch updates (
@renovate[bot])- #6371: chore(deps): update dependency lru-cache to v11 (
@renovate[bot],@lukastaegert)- #6372: chore(deps): update react monorepo to v19 (major) (
@renovate[bot])- #6373: chore(deps): lock file maintenance (
@renovate[bot],@lukastaegert)- #6375: Resolve vulnerabilities (
@lukastaegert)
▶Commits
d311a844.60.46aa3248fix: stabilize chunk assignment across parallel file reads (#6362)82a0fe7Resolve vulnerabilities (#6375)71f5ebcchore(deps): update dependency lru-cache to v11 (#6371)af91d77chore(deps): lock file maintenance (#6373)65e7b94chore(deps): update react monorepo to v19 (major) (#6372)642587ffix(deps): update minor/patch updates (#6370)- See full diff in compare view
Updates @rollup/rollup-win32-x64-msvc from 4.60.3 to 4.60.4
▶Release notes
Sourced from @rollup/rollup-win32-x64-msvc's releases.
v4.60.4
4.60.4
2026-05-14
Bug Fixes
- Improve stability of chunk hashes (#6362)
Pull Requests
- #6362: fix: stabilize chunk assignment across parallel file reads (
@sonukapoor,@SonuKapoor,@TrickyPi,@lukastaegert)- #6370: fix(deps): update minor/patch updates (
@renovate[bot])- #6371: chore(deps): update dependency lru-cache to v11 (
@renovate[bot],@lukastaegert)- #6372: chore(deps): update react monorepo to v19 (major) (
@renovate[bot])- #6373: chore(deps): lock file maintenance (
@renovate[bot],@lukastaegert)- #6375: Resolve vulnerabilities (
@lukastaegert)
▶Changelog
Sourced from @rollup/rollup-win32-x64-msvc's changelog.
4.60.4
2026-05-14
Bug Fixes
- Improve stability of chunk hashes (#6362)
Pull Requests
- #6362: fix: stabilize chunk assignment across parallel file reads (
@sonukapoor,@SonuKapoor,@TrickyPi,@lukastaegert)- #6370: fix(deps): update minor/patch updates (
@renovate[bot])- #6371: chore(deps): update dependency lru-cache to v11 (
@renovate[bot],@lukastaegert)- #6372: chore(deps): update react monorepo to v19 (major) (
@renovate[bot])- #6373: chore(deps): lock file maintenance (
@renovate[bot],@lukastaegert)- #6375: Resolve vulnerabilities (
@lukastaegert)
▶Commits
d311a844.60.46aa3248fix: stabilize chunk assignment across parallel file reads (#6362)82a0fe7Resolve vulnerabilities (#6375)71f5ebcchore(deps): update dependency lru-cache to v11 (#6371)af91d77chore(deps): lock file maintenance (#6373)65e7b94chore(deps): update react monorepo to v19 (major) (#6372)642587ffix(deps): update minor/patch updates (#6370)- 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