Skip to content

build(deps): bump fumadocs-ui from 16.4.7 to 16.6.5#78

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/fumadocs-ui-16.6.5
Open

build(deps): bump fumadocs-ui from 16.4.7 to 16.6.5#78
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/fumadocs-ui-16.6.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps fumadocs-ui from 16.4.7 to 16.6.5.

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.6.5

Patch Changes

  • Updated dependencies [1a614de]
  • Updated dependencies [6ab6692]
    • fumadocs-core@16.6.5

fumadocs-ui@16.6.4

Patch Changes

  • 8f8e7f0: fix accessibility issues
    • fumadocs-core@16.6.4

fumadocs-ui@16.6.3

Patch Changes

  • 1c26656: Extend grid of docs layout to 5 columns
    • fumadocs-core@16.6.3

fumadocs-ui@16.6.2

Patch Changes

  • cfc5590: Implement active on sidebar link items
    • fumadocs-core@16.6.2

fumadocs-ui@16.6.1

Patch Changes

  • 20cd4d6: Support ID & @fumadocsHref tag in type tables
  • Updated dependencies [00c9a0f]
    • fumadocs-core@16.6.1

fumadocs-ui@16.6.0

Minor Changes

  • 9241992: Support Markdown in search results

    This deprecates the old contentWithHighlights field in search results, the highlights are marked with Markdown instead (e.g. Hello <mark>World</mark>).

Patch Changes

  • Updated dependencies [9241992]
  • Updated dependencies [64a0057]
    • fumadocs-core@16.6.0

fumadocs-ui@16.5.4

Patch Changes

  • Updated dependencies [1ad8a38]
  • Updated dependencies [3e8efb0]

... (truncated)

Commits

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 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 Feb 25, 2026
@dependabot dependabot bot requested a review from Miyamura80 as a code owner February 25, 2026 10:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 25, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 25, 2026

Greptile Summary

This Dependabot PR bumps fumadocs-ui from 16.4.7 to 16.6.5, introducing new features including markdown support in search results, accessibility improvements, and enhanced UI components. The update adds several new dependencies including motion for animations, rehype-raw for HTML processing, and @fumadocs/tailwind for styling.

  • Critical issue: fumadocs-ui@16.6.5 requires fumadocs-core@16.6.5 as a peer dependency, but the project currently has fumadocs-core@16.5.0 installed (already flagged in previous review)
  • New dependencies added: motion, rehype-raw, react-remove-scroll, @fumadocs/tailwind and their transitive dependencies
  • tailwindcss is no longer a required peer dependency (moved to optional)

Confidence Score: 1/5

  • This PR has a critical peer dependency mismatch that could cause runtime errors or unexpected behavior
  • Score reflects the unresolved peer dependency conflict where fumadocs-ui@16.6.5 requires fumadocs-core@16.6.5 but only 16.5.0 is installed. This mismatch can lead to API incompatibilities, missing features, or runtime errors. The PR should either also bump fumadocs-core to 16.6.5 or wait for that dependency to be updated first.
  • docs/package.json requires updating fumadocs-core to 16.6.5 to match the peer dependency requirement

Important Files Changed

Filename Overview
docs/package.json bumped fumadocs-ui from 16.4.7 to 16.6.5, but peer dependency fumadocs-core@16.6.5 required by new version is not installed
bun.lock updated lockfile to reflect fumadocs-ui@16.6.5 with new dependencies (motion, rehype-raw, @fumadocs/tailwind), peer dependency mismatch present

Last reviewed commit: 8af1e94

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

"fumadocs-core": "16.5.0",
"fumadocs-mdx": "14.2.6",
"fumadocs-ui": "16.4.7",
"fumadocs-ui": "16.6.5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

peer dependency version mismatch - fumadocs-ui@16.6.5 requires fumadocs-core@16.6.5 but the project has fumadocs-core@16.5.0 installed

Suggested change
"fumadocs-ui": "16.6.5",
"fumadocs-core": "16.6.5",
Prompt To Fix With AI
This is a comment left during a code review.
Path: docs/package.json
Line: 17

Comment:
peer dependency version mismatch - `fumadocs-ui@16.6.5` requires `fumadocs-core@16.6.5` but the project has `fumadocs-core@16.5.0` installed

```suggestion
		"fumadocs-core": "16.6.5",
```

How can I resolve this? If you propose a fix, please make it concise.

Bumps [fumadocs-ui](https://github.com/fuma-nama/fumadocs) from 16.4.7 to 16.6.5.
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/commits/fumadocs-ui@16.6.5)

---
updated-dependencies:
- dependency-name: fumadocs-ui
  dependency-version: 16.6.5
  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/bun/fumadocs-ui-16.6.5 branch from 2b48cee to 8af1e94 Compare February 26, 2026 11:04
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