Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump fumadocs-ui from 14.0.2 to 15.0.1 #3599

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps fumadocs-ui from 14.0.2 to 15.0.1.

Release notes

Sourced from fumadocs-ui's releases.

[email protected]

Patch Changes

[email protected]

Major Changes

  • a84f37a: Migrate to Tailwind CSS v4

    migrate:

    Follow https://tailwindcss.com/blog/tailwindcss-v4 for official migrate guide of Tailwind CSS v4.

    Fumadocs UI v15 redesigned the Tailwind CSS config to fully adhere the new config style, no JavaScript and options needed for plugins. Add the following to your CSS file:

    @import 'tailwindcss';
    @import 'fumadocs-ui/css/neutral.css';
    @import 'fumadocs-ui/css/preset.css';
    /* if you have Twoslash enabled */
    @import 'fumadocs-twoslash/twoslash.css';
    @​source '../node_modules/fumadocs-ui/dist//.js';
    / if you have OpenAPI enabled */
    @​source '../node_modules/fumadocs-openapi/dist//*.js';

    The fumadocs-ui/css/preset.css import is required, it declares necessary plugins & styles for Fumadocs UI, and fumadocs-ui/css/neutral.css defines the color palette of UI.

    Like the previous preset option in Tailwind CSS plugin, you can import other color presets like fumadocs-ui/css/vitepress.css.

    You should also pay attention to @source, the file paths are relative to the CSS file itself. For your project, it might not be ../node_modules/fumadocs-ui/dist/**/*.js.

Patch Changes

  • a89d6e0: Support Fumadocs v15
  • f2f9c3d: Redesign sidebar
  • Updated dependencies [5b8cca8]
  • Updated dependencies [a763058]
  • Updated dependencies [581f4a5]

[email protected]

Patch Changes

  • 4f2538a: Support children prop in custom Folder component
  • 191012a: DocsCategory search based on file path when item isn't present in the tree

... (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 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-ui](https://github.com/fuma-nama/fumadocs) from 14.0.2 to 15.0.1.
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/commits/[email protected])

---
updated-dependencies:
- dependency-name: fumadocs-ui
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
@dependabot dependabot bot requested review from OAGr and berekuk as code owners February 1, 2025 18:02
Copy link

vercel bot commented Feb 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Skipped Deployments
Name Status Preview Updated (UTC)
quri-hub ⬜️ Ignored (Inspect) Visit Preview Feb 1, 2025 6:30pm
quri-ui ⬜️ Ignored (Inspect) Visit Preview Feb 1, 2025 6:30pm
squiggle-components ⬜️ Ignored (Inspect) Visit Preview Feb 1, 2025 6:30pm
squiggle-website ⬜️ Ignored (Inspect) Visit Preview Feb 1, 2025 6:30pm

Copy link

changeset-bot bot commented Feb 1, 2025

⚠️ No Changeset found

Latest commit: a02cd17

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2025

Superseded by #3602.

@dependabot dependabot bot closed this Feb 4, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fumadocs-ui-15.0.1 branch February 4, 2025 18:13
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
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

0 participants