An open index of dependabot pull requests across open source projects.

build(deps): bump fumadocs-core from 15.5.4 to 15.6.0

Open
Number: #159
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 30, 2025 at 05:30 PM UTC
(3 months ago)
Updated: June 30, 2025 at 05:30 PM UTC
(3 months ago)
Labels:
dependencies javascript
Description:

Bumps fumadocs-core from 15.5.4 to 15.6.0.

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@15.6.0

Minor Changes

  • f8d1709: Redesigned Codeblock Tabs

    Instead of relying on Tabs component, it supports a dedicated tabs component for codeblocks:

    <CodeBlockTabs>
      <CodeBlockTabsList>
        <CodeBlockTabsTrigger value="value">Name</CodeBlockTabsTrigger>
      </CodeBlockTabsList>
      <CodeBlockTab value="value" asChild>
        <CodeBlock>...</CodeBlock>
      </CodeBlockTab>
    </CodeBlockTabs>
    

    The old usage is not deprecated, you can still use them while Fumadocs' remark plugins will generate codeblock tabs using the new way.

Patch Changes

  • d0f8a15: Enable remarkNpm by default, replace remarkInstall with it.
  • 84918b8: Support passing tag to search client/server as string array

fumadocs-core@15.5.5

Patch Changes

  • 0d3f76b: Fix wrong indexing of file system
Commits
  • bda10b3 Merge pull request #2016 from fuma-nama/changeset-release/dev
  • ec23964 Update docs
  • 85579a1 prepare release
  • b26a85d Core: fix empty tags
  • 105f8f0 UI: improve consistency
  • d0f8a15 Enable remarkNpm by default, replace remarkInstall with it.
  • f8d1709 Core & UI: Support separate component for Codeblock Tabs
  • bf15617 UI: Fix notebook layout bugs
  • 504ab2e OpenAPI: Fix minor UI bugs
  • 84918b8 Core: Support passing tag to search client/server as string array
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+27
Deletions:
-18
Package Dependencies
Ecosystem:
npm
Version Change:
15.5.4 → 15.6.0
Update Type:
Minor
Technical Details
ID: 2520359
UUID: 2629658098
Node ID: PR_kwDOM6i0686cvWXy
Host: GitHub
Repository: deploystackio/documentation
Merge State: Unknown