Skip to content

chore(docs-deps): bump the fumadocs group across 1 directory with 5 updates - #444

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/main/fumadocs-2704084233
Open

chore(docs-deps): bump the fumadocs group across 1 directory with 5 updates#444
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/main/fumadocs-2704084233

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 25, 2025

Copy link
Copy Markdown
Contributor

Bumps the fumadocs group with 5 updates in the /docs directory:

Package From To
fumadocs-core 15.8.1 16.14.0
fumadocs-mdx 12.0.2 15.2.1
fumadocs-typescript 4.0.11 5.3.0
fumadocs-ui 15.8.5 16.14.0
next 15.5.22 16.2.12

Updates fumadocs-core from 15.8.1 to 16.14.0

Commits
  • 81c88c6 Version Packages (#3445)
  • 4108f03 chore: fix example builds
  • a279c17 fix(mdx): workaround for base ui issues
  • f29a484 refactor(*): migrate non-rsc examples to macro api
  • f845513 feat(mdx): browser helpers for macro
  • e0d374c refactor(*): migrate examples & docs to macro API
  • 4047bf7 feat(mdx): improve vite plugin usage
  • b1636d5 chore: bump deps
  • d1245c4 refactor(ui): build tailwind css via tsdown hooks
  • 693bb19 docs: mention MDX macro usage
  • Additional commits viewable in compare view
Maintainer changes

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


Updates fumadocs-mdx from 12.0.2 to 15.2.1

Release notes

Sourced from fumadocs-mdx's releases.

fumadocs-mdx@15.2.1

Support simpler fumadocsMdx vite plugin usage

Use the fumadocsMdx method instead for better syntax around macro usage.

Support browser helpers for Macro API

Use preload & lazy body renderer on non-rsc environment.

fumadocs-mdx@15.2.0

Support Macro API

Use fumadocs-mdx/macro to define collections, and enable the macro-style API from bundler plugin (e.g. createMDX) using the include option.

fumadocs-mdx@15.1.1

Migrate from js-yaml to yaml

fumadocs-mdx@15.1.0

Default to Base UI

Internal packages & templates now use Base UI rather than Radix UI.

fumadocs-mdx@15.0.13

Require collection query param at regex matching

Instead of passing through all JSON/YAML files, the meta loader now requires collection query param to be triggered.

Commits
  • 81c88c6 Version Packages (#3445)
  • 4108f03 chore: fix example builds
  • a279c17 fix(mdx): workaround for base ui issues
  • f29a484 refactor(*): migrate non-rsc examples to macro api
  • f845513 feat(mdx): browser helpers for macro
  • e0d374c refactor(*): migrate examples & docs to macro API
  • 4047bf7 feat(mdx): improve vite plugin usage
  • b1636d5 chore: bump deps
  • d1245c4 refactor(ui): build tailwind css via tsdown hooks
  • 693bb19 docs: mention MDX macro usage
  • Additional commits viewable in compare view
Maintainer changes

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


Updates fumadocs-typescript from 4.0.11 to 5.3.0

Release notes

Sourced from fumadocs-typescript's releases.

fumadocs-typescript@5.3.0

Default to Base UI

Internal packages & templates now use Base UI rather than Radix UI.

fumadocs-typescript@5.2.7

Migrate to cnfast

Drop tailwind-merge.

Commits
  • 9a26903 Version Packages
  • 3e33f43 perf(satteri): reduce clones
  • 3597c9d perf(satteri): persist results
  • 0f389cf feat(satteri): decouple imports/exports from compile()
  • 4611f97 feat(satteri): full rehype-toc functionality
  • d095300 fix(satteri): workaround common issues
  • 0297e25 configure pretrust
  • 02c242b chore(satteri): clean code
  • 3d80b8b fix(mdx): ensure satteri integration is optional
  • 0ec19af feat(satteri): more tests & move remark-include
  • Additional commits viewable in compare view
Maintainer changes

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


Updates fumadocs-ui from 15.8.5 to 16.14.0

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.10.3

Patch Changes

  • 5499f59: type-safe provider props
    • fumadocs-core@16.10.3
Commits
Maintainer changes

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


Updates next from 15.5.22 to 16.2.12

Release notes

Sourced from next's releases.

v16.2.12

What's Changed

Full Changelog: vercel/next.js@v16.2.11...v16.2.12

v16.2.11

This release contains security fixes for the following advisories:

High:

Moderate:

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)

... (truncated)

Commits
  • 2234717 v16.2.12
  • 957f5ed [Backport] Fixes to support TypeScript 7 (#95831)
  • b56eb16 Backport/docs fixes 16.2 - July round (#96031)
  • 9beca08 v16.2.11
  • 3c48c7a [16.x] Fix Turbopack middleware matcher with i18n single locale
  • ac1eff3 [16.x] Improve performance of checking valid MPA form submissions
  • 9a4651e [16.x] Enforce serverActions.bodySizeLimit for Server Actions in Edge runtime
  • b512063 [16.x] Set correct origin for internal redirects in custom server
  • d303326 [16.x] Ensure exotic rewrite param values are properly encoded
  • 73b9487 [16.x] fix(fetch-cache): key fetch(Request, init) by the effective request
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 25, 2025
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch 4 times, most recently from 91f4144 to 5de046f Compare December 8, 2025 10:23
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch 3 times, most recently from 423b729 to 5660703 Compare December 15, 2025 10:18
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch from 5660703 to e5fba15 Compare December 22, 2025 10:20
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch 3 times, most recently from 54b3cf9 to 58fd640 Compare January 5, 2026 10:44
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch 2 times, most recently from 9730956 to c1020fb Compare January 19, 2026 12:17
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch 3 times, most recently from b5750fb to 79a4d56 Compare January 26, 2026 11:52
@unknownskl

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch 2 times, most recently from 61200f2 to c38350e Compare May 25, 2026 16:27
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch 3 times, most recently from 47192cc to 0fd6cbc Compare June 8, 2026 10:44
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch 2 times, most recently from 9b76348 to 9c57d45 Compare June 22, 2026 10:44
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch 2 times, most recently from ccbea16 to 27f5f11 Compare June 29, 2026 10:44
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch 2 times, most recently from fc560b5 to 6828d4b Compare July 6, 2026 10:44
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch from 6828d4b to cbb6606 Compare July 13, 2026 10:44
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch 2 times, most recently from 4f1e5ac to bdb800a Compare July 27, 2026 10:44
…pdates

Bumps the fumadocs group with 5 updates in the /docs directory:

| Package | From | To |
| --- | --- | --- |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `15.8.1` | `16.14.0` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `12.0.2` | `15.2.1` |
| [fumadocs-typescript](https://github.com/fuma-nama/fumadocs) | `4.0.11` | `5.3.0` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `15.8.5` | `16.14.0` |
| [next](https://github.com/vercel/next.js) | `15.5.22` | `16.2.12` |



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

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

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

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

Updates `next` from 15.5.22 to 16.2.12
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v15.5.22...v16.2.12)

---
updated-dependencies:
- dependency-name: fumadocs-core
  dependency-version: 16.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fumadocs
- dependency-name: fumadocs-mdx
  dependency-version: 14.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fumadocs
- dependency-name: fumadocs-typescript
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fumadocs
- dependency-name: fumadocs-ui
  dependency-version: 16.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fumadocs
- dependency-name: next
  dependency-version: 16.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fumadocs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/main/fumadocs-2704084233 branch from bdb800a to 7aea87f Compare August 3, 2026 10:44
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant