Update all non-major dependencies #446
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.14->0.10.154.20251205.0->4.20251213.024.10.1->24.10.40.38.36->0.38.371.42.0->1.43.04.10.7->4.11.10.28.8->0.28.94.20251202.1->4.20251210.010.24.0->10.25.00.17.0->0.17.44.53.0->4.54.0Release Notes
cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.10.15Compare Source
Patch Changes
c15e99e,31c162a,bd5f087,c6dd86f,235d325,b17797c,b17797c,41103f5,ea6fbec,bb47e20,991760d]:cloudflare/workerd (@cloudflare/workers-types)
v4.20251213.0Compare Source
v4.20251212.0Compare Source
v4.20251211.0Compare Source
v4.20251210.0Compare Source
v4.20251209.0Compare Source
discordjs/discord-api-types (discord-api-types)
v0.38.37Compare Source
toss/es-toolkit (es-toolkit)
v1.43.0Compare Source
Released on December 12th, 2025.
mergeto handle arrays and objects consistently, and to match lodash's behavior with date values and array-like objects. ([#1553], [#1542], [#1548])isMatchandisMatchWithto match lodash's behavior.intersectionByimplementation and removed duplicates when the mapper produces the same values. ([#1528])throttleworking like debounce.toSnakeCaseKeys,toCamelCaseKeysfor edge cases and improved type inference for uppercase keys. ([#1538])camelCase,kebabCase,lowerCase,snakeCase,startCase,upperCase) to match lodash's behavior. ([#1525])compat/templateto disable ES interpolation when custominterpolateis provided. ([#1527])differenceBydocumentation. ([#1543])deburrto use arrays to construct the deburrMap. ([#1526])We sincerely thank @dayongkr, @raon0211, @wo-o29, @Yeom-JinHo, @Copilot, @oshosh, @vbfox, @sukvvon, @sankeyangshu, @D-Sketon, @seo-rii for their contributions. We appreciate your great efforts!
honojs/hono (hono)
v4.11.1Compare Source
What's Changed
Full Changelog: honojs/hono@v4.11.0...v4.11.1
v4.11.0Compare Source
Release Notes
Hono v4.11.0 is now available!
This release includes new features for the Hono client, middleware improvements, and an important type system fix.
Type System Fix for Middleware
We've fixed a bug in the type system for middleware. Previously,
appdid not have the correct type with pathless handlers:This has now been fixed.
Thanks @kosei28!
Typed URL for Hono Client
You can now pass the base URL as the second type parameter to
hcto get more precise URL types:This is useful when you want to use the URL as a type-safe key for libraries like SWR.
Thanks @miyaji255!
Custom NotFoundResponse Type
You can now customize the
NotFoundResponsetype using module augmentation. This allowsc.notFound()to return a typed response:Now the client can correctly infer the 404 response type.
Thanks @miyaji255!
tryGetContext Helper
The new
tryGetContext()helper in the Context Storage middleware returnsundefinedinstead of throwing an error when the context is not available:Thanks @AyushCoder9!
Custom Query Serializer
You can now customize how query parameters are serialized using the
buildSearchParamsoption:Thanks @bolasblack!
New features
All changes
New Contributors
Full Changelog: honojs/hono@v4.10.8...v4.11.0
v4.10.8Compare Source
What's Changed
IsAllowedOriginHandlerby @baseballyama in #4558IsAllowedSecFetchSiteHandlerby @baseballyama in #4559New Contributors
Full Changelog: honojs/hono@v4.10.7...v4.10.8
kysely-org/kysely (kysely)
v0.28.9: 0.28.9Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
🚀 Features
🐞 Bugfixes
PostgreSQL 🐘
📖 Documentation
📦 CICD & Tooling
🐤 New Contributors
Full Changelog: kysely-org/kysely@v0.28.8...v0.28.9
cloudflare/workers-sdk (miniflare)
v4.20251210.0Compare Source
Patch Changes
#11552
31c162aThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11583
bd5f087Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11584
c6dd86fThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
pnpm/pnpm (pnpm)
v10.25.0Compare Source
rolldown/tsdown (tsdown)
v0.17.4Compare Source
🚨 Breaking Changes
rollup-plugin-copy- by @sxzz (e864b)🚀 Features
excludeoption - by @TheAlexLichter and @sxzz in #340 (9e634)🐞 Bug Fixes
cwdfrom user config - by @sxzz (bc066)View changes on GitHub
v0.17.3Compare Source
🚀 Features
copy- by @kricsleo and @sxzz in #637 (c1fd4)🐞 Bug Fixes
View changes on GitHub
v0.17.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.17.1Compare Source
🐞 Bug Fixes
View changes on GitHub
cloudflare/workers-sdk (wrangler)
v4.54.0Compare Source
Minor Changes
#11512
c15e99eThanks @emily-shen! - Enable usingctx.exportswith containersYou can now use containers with Durable Objects that are accessed via
ctx.exports.Now your config file can look something like this:
Note that when using
ctx.exports, where you previously accessed a Durable Object via something likeenv.DO, you should now access withctx.exports.MyDOClassname.Refer to the docs for more information on using
ctx.exports.#11508
b17797cThanks @dario-piotrowicz! - Wrangler will no longer try to add additional configuration to projects using@cloudflare/vite-pluginwhen deploying or runningwrangler setup#11508
b17797cThanks @dario-piotrowicz! - When a Vite project is detected, install@cloudflare/vite-plugin#11576
bb47e20Thanks @dario-piotrowicz! - Support Analog projects in autoconfig#10582
991760dThanks @flakey5! - Addcontainers sshcommandPatch Changes
#11467
235d325Thanks @edmundhung! - fix: prevent reporting SQLite error fromwrangler d1 executeto Sentry#11414
41103f5Thanks @petebacondarwin! - add extra logging to user log-in flow for diagnosing failed login requests#11559
ea6fbecThanks @nikitassharma! - Remove image validation for containers on wrangler deploy.Internal customers are able to use additional image registries and will run into failures with this validation. Image registry validation will now be handled by the API.
Updated dependencies [
31c162a,bd5f087,c6dd86f]:Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.