Commit 3eb0303
authored
chore(deps): update dependency fumadocs-docgen to v2 (#185)
This PR contains the following updates:
| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [fumadocs-docgen](https://fumadocs.vercel.app)
([source](https://redirect.github.com/fuma-nama/fumadocs)) |
dependencies | major | [`1.3.8` ->
`2.0.0`](https://renovatebot.com/diffs/npm/fumadocs-docgen/1.3.8/2.0.0)
| [](https://securityscorecards.dev/viewer/?uri=github.com/fuma-nama/fumadocs)
|
---
### Release Notes
<details>
<summary>fuma-nama/fumadocs (fumadocs-docgen)</summary>
###
[`v2.0.0`](https://redirect.github.com/fuma-nama/fumadocs/releases/tag/fumadocs-docgen%402.0.0)
[Compare
Source](https://redirect.github.com/fuma-nama/fumadocs/compare/fumadocs-docgen@1.3.8...fumadocs-docgen@2.0.0)
##### Major Changes
-
[`4642a86`](https://redirect.github.com/fuma-nama/fumadocs/commit/4642a86):
**Remove `typescriptGenerator` from `fumadocs-docgen`**
**why:** Move dedicated parts to `fumadocs-typescript`, so all docs
generation features for TypeScript can be put together in a single
module.
**migrate:** Use `fumadocs-typescript` We made a new
`remarkAutoTypeTable` remark plugin generating the type table but with a
different syntax:
```mdx
<auto-type-table path="./my-file.ts" name="MyInterface" />
```
Instead of:
````mdx
```json doc-gen:typescript
{
"file": "./my-file.ts",
"name": "MyInterface"
}
```
````
-
[`4642a86`](https://redirect.github.com/fuma-nama/fumadocs/commit/4642a86):
**Move `remarkTypeScriptToJavaScript` plugin to
`fumadocs-docgen/remark-ts2js`.**
**why:** Fix existing problems with `oxc-transform`.
**migrate:**
Import it like:
```ts
import { remarkTypeScriptToJavaScript } from
'fumadocs-docgen/remark-ts2js';
```
instead of importing from `fumadocs-docgen`.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6"
(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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/settlemint/docs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c8a953b commit 3eb0303
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments