Skip to content

chore(deps)(deps): bump the production-dependencies group with 4 updates#993

Merged
hotlong merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-0d278655d0
Mar 30, 2026
Merged

chore(deps)(deps): bump the production-dependencies group with 4 updates#993
hotlong merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-0d278655d0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the production-dependencies group with 4 updates: knex, fumadocs-core, fumadocs-ui and react-resizable-panels.

Updates knex from 3.2.6 to 3.2.7

Changelog

Sourced from knex's changelog.

3.2.7 - 27 March, 2026

Bug fixes

  • fix sqlite DDL operations failing inside transactions #6408
  • fix: handle lowercase INFORMATION_SCHEMA keys in MySQL renameColumn #6407
  • fix: clone config in client constructor #5633
  • fix: remove __knexTxId from transaction connection on release #5288
  • fix: correct binding order in delete with subquery join #6412
  • chore: omit ./scripts from published package #6356
Commits
  • 633b4a4 release 3.2.7
  • d9faa34 fix: clone config in client constructor (#5633)
  • c5e731c fix: invalid GH workflow.yml files from 7e04e0a
  • 699ce7a fix: remove __knexTxId from connection on release (#5288)
  • 7e04e0a chore: only use dockerhub install if username is available
  • c88c8ee chore: add dockerhub credentials to prevent CI rate limiting (#6418)
  • fc2293e chore: add codecov (#6416)
  • 219f2d4 docs: add link for the knex-ibmi dialect (#6359)
  • ff4cf27 fix: correct binding order in delete with subquery join (#6412)
  • ad1c7bc fix: sqlite DDL operations failing inside transactions #6402 (#6408)
  • Additional commits viewable in compare view

Updates fumadocs-core from 16.7.4 to 16.7.7

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@16.7.7

Patch Changes

  • 0a6507b: Improve remarkSteps() integration & support tag usage

fumadocs-core@16.7.6

No release notes provided.

fumadocs-core@16.7.5

Patch Changes

  • 55479b3: Improve TOC detection logic
Commits
  • 8cf23e0 Merge pull request #3151 from fuma-nama/changeset-release/dev
  • 6b0fae0 OpenAPI: expose collapsible panel
  • a5186a7 OpenAPI: support watch option
  • e21cd05 Docs: introduce remark-steps plugin
  • 0f39a9f UI: Improve TOC rendering for steps
  • 301122b fix build
  • 0a6507b Core: Improve remarkSteps() integration & support tag usage
  • 4fa2aff UI: only enable column transition when sidebar changes
  • 24866a3 Chore: set scrollbar-gutter by default
  • f932508 Docs: Introduce OpenAPI for non-RSC usage
  • Additional commits viewable in compare view

Updates fumadocs-ui from 16.7.4 to 16.7.7

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.7.7

Patch Changes

  • 9eb3c84: fix TOC line offset
  • 0f39a9f: Improve TOC rendering for steps
  • Updated dependencies [0a6507b]
    • fumadocs-core@16.7.7

fumadocs-ui@16.7.6

Patch Changes

  • 6849807: Fix shiki.css padding
    • fumadocs-core@16.7.6

fumadocs-ui@16.7.5

Patch Changes

  • 55479b3: Improve TOC detection logic
  • f9e6367: auto-close TOC popover
  • Updated dependencies [55479b3]
    • fumadocs-core@16.7.5
Commits
  • 8cf23e0 Merge pull request #3151 from fuma-nama/changeset-release/dev
  • 6b0fae0 OpenAPI: expose collapsible panel
  • a5186a7 OpenAPI: support watch option
  • e21cd05 Docs: introduce remark-steps plugin
  • 0f39a9f UI: Improve TOC rendering for steps
  • 301122b fix build
  • 0a6507b Core: Improve remarkSteps() integration & support tag usage
  • 4fa2aff UI: only enable column transition when sidebar changes
  • 24866a3 Chore: set scrollbar-gutter by default
  • f932508 Docs: Introduce OpenAPI for non-RSC usage
  • Additional commits viewable in compare view

Updates react-resizable-panels from 4.7.6 to 4.8.0

Release notes

Sourced from react-resizable-panels's releases.

4.8.0

  • 699: useDefaultLayout hook automatically migrates legacy layouts to version 4 format; see issue 605 or PR 699 for details on how this works.
Changelog

Sourced from react-resizable-panels's changelog.

4.8.0

  • 699: useDefaultLayout hook automatically migrates legacy layouts to version 4 format; see issue 605 for details on how this works.
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 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

Bumps the production-dependencies group with 4 updates: [knex](https://github.com/knex/knex), [fumadocs-core](https://github.com/fuma-nama/fumadocs), [fumadocs-ui](https://github.com/fuma-nama/fumadocs) and [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels).


Updates `knex` from 3.2.6 to 3.2.7
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](knex/knex@3.2.6...3.2.7)

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

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

Updates `react-resizable-panels` from 4.7.6 to 4.8.0
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md)
- [Commits](bvaughn/react-resizable-panels@4.7.6...4.8.0)

---
updated-dependencies:
- dependency-name: knex
  dependency-version: 3.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fumadocs-core
  dependency-version: 16.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fumadocs-ui
  dependency-version: 16.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-resizable-panels
  dependency-version: 4.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

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 Mar 30, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectstack-play Error Error Mar 30, 2026 2:30am
spec Ready Ready Preview, Comment Mar 30, 2026 2:30am

Request Review

@github-actions github-actions bot added documentation Improvements or additions to documentation size/xs labels Mar 30, 2026
@hotlong hotlong merged commit 3dcb4ad into main Mar 30, 2026
23 of 26 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-0d278655d0 branch March 30, 2026 02:49
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 documentation Improvements or additions to documentation javascript Pull requests that update javascript code size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant