Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 31 updates#50

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-80781603d0
Closed

chore(deps): bump the production-dependencies group across 1 directory with 31 updates#50
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-80781603d0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown

Bumps the production-dependencies group with 31 updates in the / directory:

Package From To
@clerk/nextjs 7.5.12 7.5.15
@shadcn/react 0.2.0 0.2.1
next 16.2.6 16.2.10
react 19.2.4 19.2.7
react-dom 19.2.4 19.2.7
zod 3.25.67 3.25.76
@ai-sdk/google 1.2.18 1.2.22
convex-helpers 0.1.100 0.1.120
@dicebear/core 9.4.2 9.4.3
@radix-ui/react-accordion 1.2.15 1.2.16
@radix-ui/react-alert-dialog 1.1.18 1.1.19
@radix-ui/react-avatar 1.2.1 1.2.2
@radix-ui/react-checkbox 1.3.6 1.3.7
@radix-ui/react-collapsible 1.1.15 1.1.16
@radix-ui/react-context-menu 2.3.2 2.3.3
@radix-ui/react-dialog 1.1.18 1.1.19
@radix-ui/react-dropdown-menu 2.1.19 2.1.20
@radix-ui/react-hover-card 1.1.18 1.1.19
@radix-ui/react-menubar 1.1.19 1.1.20
@radix-ui/react-navigation-menu 1.2.17 1.2.18
@radix-ui/react-popover 1.1.18 1.1.19
@radix-ui/react-progress 1.1.11 1.1.12
@radix-ui/react-radio-group 1.4.2 1.4.3
@radix-ui/react-scroll-area 1.2.13 1.2.14
@radix-ui/react-select 2.3.2 2.3.3
@radix-ui/react-slider 1.4.2 1.4.3
@radix-ui/react-switch 1.3.2 1.3.3
@radix-ui/react-tabs 1.1.16 1.1.17
@radix-ui/react-toggle 1.1.13 1.1.14
@radix-ui/react-toggle-group 1.1.14 1.1.15
@radix-ui/react-tooltip 1.2.11 1.2.12

Updates @clerk/nextjs from 7.5.12 to 7.5.15

Release notes

Sourced from @​clerk/nextjs's releases.

@​clerk/nextjs@​7.5.15

Patch Changes

@​clerk/nextjs@​7.5.14

Patch Changes

@​clerk/nextjs@​7.5.13

Patch Changes

  • createPathMatcher() and createRouteMatcher() route suggestions now use the :path* subtree form (e.g. /dashboard/:path*) instead of (.*). Unlike /dashboard(.*), which also matches sibling routes such as /dashboardxyz, /dashboard/:path* matches only /dashboard and its path-segment subtree. The new suggestion type is exported as WithPathSegmentWildcard; the existing WithPathPatternWildcard type is unchanged (now deprecated), and (.*) patterns keep working. This only changes the type-level autocomplete suggestion. (#9057) by @​jacekradko

  • Updated dependencies [1efc7e5, 5028b54, 2e1fec7]:

    • @​clerk/backend@​3.11.0
    • @​clerk/shared@​4.24.0
    • @​clerk/react@​6.11.4
Changelog

Sourced from @​clerk/nextjs's changelog.

7.5.15

Patch Changes

7.5.14

Patch Changes

7.5.13

Patch Changes

  • createPathMatcher() and createRouteMatcher() route suggestions now use the :path* subtree form (e.g. /dashboard/:path*) instead of (.*). Unlike /dashboard(.*), which also matches sibling routes such as /dashboardxyz, /dashboard/:path* matches only /dashboard and its path-segment subtree. The new suggestion type is exported as WithPathSegmentWildcard; the existing WithPathPatternWildcard type is unchanged (now deprecated), and (.*) patterns keep working. This only changes the type-level autocomplete suggestion. (#9057) by @​jacekradko

  • Updated dependencies [1efc7e5, 5028b54, 2e1fec7]:

    • @​clerk/backend@​3.11.0
    • @​clerk/shared@​4.24.0
    • @​clerk/react@​6.11.4
Commits

Updates @shadcn/react from 0.2.0 to 0.2.1

Release notes

Sourced from @​shadcn/react's releases.

@​shadcn/react@​0.2.1

Patch Changes

  • #11106 f6a26478547c7057aeda82516666dc3473dc39bd Thanks @​shadcn! - Fix MessageScroller autoScroll around anchored turns: the anchor hold now hands off to follow-output once the streamed reply fills the viewport, content growth outrunning the frame-coalesced resize handler no longer releases follow-output, and the scroll button no longer flickers while follow-output closes the gap a streamed chunk just opened.

  • #11100 dd6ce77cf1606eee2839368a97cc35417f763232 Thanks @​shadcn! - Fix MessageScroller abandoning a newly appended scrollAnchor placement when autoScroll is enabled, so the anchored turn holds at the reading line while the reply streams.

  • #11085 628e427231ca4bb7f586a69f99fe7809749a53e2 Thanks @​devnomic! - Fix MessageScroller firing "ResizeObserver loop completed with undelivered notifications" during streamed content growth by coalescing ResizeObserver callbacks into requestAnimationFrame.

Changelog

Sourced from @​shadcn/react's changelog.

0.2.1

Patch Changes

  • #11106 f6a26478547c7057aeda82516666dc3473dc39bd Thanks @​shadcn! - Fix MessageScroller autoScroll around anchored turns: the anchor hold now hands off to follow-output once the streamed reply fills the viewport, content growth outrunning the frame-coalesced resize handler no longer releases follow-output, and the scroll button no longer flickers while follow-output closes the gap a streamed chunk just opened.

  • #11100 dd6ce77cf1606eee2839368a97cc35417f763232 Thanks @​shadcn! - Fix MessageScroller abandoning a newly appended scrollAnchor placement when autoScroll is enabled, so the anchored turn holds at the reading line while the reply streams.

  • #11085 628e427231ca4bb7f586a69f99fe7809749a53e2 Thanks @​devnomic! - Fix MessageScroller firing "ResizeObserver loop completed with undelivered notifications" during streamed content growth by coalescing ResizeObserver callbacks into requestAnimationFrame.

Commits
  • 5e800ca chore(release): version packages (#11099)
  • f6a2647 fix(react): follow the live edge after an anchored reply fills the viewport (...
  • dd6ce77 fix(react): hold newly appended scroll anchors while autoScroll is enabled (#...
  • 628e427 fix(message-scroller): avoid ResizeObserver loop error by coalescing resize h...
  • See full diff in compare view

Updates next from 16.2.6 to 16.2.10

Release notes

Sourced from next's releases.

v16.2.10

Contains no changes except publishing @next/swc-wasm-web which was accidentally not published since 16.2.4.

v16.2.9

Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

v16.2.8

Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

v16.2.7

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Backport documentation fixes for v16.2 (#93804)
  • [backport] Patch playwright-core to resolve _finishedPromise on requestFailed (#93920)
  • [backport] Fix dev mode hydration failure when page is served from HTTP cache (#93492)
  • [backport] Fix catch-all router.query corruption with basePath + rewrites (#93917)
  • [backport] Encode non-ASCII characters in cache tags at construction (#93918)
  • [backport] Fix server action forwarding loop with middleware rewrites (#93919)
  • [backport] Turbopack: switch from base40 to base38 hash encoding (#93932)
  • [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#94164)
  • [backport] Fix "type: module" in project dir when using standalone or adapters (#94050)
  • [backport] Propagate adapter preferred regions (#94200)
  • [16.2.x] Don't drop FormData entries (#94240)
  • [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolution (#94284)

Credits

Huge thanks to @​eps1lon, @​icyJoseph, @​unstubbable, @​mischnic, @​bgw, @​timneutkens, and @​lukesandberg for helping!

Commits

Updates react from 19.2.4 to 19.2.7

Release notes

Sourced from react's releases.

19.2.7 (June 1st, 2026)

React Server Components

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

Changelog

Sourced from react's changelog.

19.2.7 (June 1, 2026)

React Server Components

19.2.6 (May 6, 2026)

React Server Components

19.2.5 (March 18, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react since your current version.


Updates react-dom from 19.2.4 to 19.2.7

Release notes

Sourced from react-dom's releases.

19.2.7 (June 1st, 2026)

React Server Components

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

Changelog

Sourced from react-dom's changelog.

19.2.7 (June 1, 2026)

React Server Components

19.2.6 (May 6, 2026)

React Server Components

19.2.5 (March 18, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-dom since your current version.


Updates zod from 3.25.67 to 3.25.76

Release notes

Sourced from zod's releases.

v3.25.76

Commits:

  • 91c9ca6385bef38278605294498af06c89b9aa68 fix: cleanup _idmap of $ZodRegistry (#4837)
  • 9cce1c5779aea32d00226a931a7f67d3e2529d58 docs: fix typo in flattenError example on error-formatting page (#4819) (#4833)
  • a3560aeb6c3a8675a932601be79cfae897eec9d9 v3.25.76 (#4838)
  • 50606616c0d291caf3210a7521da51271b918333 Release 3.25.76
  • 7baee4e17f86f4017e09e12b0acdee36a5b1c087 Update index.mdx (#4831)

v3.25.75

Commits:

  • c5f349b6c4e76f879eba9fd350dd79950fcb02f9 Fix z.undefined() behavior in toJSONSchema

v3.25.74

Commits:

  • ae0dbe1f79b2421f6d91ec0796295763436b26e2 Partial record
  • 39c5f71c92b9c4c39fc0a59b9375204fa140eaf0 3.25.74

v3.25.73

Commits:

  • 1021d3c230d41d600698a6d98b9db86c19f56904 v3.25.73 (#4822)

v3.25.72

Commits:

  • 4a4dac7cfb787162eeb79165d39bbb4830d4a6de Warn about id uniqueness check on Metadata page (#4782)
  • 7a5838dc0da967e15a217bf5abdd81f725da46c4 feat(locale): Add Esperanto (eo) locale (#4743)
  • 36fe14e1472f2a7cd71415841be8832fc4e9acc5 Fix optionality of schemas (#4769)
  • 20c8c4b67b508d653012808f69c43c7cfe5b39e3 Fix re-export bug
  • 8b0df10c8757a5fbd75bd65128ae183d764b3304 3.25.72

v3.25.71

Commits:

  • 66a0f34bfc746acddbfb68426b8b1b3f1d3d1727 Move source to /src (#4808)
  • 2a15f44606fd66335c6ebc1f91d702bb6bc95693 3.25.71

v3.25.70

Commits:

  • bd81c7cfaa03f61365d1c708c7e0f1cac54ea9ca Add ecosystem listing to homepage
  • 1ddb9719564e644722852193930a09d54f720443 Add Mobb to sponsors
  • 30ba440859f5b9184817f578626ff85d484aec27 Clean up ecosystem.mdx
  • 0ef1b85b5923a1a06a2afab47dbad249d105a997 Add svelte-jsonschema-form to form integrations (#4784)
  • 14715f147363e88e73190bb6ddbdf008914f0b19 docs: fix Lambda spelling (#4804)
  • f6da030188ea30defc025bbc672e5a81fbe93078 Add back src (#4806)
  • 364200a67c9f74ef252dbfa65ea93aab8fb15c06 Revert "Add back src (#4806)"

... (truncated)

Commits

Updates @ai-sdk/google from 1.2.18 to 1.2.22

Changelog

Sourced from @​ai-sdk/google's changelog.

1.2.22

Patch Changes

  • aeaf1cd: fix missing systemInstruction in object-tool mode. The object-tool generation mode now properly includes system instructions in API requests, matching the behavior of regular and object-json modes

1.2.21

Patch Changes

  • ce1625d: removes (unsupported) additionalProperties from the Schema sent in the request payloads to Google APIs

1.2.20

Patch Changes

  • d532ac3: Support tool schemas that allow additional properties (e.g z.record(z.string()))
  • 08ee85d: feat(providers/google): Add support for Gemini 2.5 Pro and Gemini 2.5 Flash (now stable)

1.2.19

Patch Changes

  • f262012: fix (provider/google): prevent error when thinking signature is used
Commits
  • f56753b Version Packages (#6967)
  • aeaf1cd fix(google): add missing systemInstruction in object-tool mode (#6966)
  • ee10c10 Version Packages (#6957)
  • ce1625d fix (provider/google): removes additionalProperties field from schema sent ...
  • 8876ce3 Version Packages (#6922)
  • 08ee85d feat(providers/google): Add support for Gemini 2.5 Pro and Gemini 2.5 Flash (...
  • d532ac3 Support additionalProperties in open api schema (#5626)
  • 81ef251 Version Packages (#6580)
  • f262012 fix (provider/google): prevent error when thinking signature is used (#6597)
  • See full diff in compare view

Updates convex-helpers from 0.1.100 to 0.1.120

Changelog

Sourced from convex-helpers's changelog.

0.1.120

  • Zod 4 support: fix a regression introduced in 0.1.119 in the return types of zodToConvex/zodOutputToConvex when using branded types (including zid)

0.1.119

  • Zod 4 support: the return types of zodToConvex and zodOutputToConvex now return the expected type when enabling the exactOptionalPropertyTypes TypeScript setting.

0.1.118

  • Fixes the helpers custom pagination page splitting logic when used with filters. Previously it would aggressively split pages whenever more items were scanned than requested. Now it only splits when the page grows to be larger than the number of requested items or so many documents are being scanned that the limits are close to being hit.

0.1.117

  • Zod 4 support: fixed an issue with the return type of convexToZod when the input type is a non-tuple array type.

0.1.116

  • HonoWithConvex and HttpRouterWithHono now accept an optional Variables type parameter, so consumers using middleware-driven typed context state (c.var / c.set / c.get) no longer need to cast their Hono app.
  • Support nullable empty schemas in open-api-spec

0.1.115

  • Supports typescript ^6.0.0

0.1.114

  • Adds support for maximumBytesRead option for PaginationOptions on the stream / paginator helpers.

0.1.113

  • Zod 4 support: fix the input type of zid (thanks @​danth3b0t!)

0.1.112

  • Zod 4 support: fix an issue where zodToConvex would incorrectly identify some types as v.id() when using Zod schema inheritance.
  • Relationships: fix the return type of getManyVia

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nicolapps, a new releaser for convex-helpers since your current version.


Updates @dicebear/core from 9.4.2 to 9.4.3

Commits
  • dc3dc40 v9.4.3
  • 8ccc349 Chore: Set npm dist-tag to v9-lts
  • 922946d Fix: Escape rotate, fontSize and fontWeight in SVG output
  • efe62f2 ci: grant CodeQL the documented permissions and move to node24-ready action r...
  • e51023e Add: v10 hints
  • bf3babb Use branch-specific deployment environments
  • 3175da2 Fix: Theme switch icon disappearing due to SSR hydration mismatch
  • d6139c8 FIx: Theme switch icon
  • ecbf790 Replace social links with GitHub Star button and custom nav actions
  • 640b8fa Change data-website-id
  • See full diff in compare view

Updates @radix-ui/react-accordion from 1.2.15 to 1.2.16

Changelog

Sourced from @​radix-ui/react-accordion's changelog.

1.2.16

  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-collapsible@1.1.16, @radix-ui/react-collection@1.1.12
Commits

Updates @radix-ui/react-alert-dialog from 1.1.18 to 1.1.19

Changelog

Sourced from @​radix-ui/react-alert-dialog's changelog.

1.1.19

  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-dialog@1.1.19
Commits

Updates @radix-ui/react-avatar from 1.2.1 to 1.2.2

Changelog

Sourced from @​radix-ui/react-avatar's changelog.

1.2.2

  • Updated dependencies: @radix-ui/react-context@1.2.0
Commits

Updates @radix-ui/react-checkbox from 1.3.6 to 1.3.7

Changelog

Sourced from @​radix-ui/react-checkbox's changelog.

1.3.7

  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-presence@1.1.7
Commits

Updates @radix-ui/react-collapsible from 1.1.15 to 1.1.16

Changelog

Sourced from @​radix-ui/react-collapsible's changelog.

1.1.16

  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-presence@1.1.7
Commits

Updates @radix-ui/react-context-menu from 2.3.2 to 2.3.3

Changelog

Sourced from @​radix-ui/react-context-menu's changelog.

2.3.3

  • Fixed ContextMenu not re-anchoring to the latest pointer position when re-triggered while already open.
  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-menu@2.1.20
Commits

Updates @radix-ui/react-dialog from 1.1.18 to 1.1.19

Changelog

Sourced from @​radix-ui/react-dialog's changelog.

1.1.19

  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.15, @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-focus-scope@1.1.12, @radix-ui/react-presence@1.1.7
Commits

Updates @radix-ui/react-dropdown-menu from 2.1.19 to 2.1.20

Changelog

Sourced from @​radix-ui/react-dropdown-menu's changelog.

2.1.20

  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-menu@2.1.20
Commits

Updates @radix-ui/react-hover-card from 1.1.18 to 1.1.19

Changelog

Sourced from @​radix-ui/react-hover-card's changelog.

1.1.19

  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.15, @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-presence@1.1.7, @radix-ui/react-popper@1.3.3
Commits

Updates @radix-ui/react-menubar from 1.1.19 to 1.1.20

Changelog

Sourced from @​radix-ui/react-menubar's changelog.

1.1.20

  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-roving-focus@1.1.15, @radix-ui/react-menu@2.1.20, @radix-ui/react-collection@1.1.12
Commits

Updates @radix-ui/react-navigation-menu from 1.2.17 to 1.2.18

Changelog

Sourced from @​radix-ui/react-navigation-menu's changelog.

1.2.18

  • Added CSS custom properties for item indicators' translate values.
  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.15, @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-presence@1.1.7, @radix-ui/react-collection@1.1.12
Commits

Updates @radix-ui/react-popover from 1.1.18 to 1.1.19

Changelog

Sourced from @​radix-ui/react-popover's changelog.

1.1.19

  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.15, @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-focus-scope@1.1.12, @radix-ui/react-presence@1.1.7, @radix-ui/react-popper@1.3.3
Commits

Updates @radix-ui/react-progress from 1.1.11 to 1.1.12

Changelog

Sourced from @​radix-ui/react-progress's changelog.

1.1.12

  • Updated dependencies: @radix-ui/react-context@1.2.0
Commits

Updates @radix-ui/react-radio-group from 1.4.2 to 1.4.3

Changelog

Sourced from @​radix-ui/react-radio-group's changelog.

1.4.3

  • Fixed a bug in form control components to ensure their values are updated when their associated form's is reset. This affects RadioGroup, Slider, Select, and Switch.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-roving-focus@1.1.15, @radix-ui/react-presence@1.1.7
Commits

Updates @radix-ui/react-scroll-area from 1.2.13 to 1.2.14

Changelog

Sourced from @​radix-ui/react-scroll-area's changelog.

1.2.14

  • Fixed --radix-scroll-area-corner-width and --radix-scroll-area-corner-height not resetting to 0 when the corner is removed (eg. when one of the scrollbars is no longer visible). Previously these values would stick around and leave a permanent gap on the remaining scrollbar.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-presence@1.1.7
Commits

Updates @radix-ui/react-select from 2.3.2 to 2.3.3

Changelog

Sourced from @​radix-ui/react-select's changelog.

2.3.3

  • Fixed a bug in form control components to ensure their values are updated when their associated form's is reset. This affects RadioGroup, Slider, Select, and Switch.
  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.15, @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-focus-scope@1.1.12, @radix-ui/react-presence@1.1.7, @radix-ui/react-collection@1.1.12, @radix-ui/react-popper@1.3.3
Commits

Updates @radix-ui/react-slider from 1.4.2 to 1.4.3

Changelog

Sourced from @​radix-ui/react-slider's changelog.

1.4.3

  • Fixed a bug in form control components to ensure their values are updated when their associated form's is reset. This affects RadioGroup, Slider, Select, and Switch.
  • Fixed keyboard stepping skipping a valid value when the current value is off the step grid (eg, a defaultValue that isn't a multiple of step from min). Stepping now snaps to the next step-aligned value in the direction of travel, matching native <input type="range"> behavior.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-collection@1.1.12
Commits

Updates @radix-ui/react-switch from 1.3.2 to 1.3.3

Changelog

Sourced from @​radix-ui/react-switch's changelog.

1.3.3

  • Fixed a bug in form control components to ensure their values are updated when their associated form's is reset. This affects RadioGroup, Slider, Select, and Switch.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0
Commits

Updates @radix-ui/react-tabs from 1.1.16 to 1.1.17

Changelog

Sourced from @​radix-ui/react-tabs's changelog.

1.1.17

  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-roving-focus@1.1.15, @radix-ui/react-presence@1.1.7
Commits

Updates @radix-ui/react-toggle from 1.1.13 to 1.1.14

Changelog

Sourced from @​radix-ui/react-toggle's changelog.

1.1.14

  • Updated dependencies: @radix-ui/primitive@1.1.5
Commits

Updates @radix-ui/react-toggle-group from 1.1.14 to 1.1.15

Changelog

Sourced from @​radix-ui/react-toggle-group's changelog.

1.1.15

  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-roving-focus@1.1.15, @radix-ui/react-toggle@1.1.14
Commits

Updates @radix-ui/react-tooltip from 1.2.11 to 1.2.12

ChangelogDescription has been truncated

@dependabot
dependabot Bot requested a review from RISHII7 as a code owner July 8, 2026 19:18
@dependabot dependabot Bot added automated Created automatically by a bot dependencies Pull requests that update a dependency file labels Jul 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-80781603d0 branch from 7d97091 to 0d41e66 Compare July 9, 2026 05:34
@RISHII7

RISHII7 commented Jul 9, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-80781603d0 branch from 0d41e66 to 578c881 Compare July 9, 2026 07:00
@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
echo Ready Ready Preview, Comment Jul 13, 2026 3:52am
echo-widget Ready Ready Preview, Comment Jul 13, 2026 3:52am

…y with 31 updates

---
updated-dependencies:
- dependency-name: "@ai-sdk/google"
  dependency-version: 1.2.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@clerk/nextjs"
  dependency-version: 7.5.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@dicebear/core"
  dependency-version: 9.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-accordion"
  dependency-version: 1.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-alert-dialog"
  dependency-version: 1.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-avatar"
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-checkbox"
  dependency-version: 1.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-collapsible"
  dependency-version: 1.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-context-menu"
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-version: 2.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-hover-card"
  dependency-version: 1.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-menubar"
  dependency-version: 1.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-navigation-menu"
  dependency-version: 1.2.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-popover"
  dependency-version: 1.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-progress"
  dependency-version: 1.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-radio-group"
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-scroll-area"
  dependency-version: 1.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-select"
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-slider"
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-switch"
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-tabs"
  dependency-version: 1.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-toggle"
  dependency-version: 1.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-toggle-group"
  dependency-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@radix-ui/react-tooltip"
  dependency-version: 1.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@shadcn/react"
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: convex-helpers
  dependency-version: 0.1.120
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: next
  dependency-version: 16.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: zod
  dependency-version: 3.25.76
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 20, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-80781603d0 branch July 20, 2026 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Created automatically by a bot dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant