create-cloudflare@2.70.2
Patch Changes
-
#14193
88519f9Thanks @petebacondarwin! - Fixcreate cloudflareexiting with code0even after an unhandled error -
#14235
13abd5aThanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
Dependency From To @tanstack/cli 0.69.1 0.69.2 -
#14193
88519f9Thanks @petebacondarwin! - Fixcreate cloudflareaborting withERR_PNPM_IGNORED_BUILDSon pnpm 11pnpm 11 flipped
strictDepBuildstotrueby default, which makes the install fail when dependencies have unapproved build scripts.wranglerdepends onworkerdandesbuild, and (via miniflare) onsharp— all three need their postinstall scripts to produce platform binaries.C3 now writes or merges in a
pnpm-workspace.yamlin the generated project that approves exactly those three packages. If other packages trigger this error, C3 also now interactively offers to retry withpnpm approve-builds <pkg>…