Skip to content

fix(deps): update bun minor and patch dependencies - #1102

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bun-minor-and-patch-dependencies
Open

fix(deps): update bun minor and patch dependencies#1102
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bun-minor-and-patch-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@better-auth/api-key (source) 1.6.271.6.29 age confidence
@better-auth/passkey (source) ^1.6.27^1.6.29 age confidence
@better-auth/sso (source) ^1.6.27^1.6.29 age confidence
@better-auth/utils 0.4.20.5.0 age confidence
@cloudflare/vite-plugin (source) ^1.52.0^1.52.1 age confidence
@faker-js/faker (source) ^10.5.0^10.6.0 age confidence
@hookform/resolvers (source) ^5.7.1^5.9.0 age confidence
@scalar/hono-api-reference (source) ^0.11.13^0.11.14 age confidence
@tanstack/react-router (source) ^1.170.27^1.170.29 age confidence
@tanstack/react-start (source) ^1.168.44^1.168.46 age confidence
@tanstack/router-plugin (source) ^1.168.30^1.168.32 age confidence
better-auth (source) ^1.6.27^1.6.29 age confidence
cron-parser ^5.8.1^5.10.0 age confidence
drizzle-kit (source) ^1.0.0-rc.4-ca0f029^1.0.0-rc.5-ab785fc age confidence
drizzle-orm (source) 1.0.0-rc.4-5d5b77c1.0.0-rc.5-ab785fc age confidence
fumadocs-core ^16.14.3^16.14.4 age confidence
fumadocs-ui ^16.14.3^16.14.4 age confidence
hono (source) ^4.13.1^4.13.2 age confidence
shadcn (source) ^4.17.0^4.18.0 age confidence
wrangler (source) ^4.122.0^4.123.0 age confidence

Release Notes

better-auth/better-auth (@​better-auth/api-key)

v1.6.29

Compare Source

Patch Changes

v1.6.28

Compare Source

Patch Changes
better-auth/better-auth (@​better-auth/passkey)

v1.6.29

Compare Source

Patch Changes

v1.6.28

Compare Source

Patch Changes
better-auth/better-auth (@​better-auth/sso)

v1.6.29

Compare Source

Patch Changes

v1.6.28

Compare Source

Patch Changes
better-auth/utils (@​better-auth/utils)

v0.5.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.4.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
cloudflare/workers-sdk (@​cloudflare/vite-plugin)

v1.52.1

Compare Source

Patch Changes
faker-js/faker (@​faker-js/faker)

v10.6.0

Compare Source

New Locales
Features
Changed Locales
Bug Fixes
react-hook-form/resolvers (@​hookform/resolvers)

v5.9.0

Compare Source

Features

v5.8.0

Compare Source

scalar/scalar (@​scalar/hono-api-reference)

v0.11.14

TanStack/router (@​tanstack/react-router)

v1.170.29

Compare Source

Patch Changes

v1.170.28

Compare Source

Patch Changes
  • #​8055 0c25a7b - Avoid wrapping root components that may render the HTML document in a Suspense boundary during SSR and hydration.

  • #​8054 31882c7 - Reuse resolved lazy route components when revisiting code-split routes, preventing unnecessary pending UI.

  • Updated dependencies [31882c7]:

TanStack/router (@​tanstack/react-start)

v1.168.46

Compare Source

Patch Changes

v1.168.45

Compare Source

Patch Changes
TanStack/router (@​tanstack/router-plugin)

v1.168.32

Compare Source

Patch Changes

v1.168.31

Compare Source

Patch Changes
better-auth/better-auth (better-auth)

v1.6.29

Compare Source

Patch Changes

v1.6.28

Compare Source

Patch Changes
harrisiirak/cron-parser (cron-parser)

v5.10.0

Compare Source

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.9.0...v5.10.0

v5.9.0

Compare Source

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.9.0...v5.10.0

honojs/hono (hono)

v4.13.2

Compare Source

What's Changed

  • fix(secure-headers): output standard empty parentheses () instead of none for disabled Permissions-Policy directives in #​5197
  • fix(jsx): render async children of document metadata tags instead of [object Promise] in #​5204
  • fix(etag): resolve incorrect incremental hashing for chunked responses in #​5199
  • fix(client): serialize multiple cookies correctly in #​5202
  • fix(etag): stabilize digest across stream chunks in #​5205
  • fix(url): strip trailing question mark correctly for optional params with regex quantifiers in #​5209
  • perf(cors): pre-join static array header options during initialization in #​5210
  • fix(client): send falsy JSON bodies in #​5215
  • feat(secure-headers): add missing W3C Permissions-Policy directives in #​5214

Full Changelog: honojs/hono@v4.13.1...v4.13.2

shadcn-ui/ui (shadcn)

v4.18.0

Compare Source

Minor Changes
Patch Changes
cloudflare/workers-sdk (wrangler)

v4.123.0

Compare Source

Minor Changes
  • #​15113 b8fd112 Thanks @​BSFishy! - Add local dev simulation for Cloudflare Access ctx.access.getIdentity()

    You can now configure a mock Cloudflare Access identity in wrangler.json so that ctx.access.getIdentity() returns it during local development.

    // wrangler.json
    {
      "access": {
        "dev": {
          "aud": "my-app-aud-tag",
          "identity": {
            "email": "user@example.com",
            "name": "Test User"
          }
        }
      }
    }
  • #​15152 f0f2054 Thanks @​GregBrimble! - [private beta]: Updates the --ignore-defaults flag to --ignore-base-config on wrangler preview commands.

    --ignore-base-config now only takes effect on Preview creation, rather than on each deployment, since Preview base configuration is now copy-on-create rather than inherit-on-deploy.

  • #​14872 339509d Thanks @​dario-piotrowicz! - Add automatic update prompts for out-of-date Cloudflare agent skills

    When Cloudflare skills were previously installed by Wrangler and the upstream cloudflare/skills repository has newer content, Wrangler now offers to update them after eligible commands complete.

    To reduce prompt fatigue, the update check only runs once a month (30 days since the last install or update). Declining suppresses the prompt until the next upstream change.

    When declining an update, Wrangler offers the option to permanently disable future update prompts. This preference is stored globally in ~/.wrangler/agents-skills-install.jsonc. The WRANGLER_NO_SKILLS_UPDATE_PROMPTS=true environment variable can also be used to suppress prompts. The --install-skills flag remains available regardless of these settings.

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/bun-minor-and-patch-dependencies branch 11 times, most recently from 8dd9f2b to 5aa28d0 Compare August 17, 2026 14:36
@renovate
renovate Bot force-pushed the renovate/bun-minor-and-patch-dependencies branch from 5aa28d0 to 88133a9 Compare August 18, 2026 17:05
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.

0 participants