Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 7 updates#92

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/minor-and-patch-27d2892c29
Closed

chore(deps): bump the minor-and-patch group across 1 directory with 7 updates#92
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/minor-and-patch-27d2892c29

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

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

Package From To
fumadocs-core 16.3.0 16.4.8
fumadocs-mdx 14.1.1 14.2.6
fumadocs-ui 16.3.0 16.4.8
lucide-react 0.562.0 0.563.0
next 16.1.0 16.1.4
@types/node 25.0.3 25.0.10
eslint-config-next 16.1.0 16.1.4

Updates fumadocs-core from 16.3.0 to 16.4.8

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@16.4.6

Patch Changes

  • ea57dbf: Introduce remark-feedback-block plugin

fumadocs-core@16.4.5

No release notes provided.

fumadocs-core@16.4.4

Patch Changes

  • cdc97e0: Improve experience with Shiki Twoslash

fumadocs-core@16.4.3

Patch Changes

  • f5dcb7c: fix update() source function types
  • 7e08b2f: Add orama-cloud-legacy search integration for old Orama Cloud users

fumadocs-core@16.4.2

Patch Changes

  • 590d36a: Support findSiblings() page tree utility
  • 98d38ff: Support context-aware type-safe slugs function in loader()
  • 446631d: Support <auto-files /> syntax in remark-mdx-files plugin
  • b16a32f: Switch to tsdown for bundling

fumadocs-core@16.4.1

No release notes provided.

fumadocs-core@16.4.0

Minor Changes

  • a3b7919: Update mixedbread integration API and docs

fumadocs-core@16.3.2

No release notes provided.

Commits

Updates fumadocs-mdx from 14.1.1 to 14.2.6

Release notes

Sourced from fumadocs-mdx's releases.

fumadocs-mdx@14.2.4

Patch Changes

  • 689d31e: Improve error message
  • b16a32f: Switch to tsdown for bundling
  • Updated dependencies [590d36a]
  • Updated dependencies [98d38ff]
  • Updated dependencies [446631d]
  • Updated dependencies [b16a32f]
    • fumadocs-core@16.4.2
    • @​fumadocs/mdx-remote@​1.4.4

fumadocs-mdx@14.2.3

Patch Changes

  • 3a8b9b0: support Vite 8 moduleType option
    • fumadocs-core@16.4.1

fumadocs-mdx@14.2.2

Patch Changes

  • 2de6151: add @types/react to peer dep
    • fumadocs-core@16.3.2

fumadocs-mdx@14.2.1

Patch Changes

  • 3a5b077: hotfix Vite bundling

fumadocs-mdx@14.2.0

Minor Changes

  • 8ce2c70: Add VS Code-style #region / #endregion support to for code files
Commits

Updates fumadocs-ui from 16.3.0 to 16.4.8

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.4.6

Patch Changes

  • Updated dependencies [ea57dbf]
    • fumadocs-core@16.4.6
    • @​fumadocs/ui@​16.4.6

fumadocs-ui@16.4.5

Patch Changes

  • 9f06196: fix footer.children props
    • fumadocs-core@16.4.5
    • @​fumadocs/ui@​16.4.5

fumadocs-ui@16.4.4

Patch Changes

  • c804ac6: expose useAutoScroll()
  • Updated dependencies [cdc97e0]
    • fumadocs-core@16.4.4
    • @​fumadocs/ui@​16.4.4

fumadocs-ui@16.4.3

Patch Changes

  • 84ce624: Keep default prefetch behaviours in sidebar
  • Updated dependencies [f5dcb7c]
  • Updated dependencies [7e08b2f]
    • fumadocs-core@16.4.3
    • @​fumadocs/ui@​16.4.3

fumadocs-ui@16.4.2

Patch Changes

  • b16a32f: Switch to tsdown for bundling
  • Updated dependencies [590d36a]
  • Updated dependencies [98d38ff]
  • Updated dependencies [446631d]
  • Updated dependencies [b16a32f]
    • fumadocs-core@16.4.2
    • @​fumadocs/ui@​16.4.2

fumadocs-ui@16.4.1

Patch Changes

  • Updated dependencies [0a3adb8]
    • @​fumadocs/ui@​16.4.1
    • fumadocs-core@16.4.1

fumadocs-ui@16.4.0

... (truncated)

Commits

Updates lucide-react from 0.562.0 to 0.563.0

Release notes

Sourced from lucide-react's releases.

Version 0.563.0

What's Changed

aria-hidden is by default added to icons components in all packages. This was already added to lucide-react before. Making icons accessible, you can add an aria-label or a title. See docs about accessibility.

All changes

New Contributors

Full Changelog: lucide-icons/lucide@0.562.0...0.563.0

Commits
  • 67c0485 feat(scripts): added helper script to automatically update OpenCollective bac...
  • b6ed43d feat(packages): Added aria-hidden fallback for decorative icons to all packag...
  • See full diff in compare view

Updates next from 16.1.0 to 16.1.4

Release notes

Sourced from next's releases.

v16.1.4

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

Core Changes

  • Only filter next config if experimental flag is enabled (#88733)

Credits

Huge thanks to @​mischnic for helping!

v16.1.3

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

Core Changes

  • Fix linked list bug in LRU deleteFromLru (#88652)
  • Fix relative same host redirects in node middleware (#88253)

Credits

Huge thanks to @​acdlite and @​ijjk for helping!

v16.1.2

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

Core Changes

  • Turbopack: Update to swc_core v50.2.3 (#87841) (#88296)
    • Fixes a crash when processing mdx files with multibyte characters. (#87713)
  • Turbopack: mimalloc upgrade and enabling it on musl (#88503) (#87815) (#88426)
    • Fixes a significant performance issue on musl-based Linux distributions (e.g. Alpine in Docker) related to musl's allocator.
    • Other platforms have always used mimalloc, but we previously did not use mimalloc on musl because of compilation issues that have since been resolved.

Credits

Huge thanks to @​mischnic for helping!

v16.1.1

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

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows (#87606)

Credits

... (truncated)

Commits

Updates @types/node from 25.0.3 to 25.0.10

Commits

Updates eslint-config-next from 16.1.0 to 16.1.4

Release notes

Sourced from eslint-config-next's releases.

v16.1.4

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

Core Changes

  • Only filter next config if experimental flag is enabled (#88733)

Credits

Huge thanks to @​mischnic for helping!

v16.1.3

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

Core Changes

  • Fix linked list bug in LRU deleteFromLru (#88652)
  • Fix relative same host redirects in node middleware (#88253)

Credits

Huge thanks to @​acdlite and @​ijjk for helping!

v16.1.2

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

Core Changes

  • Turbopack: Update to swc_core v50.2.3 (#87841) (#88296)
    • Fixes a crash when processing mdx files with multibyte characters. (#87713)
  • Turbopack: mimalloc upgrade and enabling it on musl (#88503) (#87815) (#88426)
    • Fixes a significant performance issue on musl-based Linux distributions (e.g. Alpine in Docker) related to musl's allocator.
    • Other platforms have always used mimalloc, but we previously did not use mimalloc on musl because of compilation issues that have since been resolved.

Credits

Huge thanks to @​mischnic for helping!

v16.1.1

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

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows (#87606)

Credits

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

| Package | From | To |
| --- | --- | --- |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.3.0` | `16.4.8` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.1.1` | `14.2.6` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.3.0` | `16.4.8` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.562.0` | `0.563.0` |
| [next](https://github.com/vercel/next.js) | `16.1.0` | `16.1.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.0.10` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.1.0` | `16.1.4` |



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

Updates `fumadocs-mdx` from 14.1.1 to 14.2.6
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/commits)

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

Updates `lucide-react` from 0.562.0 to 0.563.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.563.0/packages/lucide-react)

Updates `next` from 16.1.0 to 16.1.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.0...v16.1.4)

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

Updates `eslint-config-next` from 16.1.0 to 16.1.4
- [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/v16.1.4/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: fumadocs-core
  dependency-version: 16.4.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: fumadocs-mdx
  dependency-version: 14.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: fumadocs-ui
  dependency-version: 16.4.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 0.563.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next
  dependency-version: 16.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 25.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint-config-next
  dependency-version: 16.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 26, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 26, 2026

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 d9fa609 Jan 26 2026, 03:13 AM

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

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

@dependabot dependabot bot closed this Feb 2, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-27d2892c29 branch February 2, 2026 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants