-
-
Notifications
You must be signed in to change notification settings - Fork 699
chore(deps): update all non-major dependencies #3406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit: |
Deploying content with
|
Latest commit: |
2012521
|
Status: | ✅ Deploy successful! |
Preview URL: | https://da25a672.content-f0q.pages.dev |
Branch Preview URL: | https://renovate-all-minor-patch.content-f0q.pages.dev |
dad8f4a
to
ccb2a0f
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ccb2a0f
to
94f2ba4
Compare
94f2ba4
to
86a7f78
Compare
86a7f78
to
3af0313
Compare
3af0313
to
8e1bace
Compare
8e1bace
to
5f72f54
Compare
5f72f54
to
24bb723
Compare
24bb723
to
aaff63b
Compare
aaff63b
to
d5eefac
Compare
d5eefac
to
727591d
Compare
727591d
to
2012521
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
^4.20250610.0
->^4.20250620.0
^1.2.47
->^1.2.52
^1.2.38
->^1.2.40
^1.2.22
->^1.2.23
^3.6.0
->^3.7.0
^1.2.15
->^1.2.17
^22.15.31
->^22.15.32
^13.3.0
->^13.4.0
12.0.0
->12.1.0
^9.28.0
->^9.29.0
^10.0.1
->^10.0.3
^5.1.6
->^5.1.7
10.12.1
->10.12.2
^3.5.3
->^3.6.0
^3.6.0
->^3.7.0
^3.2.3
->^3.2.4
^4.19.1
->^4.21.0
^3.25.58
->^3.25.67
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20250620.0
Compare Source
v4.20250619.0
Compare Source
v4.20250618.0
Compare Source
v4.20250617.0
Compare Source
v4.20250614.0
Compare Source
v4.20250613.0
Compare Source
v4.20250612.0
Compare Source
shikijs/shiki (@shikijs/langs)
v3.7.0
Compare Source
🚀 Features
🐞 Bug Fixes
light-dark
on colors, close #1036 - by @antfu in https://github.com/shikijs/shiki/issues/1036 (ac58a)View changes on GitHub
vueuse/vueuse (@vueuse/nuxt)
v13.4.0
Compare Source
🚀 Features
TimerHandle
for setTimeout type - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4801 (319d8)shouldCommit
- by @JonathanSchndr, Anthony Fu and Robin in https://github.com/vueuse/vueuse/issues/4471 (18acf)🐞 Bug Fixes
reset
call when the initial value is true - by @whiteyebrw in https://github.com/vueuse/vueuse/issues/4800 (c6469)🏎 Performance
View changes on GitHub
WiseLibs/better-sqlite3 (better-sqlite3)
v12.1.0
Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.0.0...v12.1.0
eslint/eslint (eslint)
v9.29.0
Compare Source
isaacs/minimatch (minimatch)
v10.0.3
Compare Source
v10.0.2
Compare Source
nuxt-modules/og-image (nuxt-og-image)
v5.1.7
Compare Source
🐞 Bug Fixes
nitro.static
over_generate
- by @danielroe in https://github.com/nuxt-modules/og-image/issues/372 (7a570)View changes on GitHub
pnpm/pnpm (pnpm)
v10.12.2
Compare Source
Patch Changes
enableGlobalVirtualStore
set totrue
#9648.--help
and-h
flags not working as expected for thepnpm create
command.pnpm licenses list --json
command is incorrect.pnpm deploy
fails due to overridden dependencies having peer dependencies causingERR_PNPM_OUTDATED_LOCKFILE
#9595.prettier/prettier (prettier)
v3.6.0
Compare Source
diff
🔗 Release Notes
vitest-dev/vitest (vitest)
v3.2.4
Compare Source
🐞 Bug Fixes
vitest run --watch
should be watch-mode - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8128 (657e8)--shard x/<count>
exceeds count of test files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8112 (8a18c)minWorkers
when onlymaxWorkers
specified - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8110 (14dc0)task.meta
should be available in custom reporter's errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8115 (27df6)View changes on GitHub
cloudflare/workers-sdk (wrangler)
v4.21.0
Compare Source
Minor Changes
#9692
273952f
Thanks @dom96! - Condenses Python vendored modules in output table#9654
2a5988c
Thanks @dom96! - Python Workers now automatically bundle .so files from vendored packagesPatch Changes
#9695
0e64c35
Thanks @emily-shen! - Move hotkey registration later in dev start upThis should have no functional change, but allows us to conditionally render hotkeys based on config.
#9098
ef20754
Thanks @jseba! - Migrate Workers Containers commands to Containers API EndpointsThe Workers Containers API was built on top of Cloudchamber, but has now been moved to its own API
with a reduced scoping and new token.
#9712
2a4c467
Thanks @emily-shen! - Makewrangler container
commands printopen-beta
statusv4.20.5
Compare Source
Patch Changes
#9688
086e29d
Thanks @dario-piotrowicz! - add remote bindings support togetPlatformProxy
Example:
#9558
d5edf52
Thanks @ichernetsky-cf! -wrangler containers apply
usesobservability
configuration.#9678
24b2c66
Thanks @dario-piotrowicz! - remove warnings during config validations onexperimental_remote
fieldswrangler commands, run without the
--x-remote-bindings
flag, parsing config files containingexperimental_remote
fields currently show warnings stating that the field is not recognized. This is usually more cumbersome than helpful so here we're loosening up this validation and making wrangler always recognize the field even when no--x-remote-bindings
flag is provided#9633
3f478af
Thanks @nikitassharma! - Add support for setting an instance type for containers in wrangler. This allows users to configure memory, disk, and vCPU by setting instance type when interacting with containers.#9596
5162c51
Thanks @CarmenPopoviciu! - add ability to pull images for containers local devUpdated dependencies [
bfb791e
,5162c51
]:v4.20.4
Compare Source
Patch Changes
#9673
ffa742f
Thanks @dario-piotrowicz! - fix: ensure that wrangler deploy and version upload don't override the remote-bindings flag#9653
8a60fe7
Thanks @penalosa! - RenameWRANGLER_CONTAINERS_DOCKER_PATH
toWRANGLER_DOCKER_BIN
#9664
c489a44
Thanks @IRCody! - Remove cloudchamber/container apply confirmation dialog when run non-interactively.#9653
8a60fe7
Thanks @penalosa! - Add a warning banner towrangler cloudchamber
andwrangler containers
commands#9605
17d23d8
Thanks @emily-shen! - Add rebuild hotkey for containers local dev, and clean up containers at the end of a dev session.Updated dependencies [
17d23d8
]:v4.20.3
Compare Source
Patch Changes
#9621
08be3ed
Thanks @gabivlj! - wrangler containers: 'default' scheduling policy should be the default#9586
d1d34fe
Thanks @penalosa! - Remove the Mixed Mode naming in favour of "remote bindings"/"remote proxy"Updated dependencies [
d1d34fe
]:v4.20.2
Compare Source
Patch Changes
#9565
b1c9139
Thanks @IRCody! - Ensure that a container applications image configuration is not updated if there were not changes to the image.#9628
92f12f4
Thanks @gpanders! - Remove "Cloudchamber" from user facing error messages#9576
2671e77
Thanks @vicb! - Add core local dev functionality for containers.Adds a new WRANGLER_DOCKER_HOST env var to customise what socket to connect to.
Updated dependencies [
828b7df
,2671e77
]:v4.20.1
Compare Source
Patch Changes
#9536
3b61c41
Thanks @dario-piotrowicz! - exposeUnstable_Binding
type#9564
1d3293f
Thanks @skepticfx! - Switch container registry toregistry.cloudflare.com
fromregistry.cloudchamber.cfdata.org
.Also adds the env var
CLOUDFLARE_CONTAINER_REGISTRY
to override this#9520
04f9164
Thanks @vicb! - fix the default value for keep_names (true
)#9506
36113c2
Thanks @penalosa! - Strip theCF-Connecting-IP
header from outgoing fetches#9592
49f5ac7
Thanks @petebacondarwin! - Point to the right location for docs on telemetry#9593
cf33417
Thanks @vicb! - drop unusedWRANGLER_UNENV_RESOLVE_PATHS
env var#9566
521eeb9
Thanks @vicb! - Bump@cloudflare/unenv-preset
to 2.3.3#9344
02e2c1e
Thanks @dario-piotrowicz! - add warning about env not specified to potentially risky wrangler commandsadd a warning suggesting users to specify their target environment (via
-e
or--env
)when their wrangler config file contains some environments and they are calling one
of the following commands:
this is a measure we're putting in place to try to prevent developers from accidentally applying
changes to an incorrect (potentially even production) environment
#9344
02e2c1e
Thanks @dario-piotrowicz! - allow passing an empty string to the-e|--env
flag to target the top-level environment#9536
3b61c41
Thanks @dario-piotrowicz! - performance improvement: restart a mixed mode session only if the worker's remote bindings have changed#9550
c117904
Thanks @dario-piotrowicz! - allowstartWorker
to acceptfalse
as aninspector
option (to disable the inspector server)#9473
fae8c02
Thanks @dario-piotrowicz! - expose newexperimental_maybeStartOrUpdateMixedModeSession
utilityUpdated dependencies [
bd528d5
,2177fb4
,36113c2
,e16fcc7
]:v4.20.0
Compare Source
Minor Changes
#9509
0b2ba45
Thanks @emily-shen! - feat: add static routing options via 'run_worker_first' to WranglerImplements the proposal noted here https://github.com/cloudflare/workers-sdk/discussions/9143.
This is now usable in
wrangler dev
and in production - just specify the routes that should hit the worker first withrun_worker_first
in your Wrangler config. You can also omit certain paths with!
negative rules.Patch Changes
#9507
1914b87
Thanks @dario-piotrowicz! - slightly improve wrangler dev bindings loggingsimprove the bindings loggings by:
[connected]
suffix for remote bindings#9475
931f467
Thanks @edmundhung! - add hello world binding that serves as as an explanatory example.#9443
95eb47d
Thanks @dario-piotrowicz! - add workerName option to startMixedModeSession API#9541
80b8bd9
Thanks @dario-piotrowicz! - make workers created withstartWorker
await theready
promise ondispose
#9443
95eb47d
Thanks @dario-piotrowicz! - add mixed-mode support for mtls bindings#9515
9e4cd16
Thanks @dario-piotrowicz! - make sure that remote binding errors are surfaced when using mixed (hybrid) mode#9516
92305af
Thanks @IRCody! - Reorder deploy output when deploying a container worker so the worker url is printed last and the worker triggers aren't deployed until the container has been built and deployed successfully.Updated dependencies [
931f467
,95eb47d
,0b2ba45
]:v4.19.2
Compare Source
Patch Changes
#9461
66edd2f
Thanks @skepticfx! - Enforce disk limits on container builds#9481
d1a1787
Thanks @WillTaylorDev! - Force autogenerated aliases to be fully lowercased.#9480
1f84092
Thanks @dario-piotrowicz! - addexperimentalMixedMode
dev option tounstable_startWorker
add an new
experimentalMixedMode
dev option tounstable_startWorker
that allows developers to programmatically start a new mixed mode
session using startWorker.
Example usage:
Updated dependencies [
4ab5a40
,485cd08
,e3b3ef5
,3261957
]:colinhacks/zod (zod)
v3.25.67
Compare Source
Commits:
7afe790
Make $ZodLiteralDef generic91274c3
3.25.67c22944b
Fix race conditionv3.25.66
Compare Source
v3.25.65
Compare Source
v3.25.64
Compare Source
Commits:
b142ea8
Fix $stripb6e59c3
Check for existence of Error.captureStackTrace0c686af
Remove type from mime issue pathaf88d74
Fix testv3.25.63
Compare Source
v3.25.62
Compare Source
v3.25.61
Compare Source
v3.25.60
Compare Source
v3.25.59
Compare Source
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.