Merged
Conversation
Contributor
|
Claude encountered an error —— View job Changeset Review
|
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: |
0dfcf8c to
3cb2f1f
Compare
3cb2f1f to
01146c1
Compare
emily-shen
approved these changes
Feb 24, 2026
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.64.4
Patch Changes
#12657
294297eThanks @dario-piotrowicz! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#12648
3d6e421Thanks @petebacondarwin! - Fix Angular scaffolding to allow localhost SSR in development modeRecent versions of Angular's
AngularAppEngineblock serving SSR onlocalhostby default. This causedwrangler dev/wrangler pages devto fail withURL with hostname "localhost" is not allowed.The fix passes
allowedHosts: ["localhost"]to theAngularAppEngineconstructor inserver.ts, which is safe to do even in production since Cloudflare will already restrict which host is allowed.@cloudflare/vite-plugin@1.25.5
Patch Changes
#12628
494ee7bThanks @Master-Hash! - Append Cloudflare defaults to existing.assetsignorefiles during build outputWhen a project includes a
PUBLIC_DIR/.assetsignore, the plugin now preserves those rules and appends the requiredwrangler.jsonand.dev.varsentries instead of replacing the file content.Updated dependencies [
3d6e421,294297e]:@cloudflare/vitest-pool-workers@0.12.17
Patch Changes
3d6e421,294297e]:@cloudflare/workers-utils@0.11.2
Patch Changes
#12629
603fe18Thanks @petebacondarwin! - AddremoveDirandremoveDirSynchelpers with automatic retry logic for Windows EBUSY errorsThese new helpers wrap
fs.rm/fs.rmSyncwithmaxRetries: 5andretryDelay: 100to handle cases where file handles aren't immediately released (common on Windows with workerd).The async helper also has a
fireAndForgetoption to silently swallow errors and not await removal.This improves reliability of cleanup operations across the codebase.
wrangler@4.68.1
Patch Changes
#12648
3d6e421Thanks @petebacondarwin! - Fix Angular scaffolding to allow localhost SSR in development modeRecent versions of Angular's
AngularAppEngineblock serving SSR onlocalhostby default. This causedwrangler dev/wrangler pages devto fail withURL with hostname "localhost" is not allowed.The fix passes
allowedHosts: ["localhost"]to theAngularAppEngineconstructor inserver.ts, which is safe to do even in production since Cloudflare will already restrict which host is allowed.#12657
294297eThanks @dario-piotrowicz! - Update Waku autoconfig logicAs of
1.0.0-alpha.4, Waku projects can be built on top of the Cloudflare Vite plugin, and the changes here allow Wrangler autoconfig to support this. Running autoconfig on older versions of Waku will result in an error.Updated dependencies []:
@cloudflare/local-explorer-ui@0.6.0
Minor Changes
#12599
3649d3eThanks @NuroDev! - Adds the tab definition for the table explorer.This serves as another stepping stone for adding the complete data studio to the local explorer.
This is a WIP experimental feature.