Skip to content

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types ^4.20250610.0 -> ^4.20250618.0 age adoption passing confidence
@iconify-json/lucide ^1.2.47 -> ^1.2.50 age adoption passing confidence
@iconify-json/simple-icons ^1.2.38 -> ^1.2.39 age adoption passing confidence
@iconify-json/vscode-icons ^1.2.22 -> ^1.2.23 age adoption passing confidence
@types/bun (source) ^1.2.15 -> ^1.2.16 age adoption passing confidence
@types/node (source) ^22.15.31 -> ^22.15.32 age adoption passing confidence
eslint (source) ^9.28.0 -> ^9.29.0 age adoption passing confidence
minimatch ^10.0.1 -> ^10.0.3 age adoption passing confidence
vitest (source) ^3.2.3 -> ^3.2.4 age adoption passing confidence
wrangler (source) ^4.19.1 -> ^4.20.2 age adoption passing confidence
zod (source) ^3.25.58 -> ^3.25.67 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

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

eslint/eslint (eslint)

v9.29.0

Compare Source

isaacs/minimatch (minimatch)

v10.0.3

Compare Source

v10.0.2

Compare Source

vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
cloudflare/workers-sdk (wrangler)

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

    • miniflare@4.20250617.0

v4.20.1

Compare Source

Patch Changes
  • #​9536 3b61c41 Thanks @​dario-piotrowicz! - expose Unstable_Binding type

  • #​9564 1d3293f Thanks @​skepticfx! - Switch container registry to registry.cloudflare.com from registry.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 the CF-Connecting-IP header from outgoing fetches

  • #​9592 49f5ac7 Thanks @​petebacondarwin! - Point to the right location for docs on telemetry

  • #​9593 cf33417 Thanks @​vicb! - drop unused WRANGLER_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 commands

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

    • wrangler deploy
    • wrangler versions upload
    • wrangler versions deploy
    • wrangler versions secret bulk
    • wrangler versions secret put
    • wrangler versions secret delete
    • wrangler secret bulk
    • wrangler secret put
    • wrangler secret delete
    • wrangler triggers deploy

    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! - allow startWorker to accept false as an inspector option (to disable the inspector server)

  • #​9473 fae8c02 Thanks @​dario-piotrowicz! - expose new experimental_maybeStartOrUpdateMixedModeSession utility

  • Updated dependencies [bd528d5, 2177fb4, 36113c2, e16fcc7]:

    • miniflare@4.20250612.0

v4.20.0

Compare Source

Minor Changes
Patch Changes

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! - add experimentalMixedMode dev option to unstable_startWorker

    add an new experimentalMixedMode dev option to unstable_startWorker
    that allows developers to programmatically start a new mixed mode
    session using startWorker.

    Example usage:

    // index.mjs
    import { unstable_startWorker } from "wrangler";
    
    await unstable_startWorker({
    	dev: {
    		experimentalMixedMode: true,
    	},
    });
    // wrangler.jsonc
    {
    	"$schema": "node_modules/wrangler/config-schema.json",
    	"name": "programmatic-start-worker-example",
    	"main": "src/index.ts",
    	"compatibility_date": "2025-06-01",
    	"services": [
    		{ "binding": "REMOTE_WORKER", "service": "remote-worker", "remote": true }
    	]
    }
  • Updated dependencies [4ab5a40, 485cd08, e3b3ef5, 3261957]:

colinhacks/zod (zod)

v3.25.67

Compare Source

Commits:

v3.25.66

Compare Source

v3.25.65

Compare Source

v3.25.64

Compare Source

Commits:

v3.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.


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

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

Copy link

pkg-pr-new bot commented Jun 16, 2025

npm i https://pkg.pr.new/@nuxt/content@3406

commit: 7674358

Copy link

cloudflare-workers-and-pages bot commented Jun 16, 2025

Deploying content with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7674358
Status: ✅  Deploy successful!
Preview URL: https://88d4a7e7.content-f0q.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.content-f0q.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3e03e5d to 23690a7 Compare June 18, 2025 08:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 23690a7 to 7674358 Compare June 18, 2025 12:22
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