Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fumadocs-core (source) 15.5.0 -> 15.5.4 age adoption passing confidence

Release Notes

fuma-nama/fumadocs (fumadocs-core)

v15.5.4

Compare Source

Patch Changes
  • 35c3c0b: Support handling duplicated slugs and conflicts such as dir/index.mdx vs dir.mdx

v15.5.3

Compare Source

Patch Changes
  • 7d1ac21: hotfix paths not being normalized on Windows

v15.5.2

Compare Source

Patch Changes
  • 7a45921: Add absolutePath and path properties to pages, mark file as deprecated
  • 1b7bc4b: Add @types/react to optional peer dependency to avoid version conflict in monorepos

v15.5.1

Compare Source

Patch Changes
  • b4916d2: Move hide-if-empty component to Fumadocs Core

  • 8738b9c: Always encode generated slugs for non-ASCII characters in loader()

  • a66886b: Deprecate other parameters for useDocsSearch()

    The new usage passes options to a single object, improving the readability:

    import { useDocsSearch } from 'fumadocs-core/search/client';
    
    const { search, setSearch, query } = useDocsSearch({
      type: 'fetch',
      locale: 'optional',
      tag: 'optional',
      delayMs: 100,
      allowEmpty: false,
    });

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@thenextlvl-net
Copy link

thenextlvl-net bot commented Jun 6, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-06-18 19:53:04 CET

@renovate renovate bot force-pushed the renovate/fumadocs-core-15.x branch from 35baa20 to bf09e2a Compare June 14, 2025 05:07
@renovate renovate bot changed the title fix(deps): update dependency fumadocs-core to v15.5.1 fix(deps): update dependency fumadocs-core to v15.5.2 Jun 14, 2025
@renovate renovate bot force-pushed the renovate/fumadocs-core-15.x branch from bf09e2a to 90687aa Compare June 16, 2025 15:03
@renovate renovate bot changed the title fix(deps): update dependency fumadocs-core to v15.5.2 fix(deps): update dependency fumadocs-core to v15.5.3 Jun 16, 2025
@renovate renovate bot force-pushed the renovate/fumadocs-core-15.x branch 2 times, most recently from bb436a1 to ff4a482 Compare June 22, 2025 11:47
@renovate renovate bot force-pushed the renovate/fumadocs-core-15.x branch from ff4a482 to f19cb41 Compare June 22, 2025 14:47
@renovate renovate bot changed the title fix(deps): update dependency fumadocs-core to v15.5.3 fix(deps): update dependency fumadocs-core to v15.5.4 Jun 22, 2025
@LuggaPugga LuggaPugga merged commit c66c0a3 into main Jun 24, 2025
2 checks passed
@LuggaPugga LuggaPugga deleted the renovate/fumadocs-core-15.x branch June 24, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants