Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 30, 2025
Bumps [fumadocs-core](https://github.com/fuma-nama/fumadocs) from 15.5.4 to 15.6.0.
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@15.5.4...fumadocs-core@15.6.0)

---
updated-dependencies:
- dependency-name: fumadocs-core
  dependency-version: 15.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fumadocs-core-15.6.0 branch from ad028a4 to 2e1fc95 Compare July 2, 2025 16:48
@Lasim Lasim merged commit 0eeab70 into main Jul 2, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fumadocs-core-15.6.0 branch July 2, 2025 19:56
Copy link

🎉 This PR is included in version 1.34.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 javascript Pull requests that update javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant