Conversation
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
1c2f71d to
6d8e09a
Compare
lrapoport-cf
approved these changes
Dec 11, 2025
6d8e09a to
4f4cfd1
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 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
2d9a30cThanks @vicb! - Support<PACKAGE_NAME>as a placeholder for the package name inpackage.json"name": "<PACKAGE_NAME>"is replaced with the project name when c3 updates apackage.jsonusingupdatePackageName.Previously only
"<TBD>","TBD", and""were supported placeholder names.#11551
f261472Thanks @dario-piotrowicz! - Support RedwoodSDK in--experimentalmode#11520
85ec269Thanks @vicb! - Add placeholder substitution in wrangler config files.When c3 updates the config file:
"<WORKER_NAME>"is replaced with the worker name."<COMPATIBILITY_DATE>"is replaced with the latest worked compatibility date.#11576
bb47e20Thanks @dario-piotrowicz! - Support Analog in--experimentalmodePatch Changes
#11557
632fb6dThanks @dario-piotrowicz! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#11577
85d70c8Thanks @dario-piotrowicz! - Update help message not to recommend non-applicable--tscreate-next-app argumentC3 uses it's own template when running create-next-app, so providing a
--tsargument 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=tsas the example#11563
df7cd47Thanks @petebacondarwin! - fix analog template and tests - bumping to 2.1.3#11558
d53462cThanks @vicb! - fix: make sure c3 does not add duplicated typeswrangler@4.54.0
Minor Changes
#11512
c15e99eThanks @emily-shen! - Enable usingctx.exportswith containersYou can now use containers with Durable Objects that are accessed via
ctx.exports.Now your config file can look something like this:
Note that when using
ctx.exports, where you previously accessed a Durable Object via something likeenv.DO, you should now access withctx.exports.MyDOClassname.Refer to the docs for more information on using
ctx.exports.#11508
b17797cThanks @dario-piotrowicz! - Wrangler will no longer try to add additional configuration to projects using@cloudflare/vite-pluginwhen deploying or runningwrangler setup#11508
b17797cThanks @dario-piotrowicz! - When a Vite project is detected, install@cloudflare/vite-plugin#11576
bb47e20Thanks @dario-piotrowicz! - Support Analog projects in autoconfig#10582
991760dThanks @flakey5! - Addcontainers sshcommandPatch Changes
#11467
235d325Thanks @edmundhung! - fix: prevent reporting SQLite error fromwrangler d1 executeto Sentry#11414
41103f5Thanks @petebacondarwin! - add extra logging to user log-in flow for diagnosing failed login requests#11559
ea6fbecThanks @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
Patch Changes
#11552
31c162aThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11583
bd5f087Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11584
c6dd86fThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
@cloudflare/pages-shared@0.13.93
Patch Changes
31c162a,bd5f087,c6dd86f]:@cloudflare/vite-plugin@1.17.1
Patch Changes
c15e99e,31c162a,bd5f087,c6dd86f,235d325,b17797c,b17797c,41103f5,ea6fbec,bb47e20,991760d]:@cloudflare/vitest-pool-workers@0.10.15
Patch Changes
c15e99e,31c162a,bd5f087,c6dd86f,235d325,b17797c,b17797c,41103f5,ea6fbec,bb47e20,991760d]:@cloudflare/containers-shared@0.5.0
Minor Changes
991760dThanks @flakey5! - Addcontainers sshcommand