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

fix(deps): update dependency fumadocs-ui to v11 - autoclosed #68

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fumadocs-ui (source) ^8.1.1 -> ^11.0.0 age adoption passing confidence

Release Notes

fuma-nama/fumadocs (fumadocs-ui)

v11.0.3

Compare Source

Patch Changes
  • c11e6ce: New color preset: catppuccin
    • fumadocs-core@11.0.3

v11.0.2

Compare Source

Patch Changes
  • 6470d6d: Fix collapse button on smaller viewports
    • fumadocs-core@11.0.2

v11.0.1

Compare Source

Patch Changes
  • 1136e02: Support modifying css with color presets
  • 1136e02: New color preset neutral
  • f6b4797: Improve Sidebar footer
    • fumadocs-core@11.0.1

v11.0.0

Compare Source

Major Changes
  • 2d8df75: Replace nav.links option with secondary links

    why: A more straightforward API design

    migrate:

    <DocsLayout
    +  links={[
    +    {
    +      type: 'secondary',
    +      text: 'Github',
    +      url: 'https://github.com',
    +      icon: <GithubIcon />,
    +      external: true,
    +    },
    +  ]}
    -  nav={{
    -    links: [
    -      {
    -        icon: <GithubIcon />,
    -        href: 'https://github.com',
    -        label: 'Github',
    -        external: true,
    -      },
    -    ],
    -  }}
    >
      {children}
    </DocsLayout>
Patch Changes
  • Updated dependencies [2d8df75]
  • Updated dependencies [92cb12f]
  • Updated dependencies [f75287d]
  • Updated dependencies [2d8df75]
    • fumadocs-core@11.0.0

v10.1.3

Compare Source

Patch Changes
  • 6ace206: Support opening Twoslash popup on mobile
  • d0288d1: New theme dusk
  • Updated dependencies [bbad52f]
    • fumadocs-core@10.1.3

v10.1.2

Compare Source

Patch Changes
  • 0facc07: Replace navbar links with secondary links
  • fd38022: Improve sidebar collapse
    • fumadocs-core@10.1.2

v10.1.1

Compare Source

Patch Changes
  • 38d6f22: Improve RTL Layout experience
  • Updated dependencies [779c599]
  • Updated dependencies [0c01300]
  • Updated dependencies [779c599]
    • fumadocs-core@10.1.1

v10.1.0

Compare Source

Minor Changes
Patch Changes
  • fumadocs-core@10.1.0

v10.0.5

Compare Source

Patch Changes
  • Updated dependencies [e47c62f]
    • fumadocs-core@10.0.5

v10.0.4

Compare Source

Patch Changes
  • fumadocs-core@10.0.4

v10.0.3

Compare Source

Patch Changes
  • b27091f: Support passing search dialog options from root provider
  • Updated dependencies [6f321e5]
    • fumadocs-core@10.0.3

v10.0.2

Compare Source

Patch Changes
  • 10e099a: Add scrollbar to TOC
  • Updated dependencies [10e099a]
    • fumadocs-core@10.0.2

v10.0.1

Compare Source

Patch Changes
  • 0e78dc8: Support customising search API URL
  • Updated dependencies [c9b7763]
  • Updated dependencies [0e78dc8]
  • Updated dependencies [d8483a8]
    • fumadocs-core@10.0.1

v10.0.0

Compare Source

Major Changes
  • 321d1e1: Move Typescript integrations to fumadocs-typescript

    why: It is now a stable feature

    migrate: Use fumadocs-typescript instead.

    - import { AutoTypeTable } from "fumadocs-ui/components/auto-type-table"
    + import { AutoTypeTable } from "fumadocs-typescript/ui"
Patch Changes
  • de7ed15: Hide external items from navigation footer
  • Updated dependencies [b5d1693]
  • Updated dependencies [321d1e1]
    • fumadocs-core@10.0.0

v9.1.0

Compare Source

Minor Changes
  • ffc76e9: Support to override sidebar components
  • 1c388ca: Support defaultOpen for folder nodes
Patch Changes
  • Updated dependencies [909b0e3]
  • Updated dependencies [691f12a]
  • Updated dependencies [1c388ca]
    • fumadocs-core@9.1.0

v9.0.0

Compare Source

Major Changes
  • 071898d: Remove deprecated usage of Files component

    Why: Since 8.3.0, you should use the Folder component instead for folders. For simplicity, the title prop has been renamed to name.

    Migrate: Replace folders with the Folder component. Rename title prop to name.

    - <Files>
    - <File title="folder">
    - <File title="file.txt" />
    - </File>
    - </Files>
    
    + <Files>
    + <Folder name="folder">
    + <File name="file.txt" />
    + </Folder>
    + </Files>
  • 2b35590: Remove controlled usage for Accordion

    Why: Components in Fumadocs UI should not be used outside of MDX.

    Migrate: Remove value and onValueChange props.

Patch Changes
  • fumadocs-core@9.0.0

v8.3.0

Compare Source

Minor Changes
  • b0003d4: Add purple theme
  • 9bdb49d: Add Folder export to fumadocs-ui/components/files
  • 99d66d2: Rename title prop to name in File and Folder component
Patch Changes
  • 5e314ee: Deprecate input color and medium font size from Tailwind CSS preset
  • 52d578d: Set darkMode to class by default
  • 84667d2: Improve Accordions
    • fumadocs-core@8.3.0

v8.2.0

Compare Source

Minor Changes
  • 5c24659: Support code block icons
Patch Changes
  • 09bdf63: Separate stylesheet with Image Zoom component
  • Updated dependencies [5c24659]
    • fumadocs-core@8.2.0

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from sullivanpj as a code owner April 22, 2024 03:56
@renovate renovate bot requested a review from sullivanpj April 22, 2024 03:56
@Stormie-Bot Stormie-Bot enabled auto-merge (squash) April 22, 2024 03:56
@renovate renovate bot changed the title fix(deps): update dependency fumadocs-ui to v11 fix(deps): update dependency fumadocs-ui to v11 - autoclosed Jun 9, 2024
@renovate renovate bot closed this Jun 9, 2024
auto-merge was automatically disabled June 9, 2024 11:09

Pull request was closed

@renovate renovate bot deleted the renovate/fumadocs-ui-11.x branch June 9, 2024 11:09
@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants