Skip to content

chore(deps): bump fumadocs-core from 15.2.6 to 15.7.2 in /apps/oss-dynamic#335

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/oss-dynamic/fumadocs-core-15.7.2
Closed

chore(deps): bump fumadocs-core from 15.2.6 to 15.7.2 in /apps/oss-dynamic#335
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/oss-dynamic/fumadocs-core-15.7.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps fumadocs-core from 15.2.6 to 15.7.2.

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@15.7.2

Patch Changes

  • 88b5a4e: Fix duplicate pages in page tree when referencing subpage in meta.json and using ... or adding the subfolder again
  • 039b24b: Fix failed to update page tree from loader()
  • 08eee2b: [remark-npm] Enable npm install prefix fallback only on old alias

fumadocs-core@15.7.1

Patch Changes

  • 195b090: Support a list of source for loader() API
  • e1c84a2: Support fallbackLanguage for loader() i18n API

fumadocs-core@15.7.0

Minor Changes

  • 514052e: Include locale code into page.path

    Previously when i18n is enabled, page.path is not equal to the virtual file paths you passed into loader():

    const source = loader({
      source: {
        files: [
          {
            path: 'folder/index.cn.mdx',
            // ...
          },
        ],
      },
    });
    console.log(source.getPages('cn'));
    // path: folder/index.mdx

    This can be confusing, the only solution to obtain the original path was page.absolutePath.

    From now, the page.path will also include the locale code:

    const source = loader({
      source: {
        files: [
          {
            path: 'folder/index.cn.mdx',
            // ...
          },
        ],
      },

... (truncated)

Commits
  • c2c9e47 Version Packages (#2240)
  • d1f3d6f update test snapshots
  • b4474cf Core: Unify codeblock attributes parsing
  • 08eee2b Core: Enable npm install prefix fallback only on old alias
  • c520980 Core: simplify page tree de-duplication
  • aca3d37 Allow passing query params in search api field (#2250)
  • 7cc6953 UI: Separate notebook & docs layout completely
  • 598d1ca fix invalid changesets
  • 85bf25b Example: add Marble CMS example
  • 88b5a4e fix: do not add the same page twice in the sidebar tree (#2244)
  • 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)

Bumps [fumadocs-core](https://github.com/fuma-nama/fumadocs) from 15.2.6 to 15.7.2.
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@15.2.6...fumadocs-core@15.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 25, 2025
@vercel
Copy link

vercel bot commented Aug 25, 2025

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

3 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
saas-foundations Ignored Ignored Aug 25, 2025 0:41am
saas-foundations-oss-dynamic Ignored Ignored Aug 25, 2025 0:41am
saas-foundations-oss-static Ignored Ignored Aug 25, 2025 0:41am

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 1, 2025

Superseded by #349.

@dependabot dependabot bot closed this Sep 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apps/oss-dynamic/fumadocs-core-15.7.2 branch September 1, 2025 01:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants