Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

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

Package From To
fumadocs-core 15.7.0 15.8.5
fumadocs-ui 15.7.0 15.8.5
next 15.5.0 15.5.6
@types/node 24.3.0 24.8.1
eslint-config-next 15.5.0 15.5.6
@solana-program/system 0.8.1 0.9.0
@solana-program/token 0.6.0 0.7.0
@solana-program/token-2022 0.5.0 0.6.0

Updates fumadocs-core from 15.7.0 to 15.8.5

Release notes

Sourced from fumadocs-core's releases.

[email protected]

Patch Changes

  • ce2be59: Loader Plugin: support name & config options
  • 31b9494: Support multiple() for multiple sources in same loader()

[email protected]

Patch Changes

  • a3a14e7: Bump deps

[email protected]

Patch Changes

  • ad9a004: Deprecate fumadocs-core/server export

    It will be removed on Fumadocs 16, as some APIs under the /server export are actually available (and even used) under browser environment.

    A more modularized design will be introduced over the original naming.

    • getGithubLastEdit: Moved to fumadocs-core/content/github.
    • getTableOfContents: Moved to fumadocs-core/content/toc.
    • PageTree and page tree utilities: Moved to fumadocs-core/page-tree.
    • TOCItemType, TableOfContents: Moved to fumadocs-core/toc.
    • createMetadataImage: Deprecated, use the Next.js Metadata API instead.
  • 90cf1fe: Support Negotiation API

  • 747bdbc: Support lucide react icons plugin for loader()

[email protected]

Patch Changes

  • 71bce86: Make loader().getPages() to return pages from all languages when locale is not specified
  • f04547f: Publish plugins API on loader()

[email protected]

Minor Changes

  • d1ae3e8: Move SortedResult and other search-related types to fumadocs-core/search

    This also exposed the search result highlighter API, you may now use it for highlighting results of your own search integration

    Old export will be kept until the next major release.

  • 51268ec: Breadcrumbs API: default includePage to false.

Patch Changes

  • 655bb46: [Internal] parseCodeBlockAttributes include null values, restrict rehype-code to only parse title and tab attributes.

... (truncated)

Commits

Updates fumadocs-ui from 15.7.0 to 15.8.5

Release notes

Sourced from fumadocs-ui's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

  • a3a14e7: Bump deps
  • 7b0d839: Hotfix fumadocs-ui/provider
  • Updated dependencies [a3a14e7]

[email protected]

Patch Changes

  • 90cf1fe: Support tabMode on <DocsLayout />

  • 6c3bde5: Prefer importing <RootProvider /> from fumadocs-ui/provider/<framework>

    • Old fumadocs-ui/provider will be kept, as it's used by majority of previous projects.
    • New guides & templates will follow the new recommendation.
  • Updated dependencies [ad9a004]

  • Updated dependencies [90cf1fe]

  • Updated dependencies [747bdbc]

[email protected]

Patch Changes

[email protected]

Patch Changes

  • 53a0635: Support custom action type search item in search dialog
  • 6548a59: Support breadcrumbs for Search API
  • Updated dependencies [655bb46]
  • Updated dependencies [d1ae3e8]
  • Updated dependencies [6548a59]
  • Updated dependencies [51268ec]
  • Updated dependencies [51268ec]

... (truncated)

Commits

Updates next from 15.5.0 to 15.5.6

Release notes

Sourced from next's releases.

v15.5.6

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

Core Changes

  • Turbopack: don't define process.cwd() in node_modules #83452

Credits

Huge thanks to @​mischnic for helping!

v15.5.5

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

Core Changes

  • Split code-frame into separate compiled package (#84238)
  • Add deprecation warning to Runtime config (#84650)
  • fix: unstable_cache should perform blocking revalidation during ISR revalidation (#84716)
  • feat: experimental.middlewareClientMaxBodySize body cloning limit (#84722)
  • fix: missing next/link types with typedRoutes (#84779)

Misc Changes

  • docs: early October improvements and fixes (#84334)

Credits

Huge thanks to @​devjiwonchoi, @​ztanner, and @​icyJoseph for helping!

v15.5.4

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

Core Changes

  • fix: ensure onRequestError is invoked when otel enabled (#83343)
  • fix: devtools initial position should be from next config (#83571)
  • [devtool] fix overlay styles are missing (#83721)
  • Turbopack: don't match dynamic pattern for node_modules packages (#83176)
  • Turbopack: don't treat metadata routes as RSC (#82911)
  • [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#83357)
  • Turbopack: throw large static metadata error earlier (#82939)
  • fix: error overlay not closing when backdrop clicked (#83981)
  • Turbopack: flush Node.js worker IPC on error (#84077)

Misc Changes

  • [CNA] use linter preference (#83194)
  • CI: use KV for test timing data (#83745)

... (truncated)

Commits

Updates @types/node from 24.3.0 to 24.8.1

Commits

Updates eslint-config-next from 15.5.0 to 15.5.6

Release notes

Sourced from eslint-config-next's releases.

v15.5.6

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

Core Changes

  • Turbopack: don't define process.cwd() in node_modules #83452

Credits

Huge thanks to @​mischnic for helping!

v15.5.5

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

Core Changes

  • Split code-frame into separate compiled package (#84238)
  • Add deprecation warning to Runtime config (#84650)
  • fix: unstable_cache should perform blocking revalidation during ISR revalidation (#84716)
  • feat: experimental.middlewareClientMaxBodySize body cloning limit (#84722)
  • fix: missing next/link types with typedRoutes (#84779)

Misc Changes

  • docs: early October improvements and fixes (#84334)

Credits

Huge thanks to @​devjiwonchoi, @​ztanner, and @​icyJoseph for helping!

v15.5.4

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

Core Changes

  • fix: ensure onRequestError is invoked when otel enabled (#83343)
  • fix: devtools initial position should be from next config (#83571)
  • [devtool] fix overlay styles are missing (#83721)
  • Turbopack: don't match dynamic pattern for node_modules packages (#83176)
  • Turbopack: don't treat metadata routes as RSC (#82911)
  • [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#83357)
  • Turbopack: throw large static metadata error earlier (#82939)
  • fix: error overlay not closing when backdrop clicked (#83981)
  • Turbopack: flush Node.js worker IPC on error (#84077)

Misc Changes

  • [CNA] use linter preference (#83194)
  • CI: use KV for test timing data (#83745)

... (truncated)

Commits

Updates @solana-program/system from 0.8.1 to 0.9.0

Commits

Updates @solana-program/token from 0.6.0 to 0.7.0

Commits

Updates @solana-program/token-2022 from 0.5.0 to 0.6.0

Release notes

Sourced from @​solana-program/token-2022's releases.

[email protected]

What's new

Commits
  • fc1ef10 Publish [email protected]
  • 2d2122a Bump JS client to Kit v4 (#783)
  • d647c19 build(deps-dev): bump typedoc from 0.28.13 to 0.28.14 in /clients/js-legacy (...
  • 7d749ad build(deps-dev): bump @​types/node from 24.7.1 to 24.7.2 in /clients/js (#782)
  • 78c5919 build(deps-dev): bump @​types/node from 24.7.1 to 24.7.2 in /clients/js-legacy...
  • 7c41c1b build(deps-dev): bump typedoc from 0.28.13 to 0.28.14 in /clients/js (#779)
  • ca20696 build(deps-dev): bump @​types/node from 24.7.0 to 24.7.1 in /clients/js-legacy...
  • 4a27971 build(deps-dev): bump @​types/node from 24.7.0 to 24.7.1 in /clients/js (#777)
  • e703317 build(deps-dev): bump @​solana/codecs-strings from 3.0.3 to 4.0.0 in /clients/...
  • 00b6b30 README: Update files with new info (#774)
  • Additional commits viewable in compare view

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 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `15.7.0` | `15.8.5` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `15.7.0` | `15.8.5` |
| [next](https://github.com/vercel/next.js) | `15.5.0` | `15.5.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `24.8.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.0` | `15.5.6` |
| [@solana-program/system](https://github.com/solana-program/system) | `0.8.1` | `0.9.0` |
| [@solana-program/token](https://github.com/solana-program/token) | `0.6.0` | `0.7.0` |
| [@solana-program/token-2022](https://github.com/solana-program/token-2022) | `0.5.0` | `0.6.0` |



Updates `fumadocs-core` from 15.7.0 to 15.8.5
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/commits)

Updates `fumadocs-ui` from 15.7.0 to 15.8.5
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/commits)

Updates `next` from 15.5.0 to 15.5.6
- [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.6)

Updates `@types/node` from 24.3.0 to 24.8.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.6
- [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.6/packages/eslint-config-next)

Updates `@solana-program/system` from 0.8.1 to 0.9.0
- [Release notes](https://github.com/solana-program/system/releases)
- [Commits](https://github.com/solana-program/system/compare/[email protected]@v0.9.0)

Updates `@solana-program/token` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/solana-program/token/releases)
- [Commits](https://github.com/solana-program/token/compare/[email protected]@v0.7.0)

Updates `@solana-program/token-2022` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/solana-program/token-2022/releases)
- [Commits](https://github.com/solana-program/token-2022/compare/[email protected]@v0.6.0)

---
updated-dependencies:
- dependency-name: fumadocs-core
  dependency-version: 15.8.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: fumadocs-ui
  dependency-version: 15.8.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next
  dependency-version: 15.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 24.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-config-next
  dependency-version: 15.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@solana-program/system"
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@solana-program/token"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@solana-program/token-2022"
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Oct 20, 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 Oct 20, 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 c95fa12 Oct 20 2025, 03:49 AM

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 22, 2025

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

@dependabot dependabot bot closed this Oct 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-48e354349d branch October 22, 2025 07:56
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