Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2024

This PR contains the following updates:

Package Change Age Confidence Type Update
@cloudflare/workers-types 4.20251115.0 -> 4.20251121.0 age confidence devDependencies minor
node (source) 23.11.0 -> 23.11.1 age confidence patch
pnpm (source) 10.22.0 -> 10.23.0 age confidence packageManager minor
three (source) 0.181.1 -> 0.181.2 age confidence devDependencies patch
typescript (source) 5.8.3 -> 5.9.3 age confidence devDependencies minor
vite (source) 7.2.2 -> 7.2.4 age confidence devDependencies patch
wrangler (source) 4.47.0 -> 4.50.0 age confidence devDependencies minor

Release Notes

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

v4.20251121.0

Compare Source

v4.20251120.0

Compare Source

v4.20251119.0

Compare Source

v4.20251118.0

Compare Source

v4.20251117.0

Compare Source

nodejs/node (node)

v23.11.1: 2025-05-14, Version 23.11.1 (Current), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes

src:

Commits
pnpm/pnpm (pnpm)

v10.23.0: pnpm 10.23

Compare Source

Minor Changes

  • Added --lockfile-only option to pnpm list #​10020.

Patch Changes

  • pnpm self-update should download pnpm from the configured npm registry #​10205.
  • pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the @pnpm/exe package, when installing v11 or newer. We currently cannot ship @pnpm/exe as pkg doesn't work with ESM #​10190.
  • Node.js runtime is not added to "dependencies" on pnpm add, if there's a engines.runtime setting declared in package.json #​10209.
  • The installation should fail if an optional dependency cannot be installed due to a trust policy check failure #​10208.
  • pnpm list and pnpm why now display npm: protocol for aliased packages (e.g., foo npm:[email protected]) #​8660.
  • Don't add an extra slash to the Node.js mirror URL #​10204.
  • pnpm store prune should not fail if the store contains Node.js packages #​10131.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite
mrdoob/three.js (three)

v0.181.2

Compare Source

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

vitejs/vite (vite)

v7.2.4

Compare Source

Bug Fixes

v7.2.3

Compare Source

Bug Fixes
Performance Improvements
Miscellaneous Chores
cloudflare/workers-sdk (wrangler)

v4.50.0

Compare Source

Minor Changes
  • #​11219 524a6e5 Thanks @​Ltadrian! - Implement Hyperdrive binding TLS miniflare proxy. This will allow for wrangler dev hyperdrive bindings to connect to external
    databases that require TLS.

  • #​11233 c922a81 Thanks @​emily-shen! - Add containers.unsafe to allow internal users to use additional container features

Patch Changes

v4.49.1

Compare Source

Patch Changes

v4.49.0

Compare Source

Minor Changes
  • #​10703 c5c4ee5 Thanks @​danlapid! - Add support for streaming tail consumers in local dev. This is an experimental new feature that allows you to register a tailStream() handler (compared to the existing tail() handler), which will receive streamed tail events from your Worker (compared to the tail() handler, which only receives batched events after your Worker has finished processing).

  • #​11251 7035804 Thanks @​penalosa! - When the WRANGLER_HIDE_BANNER environment variable is provided, Wrangler will no longer display a version banner. This applies to all commands.

    For instance, previously running wrangler docs would give the following output:

    > wrangler docs
     ⛅️ wrangler 4.47.0
    ───────────────────
    Opening a link in your default browser: https://developers.cloudflare.com/workers/wrangler/commands/
    

    With WRANGLER_HIDE_BANNER, this is now:

    > WRANGLER_HIDE_BANNER=true wrangler docs
    Opening a link in your default browser: https://developers.cloudflare.com/workers/wrangler/commands/
    
  • #​11285 d014fa7 Thanks @​vicb! - Implement the wrangler r2 bulk put bucket-name --filename list.json command.

    The command uploads multiple objects to an R2 bucket.

    The list of object is provided as a JSON encoded file via --filename. It is a list of key and file (respectively the name and the content for the object).

    [
      { "key": "/path/to/obj", "file": "/path/to/file_1"},
      { "key": "/path/to/other/obj", "file": "/path/to/file_2"},
      // ...
    ]
    

    Uploads are executed concurrently and the level of concurrency can be set via --concurrency.

    The command supports the same options as wrangler r2 object put, minus --file, and --pipe and plus --concurrency

  • #​11268 15b8460 Thanks @​penalosa! - Support SvelteKit projects in autoconfig

  • #​11258 2011b6a Thanks @​dario-piotrowicz! - Add --dry-run flag to wrangler setup and also a dryRun option to runAutoConfig

Patch Changes

v4.48.0

Compare Source

Minor Changes
  • #​11212 3908162 Thanks @​dario-piotrowicz! - Add autoconfig changes summary for wrangler deploy --x-autoconfig with the option for users to cancel the operation

  • #​11229 14d79f2 Thanks @​dario-piotrowicz! - Enables experimental-deploy-remote-diff-check flag by default (the flag is still present for now so that users can turn it off if needed) and improves the remote config diffing logic (to include less noise in the diff presented to the user)

  • #​11245 dfc6513 Thanks @​vicb! - Change how Wrangler selects default ports for dev sessions.

    If no port is specified, Wrangler now probes the default port and the 10 consecutive ports after it before falling back to a random port.
    This will help getting a stable port number across dev sessions.
    Both the http server and inspector ports are affected.

Patch Changes

Configuration

📅 Schedule: 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 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.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 6, 2024

Deploying burgersonfleek with  Cloudflare Pages  Cloudflare Pages

Latest commit: 703726c
Status:🚫  Build failed.

View logs

@renovate renovate bot changed the title Update dependency undici to v6.6.2 Update All Feb 7, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 6ebb9d7 to fcf8c8b Compare February 13, 2024 21:17
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 922a0a8 to 35d56eb Compare February 21, 2024 12:55
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from fbb12b7 to c54db5d Compare February 29, 2024 03:18
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 95894df to 4c2904a Compare March 6, 2024 20:10
@renovate renovate bot changed the title Update All Update All - autoclosed Mar 6, 2024
@renovate renovate bot closed this Mar 6, 2024
@renovate renovate bot deleted the renovate/all branch March 6, 2024 20:39
@renovate renovate bot changed the title Update All - autoclosed Update All Mar 8, 2024
@renovate renovate bot restored the renovate/all branch March 8, 2024 11:05
@renovate renovate bot reopened this Mar 8, 2024
@renovate renovate bot changed the title Update All Update dependency undici to v6.7.1 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8a901fc to 4534273 Compare March 11, 2024 16:41
@renovate renovate bot changed the title Update dependency undici to v6.7.1 Update All Mar 11, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f8c4ff9 to 779a17d Compare March 13, 2024 11:37
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 450ff25 to 95ed5cc Compare November 10, 2025 01:12
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from c7c06cb to a307f7b Compare November 17, 2025 02:33
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 6ba8810 to 7bb997e Compare November 21, 2025 00:53
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.

1 participant