Skip to content

chore(deps)(deps): bump the production-dependencies group with 7 updates#851

Merged
hotlong merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-e232084c90
Mar 2, 2026
Merged

chore(deps)(deps): bump the production-dependencies group with 7 updates#851
hotlong merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-e232084c90

Conversation

@dependabot
Copy link
Contributor

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

Bumps the production-dependencies group with 7 updates:

Package From To
@oclif/core 4.8.1 4.8.2
better-auth 1.4.19 1.5.0
hono 4.12.2 4.12.3
fumadocs-core 16.6.5 16.6.8
fumadocs-mdx 14.2.8 14.2.9
fumadocs-ui 16.6.5 16.6.8
react-resizable-panels 4.6.5 4.7.0

Updates @oclif/core from 4.8.1 to 4.8.2

Release notes

Sourced from @​oclif/core's releases.

4.8.2

Bug Fixes

  • deps: bump minimatch from 10.2.1 to 10.2.4 (d1d9831)
Changelog

Sourced from @​oclif/core's changelog.

4.8.2 (2026-02-28)

Bug Fixes

  • deps: bump minimatch from 10.2.1 to 10.2.4 (d1d9831)
Commits
  • 718be37 chore(release): 4.8.2 [skip ci]
  • 7984897 Merge pull request #1547 from oclif/dependabot-npm_and_yarn-minimatch-10.2.4
  • d1d9831 fix(deps): bump minimatch from 10.2.1 to 10.2.4
  • 6bfe3a5 Merge pull request #1545 from oclif/ew/slack-webhook-secret
  • 073454b chore: pass slack webhook secret [skip ci]
  • See full diff in compare view

Updates better-auth from 1.4.19 to 1.5.0

Release notes

Sourced from better-auth's releases.

v1.5.0

Better Auth 1.5 Release

We’re excited to announce the release of Better Auth 1.5! 🎉

This is our biggest release yet, with over 600 commits, 70 new features, 200 bug fixes, and 7 entirely new packages. From MCP authentication to Electron desktop support, this release brings Better Auth to new platforms and use cases.

We’re also announcing our new Infrastructure product. It lets you use a full user management and analytics dashboard, security and protection tooling, audit logs, a self-service SSO UI, and more, all with your own Better Auth instance.

Starting with this release, the self-service SSO dashboard — which lets your enterprise customers onboard their own SAML providers without support tickets — is powered by Better Auth Infrastructure. If you’re using the SSO plugin in production, we recommend upgrading to the Pro or Business tier to get access to the dashboard and streamline your enterprise onboarding.

And soon, you’ll be able to host your Better Auth instance on our infrastructure as well, so you can own your auth at scale without worrying about infrastructure needs.

Sign up now: https://better-auth.com/sign-in 🚀

To upgrade, run:

npx auth upgrade

🚀 Highlights

New Better Auth CLI

We’re introducing a new standalone CLI: npx auth. This replaces the previous @better-auth/cli package, which will be deprecated in a future release.

npx auth init

With a single interactive command, npx auth init scaffolds a complete Better Auth setup — configuration file, database adapter, and framework integration.

All existing commands like migrate and generate are available through the new CLI as well:

npx auth migrate   # Run database migrations
npx auth generate  # Generate auth schema
npx auth upgrade   # Upgrade Better Auth to the latest version

The generate command now also supports a --adapter flag, letting you generate schema output tailored to your specific database adapter without needing a full Better Auth config file:

npx auth generate --adapter prisma
npx auth generate --adapter drizzle

... (truncated)

Commits
  • 0ff021d chore: release v1.5.0
  • d727caf feat(client): add fallback support for VERCEL_URL and NEXTAUTH_URL (#6421)
  • 859367a chore: lint
  • 4eec4df feat(email-otp): add change email flow with OTP (#7968)
  • a63d31e fix(last-login-method): correctly handle multiple Set-Cookie headers (#7133)
  • 07b8390 feat: support non-destructive key rotation for BETTER_AUTH_SECRET (#7738)
  • e2e560c fix: session listing endpoints returning empty arrays when >100 inactive sess...
  • 33094f0 Revert "fix(oauth-proxy): add generic OAuth support to proxy (#8082)"
  • 3fc0dd7 fix(organization): update path matching for active member signals (#7732)
  • 81d83bb fix: preserve refresh token when provider omits it on refresh (#8001)
  • Additional commits viewable in compare view

Updates hono from 4.12.2 to 4.12.3

Release notes

Sourced from hono's releases.

v4.12.3

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.2...v4.12.3

Commits
  • 790c57b 4.12.3
  • bda46ac fix(jwt): prevent memory leak by avoiding mutation of options object (#4759)
  • 0f505f4 fix(types): correct middleware types (#4774)
  • eb9c112 fix(types): remove DOM type dependencies from ClientResponse and request meth...
  • b1df304 fix(jwt): fix JwtVariables for ContextVariableMap (#4764)
  • e4602ad fix(jwt): use Math.floor instead of bitwise OR for safe timestamp (#4754)
  • 4bb70fa fix(validator): prevent type diff bug in form data parsing (#4753)
  • See full diff in compare view

Updates fumadocs-core from 16.6.5 to 16.6.8

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@16.6.8

Patch Changes

  • 5453502: use Shiki.js v4

fumadocs-core@16.6.7

No release notes provided.

fumadocs-core@16.6.6

No release notes provided.

Commits
  • 51239a8 Merge pull request #3053 from fuma-nama/changeset-release/dev
  • 73b97ab OpenAPI: improve schema UI
  • 8fc467a UI: improve home layout navbar
  • 53856d2 OpenAPI: Improve dereference & TypeScript generation
  • 5453502 Chore: use Shiki.js v4
  • 146e265 Merge pull request #3050 from fuma-nama/changeset-release/dev
  • 992638d Chore: add more showcases
  • 34d44a1 fix types
  • 8faa2e4 UI: fix codeblock highlight styles
  • 825f401 OpenAPI: enable Typescript definition generation for request body
  • Additional commits viewable in compare view

Updates fumadocs-mdx from 14.2.8 to 14.2.9

Release notes

Sourced from fumadocs-mdx's releases.

fumadocs-mdx@14.2.9

Patch Changes

  • 5453502: use Shiki.js v4
  • Updated dependencies [5453502]
    • @​fumadocs/mdx-remote@​1.4.6
    • fumadocs-core@16.6.8
Commits
  • 51239a8 Merge pull request #3053 from fuma-nama/changeset-release/dev
  • 73b97ab OpenAPI: improve schema UI
  • 8fc467a UI: improve home layout navbar
  • 53856d2 OpenAPI: Improve dereference & TypeScript generation
  • 5453502 Chore: use Shiki.js v4
  • 146e265 Merge pull request #3050 from fuma-nama/changeset-release/dev
  • 992638d Chore: add more showcases
  • 34d44a1 fix types
  • 8faa2e4 UI: fix codeblock highlight styles
  • 825f401 OpenAPI: enable Typescript definition generation for request body
  • Additional commits viewable in compare view

Updates fumadocs-ui from 16.6.5 to 16.6.8

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.6.8

Patch Changes

  • 5453502: use Shiki.js v4
  • Updated dependencies [5453502]
    • @​fumadocs/tailwind@​0.0.3
    • fumadocs-core@16.6.8

fumadocs-ui@16.6.7

Patch Changes

  • 8faa2e4: fix codeblock highlight styles
    • fumadocs-core@16.6.7

fumadocs-ui@16.6.6

Patch Changes

  • 38bd784: improve flux layout
    • fumadocs-core@16.6.6
Commits
  • 51239a8 Merge pull request #3053 from fuma-nama/changeset-release/dev
  • 73b97ab OpenAPI: improve schema UI
  • 8fc467a UI: improve home layout navbar
  • 53856d2 OpenAPI: Improve dereference & TypeScript generation
  • 5453502 Chore: use Shiki.js v4
  • 146e265 Merge pull request #3050 from fuma-nama/changeset-release/dev
  • 992638d Chore: add more showcases
  • 34d44a1 fix types
  • 8faa2e4 UI: fix codeblock highlight styles
  • 825f401 OpenAPI: enable Typescript definition generation for request body
  • Additional commits viewable in compare view

Updates react-resizable-panels from 4.6.5 to 4.7.0

Changelog

Sourced from react-resizable-panels's changelog.

4.7.0

= 677: Add groupResizeBehavior prop to Panel, enabling panels to retain their current size (pixels) size when the parent Group is resized.

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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@oclif/core](https://github.com/oclif/core) | `4.8.1` | `4.8.2` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.4.19` | `1.5.0` |
| [hono](https://github.com/honojs/hono) | `4.12.2` | `4.12.3` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.6.5` | `16.6.8` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.8` | `14.2.9` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.6.5` | `16.6.8` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.6.5` | `4.7.0` |


Updates `@oclif/core` from 4.8.1 to 4.8.2
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@4.8.1...4.8.2)

Updates `better-auth` from 1.4.19 to 1.5.0
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.5.0/packages/better-auth)

Updates `hono` from 4.12.2 to 4.12.3
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.2...v4.12.3)

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

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

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

Updates `react-resizable-panels` from 4.6.5 to 4.7.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.6.5...4.7.0)

---
updated-dependencies:
- dependency-name: "@oclif/core"
  dependency-version: 4.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: better-auth
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: hono
  dependency-version: 4.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fumadocs-core
  dependency-version: 16.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fumadocs-mdx
  dependency-version: 14.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fumadocs-ui
  dependency-version: 16.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-resizable-panels
  dependency-version: 4.7.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 2, 2026
@vercel
Copy link

vercel bot commented Mar 2, 2026

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

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

Request Review

@github-actions github-actions bot added documentation Improvements or additions to documentation size/s labels Mar 2, 2026
@hotlong hotlong merged commit 76bd1c4 into main Mar 2, 2026
23 of 26 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-e232084c90 branch March 2, 2026 03:10
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/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant