Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
fumadocs-core 15.7.0 15.7.7
fumadocs-mdx 11.8.0 11.8.2
fumadocs-ui 15.7.0 15.7.7
next 15.5.0 15.5.2
eslint-config-next 15.5.0 15.5.2

Updates fumadocs-core from 15.7.0 to 15.7.7

Release notes

Sourced from fumadocs-core's releases.

[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

  • 195b090: Support a list of source for loader() API
  • e1c84a2: Support fallbackLanguage for loader() i18n API
Commits
  • ebcfdac Merge pull request #2288 from fuma-nama/changeset-release/dev
  • 847ea6d Docs: introduce heading syntax for \<include />
  • 659e019 Core: [remarkMdxFiles] open folders by default
  • c305e33 Docs: introduce mono style og image
  • dc17210 Docs: introduce new plugins
  • 3490285 Core: Support remarkMdxFiles - convert files codeblocks into \<Files /> ...
  • 0b53056 Core: Support remarkMdxMermaid - convert mermaid codeblocks into `<Mermai...
  • 68c92f9 CC: Fix type issues on v1.2
  • 3eba321 bump deps & update deps
  • 624e181 Docs: fix outdated import path
  • Additional commits viewable in compare view

Updates fumadocs-mdx from 11.8.0 to 11.8.2

Release notes

Sourced from fumadocs-mdx's releases.

[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
  • 62ba4ad Version Packages (#2281)
  • ccf7e33 fix lint
  • 0ab3437 Docs: renaming routing section
  • 3d57ef3 Docs: introduce Obsidian support
  • 6b48241 Obsidian: ignore generated files
  • f7353e0 Obsidian: fix bugs & add example
  • 9a3c23b MDX: support auto-generated title based on h1 heading
  • 9cb829c MDX: Support referencing heading in \<include>
  • 2242688 Obsidian: improve auto-section algorithm
  • 533fced Obsidian: Support built-in readVaultFiles & writeVaultFiles & fromVault.
  • Additional commits viewable in compare view

Updates fumadocs-ui from 15.7.0 to 15.7.7

Release notes

Sourced from fumadocs-ui's releases.

[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

[email protected]

Patch Changes

  • f6de900: Add overscroll to sidebar viewports
  • Updated dependencies [6d97379]
  • Updated dependencies [e776ee5]

[email protected]

Patch Changes

  • Updated dependencies [88b5a4e]
  • Updated dependencies [039b24b]
  • Updated dependencies [08eee2b]

[email protected]

Patch Changes

  • b4e6147: Fix sidebar & animation bugs
  • Updated dependencies [195b090]
  • Updated dependencies [e1c84a2]
Commits
  • ebcfdac Merge pull request #2288 from fuma-nama/changeset-release/dev
  • 847ea6d Docs: introduce heading syntax for \<include />
  • 659e019 Core: [remarkMdxFiles] open folders by default
  • c305e33 Docs: introduce mono style og image
  • dc17210 Docs: introduce new plugins
  • 3490285 Core: Support remarkMdxFiles - convert files codeblocks into \<Files /> ...
  • 0b53056 Core: Support remarkMdxMermaid - convert mermaid codeblocks into `<Mermai...
  • 68c92f9 CC: Fix type issues on v1.2
  • 3eba321 bump deps & update deps
  • 624e181 Docs: fix outdated import path
  • 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.22

Misc Changes

  • Turbopack: Redefine Background backend jobs: #83174

Credits

Huge thanks to @​sokra for helping!

v15.5.1-canary.21

Misc Changes

  • Turbopack: improve overhead benchmarks: #83231

Credits

Huge thanks to @​sokra for helping!

v15.5.1-canary.20

... (truncated)

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

Misc Changes

  • Turbopack: Redefine Background backend jobs: #83174

Credits

Huge thanks to @​sokra for helping!

v15.5.1-canary.21

Misc Changes

  • Turbopack: improve overhead benchmarks: #83231

Credits

Huge thanks to @​sokra for helping!

v15.5.1-canary.20

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

… updates

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

| Package | From | To |
| --- | --- | --- |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `15.7.0` | `15.7.7` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `11.8.0` | `11.8.2` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `15.7.0` | `15.7.7` |
| [next](https://github.com/vercel/next.js) | `15.5.0` | `15.5.2` |
| [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.7
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@15.7.7)

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

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

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 `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.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: fumadocs-mdx
  dependency-version: 11.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: fumadocs-ui
  dependency-version: 15.7.7
  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: 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 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 1, 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 ad3f479 Sep 01 2025, 11:07 AM

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

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

@dependabot dependabot bot closed this Sep 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-005f91dca9 branch September 8, 2025 00:50
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