Merged
Conversation
Contributor
|
Claude finished @workers-devprod's task —— View job Changeset ReviewReviewed all 14 changeset files for this Version Packages PR. Todo List:
✅ All changesets look good All changesets follow the proper format with:
The dependency update changesets are appropriately formatted with clear version tables. |
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: |
4f27b94 to
3bf7bf0
Compare
f9ad962 to
ec20d04
Compare
lrapoport-cf
approved these changes
Feb 5, 2026
ec20d04 to
55f41cf
Compare
8f0e903 to
4bfb148
Compare
4bfb148 to
217fc5e
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.63.0
Minor Changes
#8310
fed18f9Thanks @irvinebroque! - Enablenodejs_compatby default for new projectsNew projects created with C3 will now have the
nodejs_compatcompatibility flag automatically enabled. This makes it easier to get started with Workers, as many npm packages require Node.js compatibility to work correctly.If you don't want
nodejs_compatenabled, you can remove it from yourwrangler.jsonorwrangler.tomlconfiguration file:{ "compatibility_flags": [] }miniflare@4.20260205.0
Minor Changes
#12267
83adb2cThanks @NuroDev! - Implement local D1 API for experimental/WIP local resource explorerThe following APIs have been implemented:
GET /d1/database- Returns a list of D1 databases.POST /d1/database/{database_id}/raw- Returns the query result rows as arrays rather than objects.Patch Changes
#12402
63f1adbThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12418
ba13de9Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
wrangler@4.63.0
Minor Changes
#12386
447daa3Thanks @NuroDev! - Added new "open local explorer" hotkey for experimental/WIP local resource explorerWhen running
wrangler devwith the experimental local explorer feature enabled, you can now press theehotkey to open the local resource explorer UI in your browser.Patch Changes
#11350
ee9b81fThanks @dario-piotrowicz! - fix: improve error message when the entrypoint is incorrectError messages for incorrect entrypoint configuration have been improved to provide clearer and more actionable feedback. The updated messages help users understand what went wrong and how to fix their configuration.
#12402
63f1adbThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12418
ba13de9Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12216
fe3af35Thanks @ichernetsky-cf! - Deprecate 'wrangler cloudchamber apply' in favor of 'wrangler deploy'#12368
bd4bb98Thanks @KianNH! - Preserve Containers configuration when usingversionscommandsPreviously, commands like
wrangler versions uploadwould inadvertently disable Containers on associated Durable Object namespaces because thecontainersproperty was being omitted from the API request body.#12396
dab4bc9Thanks @petebacondarwin! - fix: redact email addresses and account names in non-interactive modeTo prevent sensitive information from being exposed in public CI logs, email addresses and account names are now redacted when running in non-interactive mode (e.g., CI environments). Account IDs remain visible to aid debugging.
#12378
18c0784Thanks @X6TXY! - Truncate Pages commit messages at UTF-8 boundaries to avoid invalid UTF-8Updated dependencies [
63f1adb,ba13de9,83adb2c]:@cloudflare/pages-shared@0.13.105
Patch Changes
63f1adb,ba13de9,83adb2c]:@cloudflare/vite-plugin@1.23.1
Patch Changes
#12381
98283faThanks @jamesopstad! - Avoid collectingnodejs_compatwarnings during dependency optimization.Previously, a custom plugin was provided during dependency optimization to collect warnings when Node.js built-ins were imported and the
nodejs_compatflag was not enabled.Because optimized dependencies are cached, the warning was only displayed when dependencies changed.
Additionally, it sometimes included false positives from dependencies that were no longer used.
We now always externalize Node.js built-ins during dependency optimization and collect the warnings at runtime.
This is more consistent with how warnings are collected for direct imports of Node.js built-ins.
Updated dependencies [
ee9b81f,63f1adb,ba13de9,447daa3,fe3af35,bd4bb98,dab4bc9,83adb2c,18c0784]:@cloudflare/vitest-pool-workers@0.12.10
Patch Changes
ee9b81f,63f1adb,ba13de9,447daa3,fe3af35,bd4bb98,dab4bc9,83adb2c,18c0784]:@cloudflare/workers-utils@0.9.1
Patch Changes
#12368
bd4bb98Thanks @KianNH! - Preserve Containers configuration when usingversionscommandsPreviously, commands like
wrangler versions uploadwould inadvertently disable Containers on associated Durable Object namespaces because thecontainersproperty was being omitted from the API request body.@cloudflare/devprod-status-bot@1.4.0
Minor Changes
#12371
50ad9a9Thanks @petebacondarwin! - Send alert to ANT: Alerts chat on failed CI checks in Version Packages PRsWhen a required CI check fails or times out on the Version Packages PR (
changeset-release/mainbranch), an alert is now sent to the ANT: Alerts Google Chat channel. This helps the team quickly identify and address CI failures that shouldn't occur since individual PRs have already passed before landing on main.Alerts for the same PR are grouped into the same chat thread using the PR number as the thread ID.
@cloudflare/local-explorer-ui@0.1.0
Minor Changes
#12288
60eaf16Thanks @emily-shen! - Set up local explorer UI with a view for KV namespacesThis is an experimental WIP package.
@cloudflare/workers-shared@0.18.11
Patch Changes
38ad241Thanks @WillTaylorDev! - Revert reduced cache TTL. Restore 60-second TTL for KV asset fetches.