PR #128 opened: chore(deps): bump the minor-and-patch group across 1 directory with 18 updates
Bumps the minor-and-patch group with 17 updates in the / directory:
| Package | From | To |
|---|---|---|
| @headlessui/react | 2.2.9 | 2.2.10 |
| @inertiajs/react | 3.0.2 | 3.0.3 |
| @sentry/react | 10.47.0 | 10.49.0 |
| @stripe/react-stripe-js | 6.1.0 | 6.2.0 |
| globals | 17.4.0 | 17.5.0 |
| laravel-echo | 2.3.3 | 2.3.4 |
| lucide-react | 1.7.0 | 1.8.0 |
| react | 19.2.4 | 19.2.5 |
| react-dom | 19.2.4 | 19.2.5 |
| typescript | 6.0.2 | 6.0.3 |
| vite | 8.0.5 | 8.0.9 |
| @types/node | 25.5.2 | 25.6.0 |
| eslint-plugin-react-hooks | 7.0.1 | 7.1.1 |
| prettier | 3.8.1 | 3.8.3 |
| typescript-eslint | 8.58.0 | 8.58.2 |
| @rollup/rollup-linux-x64-gnu | 4.59.0 | 4.60.2 |
| @rollup/rollup-win32-x64-msvc | 4.59.0 | 4.60.2 |
Updates @headlessui/react from 2.2.9 to 2.2.10
▶Commits
Updates @inertiajs/react from 3.0.2 to 3.0.3
▶Release notes
Sourced from @inertiajs/react's releases.
v3.0.3
What's Changed
- [3.x] Bump Vite and Vitest by
@pascalbaljetin inertiajs/inertia#3046- [3.x] Update TSConfig and bump CI actions by
@pascalbaljetin inertiajs/inertia#3047- [3.x] Infer form data keys in
resetOnSuccessandresetOnErrorby@pascalbaljetin inertiajs/inertia#3048- [3.x] Fix layout props callback misclassifying function-valued props as named layouts by
@pascalbaljetin inertiajs/inertia#3049- [3.x] Fix flash event not firing when response contains errors by
@skryukovin inertiajs/inertia#3038- [3.x] Fire flash event after full reload by
@skryukovin inertiajs/inertia#3041- [3.x] Improve Playwright CI cache by
@pascalbaljetin inertiajs/inertia#3051- [3.x] Add
onHttpException,onNetworkError, and response toonSuccessinuseHttpby@pascalbaljetin inertiajs/inertia#3050Full Changelog: https://github.com/inertiajs/inertia/compare/v3.0.2...v3.0.3
▶Changelog
Sourced from @inertiajs/react's changelog.
v3.0.3 - 2026-04-07
What's Changed
- [3.x] Bump Vite and Vitest by
@pascalbaljetin inertiajs/inertia#3046- [3.x] Update TSConfig and bump CI actions by
@pascalbaljetin inertiajs/inertia#3047- [3.x] Infer form data keys in
resetOnSuccessandresetOnErrorby@pascalbaljetin inertiajs/inertia#3048- [3.x] Fix layout props callback misclassifying function-valued props as named layouts by
@pascalbaljetin inertiajs/inertia#3049- [3.x] Fix flash event not firing when response contains errors by
@skryukovin inertiajs/inertia#3038- [3.x] Fire flash event after full reload by
@skryukovin inertiajs/inertia#3041- [3.x] Improve Playwright CI cache by
@pascalbaljetin inertiajs/inertia#3051- [3.x] Add
onHttpException,onNetworkError, and response toonSuccessinuseHttpby@pascalbaljetin inertiajs/inertia#3050Full Changelog: https://github.com/inertiajs/inertia/compare/v3.0.2...v3.0.3
▶Commits
66241d2v3.0.3a7a499eAdd onHttpException, onNetworkError, and response to onSuccess in useHttp (#3...f757d49Fix flash event not firing when response contains errors (#3038)2fe7751[3.x] Fix layout props callback misclassifying function-valued props as named...ffeef38[3.x] Infer form data keys inresetOnSuccessandresetOnError(#3048)5083325[3.x] Update TSConfig and bump CI actions (#3047)0d0d99f[3.x] Bump Vite and Vitest (#3046)- See full diff in compare view
Updates @sentry/react from 10.47.0 to 10.49.0
▶Release notes
Sourced from @sentry/react's releases.
10.49.0
Important Changes
feat(browser): Add View Hierarchy integration (#14981)
A new
viewHierarchyIntegrationcaptures the DOM structure when an error occurs, providing a snapshot of the page state for debugging. Enable it in your Sentry configuration:import * as Sentry from '@sentry/browser';
Sentry.init({ dsn: 'DSN', integrations: [Sentry.viewHierarchyIntegration()], });feat(cloudflare): Split alarms into multiple traces and link them (#19373)
Durable Object alarms now create separate traces for each alarm invocation, with proper linking between related alarms for better observability.
feat(cloudflare): Enable RPC trace propagation with
enableRpcTracePropagation(#19991, #20345)A new
enableRpcTracePropagationoption enables automatic trace propagation for Cloudflare RPC calls via.fetch(), ensuring distributed traces flow correctly across service bindings.feat(core): Add
enableTruncationoption to AI integrations (#20167, #20181, #20182, #20183, #20184)All AI integrations (OpenAI, Anthropic, Google GenAI, LangChain, LangGraph) now support an
enableTruncationoption to control whether large AI inputs/outputs are truncated.feat(opentelemetry): Vendor
AsyncLocalStorageContextManager(#20243)The OpenTelemetry context manager is now vendored internally, reducing external dependencies and ensuring consistent behavior across environments.
Other Changes
- feat(core): Export a reusable function to add tracing headers (#20076)
- feat(core): Expose
rewriteSourcestop level option (#20142)- feat(deps): bump defu from 6.1.4 to 6.1.6 (#20104)
- feat(node-native): Add support for V8 v14 (Node v25+) (#20125)
- feat(node): Include global scope for
eventLoopBlockIntegration(#20108)- fix(core, node): Support loading Express options lazily (#20211)
- fix(core): Set
conversation_idonly ongen_aispans (#20274)- fix(core): Use
ai.operationIdfor Vercel AI V6 operation name mapping (#20285)- fix(deno): Avoid inferring invalid span op from Deno tracer (#20128)
- fix(deno): Handle
reader.closedrejection fromreleaseLock()in streaming (#20187)- fix(nextjs): Preserve directive prologues in turbopack loaders (#20103)
- fix(nextjs): Skip custom browser tracing setup for bot user agents (#20263)
- fix(opentelemetry): Use WeakRef for context stored on scope to prevent memory leak (#20328)
- fix(replay): Use live click attributes in breadcrumbs (#20262)
... (truncated)
▶Changelog
Sourced from @sentry/react's changelog.
10.49.0
Important Changes
feat(browser): Add View Hierarchy integration (#14981)
A new
viewHierarchyIntegrationcaptures the DOM structure when an error occurs, providing a snapshot of the page state for debugging. Enable it in your Sentry configuration:import * as Sentry from '@sentry/browser';
Sentry.init({ dsn: 'DSN', integrations: [Sentry.viewHierarchyIntegration()], });feat(cloudflare): Split alarms into multiple traces and link them (#19373)
Durable Object alarms now create separate traces for each alarm invocation, with proper linking between related alarms for better observability.
feat(cloudflare): Enable RPC trace propagation with
enableRpcTracePropagation(#19991, #20345)A new
enableRpcTracePropagationoption enables automatic trace propagation for Cloudflare RPC calls via.fetch(), ensuring distributed traces flow correctly across service bindings.feat(core): Add
enableTruncationoption to AI integrations (#20167, #20181, #20182, #20183, #20184)All AI integrations (OpenAI, Anthropic, Google GenAI, LangChain, LangGraph) now support an
enableTruncationoption to control whether large AI inputs/outputs are truncated.feat(opentelemetry): Vendor
AsyncLocalStorageContextManager(#20243)The OpenTelemetry context manager is now vendored internally, reducing external dependencies and ensuring consistent behavior across environments.
Other Changes
- feat(core): Export a reusable function to add tracing headers (#20076)
- feat(core): Expose
rewriteSourcestop level option (#20142)- feat(deps): bump defu from 6.1.4 to 6.1.6 (#20104)
- feat(node-native): Add support for V8 v14 (Node v25+) (#20125)
- feat(node): Include global scope for
eventLoopBlockIntegration(#20108)- fix(core, node): Support loading Express options lazily (#20211)
- fix(core): Set
conversation_idonly ongen_aispans (#20274)- fix(core): Use
ai.operationIdfor Vercel AI V6 operation name mapping (#20285)- fix(deno): Avoid inferring invalid span op from Deno tracer (#20128)
- fix(deno): Handle
reader.closedrejection fromreleaseLock()in streaming (#20187)- fix(nextjs): Preserve directive prologues in turbopack loaders (#20103)
- fix(nextjs): Skip custom browser tracing setup for bot user agents (#20263)
- fix(opentelemetry): Use WeakRef for context stored on scope to prevent memory leak (#20328)
- fix(replay): Use live click attributes in breadcrumbs (#20262)
... (truncated)
▶Commits
745af79release: 10.49.046dcef1Merge pull request #20348 from getsentry/prepare-release/10.49.0bf4e188meta(changelog): Update changelog for 10.49.05f72df5feat(cloudflare): Enable RPC trace propagation with enableRpcTracePropagation...50438f9feat(browser): Emit web vitals as streamed spans (#19827)3332fecfix(opentelemetry): Use WeakRef for context stored on scope to prevent memory...684a41fref(opentelemetry): Replace@opentelemetry/resourceswith inline `getSentry...8b2a9dcci: Remove Docker container for Verdaccio package publishing (#20329)0007c7bci: Extract test names for flaky test issues (#20298)9b9d65cchore(ci): Bump actions/cache to v5 and actions/download-artifact to v7 (#20249)- Additional commits viewable in compare view
Updates @stripe/react-stripe-js from 6.1.0 to 6.2.0
▶Release notes
Sourced from @stripe/react-stripe-js's releases.
v6.2.0
New features
- add contactDetails element (#670)
Changes
- Bump lodash from 4.17.23 to 4.18.1 (#669)
▶Commits
Updates @stripe/stripe-js from 9.1.0 to 9.2.0
▶Release notes
Sourced from @stripe/stripe-js's releases.
v9.2.0
New features
- add contactDetails element (#915)
Changed
▶Commits
Updates globals from 17.4.0 to 17.5.0
▶Release notes
Sourced from globals's releases.
v17.5.0
- Update globals (2026-04-12) (#342) 5d84602
https://github.com/sindresorhus/globals/compare/v17.4.0...v17.5.0
▶Commits
Updates laravel-echo from 2.3.3 to 2.3.4
▶Release notes
Sourced from laravel-echo's releases.
v2.3.4
What's Changed
- Bump vite from 6.4.1 to 6.4.2 by
@dependabot[bot] in laravel/echo#486Full Changelog: https://github.com/laravel/echo/compare/v2.3.3...v2.3.4
▶Changelog
Sourced from laravel-echo's changelog.
v2.3.4 - 2026-04-07
What's Changed
- Bump vite from 6.4.1 to 6.4.2 by
@dependabot[bot] in laravel/echo#486Full Changelog: https://github.com/laravel/echo/compare/v2.3.3...v2.3.4
▶Commits
b6460f6v2.3.47f46b96Bump vite from 6.4.1 to 6.4.2 (#486)68c1014Update CHANGELOG- See full diff in compare view
Updates lucide-react from 1.7.0 to 1.8.0
▶Release notes
Sourced from lucide-react's releases.
Version 1.8.0
What's Changed
- docs(packages/angular): add packageDirname for
@lucide/angularby@rhutchisonin lucide-icons/lucide#4211- chore(icons): Username change knarlix to RajnishKMehta by
@RajnishKMehtain lucide-icons/lucide#4208- ci(
@lucide/angular): Fix publishing problem by@ericfennisin lucide-icons/lucide#4213- docs: fix broken links in pull_request_template.md (got 404 page) by
@whoisBugsbunnyin lucide-icons/lucide#4224- fix(lucide-static): add viewBox to sprite symbol elements by
@TomaTVin lucide-icons/lucide#4223- docs: Fix link to icon design principles in statement by
@whoisBugsbunnyin lucide-icons/lucide#4225- feat(docs): add Zephyr Cloud to Hero Backers tier by
@karsa-mistmerein lucide-icons/lucide#4226- fix(icons): fixes gap issues in radio-off.svg by
@karsa-mistmerein lucide-icons/lucide#4227- fix(icons): renamed
text-selecttosquare-dashed-textby@jguddasin lucide-icons/lucide#3943- fix(docs): improve mobile layout of v1 banner by
@karsa-mistmerein lucide-icons/lucide#4254- fix(
@lucide/svelte): aria-hidden="true" was never set by@blt-rin lucide-icons/lucide#4234- fix(icons): remove ui/ux tag from heart-minus, add delete instead by
@karsa-mistmerein lucide-icons/lucide#4266- chore(deps-dev): bump vite from 7.3.1 to 7.3.2 by
@dependabot[bot] in lucide-icons/lucide#4276- chore(deps): bump lodash-es from 4.17.23 to 4.18.1 by
@dependabot[bot] in lucide-icons/lucide#4251- chore(deps): bump vite from 5.4.21 to 6.4.2 by
@dependabot[bot] in lucide-icons/lucide#4286- feat(docs): use
initOnMounted: trueforuseSessionStorageinCarbonAdOverlayby@karsa-mistmerein lucide-icons/lucide#4275- feat(icons): added
bookmark-officon by@ZeenatLawalin lucide-icons/lucide#4283New Contributors
@rhutchisonmade their first contribution in lucide-icons/lucide#4211@whoisBugsbunnymade their first contribution in lucide-icons/lucide#4224@TomaTVmade their first contribution in lucide-icons/lucide#4223@blt-rmade their first contribution in lucide-icons/lucide#4234@ZeenatLawalmade their first contribution in lucide-icons/lucide#4283Full Changelog: https://github.com/lucide-icons/lucide/compare/1.7.0...1.8.0
▶Commits
7623e23feat(docs): add Zephyr Cloud to Hero Backers tier & rework updateSponsors scr...- See full diff in compare view
Updates react from 19.2.4 to 19.2.5
▶Release notes
Sourced from react's releases.
19.2.5 (April 8th, 2026)
React Server Components
- Add more cycle protections (#36236 by
@eps1lonand@unstubbable)
▶Commits
23f4f9f19.2.5- See full diff in compare view
Updates react-dom from 19.2.4 to 19.2.5
▶Release notes
Sourced from react-dom's releases.
19.2.5 (April 8th, 2026)
React Server Components
- Add more cycle protections (#36236 by
@eps1lonand@unstubbable)
▶Commits
23f4f9f19.2.5- See full diff in compare view
Updates typescript from 6.0.2 to 6.0.3
▶Release notes
Sourced from typescript's releases.
TypeScript 6.0.3
For release notes, check out the release announcement blog post.
- fixed issues query for TypeScript 6.0.0 (Beta).
- fixed issues query for TypeScript 6.0.1 (RC).
- fixed issues query for TypeScript 6.0.2 (Stable).
- fixed issues query for TypeScript 6.0.3 (Stable).
Downloads are available on:
▶Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...ad1c695🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)0725fb4🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...- See full diff in compare view
Updates vite from 8.0.5 to 8.0.9
▶Release notes
Sourced from vite's releases.
v8.0.9
Please refer to CHANGELOG.md for details.
v8.0.8
Please refer to CHANGELOG.md for details.
v8.0.7
Please refer to CHANGELOG.md for details.
v8.0.6
Please refer to CHANGELOG.md for details.
▶Changelog
Sourced from vite's changelog.
8.0.9 (2026-04-20)
Features
Bug Fixes
- allow binding when strictPort is set but wildcard port is in use (#22150) (dfc8aa5)
- build: emptyOutDir should happen for watch rebuilds (#22207) (ee52267)
- bundled-dev: reject requests to HMR patch files in non potentially trustworthy origins (#22269) (868f141)
- css: use unique key for cssEntriesMap to prevent same-basename collision (#22039) (374bb5d)
- deps: update all non-major dependencies (#22219) (4cd0d67)
- deps: update all non-major dependencies (#22268) (c28e9c1)
- detect Deno workspace root (fix #22237) (#22238) (1b793c0)
- dev: handle errors in
watchChangehook (#22188) (fc08bda)- optimizer: handle more chars that will be sanitized (#22208) (3f24533)
- skip fallback sourcemap generation for
?rawimports (#22148) (3ec9cda)Documentation
- align the descriptions in READMEs (#22231) (44c42b9)
- fix reuses wording in dev environment comment (#22173) (9163412)
- fix wording in sass error comment (#22214) (bc5c6a7)
- update build CLI defaults (#22261) (605bb97)
Miscellaneous Chores
8.0.8 (2026-04-09)
Features
Bug Fixes
- avoid
dns.getDefaultResultOrdertemporary (#22202) (15f1c15)- ssr: class property keys hoisting matching imports (#22199) (e137601)
8.0.7 (2026-04-07)
Bug Fixes
8.0.6 (2026-04-07)
Features
Bug Fixes
... (truncated)
▶Commits
ce729f5release: v8.0.9605bb97docs: update build CLI defaults (#22261)c28e9c1fix(deps): update all non-major dependencies (#22268)0a3887dchore(deps): update dependency dotenv-expand to v13 (#22271)868f141fix(bundled-dev): reject requests to HMR patch files in non potentially trust...3ec9cdafix: skip fallback sourcemap generation for?rawimports (#22148)3f24533fix(optimizer): handle more chars that will be sanitized (#22208)1b793c0fix: detect Deno workspace root (fix #22237) (#22238)fc08bdafix(dev): handle errors inwatchChangehook (#22188)374bb5dfix(css): use unique key for cssEntriesMap to prevent same-basename collision...- Additional commits viewable in compare view
Updates @types/node from 25.5.2 to 25.6.0
▶Commits
- See full diff in compare view
Updates eslint-plugin-react-hooks from 7.0.1 to 7.1.1
▶Release notes
Sourced from eslint-plugin-react-hooks's releases.
[email protected] (April 17, 2026)
Note: 7.1.0 accidentally removed the
component-hook-factoriesrule, causing errors for users who referenced it in their ESLint config. This is now fixed.
- Add deprecated no-op
component-hook-factoriesrule for backwards compatibility. (@mofeiZin #36307)[email protected] (April 16, 2026)
This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better
set-state-in-effectdetection, improved ref validation, and more helpful error reporting.
- Add ESLint v10 support. (
@nicolo-ribaudoin #35720)- Skip compilation for non-React files to improve performance. (
@josephsavonain #35589)- Fix exhaustive deps bug with Flow type casting. (
@jorge-cabin #35691)- Fix
useEffectEventchecks in component syntax. (@jbrown215in #35041)- Improved
set-state-in-effectvalidation with fewer false negatives. (@jorge-cabin #35134,@josephsavonain #35147,@jackpopein #35214,@chesnokov-tonyin #35419,@jsleitorin #36107)- Improved ref validation for non-mutating functions and event handler props. (
@josephsavonain #35893,@kolvianin #35062)- Compiler now reports all errors instead of stopping at the first. (
@josephsavonain #35873–#35884)- Improved source locations and error display in compiler diagnostics. (
@nathanmarksin #35348,@josephsavonain #34963)
▶Changelog
Sourced from eslint-plugin-react-hooks's changelog.
7.1.1
Note: 7.1.0 accidentally removed the
component-hook-factoriesrule, causing errors for users who referenced it in their ESLint config. This is now fixed.
- Add deprecated no-op
component-hook-factoriesrule for backwards compatibility. (@mofeiZin #36307)7.1.0
This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better
set-state-in-effectdetection, improved ref validation, and more helpful error reporting.
- Add ESLint v10 support. (
@nicolo-ribaudoin #35720)- Skip compilation for non-React files to improve performance. (
@josephsavonain #35589)- Fix exhaustive deps bug with Flow type casting. (
@jorge-cabin #35691)- Fix
useEffectEventchecks in component syntax. (@jbrown215in #35041)- Improved
set-state-in-effectvalidation with fewer false negatives. (@jorge-cabin #35134,@josephsavonain #35147,@jackpopein #35214,@chesnokov-tonyin #35419,@jsleitorin #36107)- Improved ref validation for non-mutating functions and event handler props. (
@josephsavonain #35893,@kolvianin #35062)- Compiler now reports all errors instead of stopping at the first. (
@josephsavonain #35873–#35884)- Improved source locations and error display in compiler diagnostics. (
@nathanmarksin #35348,@josephsavonain #34963)
▶Commits
- See full diff in compare view
Updates prettier from 3.8.1 to 3.8.3
▶Release notes
Sourced from prettier's releases.
3.8.3
- SCSS: Prevent trailing comma in
if()function (prettier/prettier#18471 by@kovsu)3.8.2
- Support Angular v21.2
▶Changelog
Sourced from prettier's changelog.
3.8.3
SCSS: Prevent trailing comma in
if()function (#18471 by@kovsu)// Input $value: if(sass(false): 1; else: -1);// Prettier 3.8.2 $value: if( sass(false): 1; else: -1, );
// Prettier 3.8.3 $value: if(sass(false): 1; else: -1);3.8.2
Angular: Support Angular v21.2 (#18722, #19034 by
@fisker)Exhaustive typechecking with
@default never;<!-- Input --> @switch (foo) { @case (1) {} @default never; }<!-- Prettier 3.8.1 --> SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "@" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->@switch(foo) {@case(1) {}@defaultnever; }
arrow functionandinstanceofexpressions.</tr></table>
... (truncated)
▶Commits
d7108a7Release 3.8.3177f908Prevent trailing comma in SCSSif()function (#18471)1cd4066Release@prettier/plugin-oxc@0.1.4a8700e2Update oxc-parser to v0.125.0752157cFix tests053fd41Bump Prettier dependency to 3.8.2904c636Clean changelog_unreleaseddc1f7fcUpdate dependents countb31557cRelease 3.8.296bbaedSupport Angular v21.2 (#18722)- Additional commits viewable in compare view
Updates typescript-eslint from 8.58.0 to 8.58.2
▶Release notes
Sourced from typescript-eslint's releases.
v8.58.2
8.58.2 (2026-04-13)
🩹 Fixes
- remove tsbuildinfo cache file from published packages (#12187)
- eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#12147)
❤️ Thank You
- Abhijeet Singh
@cseas- 송재욱
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.1
8.58.1 (2026-04-08)
🩹 Fixes
- eslint-plugin: [no-unused-vars] fix false negative for type pred...
Description has been truncated