-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency fumadocs-docgen to v2 #185
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
Conversation
Reviewer's Guide by SourceryThis pull request updates the Sequence diagram for migrating from typescriptGenerator to remarkAutoTypeTablesequenceDiagram
participant User
participant fumadocs-docgen
participant fumadocs-typescript
User->>fumadocs-docgen: Uses typescriptGenerator
activate fumadocs-docgen
fumadocs-docgen-->>User: Returns type table
deactivate fumadocs-docgen
User->>fumadocs-typescript: Uses remarkAutoTypeTable
activate fumadocs-typescript
fumadocs-typescript-->>User: Returns type table
deactivate fumadocs-typescript
Updated class diagram for fumadocs-docgenclassDiagram
class fumadocs-docgen {
<<removed>>
- typescriptGenerator
}
class fumadocs-docgen {
<<moved>>
- remarkTypeScriptToJavaScript
}
class fumadocs-typescript {
+ remarkAutoTypeTable
}
note for fumadocs-docgen "typescriptGenerator removed, use fumadocs-typescript instead"
note for fumadocs-docgen "remarkTypeScriptToJavaScript moved to fumadocs-docgen/remark-ts2js"
note for fumadocs-typescript "remarkAutoTypeTable added"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
418ecd5 to
0e88d4e
Compare
This PR contains the following updates:
1.3.8->2.0.0Release Notes
fuma-nama/fumadocs (fumadocs-docgen)
v2.0.0Compare Source
Major Changes
4642a86: RemovetypescriptGeneratorfromfumadocs-docgenwhy: Move dedicated parts to
fumadocs-typescript, so all docs generation features for TypeScript can be put together in a single module.migrate: Use
fumadocs-typescriptWe made a newremarkAutoTypeTableremark plugin generating the type table but with a different syntax:Instead of:
4642a86: MoveremarkTypeScriptToJavaScriptplugin tofumadocs-docgen/remark-ts2js.why: Fix existing problems with
oxc-transform.migrate:
Import it like:
instead of importing from
fumadocs-docgen.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.
This PR was generated by Mend Renovate. View the repository job log.