PR #168 opened: chore(deps): bump the minor-and-patch group across 1 directory with 14 updates
Bumps the minor-and-patch group with 14 updates in the / directory:
| Package | From | To |
|---|---|---|
| @inertiajs/react | 3.1.1 | 3.2.0 |
| @sentry/react | 10.53.1 | 10.54.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.60.0 |
| @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 @sentry/react from 10.53.1 to 10.54.0
▶Release notes
Sourced from @sentry/react's releases.
10.54.0
Important Changes
feat(browser): Add
fetchStreamPerformanceIntegrationfor streamed response tracking (#20778)A new integration that tracks the performance of streamed fetch responses. Use this to measure time-to-first-byte and streaming duration for APIs that return chunked/streamed data. This replaces the now deprecated
trackFetchStreamPerformanceoption.feat(core): Add
dataCollectionclient option (#20965)Adds a new
dataCollectionclient option for controlling what data the SDK collects and sends to Sentry. This provides a centralized way to configure data collection behavior across different SDK features. In the future, this option will be used for fine-granular data filtering, while the simplesendDefaultPiiboolean option will be deprecated and removed in a future release.feat(core): Support array attributes for spans, logs, and metrics (#20427)
Arrays of primitive values (
string,number,boolean) are now accepted as attribute values. Arrays containing non-primitive elements will be dropped and won't show up in Sentry. Note that array attributes on logs and metrics were previously stringified in certain cases and will now be sent as arrays instead.feat(hono): Add
hono.requestspans for internal.request()calls (#20843)The Hono SDK now creates spans for internal
.request()calls, providing better visibility into request handling within Hono applications.Other Changes
- feat(core): Add data collection filtering utilities (#20989)
- feat(core): Convert scope contexts to segment span attributes in span streaming (#20828)
- feat(core): Emit
sentry.sdk.integrationson streamed segment spans (#20428)- feat(core): HTTP server diagnostics channel utility (#20779)
- feat(core): Migrate span streaming envelope to
dataCollection(#21080)- feat(core): Migrate Supabase integration to
dataCollection(#21085)- feat(core): Migrate trpc to
dataCollection(#21072)- feat(deno): Instrument
node:httpon versions that support it (#21009)- feat(ember): Extract ember-specific logic into custom
browserTracingIntegration(#20702)- feat(logs): Migrate log envelope user inference to
dataCollection(#21073)- feat(nuxt): Allow custom configuration files paths in Nuxt module (#20650)
- feat(replay): Update example worker script (#20899)
- feat(serverless): Add server-only context span attributes via processSegmentSpan hooks (#20842)
- fix(astro): Avoid injecting meta tags into
<head>inside attribute values (#21089)- fix(astro): Use explicit ResponseInit when injecting meta tags in response (#21021)
- fix(browser): Add a synthetic stack trace to DOMException with empty stack traces if
attachStacktraceis true (#19988)- fix(browser): Fix internal frame detection in minified bundles (#20802)
- fix(cloudflare): Avoid repeated flush lock wrapping (#21156)
- fix(cloudflare): Skip SDK initialization for OPTIONS/HEAD requests (#21090)
- fix(cloudflare, vercel-edge): Disable timer-based flush for serverless runtimes (#20889)
- fix(core): Sanitize lone surrogates in log body and attributes (#20245)
- fix(deno): Support
Deno.serveinstrumentation on Deno 2.8 (#21155)- fix(hono): Preserve middleware handler metadata (#20954)
- fix(hono): Use generic Hono type in Bun/Node (#21060)
- fix(nextjs): Widen
projectoption type tostring | string[](#21067)- fix(node): Improve
http.clientdouble-wrap message (#20705)- fix(node): Preserve CallbackManager handlers in LangChain instrumentation (#20849)
- fix(react-router): Do not re-write origin on router state changes (#21056)
- fix(replay): Set
sentry.replay_idattribute on streamed spans (#20897)
... (truncated)
▶Changelog
Sourced from @sentry/react's changelog.
10.54.0
Important Changes
feat(browser): Add
fetchStreamPerformanceIntegrationfor streamed response tracking (#20778)A new integration that tracks the performance of streamed fetch responses. Use this to measure time-to-first-byte and streaming duration for APIs that return chunked/streamed data. This replaces the now deprecated
trackFetchStreamPerformanceoption.feat(core): Add
dataCollectionclient option (#20965)Adds a new
dataCollectionclient option for controlling what data the SDK collects and sends to Sentry. This provides a centralized way to configure data collection behavior across different SDK features. In the future, this option will be used for fine-granular data filtering, while the simplesendDefaultPiiboolean option will be deprecated and removed in a future release.feat(core): Support array attributes for spans, logs, and metrics (#20427)
Arrays of primitive values (
string,number,boolean) are now accepted as attribute values. Arrays containing non-primitive elements will be dropped and won't show up in Sentry. Note that array attributes on logs and metrics were previously stringified in certain cases and will now be sent as arrays instead.feat(hono): Add
hono.requestspans for internal.request()calls (#20843)The Hono SDK now creates spans for internal
.request()calls, providing better visibility into request handling within Hono applications.Other Changes
- feat(core): Add data collection filtering utilities (#20989)
- feat(core): Convert scope contexts to segment span attributes in span streaming (#20828)
- feat(core): Emit
sentry.sdk.integrationson streamed segment spans (#20428)- feat(core): HTTP server diagnostics channel utility (#20779)
- feat(core): Migrate span streaming envelope to
dataCollection(#21080)- feat(core): Migrate Supabase integration to
dataCollection(#21085)- feat(core): Migrate trpc to
dataCollection(#21072)- feat(deno): Instrument
node:httpon versions that support it (#21009)- feat(ember): Extract ember-specific logic into custom
browserTracingIntegration(#20702)- feat(logs): Migrate log envelope user inference to
dataCollection(#21073)- feat(nuxt): Allow custom configuration files paths in Nuxt module (#20650)
- feat(replay): Update example worker script (#20899)
- feat(serverless): Add server-only context span attributes via processSegmentSpan hooks (#20842)
- fix(astro): Avoid injecting meta tags into
<head>inside attribute values (#21089)- fix(astro): Use explicit ResponseInit when injecting meta tags in response (#21021)
- fix(browser): Add a synthetic stack trace to DOMException with empty stack traces if
attachStacktraceis true (#19988)- fix(browser): Fix internal frame detection in minified bundles (#20802)
- fix(cloudflare): Avoid repeated flush lock wrapping (#21156)
- fix(cloudflare): Skip SDK initialization for OPTIONS/HEAD requests (#21090)
- fix(cloudflare, vercel-edge): Disable timer-based flush for serverless runtimes (#20889)
- fix(core): Sanitize lone surrogates in log body and attributes (#20245)
- fix(deno): Support
Deno.serveinstrumentation on Deno 2.8 (#21155)- fix(hono): Preserve middleware handler metadata (#20954)
- fix(hono): Use generic Hono type in Bun/Node (#21060)
- fix(nextjs): Widen
projectoption type tostring | string[](#21067)- fix(node): Improve
http.clientdouble-wrap message (#20705)- fix(node): Preserve CallbackManager handlers in LangChain instrumentation (#20849)
- fix(react-router): Do not re-write origin on router state changes (#21056)
... (truncated)
▶Commits
f31686brelease: 10.54.0c9bb0d4meta(changelog): Update changelog for 10.54.0 (#21163)7546a18meta(changelog): Update changelog for 10.54.0d16a889fix(deno): support Deno.serve instrumentation on Deno 2.8 (#21155)1e0341dfix(cloudflare): avoid repeated flush lock wrapping (#21156)d75440cref(node): Vendor@opentelemetry/sql-common(#21140)ba8dd0ctest(node-core): Fix flaky cron instrumentation test (#21092)170161bref(node): Vendor@fastify/otel(#21099)683bee2ref(node): Remove unused@opentelemetry/instrumentation-httpdependency (#2...2516805ref(node): Vendor@opentelemetry/instrumentation-pg(#21102)- Additional commits viewable 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.60.0
▶Release notes
Sourced from typescript-eslint's releases.
v8.60.0
8.60.0 (2026-05-25)
🚀 Features
- rule-tester: added updates of RuleTester from upstream (#12291)
🩹 Fixes
❤️ Thank You
- Evyatar Daud
@StyleShit- Vinccool96
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
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.60.0 (2026-05-25)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
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
f891c29chore(release): publish 8.60.0ca6ca14chore(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
▶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 (Description has been truncated