storm-software / storm-stack

⚡The Storm Stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.
Apache License 2.0
3 stars 0 forks source link

fix(deps): update dependency fumadocs-core to v11 - autoclosed #67

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

fuma-nama/fumadocs (fumadocs-core) ### [`v11.0.0`](https://togithub.com/fuma-nama/fumadocs/releases/tag/fumadocs-core%4011.0.0) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.1.3...fumadocs-core@11.0.0) ##### Major Changes - [`2d8df75`](https://togithub.com/fuma-nama/fumadocs/commit/2d8df75): Remove `cwd` option from `remark-dynamic-content` why: Use `cwd` from vfile migrate: Pass the `cwd` option from remark instead - [`92cb12f`](https://togithub.com/fuma-nama/fumadocs/commit/92cb12f): Simplify Source API virtual storage. why: Improve performance migrate: ```diff - storage.write('path.mdx', { type: 'page', ... }) - storage.readPage('page') + storage.write('path.mdx', 'page', { ... }) + storage.read('page', 'page') ``` Transformers can now access file loader options. ```ts load({ transformers: [ ({ storage, options }) => { options.getUrl(); options.getSlugs(); }, ], }); ``` - [`f75287d`](https://togithub.com/fuma-nama/fumadocs/commit/f75287d): **Introduce `fumadocs-docgen` package.** Offer a better authoring experience for advanced use cases. - Move `remark-dynamic-content` and `remark-install` plugins to the new package `fumadocs-docgen`. - Support Typescript generator by default **Usage** Add the `remarkDocGen` plugin to your remark plugins. ```ts import { remarkDocGen, fileGenerator } from "fumadocs-docgen"; remark().use(remarkDocGen, { generators: [fileGenerator()] }); ``` Generate docs with code blocks. ````mdx ```json doc-gen: { // options } ``` ```` **Migrate** For `remarkDynamicContent`, enable `fileGenerator` and use this syntax: ````mdx ```json doc-gen:file { "file": "./path/to/my-file.txt" } ``` ```` For `remarkInstall`, it remains the same: ```ts import { remarkInstall } from "fumadocs-docgen"; ``` - [`2d8df75`](https://togithub.com/fuma-nama/fumadocs/commit/2d8df75): Remove support for `getTableOfContentsFromPortableText` why: Sanity integration should be provided by 3rd party integrations migrate: Use built-in sources, or write a custom implementation ### [`v10.1.3`](https://togithub.com/fuma-nama/fumadocs/releases/tag/fumadocs-ui%4010.1.3) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.1.2...fumadocs-core@10.1.3) ##### Patch Changes - [`6ace206`](https://togithub.com/fuma-nama/fumadocs/commit/6ace206): Support opening Twoslash popup on mobile - [`d0288d1`](https://togithub.com/fuma-nama/fumadocs/commit/d0288d1): New theme dusk - Updated dependencies \[[`bbad52f`](https://togithub.com/fuma-nama/fumadocs/commit/bbad52f)] - fumadocs-core@10.1.3 ### [`v10.1.2`](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.1.1...fumadocs-core@10.1.2) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.1.1...fumadocs-core@10.1.2) ### [`v10.1.1`](https://togithub.com/fuma-nama/fumadocs/releases/tag/fumadocs-core%4010.1.1) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.1.0...fumadocs-core@10.1.1) ##### Patch Changes - [`779c599`](https://togithub.com/fuma-nama/fumadocs/commit/779c599): Mark `getTableOfContentsFromPortableText` deprecated - [`0c01300`](https://togithub.com/fuma-nama/fumadocs/commit/0c01300): Fix remark-dynamic-content ignored code blocks - [`779c599`](https://togithub.com/fuma-nama/fumadocs/commit/779c599): Support relative resolve path for remark-dynamic-content ### [`v10.1.0`](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.0.5...fumadocs-core@10.1.0) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.0.5...fumadocs-core@10.1.0) ### [`v10.0.5`](https://togithub.com/fuma-nama/fumadocs/releases/tag/fumadocs-core%4010.0.5) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.0.4...fumadocs-core@10.0.5) ##### Patch Changes - [`e47c62f`](https://togithub.com/fuma-nama/fumadocs/commit/e47c62f): Improve remark plugin typings ### [`v10.0.4`](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.0.3...fumadocs-core@10.0.4) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.0.3...fumadocs-core@10.0.4) ### [`v10.0.3`](https://togithub.com/fuma-nama/fumadocs/releases/tag/fumadocs-core%4010.0.3) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.0.2...fumadocs-core@10.0.3) ##### Patch Changes - [`6f321e5`](https://togithub.com/fuma-nama/fumadocs/commit/6f321e5): Fix type errors of flexseach ### [`v10.0.2`](https://togithub.com/fuma-nama/fumadocs/releases/tag/fumadocs-core%4010.0.2) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.0.1...fumadocs-core@10.0.2) ##### Patch Changes - [`10e099a`](https://togithub.com/fuma-nama/fumadocs/commit/10e099a): Remove deprecated options from `fumadocs-core/toc` ### [`v10.0.1`](https://togithub.com/fuma-nama/fumadocs/releases/tag/fumadocs-core%4010.0.1) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@10.0.0...fumadocs-core@10.0.1) ##### Patch Changes - [`c9b7763`](https://togithub.com/fuma-nama/fumadocs/commit/c9b7763): Update to Next.js 14.1.0 - [`0e78dc8`](https://togithub.com/fuma-nama/fumadocs/commit/0e78dc8): Support customising search API URL - [`d8483a8`](https://togithub.com/fuma-nama/fumadocs/commit/d8483a8): Remove undefined values from page tree ### [`v10.0.0`](https://togithub.com/fuma-nama/fumadocs/releases/tag/fumadocs-core%4010.0.0) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@9.1.0...fumadocs-core@10.0.0) ##### Major Changes - [`321d1e1`](https://togithub.com/fuma-nama/fumadocs/commit/321d1e1f): **Move Typescript integrations to `fumadocs-typescript`** why: It is now a stable feature migrate: Use `fumadocs-typescript` instead. ```diff - import { AutoTypeTable } from "fumadocs-ui/components/auto-type-table" + import { AutoTypeTable } from "fumadocs-typescript/ui" ``` ##### Minor Changes - [`b5d1693`](https://togithub.com/fuma-nama/fumadocs/commit/b5d16938): Support external link in `pages` property ### [`v9.1.0`](https://togithub.com/fuma-nama/fumadocs/releases/tag/fumadocs-core%409.1.0) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@9.0.0...fumadocs-core@9.1.0) ##### Minor Changes - [`909b0e3`](https://togithub.com/fuma-nama/fumadocs/commit/909b0e35): Support duplicated names with meta and page files - [`1c388ca`](https://togithub.com/fuma-nama/fumadocs/commit/1c388ca5): Support `defaultOpen` for folder nodes ##### Patch Changes - [`691f12a`](https://togithub.com/fuma-nama/fumadocs/commit/691f12aa): Source API: Support relative paths as root directory ### [`v9.0.0`](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@8.3.0...fumadocs-core@9.0.0) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@8.3.0...fumadocs-core@9.0.0) ### [`v8.3.0`](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@8.2.0...fumadocs-core@8.3.0) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@8.2.0...fumadocs-core@8.3.0) ### [`v8.2.0`](https://togithub.com/fuma-nama/fumadocs/releases/tag/fumadocs-core%408.2.0) [Compare Source](https://togithub.com/fuma-nama/fumadocs/compare/fumadocs-core@8.1.1...fumadocs-core@8.2.0) ##### Minor Changes - [`5c24659`](https://togithub.com/fuma-nama/fumadocs/commit/5c24659): Support code block icons

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.



This PR has been generated by Mend Renovate. View repository job log here.