Skip to content

Version Packages#11538

Merged
ascorbic merged 1 commit intomainfrom
changeset-release/main
Dec 11, 2025
Merged

Version Packages#11538
ascorbic merged 1 commit intomainfrom
changeset-release/main

Conversation

@workers-devprod
Copy link
Copy Markdown
Contributor

@workers-devprod workers-devprod commented Dec 6, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

create-cloudflare@2.59.0

Minor Changes

  • #11560 2d9a30c Thanks @vicb! - Support <PACKAGE_NAME> as a placeholder for the package name in package.json

    "name": "<PACKAGE_NAME>" is replaced with the project name when c3 updates a package.json using updatePackageName.
    Previously only "<TBD>", "TBD", and "" were supported placeholder names.

  • #11551 f261472 Thanks @dario-piotrowicz! - Support RedwoodSDK in --experimental mode

  • #11520 85ec269 Thanks @vicb! - Add placeholder substitution in wrangler config files.

    When c3 updates the config file:

    • The value "<WORKER_NAME>" is replaced with the worker name.
    • The value "<COMPATIBILITY_DATE>" is replaced with the latest worked compatibility date.
  • #11576 bb47e20 Thanks @dario-piotrowicz! - Support Analog in --experimental mode

Patch Changes

  • #11557 632fb6d Thanks @dario-piotrowicz! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-rwsdk 3.1.0 3.1.2
  • #11577 85d70c8 Thanks @dario-piotrowicz! - Update help message not to recommend non-applicable --ts create-next-app argument

    C3 uses it's own template when running create-next-app, so providing a --ts argument to it doesn't have any effect, the C3 help message however shows that as an example on how to pass arguments to underlying framework CLIs. The changes here update the error message to instead use svelte's --types=ts as the example

  • #11563 df7cd47 Thanks @petebacondarwin! - fix analog template and tests - bumping to 2.1.3

  • #11558 d53462c Thanks @vicb! - fix: make sure c3 does not add duplicated types

wrangler@4.54.0

Minor Changes

  • #11512 c15e99e Thanks @emily-shen! - Enable using ctx.exports with containers

    You can now use containers with Durable Objects that are accessed via ctx.exports.

    Now your config file can look something like this:

    {
    	"name": "container-app",
    	"main": "src/index.ts",
    	"compatibility_date": "2025-12-01",
    	"compatibility_flags": ["enable_ctx_exports"], // compat flag needed for now.
    	"containers": [
    		{
    			"image": "./Dockerfile",
    			"class_name": "MyDOClassname",
    			"name": "my-container"
    		},
    	],
    	"migrations": [
    		{
    			"tag": "v1",
    			"new_sqlite_classes": ["MyDOClassname"],
    		},
    	],
    	// no need to declare your durable object binding here
    }
    

    Note that when using ctx.exports, where you previously accessed a Durable Object via something like env.DO, you should now access with ctx.exports.MyDOClassname.

    Refer to the docs for more information on using ctx.exports.

  • #11508 b17797c Thanks @dario-piotrowicz! - Wrangler will no longer try to add additional configuration to projects using @cloudflare/vite-plugin when deploying or running wrangler setup

  • #11508 b17797c Thanks @dario-piotrowicz! - When a Vite project is detected, install @cloudflare/vite-plugin

  • #11576 bb47e20 Thanks @dario-piotrowicz! - Support Analog projects in autoconfig

  • #10582 991760d Thanks @flakey5! - Add containers ssh command

Patch Changes

  • #11467 235d325 Thanks @edmundhung! - fix: prevent reporting SQLite error from wrangler d1 execute to Sentry

  • #11414 41103f5 Thanks @petebacondarwin! - add extra logging to user log-in flow for diagnosing failed login requests

  • #11559 ea6fbec Thanks @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]:

    • miniflare@4.20251210.0

miniflare@4.20251210.0

Patch Changes

  • #11552 31c162a Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251202.0 1.20251205.0
  • #11583 bd5f087 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251205.0 1.20251209.0
  • #11584 c6dd86f Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251209.0 1.20251210.0

@cloudflare/pages-shared@0.13.93

Patch Changes

@cloudflare/vite-plugin@1.17.1

Patch Changes

@cloudflare/vitest-pool-workers@0.10.15

Patch Changes

@cloudflare/containers-shared@0.5.0

Minor Changes

@workers-devprod workers-devprod requested review from a team as code owners December 6, 2025 15:44
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Dec 6, 2025

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@11538

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@11538

miniflare

npm i https://pkg.pr.new/miniflare@11538

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@11538

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@11538

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@11538

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@11538

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@11538

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@11538

wrangler

npm i https://pkg.pr.new/wrangler@11538

commit: 731b5c8

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 27 times, most recently from 1c2f71d to 6d8e09a Compare December 10, 2025 16:01
@ascorbic ascorbic merged commit d9eae49 into main Dec 11, 2025
30 checks passed
@ascorbic ascorbic deleted the changeset-release/main branch December 11, 2025 10:50
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.

3 participants