Skip to content

chore(deps): bump the prod group across 1 directory with 19 updates#33

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/docs/prod-a17905be5f
Open

chore(deps): bump the prod group across 1 directory with 19 updates#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/docs/prod-a17905be5f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the prod group with 19 updates in the /apps/docs directory:

Package From To
@headlessui/react 2.2.9 2.2.10
@inkeep/cxkit-react 0.5.116 0.5.119
@scalar/api-reference 1.44.25 1.58.0
@shikijs/rehype 3.22.0 4.2.0
@shikijs/types 3.22.0 4.2.0
fumadocs-core 16.6.5 16.9.3
fumadocs-mdx 14.2.8 15.0.10
fumadocs-openapi 10.3.11 10.10.2
fumadocs-ui 16.6.5 16.9.3
js-yaml 4.1.1 4.2.0
lucide-react 0.562.0 1.17.0
mixpanel-browser 2.74.0 2.80.0
next 16.1.6 16.2.7
react 19.2.4 19.2.7
react-copy-to-clipboard 5.1.0 5.1.1
react-dom 19.2.4 19.2.7
shiki 3.21.0 4.2.0
tailwind-merge 3.5.0 3.6.0
zod 4.3.6 4.4.3

Updates @headlessui/react from 2.2.9 to 2.2.10

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.10

Fixed

  • Don’t render <Portal> while hydrating (#3825)
  • Fix passing props on Fragment error due to Symbol(react.lazy) (#3873)
Changelog

Sourced from @​headlessui/react's changelog.

[2.2.10] - 2026-04-07

Fixed

  • Don’t render <Portal> while hydrating (#3825)
  • Fix passing props on Fragment error due to Symbol(react.lazy) (#3873)
Commits

Updates @inkeep/cxkit-react from 0.5.116 to 0.5.119

Commits

Updates @scalar/api-reference from 1.44.25 to 1.58.0

Changelog

Sourced from @​scalar/api-reference's changelog.

1.58.0

Minor Changes

  • #9372: Render AsyncAPI components.schemas as Models, listed in the sidebar and content just like OpenAPI schemas

  • #7618: feat(api-reference): add setPageTitle to customize the browser tab title

    Pass a setPageTitle function to control the browser tab title. It is called whenever the section in view changes — on sidebar clicks, on scroll, and when switching documents — and receives the section title and the active OpenAPI document:

    setPageTitle: ({ title, document }) => `${document.title}${title}`

Patch Changes

  • #9348: Render AsyncAPI channels as sections in the content area, with the channel address as the heading and the channel description below. Channels are grouped under tags when the navigation tree groups them. Operations and messages are not rendered yet.

  • #9255: Surface the Introduction entry and any headings extracted from info.description of AsyncAPI documents in the sidebar, mirroring how OpenAPI documents are handled.

  • #9347: Surface AsyncAPI info.description headings in the search modal, mirroring the sidebar behaviour. AsyncAPI channels, operations, and messages are not indexed yet.

  • #9350: feat(api-reference): list Ask AI and MCP Servers as Scalar Docs features in the Deploy popover

  • #9310: Add an ESM standalone build (dist/browser/standalone.esm.js) alongside the existing UMD bundle. The new bundle works as a side-effect script (registers window.Scalar.createApiReference and reads data-* configuration) and exports createApiReference for direct ESM consumers. It is fully minified through Rolldown's native minifier and uses code splitting so heavy features load asynchronously after first paint:

    • The API client modal (request editor, response viewer, CodeMirror) is now await import'd inside onMounted instead of statically imported, moving ~265 KB into a chunks/modal-*.js chunk that loads in the background.
    • The Agent Scalar chat interface (already wrapped in defineAsyncComponent) becomes a real chunks/AgentScalarChatInterface-*.js chunk (~200 KB), loaded only when the agent is enabled.
    • The 84 per-icon dynamic imports from @scalar/icons/library are coalesced into a single chunks/icons-*.js.

    Net effect: initial sync load drops from ~3.32 MB (UMD) to ~2.73 MB (ESM) — a ~570 KB improvement — while total bundle size shrinks by ~140 KB.

    Also adds an @scalar/api-client/modal/map-hidden-clients-config deep export so consumers that only need the lightweight client-list helper don't pull the full modal barrel into their static graph.

  • #9139: fix(api-reference): preserve OAuth redirect URL when switching between OpenAPI documents

    Auth changes were being persisted under the wrong document slug and shared a single debounce queue across all documents. When switching documents quickly, the pending save for the first document could be overwritten or dropped by a save for the second document, causing the redirect URL (and other auth secrets) to appear cleared after switching back.

    The fix uses event.documentName as both the debounce key and the storage key, giving each document its own independent debounce queue.

  • #9194: fix(api-reference): break cycles in mergeAllOfSchemas for self-referencing schemas (whether they $ref back to themselves through array items or through a plain object property), which previously crashed the docs preview with "too much recursion"

  • #9309: feat: add modelsSectionLabel configuration ('Models' | 'Schemas' | string) to use OpenAPI-style Schemas terminology in the sidebar, content, and search.

1.57.5

Patch Changes

  • #9318: fix: restore response content type selector when expandAllResponses is enabled

    Move the content type picker after the disclosure panel so it stacks above expanded response content and remains clickable when expandAllResponses is true.

1.57.4

1.57.3

Patch Changes

... (truncated)

Commits

Updates @shikijs/rehype from 3.22.0 to 4.2.0

Release notes

Sourced from @​shikijs/rehype's releases.

v4.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.0

   🐞 Bug Fixes

    View changes on GitHub

v4.0.2

   🐞 Bug Fixes

    View changes on GitHub

v4.0.1

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0

   🚨 Breaking Changes

   🚀 Features

    View changes on GitHub

v3.23.0

   🚀 Features

... (truncated)

Commits

Updates @shikijs/types from 3.22.0 to 4.2.0

Release notes

Sourced from @​shikijs/types's releases.

v4.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.0

   🐞 Bug Fixes

    View changes on GitHub

v4.0.2

   🐞 Bug Fixes

    View changes on GitHub

v4.0.1

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0

   🚨 Breaking Changes

   🚀 Features

    View changes on GitHub

v3.23.0

   🚀 Features

... (truncated)

Commits

Updates fumadocs-core from 16.6.5 to 16.9.3

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@16.9.3

Patch Changes

  • 42f0255: Support invalidate & revalidate on dynamic loader
  • a807798: Improve source API utils & types

fumadocs-core@16.9.1

Patch Changes

  • e77b9b3: Introduce pagesIndex property to explicitly define the index page for folder
  • 334c8fd: [i18n] support different orders of preset() calls

fumadocs-core@16.8.12

Patch Changes

  • 768b676: Standardize structuredData in page data

fumadocs-core@16.8.11

Patch Changes

  • 1dc86c7: loosen the range for waku

fumadocs-core@16.8.10

Patch Changes

  • 062beab: fix internal types
  • 505cfe0: Add remark-block-id plugin

fumadocs-core@16.8.8

No release notes provided.

fumadocs-core@16.8.7

No release notes provided.

fumadocs-core@16.8.6

No release notes provided.

fumadocs-core@16.8.5

Patch Changes

  • 79d3209: Narrow schema type for private OpenAPI properties

fumadocs-core@16.8.4

Patch Changes

  • 61b15e9: fix Shiki languages not loaded under lazy mode
  • 1a5433c: Support $ in locale for page tree generation

fumadocs-core@16.8.3

No release notes provided.

... (truncated)

Commits
  • 34b75a0 Version Packages (#3324)
  • 73b9cec docs: fix build
  • d35d0d6 fix(mdx): respect root in Vite config
  • a9f95ff chore: bump deps
  • 783c048 fix(preview): fix invalid content type in /img endpoint
  • 42f0255 feat(core): support invalidate & revalidate on dynamic loader
  • a807798 fix(core): improve source API utils & types
  • 8b17019 docs: document LLM_GATEWAY_MODEL for Ask AI (#3319)
  • cad622e Merge pull request #3318 from smakosh/feat/llmgateway-ai-provider
  • ee98724 fix(openapi): newer scalar client
  • Additional commits viewable in compare view

Updates fumadocs-mdx from 14.2.8 to 15.0.10

Release notes

Sourced from fumadocs-mdx's releases.

fumadocs-mdx@15.0.10

Patch Changes

  • d35d0d6: Respect root in Vite config
  • Updated dependencies [42f0255]
  • Updated dependencies [a807798]
    • fumadocs-core@16.9.3

fumadocs-mdx@15.0.9

Patch Changes

  • cd04425: Support _fumadocs_skipViteConfig internal flag

fumadocs-mdx@15.0.8

Patch Changes

  • dca5b49: Fix compatibility with ?raw query string
  • Updated dependencies [e77b9b3]
  • Updated dependencies [334c8fd]
    • fumadocs-core@16.9.1

fumadocs-mdx@15.0.7

Patch Changes

  • 768b676: Standardize structuredData in page data
  • Updated dependencies [768b676]
    • fumadocs-core@16.8.12

fumadocs-mdx@15.0.6

Patch Changes

  • da4a81a: Update vite configs

fumadocs-mdx@15.0.5

Patch Changes

  • 1fb6a61: Support custom base directory for content sources

fumadocs-mdx@15.0.4

Patch Changes

  • 819b6ec: Support Rolldown integration

fumadocs-mdx@15.0.3

Patch Changes

  • 2569154: Pre-generate Vite config to prevent CJS compat issues
  • Updated dependencies [062beab]
  • Updated dependencies [505cfe0]
    • fumadocs-core@16.8.10

... (truncated)

Commits
  • 34b75a0 Version Packages (#3324)
  • 73b9cec docs: fix build
  • d35d0d6 fix(mdx): respect root in Vite config
  • a9f95ff chore: bump deps
  • 783c048 fix(preview): fix invalid content type in /img endpoint
  • 42f0255 feat(core): support invalidate & revalidate on dynamic loader
  • a807798 fix(core): improve source API utils & types
  • 8b17019 docs: document LLM_GATEWAY_MODEL for Ask AI (#3319)
  • cad622e Merge pull request #3318 from smakosh/feat/llmgateway-ai-provider
  • ee98724 fix(openapi): newer scalar client
  • Additional commits viewable in compare view

Updates fumadocs-openapi from 10.3.11 to 10.10.2

Release notes

Sourced from fumadocs-openapi's releases.

fumadocs-openapi@10.10.2

Patch Changes

  • 2771e34: Reduce package size

fumadocs-openapi@10.10.1

Patch Changes

  • 8eb7782: Support components.Heading in client config

fumadocs-openapi@10.10.0

Minor Changes

  • 2305581: Support anchor link for schema UI properties

Patch Changes

  • c5d1619: Deprecate renderHeading option

fumadocs-openapi@10.8.6

Patch Changes

  • 975b530: Add Source API methods & Dynamic Source support to OpenAPI server
  • Updated dependencies [768b676]
    • fumadocs-core@16.8.12
    • fumadocs-ui@16.8.12

fumadocs-openapi@10.8.5

Patch Changes

  • da4a81a: Bundle ajv

fumadocs-openapi@10.8.4

Patch Changes

  • e84da60: Bundle xml-js

fumadocs-openapi@10.8.3

Patch Changes

  • d4c78e4: OpenAPI: display a "Deprecated" badge for operations marked as deprecated: true in the spec, next to the operation heading and the method/path bar.
  • Updated dependencies [1dc86c7]
    • fumadocs-core@16.8.11
    • fumadocs-ui@16.8.11

fumadocs-openapi@10.8.1

Patch Changes

  • 970b1bf: fix inconsistency in option names
  • Updated dependencies [79d3209]

... (truncated)

Commits

Updates fumadocs-ui from 16.6.5 to 16.9.3

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.9.3

Patch Changes

  • Updated dependencies [42f0255]
  • Updated dependencies [a807798]
    • fumadocs-core@16.9.3

fumadocs-ui@16.9.1

Patch Changes

  • Updated dependencies [e77b9b3]
  • Updated dependencies [334c8fd]
    • fumadocs-core@16.9.1

fumadocs-ui@16.8.12

Patch Changes

  • Updated dependencies [768b676]
    • fumadocs-core@16.8.12

fumadocs-ui@16.8.11

Patch Changes

  • Updated dependencies [1dc86c7]
    • fumadocs-core@16.8.11

fumadocs-ui@16.8.10

Patch Changes

  • Updated dependencies [062beab]
  • Updated dependencies [505cfe0]
    • fumadocs-core@16.8.10

fumadocs-ui@16.8.8

Patch Changes

  • b494c8d: Support copy ID in headings
  • 03626ba: [Search UI] show ctrl for Linux machines
    • fumadocs-core@16.8.8

fumadocs-ui@16.8.7

Patch Changes

  • 34f37f3: hotfix TOC
    • fumadocs-core@16.8.7

fumadocs-ui@16.8.6

Patch Changes

  • 1aa48d0: fix RTL layout for Clerk style

... (truncated)

Commits
  • 34b75a0 Version Packages (#3324)
  • 73b9cec docs: fix build
  • d35d0d6 fix(mdx): respect root in Vite config
  • a9f95ff chore: bump deps
  • 783c048 fix(preview): fix invalid content type in /img endpoint
  • 42f0255 feat(core): support invalidate & revalidate on dynamic loader
  • a807798 fix(core): improve source API utils & types
  • 8b17019 docs: document LLM_GATEWAY_MODEL for Ask AI (#3319)
  • cad622e Merge pull request #3318 from smakosh/feat/llmgateway-ai-provider
  • ee98724 fix(openapi): newer scalar client
  • Additional commits viewable in compare view

Updates js-yaml from 4.1.1 to 4.2.0

Changelog

Sourced from js-yaml's changelog.

[4.2.0] - 2026-06-01

Added

  • Added docs/safety.md with notes about processing untrusted YAML.
  • Added maxDepth (100) loader option. Not a problem, but gives a better exception instead of RangeError on stack overflow.
  • Added maxMergeSeqLength (20) loader option. Not a problem after merge fix, but an additional restriction for safety.
  • Added sourcemaps to dist/ builds.

Changed

  • Stop resolving numbers with underscores as numeric scalars, #627.
  • Switched dev toolchains to Vite / neostandard.
  • Updated demo.
  • Reorganized tests.
  • dist/ files are no longer kept in the repository.

Fixed

  • Fix parsing of properties on the first implicit block mapping key, #62.
  • Fix trailing whitespace handling when folding flow scalar lines, #307.
  • Reject top-level block scalars without content indentation, #280.
  • Ensure numbers survive round-trip, #737.
  • Fix test coverage for issue #221.
  • Fix flow scalar trailing whitespace folding, #307.
  • Fix digits in YAML named tag handles.

Security

  • Fix potential DoS via quadratic complexity in merge - deduplicate repeated elements (makes sense for malformed files > 10K).

[3.14.2] - 2025-11-15

Security

  • Backported v4.1.1 fix to v3
Commits

Updates lucide-react from 0.562.0 to 1.17.0

Release notes

Sourced from lucide-react's releases.

Version 1.17.0

What's Changed

Full Changelog: lucide-icons/lucide@1.16.0...1.17.0

Version 1.16.0

What's Changed

Full Changelog: lucide-icons/lucide@1.15.0...1.16.0

Version 1.15.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.14.0...1.15.0

... (truncated)

Commits

Updates mixpanel-browser from 2.74.0 to 2.80.0

Release notes

Sourced from mixpanel-browser's releases.

Capture phase for Autocapture listeners

  • Registers autocapture click/change/submit listeners in the capture phase, so events are reliably observed even when downstream handlers call stopPropagation().
  • Fixes a session recording bug where record_min_ms could be bypassed after a page navigation or an idle period, causing short recordings to be uploaded. Elapsed time is now measured from the first rrweb event timestamp rather than wall-clock time, so the minimum-duration check stays accurate across navigations.
  • Fixes a malformed first-time-events request URL that contained a double slash (//) before the flag ID. The URL is now built cleanly regardless of whether the base ends in /.

Feature Flag Variant Persistence and Heatmap Page Views

Flag Variant Persistence

mixpanel.flags can now persist variant assignments to IndexedDB so flag values are available immediately on subsequent page loads. Opt in via a new persistence option on the flags config:

mixpanel.init('TOKEN', {
  flags: {
    persistence: {
      variantLookupPolicy: 'networkFirst',
      persistenceTtlMs: 24 * 60 * 60 * 1000, // optional, defaults to 24h
    },
  },
});

Three lookup policies are supported:

  1. networkOnly (default) — Existing behavior. No variants are persisted; every page load fetches from the network. Existing integrations are unaffected.
  2. networkFirst— Prioritizes freshness. Always issues a network fetch; persisted variants are used only as a fallback if the fetch fails. Variants older than persistenceTtlMs are discarded.
  3. persistenceUntilNetworkSuccess — Prioritizes immediacy. Serves persisted (non-expired) variants synchronously while a network fetch runs in the background. Once the fetch succeeds, the fresh result replaces the cached variants for the rest of the session.

Pageview events with heatmap data

Pageview autocapture is now automatically enabled when record_heatmap_data is on, so heatmaps come with accompanying pageview context without needing to enable pageview autocapture separately.

Miscellaneous fixes

  • When using recording_event_triggers, the SDK now waits for remote settings to finish loading (or fail) before deciding whether to start a recording. This prevents missed recordings when a triggering event fires during init.
  • All window.localStorage and window.sessionStorage access is now exhaustively guarded with try/catch, so SDK initialization no longer throws in environments where storage access raises (strict privacy modes, sandboxed iframes, etc.).

Feature Flags Utility Updates

  • adds loadFlags method to mixpanel.flags to manually refresh feature flags
  • adds whenReady method to mixpanel.flags, which returns a Promise that resolves when feature flags are done fetching

Cross-origin iframe recording

Session Replay can now capture content from cross-origin iframes embedded within your page, providing a unified replay experience across parent pages and embedded third-party content. This feature requires explicit domain allowlisting via record_allowed_iframe_origins for security purposes. For example:

On your parent site www.yoursite.com, specify the origins from which recording data is accepted:

mixpanel.init('YOUR_PROJECT_TOKEN', {
  record_sessions_percent: 100,
  record_allowed_iframe_origins: [
    'https://embedded-widget.example.com',
  ],
});

... (truncated)

Changelog

Sourced from mixpanel-browser's changelog.

2.80.0 (28 May 2026)

  • Fixes a session recording bug where record_min_ms could be bypassed after a page navigation or an idle period, causing short recordings to be uploaded. Elapsed time is now measured from the first rrweb event timestamp rather than wall-clock time, so the minimum-duration check stays accurate across navigations.
  • Fixes a malformed first-time-events request URL that contained a double slash (//) before the flag ID. The URL is now built cleanly regardless of whether the base ends in /.
  • Registers autocapture click/change/submit listeners in the capture phase, so events are reliably observed even when downstream handlers call stopPropagation().

2.79.0 (14 May 2026)

  • Adds support for feature flag variant persistence: variants can now be cached in IndexedDB with a configurable TTL so flag values stay stable across page loads and remain available before the next fetch completes.
  • Enables pageview events for free during session recording when record_heatmap_data is enabled, so heatmaps get accompanying pageview context without separately enabling pageview autocapture.
  • Event-triggered session recordings now wait for remote settings to finish loading (or fail) before deciding whether to start, preventing missed recordings when a triggering event fires during init.
  • Hardens all window.localStorage and window.sessionStorage access with exhaustive try/catch guards, so SDK initialization no longer throws in environments where storage access raises (e.g., strict privacy modes, sandboxed iframes).

2.78.0 (8 Apr 2026)

  • Adds loadFlags method to the mixpanel.flags to manually refresh feature flags.
  • Adds whenReady method to the mixpanel.flags, which returns a Promise that resolves when feature flags are done fetching.

2.77.0 (24 Mar 2026)

  • Session recording now supports cross origin iframe recording by specifying allowed domains via record_allowed_iframe_origins.
  • Added type dependency @​types/json-logic-js for the RulesLogic type introduced in 2.76.0

2.76.0 (18 Mar 2026)

  • Added a new network plugin that captures network telemetry during session recordings.
  • Added recording_event_triggers configuration option that allows starting a session recording when targeted events that meet specified property filters occur. Property filters are optional and use json-logic syntax, but this option is mainly intended to be used by remote settings (closed beta). Allows session replays to start on a trigger if a session replay is not already in progress. Does not affect any active recording sessions.
  • Added mixpanel.enable() public method, complementing the existing disable() method. Re-enables tracking for some or all events after disable() has been called.
  • Changed async bundles (e.g., mixpanel-recorder, mixpanel-targeting) loaded via CDN or loader-module-with-async-modules entry points to use hash-based file names for consistent versioning with the main SDK (e.g. mixpanel-recorder.min.js => mixpanel-recorder-bIS4LMGd.min.js). For customers who already proxy these files individually from the CDN, we recommend proxying everything under cdn.mxpnl.com/libs/* for reliability.
  • Fixed event property matching in targeting to respect case sensitivity, consistent with how Mixpanel handles property names.
  • Added dependency declaration for @​mixpanel/rrweb-utils, a peer dependency of @​mixpanel/rrweb-plugin-console-record. This was causing errors for users with strict peer dependencies enabled.
  • Fixed an error thrown when disabling recording from remote settings and AbortController is not supported in the browser.
  • Stabilized Safari simulator tests and ported remote settings tests to new test infrastructure.

2.75.0 (24 Feb 2026)

  • Adds support for Feature Flags targeting based on events tracked during the current session (Runtime Targeting)
  • Fixes memory leaks in Session Recording on sites which create/destroy iframes
  • Fixes usage of arrow functions in hooks config

2.74.0 (27 Jan 2026)

  • New session recording masking configuration options, including the ability to unmask inputs and allowlist-based selector masking.
  • Adds initial support for the remote settings API, allowing remote configuration of SDK config options.
  • Adds new automated browser test suite that runs in CI and locally in chrome headless. See tests/browser/README.html for more information.
  • Fixes type definitions for api_routes
  • Removes outdated examples in the examples/ dir

2.73.0 (23 Dec 2025)

  • Adds several new hooks: before_identify, before_register, before_register_once, before_track, before_unregister
  • Adds instance-initialization notification to allow Data Inspector browser extension to hook into SDK actions
  • Fixes and extends type definitions

2.72.0 (14 Nov 2025)

  • Adds Autocapture rage-click configuration option interactive_elements_only, to ignore clicks on non-interactive page elements such as text. Configure with: mixpanel.init('<TOKEN>', {autocapture: {rage_click: {interactive_elements_only: true}}})

... (truncated)

Commits
  • 3f8ce87 2.80.0
  • 180a19b 2.80.0 changelog
  • e3c8461 build 2.80.0
  • ab49e08 build 2.80.0 rc1
  • f320d44 stabilize sauce tests (#454)
  • d6cf8d3 [MULTI-81] prevent record_min_ms bypass after page navigation or idle periods...
  • d20ae2d fix: remove double slash in first-time-events URL causing CORS failures (#450)
  • e33e851 fix: register click/change/submit listeners in capture phase - Needed for RN ...
  • bbe1f4c Start 2.80.0-rc1
  • fb2c168 remove workspaces for now (#589)
  • Additional commits viewable in compare view

Updates next from 16.1.6 to 16.2.7

Release notes

Sourced from next's releases.

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)
  • <...

    Description has been truncated

Bumps the prod group with 19 updates in the /apps/docs directory:

| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.2.9` | `2.2.10` |
| [@inkeep/cxkit-react](https://github.com/inkeep/widget/tree/HEAD/packages/react) | `0.5.116` | `0.5.119` |
| [@scalar/api-reference](https://github.com/scalar/scalar/tree/HEAD/packages/api-reference) | `1.44.25` | `1.58.0` |
| [@shikijs/rehype](https://github.com/shikijs/shiki/tree/HEAD/packages/rehype) | `3.22.0` | `4.2.0` |
| [@shikijs/types](https://github.com/shikijs/shiki/tree/HEAD/packages/types) | `3.22.0` | `4.2.0` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.6.5` | `16.9.3` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.8` | `15.0.10` |
| [fumadocs-openapi](https://github.com/fuma-nama/fumadocs) | `10.3.11` | `10.10.2` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.6.5` | `16.9.3` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.1` | `4.2.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.562.0` | `1.17.0` |
| [mixpanel-browser](https://github.com/mixpanel/mixpanel-js) | `2.74.0` | `2.80.0` |
| [next](https://github.com/vercel/next.js) | `16.1.6` | `16.2.7` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.7` |
| [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) | `5.1.0` | `5.1.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.7` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `3.21.0` | `4.2.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.5.0` | `3.6.0` |
| [zod](https://github.com/colinhacks/zod) | `4.3.6` | `4.4.3` |



Updates `@headlessui/react` from 2.2.9 to 2.2.10
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.10/packages/@headlessui-react)

Updates `@inkeep/cxkit-react` from 0.5.116 to 0.5.119
- [Commits](https://github.com/inkeep/widget/commits/HEAD/packages/react)

Updates `@scalar/api-reference` from 1.44.25 to 1.58.0
- [Release notes](https://github.com/scalar/scalar/releases)
- [Changelog](https://github.com/scalar/scalar/blob/main/packages/api-reference/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/api-reference)

Updates `@shikijs/rehype` from 3.22.0 to 4.2.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v4.2.0/packages/rehype)

Updates `@shikijs/types` from 3.22.0 to 4.2.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v4.2.0/packages/types)

Updates `fumadocs-core` from 16.6.5 to 16.9.3
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.6.5...fumadocs-core@16.9.3)

Updates `fumadocs-mdx` from 14.2.8 to 15.0.10
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@14.2.8...fumadocs-mdx@15.0.10)

Updates `fumadocs-openapi` from 10.3.11 to 10.10.2
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-openapi@10.3.11...fumadocs-openapi@10.10.2)

Updates `fumadocs-ui` from 16.6.5 to 16.9.3
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.6.5...fumadocs-ui@16.9.3)

Updates `js-yaml` from 4.1.1 to 4.2.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/commits)

Updates `lucide-react` from 0.562.0 to 1.17.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.17.0/packages/lucide-react)

Updates `mixpanel-browser` from 2.74.0 to 2.80.0
- [Release notes](https://github.com/mixpanel/mixpanel-js/releases)
- [Changelog](https://github.com/mixpanel/mixpanel-js/blob/master/CHANGELOG.md)
- [Commits](mixpanel/mixpanel-js@v2.74.0...v2.80.0)

Updates `next` from 16.1.6 to 16.2.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.6...v16.2.7)

Updates `react` from 19.2.4 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react)

Updates `react-copy-to-clipboard` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/nkbt/react-copy-to-clipboard/releases)
- [Commits](nkbt/react-copy-to-clipboard@v5.1.0...v5.1.1)

Updates `react-dom` from 19.2.4 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

Updates `shiki` from 3.21.0 to 4.2.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v4.2.0/packages/shiki)

Updates `tailwind-merge` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.5.0...v3.6.0)

Updates `zod` from 4.3.6 to 4.4.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.3.6...v4.4.3)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: "@inkeep/cxkit-react"
  dependency-version: 0.5.119
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: "@scalar/api-reference"
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: "@shikijs/rehype"
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: "@shikijs/types"
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: fumadocs-core
  dependency-version: 16.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: fumadocs-mdx
  dependency-version: 15.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: fumadocs-openapi
  dependency-version: 10.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: fumadocs-ui
  dependency-version: 16.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: lucide-react
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: mixpanel-browser
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: next
  dependency-version: 16.2.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: react-copy-to-clipboard
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: shiki
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: tailwind-merge
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: zod
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
...

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

dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation labels Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants