Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps fumadocs-core from 8.1.1 to 11.0.3.

Release notes

Sourced from fumadocs-core's releases.

[email protected]

No release notes provided.

[email protected]

No release notes provided.

[email protected]

No release notes provided.

[email protected]

Major Changes

  • 2d8df75: Remove cwd option from remark-dynamic-content

    why: Use cwd from vfile

    migrate: Pass the cwd option from remark instead

  • 92cb12f: Simplify Source API virtual storage.

    why: Improve performance

    migrate:

    - 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.

    load({
      transformers: [
        ({ storage, options }) => {
          options.getUrl();
          options.getSlugs();
        },
      ],
    });
  • 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

... (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-core](https://github.com/fuma-nama/fumadocs) from 8.1.1 to 11.0.3.
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@11.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions
Copy link

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@stormie-bot stormie-bot enabled auto-merge (squash) April 29, 2024 09:05
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #80.

@dependabot dependabot bot closed this May 13, 2024
auto-merge was automatically disabled May 13, 2024 08:27

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fumadocs-core-11.0.3 branch May 13, 2024 08:27
@github-actions github-actions bot locked and limited conversation to collaborators May 14, 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.

1 participant