Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the minor-and-patch group with 6 updates in the / directory:

Package From To
fumadocs-core 15.7.0 15.7.10
fumadocs-mdx 11.8.0 11.9.0
fumadocs-ui 15.7.0 15.7.10
next 15.5.0 15.5.2
@types/node 24.3.0 24.3.1
eslint-config-next 15.5.0 15.5.2

Updates fumadocs-core from 15.7.0 to 15.7.10

Release notes

Sourced from fumadocs-core's releases.

[email protected]

Patch Changes

  • c948f59: Try to workaround legacy i18n middleware under /i18n export without breaking changes

[email protected]

Patch Changes

  • d135efd: transformerIcon supports SVG string to extend codeblock icons
  • 4082acc: Expose highlightHast API

[email protected]

Patch Changes

  • f65778d: Link improve external link detection by enabling it on any protocols
  • e4c12a3: Add framework adapters to optional peer deps

[email protected]

Patch Changes

  • 0b53056: Support remarkMdxMermaid - convert mermaid codeblocks into <Mermaid /> component
  • 3490285: Support remarkMdxFiles - convert files codeblocks into <Files /> component

[email protected]

No release notes provided.

[email protected]

Patch Changes

  • cedc494: Hotfix URL normalization logic

[email protected]

No release notes provided.

[email protected]

Patch Changes

  • 6d97379: unify remark nodes parsing & improve types
  • e776ee5: Fix langAlias not being passed to Shiki rehype plugin

[email protected]

Patch Changes

  • 88b5a4e: Fix duplicate pages in page tree when referencing subpage in meta.json and using ... or adding the subfolder again
  • 039b24b: Fix failed to update page tree from loader()
  • 08eee2b: [remark-npm] Enable npm install prefix fallback only on old alias

[email protected]

Patch Changes

... (truncated)

Commits
  • 291e6e2 Version Packages (#2331)
  • 62dc79c Merge pull request #2333 from sebdanielsson/patch-2
  • e3e5012 Docs: Publish \<Feedback /> component to registry
  • bf29937 bump deps
  • c948f59 Core: Try to workaround legacy i18n middleware under /i18n export without b...
  • 44a560f OpenAPI: Remove undefined values in generated frontmatter
  • 0146178 OpenAPI: include content encoding into proxied response
  • d193152 MDX: Support absolutePath on Vite
  • 2566eef MDX: Support postinstall script on Vite
  • 0d55667 TypeScript: Enforce peerDeps on Fumadocs deps
  • Additional commits viewable in compare view

Updates fumadocs-mdx from 11.8.0 to 11.9.0

Release notes

Sourced from fumadocs-mdx's releases.

[email protected]

Minor Changes

  • d193152: Support absolutePath on Vite

Patch Changes

  • 2566eef: Support postinstall script on Vite
  • Updated dependencies [c948f59]

[email protected]

Patch Changes

  • 205d92d: Update dev server initialization for Next.js 15.5.1
  • e4c12a3: Add Vite config for Fumadocs Core & UI automatically
  • Updated dependencies [f65778d]
  • Updated dependencies [e4c12a3]

[email protected]

Patch Changes

  • 9a3c23b: support auto-generated title based on h1 heading
  • 9cb829c: Support referencing heading in <include> without sections

[email protected]

Patch Changes

  • 5f2ec6e: Fix remark-mdx-exports plugin fallback
  • Updated dependencies [6d97379]
  • Updated dependencies [e776ee5]
Commits
  • 291e6e2 Version Packages (#2331)
  • 62dc79c Merge pull request #2333 from sebdanielsson/patch-2
  • e3e5012 Docs: Publish \<Feedback /> component to registry
  • bf29937 bump deps
  • c948f59 Core: Try to workaround legacy i18n middleware under /i18n export without b...
  • 44a560f OpenAPI: Remove undefined values in generated frontmatter
  • 0146178 OpenAPI: include content encoding into proxied response
  • d193152 MDX: Support absolutePath on Vite
  • 2566eef MDX: Support postinstall script on Vite
  • 0d55667 TypeScript: Enforce peerDeps on Fumadocs deps
  • Additional commits viewable in compare view

Updates fumadocs-ui from 15.7.0 to 15.7.10

Release notes

Sourced from fumadocs-ui's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

  • 45c7531: Type Table: Support displaying parameters & return types
  • 4082acc: Redesign Type Table
  • Updated dependencies [d135efd]
  • Updated dependencies [4082acc]

[email protected]

Patch Changes

  • ba3382f: Support link item properties in menu items
  • efba995: Enforce the use of --removed-body-scroll-bar-size to fixed elements
  • bec3b36: Use on-root: to apply CSS variables from child layout components
  • Updated dependencies [f65778d]
  • Updated dependencies [e4c12a3]

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

  • cedc494: Hotfix URL normalization logic
  • Updated dependencies [cedc494]

[email protected]

Patch Changes

  • 302cdc2: Use position: fixed for TOC
  • 02d3453: Make codeblocks flat & improve paddings

... (truncated)

Commits
  • 291e6e2 Version Packages (#2331)
  • 62dc79c Merge pull request #2333 from sebdanielsson/patch-2
  • e3e5012 Docs: Publish \<Feedback /> component to registry
  • bf29937 bump deps
  • c948f59 Core: Try to workaround legacy i18n middleware under /i18n export without b...
  • 44a560f OpenAPI: Remove undefined values in generated frontmatter
  • 0146178 OpenAPI: include content encoding into proxied response
  • d193152 MDX: Support absolutePath on Vite
  • 2566eef MDX: Support postinstall script on Vite
  • 0d55667 TypeScript: Enforce peerDeps on Fumadocs deps
  • Additional commits viewable in compare view

Updates next from 15.5.0 to 15.5.2

Release notes

Sourced from next's releases.

v15.5.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: disable unknownatrules lint rule entirely (#83059)
  • revert: add ?dpl to fonts in /_next/static/media (#83062)

Credits

Huge thanks to @​bgub and @​ztanner for helping!

v15.5.1

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: aliased navigations should apply scroll handling (#82900)
  • Turbopack: fix invalid NFT entry with file behind symlink (#82887)
  • fix: typesafe linking to route handlers and pages API routes (#82858)
  • fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
  • fix: add path normalization to getRelativePath for Windows (#82918)
  • feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
  • fix: avoid importing types that will be unused (#82856)
  • fix: update the config.api.responseLimit type (#82852)
  • fix: update validation return types (#82854)

Credits

Huge thanks to @​bgub, @​mischnic, and @​ztanner for helping!

v15.5.1-canary.32

Misc Changes

  • Update Rspack production test manifest: #83512

Credits

Huge thanks to @​vercel-release-bot for helping!

v15.5.1-canary.31

Misc Changes

  • fix: route handlers should validate invalid exports: #83500

Credits

Huge thanks to @​ztanner for helping!

v15.5.1-canary.30

... (truncated)

Commits

Updates @types/node from 24.3.0 to 24.3.1

Commits

Updates eslint-config-next from 15.5.0 to 15.5.2

Release notes

Sourced from eslint-config-next's releases.

v15.5.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: disable unknownatrules lint rule entirely (#83059)
  • revert: add ?dpl to fonts in /_next/static/media (#83062)

Credits

Huge thanks to @​bgub and @​ztanner for helping!

v15.5.1

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: aliased navigations should apply scroll handling (#82900)
  • Turbopack: fix invalid NFT entry with file behind symlink (#82887)
  • fix: typesafe linking to route handlers and pages API routes (#82858)
  • fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
  • fix: add path normalization to getRelativePath for Windows (#82918)
  • feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
  • fix: avoid importing types that will be unused (#82856)
  • fix: update the config.api.responseLimit type (#82852)
  • fix: update validation return types (#82854)

Credits

Huge thanks to @​bgub, @​mischnic, and @​ztanner for helping!

v15.5.1-canary.32

Misc Changes

  • Update Rspack production test manifest: #83512

Credits

Huge thanks to @​vercel-release-bot for helping!

v15.5.1-canary.31

Misc Changes

  • fix: route handlers should validate invalid exports: #83500

Credits

Huge thanks to @​ztanner for helping!

v15.5.1-canary.30

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Sep 8, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
coda-docs acd4dc8 Sep 19 2025, 10:29 AM

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-db2e2f5086 branch from eac91cc to 852b47c Compare September 19, 2025 10:23
… updates

Bumps the minor-and-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `15.7.0` | `15.7.10` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `11.8.0` | `11.9.0` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `15.7.0` | `15.7.10` |
| [next](https://github.com/vercel/next.js) | `15.5.0` | `15.5.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `24.3.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.0` | `15.5.2` |



Updates `fumadocs-core` from 15.7.0 to 15.7.10
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@15.7.10)

Updates `fumadocs-mdx` from 11.8.0 to 11.9.0
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@11.9.0)

Updates `fumadocs-ui` from 15.7.0 to 15.7.10
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@15.7.10)

Updates `next` from 15.5.0 to 15.5.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.0...v15.5.2)

Updates `@types/node` from 24.3.0 to 24.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-config-next` from 15.5.0 to 15.5.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.5.2/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: fumadocs-core
  dependency-version: 15.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: fumadocs-mdx
  dependency-version: 11.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: fumadocs-ui
  dependency-version: 15.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: next
  dependency-version: 15.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 24.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint-config-next
  dependency-version: 15.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-db2e2f5086 branch from 852b47c to acd4dc8 Compare September 19, 2025 10:25
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-db2e2f5086 branch September 22, 2025 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant