chore(deps): update all non-major dependencies #24
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:
^1.2.44
->^1.2.46
^1.2.35
->^1.2.37
^22.15.21
->^22.15.30
^0.43.1
->^0.44.2
^9.27.0
->^9.28.0
10.11.0
->10.11.1
^0.5.2
->^0.6.0
^4.16.1
->^4.19.1
Release Notes
drizzle-team/drizzle-orm (drizzle-orm)
v0.44.2
Compare Source
tsconfig
: #4535, #4457v0.44.1
Compare Source
v0.44.0
Compare Source
Error handling
Starting from this version, we’ve introduced a new
DrizzleQueryError
that wraps all errors from database drivers and provides a set of useful information:Drizzle
query failedDrizzle
cache
moduleDrizzle sends every query straight to your database by default. There are no hidden actions, no automatic caching or invalidation - you’ll always see exactly what runs. If you want caching, you must opt in.
By default, Drizzle uses a explicit caching strategy (i.e.
global: false
), so nothing is ever cached unless you ask. This prevents surprises or hidden performance traps in your application. Alternatively, you can flip on all caching (global: true) so that every select will look in cache first.Out first native integration was built together with Upstash team and let you natively use
upstash
as a cache for your drizzle queriesYou can also implement your own cache, as Drizzle exposes all the necessary APIs, such as get, put, mutate, etc.
You can find full implementation details on the website
For more usage example you can check our docs
eslint/eslint (eslint)
v9.28.0
Compare Source
pnpm/pnpm (pnpm)
v10.11.1
Compare Source
Patch Changes
pnpm deploy --legacy
creates unexpected directories when the rootpackage.json
has a workspace package as a peer dependency #9550.strictPeerDependencies
istrue
but all issues are ignored bypeerDependencyRules
#9505.pnpm_config_
env variables instead ofnpm_config_
#9571.--lockfile-only
flag onpnpm update
to produce a differentpnpm-lock.yaml
than an update without the flag.pnpm deploy
work in repos withoverrides
wheninject-workspace-packages=true
#9283.pnpm -r --silent run
should not print out section #9563.cloudflare/ai (workers-ai-provider)
v0.6.0
Compare Source
Minor Changes
9f5562a
Thanks @JoaquinGimenez1! - Adds support for new tool call format during streamingv0.5.3
Compare Source
Patch Changes
de992e6
Thanks @threepointone! - trigger a release for reverted changecloudflare/workers-sdk (wrangler)
v4.19.1
Compare Source
Patch Changes
db2cdc6
Thanks @WillTaylorDev! - Fix bug causing preview alias to always be generated.v4.19.0
Compare Source
Minor Changes
03b8c1c
Thanks @WillTaylorDev! - Provide ability for Wrangler to upload preview aliases during version upload.Patch Changes
#9390
80e75f4
Thanks @penalosa! - Support additional Mixed Mode resources in Wrangler:#9395
b3be057
Thanks @Maximo-Guk! - Add WRANGLER_CI_OVERRIDE_NETWORK_MODE_HOST for Workers CI#9410
87f3843
Thanks @dario-piotrowicz! - enable consumers ofunstable_readConfig
to silenceremote
warningsUpdated dependencies [
8c7ce77
,80e75f4
,80e75f4
,fac2f9d
,92719a5
]:v4.18.0
Compare Source
Minor Changes
34b6174
Thanks @jamesopstad! - Hard fail on Node.js < 20. Wrangler no longer supports Node.js 18.x as it reached end-of-life on 2025-04-30. See https://github.com/nodejs/release?tab=readme-ov-file#end-of-life-releases.Patch Changes
#9308
d3a6eb3
Thanks @dario-piotrowicz! - expose new utilities and types to aid consumers of the programmatic mixed-mode APISpecifically the exports have been added:
Experimental_MixedModeSession
: type representing a mixed-mode sessionExperimental_ConfigBindingsOptions
: type representing config-bindingsexperimental_pickRemoteBindings
: utility for picking only the remote bindings from a record of start-worker bindings.unstable_convertConfigBindingsToStartWorkerBindings
: utility for converting config-bindings into start-worker bindings (that can be passed tostartMixedModeSession
)#9347
b8f058c
Thanks @penalosa! - Improve binding display on narrower terminalsUpdated dependencies [
d9d937a
,e39a45f
,fdae3f7
]:v4.17.0
Compare Source
Minor Changes
#9321
6c03bde
Thanks @petebacondarwin! - Add support for FedRAMP High compliance regionNow it is possible to target Wrangler at the FedRAMP High compliance region.
There are two ways to signal to Wrangler to run in this mode:
"compliance_region": "fedramp_high"
in a Wrangler configurationCLOUDFLARE_COMPLIANCE_REGION=fedramp_high
environment variable when running WranglerIf both are provided and the values do not match then Wrangler will exit with an error.
When in this mode OAuth authentication is not supported.
It is necessary to authenticate using a Cloudflare API Token acquired from the Cloudflare FedRAMP High dashboard.
Most bindings and commands are supported in this mode.
Resolves DEVX-1921.
#9330
34c71ce
Thanks @edmundhung! - Updated internal configuration to use Miniflare’s newdefaultPersistRoot
instead of per-pluginpersist
flags#8973
cc7fae4
Thanks @Caio-Nogueira! - Show latest instance by default onworkflows instances describe
commandPatch Changes
#9335

6479fc5
Thanks @penalosa! - Redesignwrangler dev
to more clearly present information and have a bit of a glow up ✨#9329
410d985
Thanks @penalosa! - Hide logs in thestartMixedModeSession()
API#9325
c2678d1
Thanks @edmundhung! - refactor: fallbacks to local image binding from miniflare when local mode is enabledUpdated dependencies [
34c71ce
,f7c82a4
,7ddd865
,6479fc5
,e5ae13a
]:Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.