Skip to content

Version Packages#12383

Merged
petebacondarwin merged 1 commit intomainfrom
changeset-release/main
Feb 5, 2026
Merged

Version Packages#12383
petebacondarwin merged 1 commit intomainfrom
changeset-release/main

Conversation

@workers-devprod
Copy link
Copy Markdown
Contributor

@workers-devprod workers-devprod commented Feb 3, 2026

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 fed18f9 Thanks @irvinebroque! - Enable nodejs_compat by default for new projects

    New projects created with C3 will now have the nodejs_compat compatibility 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_compat enabled, you can remove it from your wrangler.json or wrangler.toml configuration file:

    {
    	"compatibility_flags": []
    }

miniflare@4.20260205.0

Minor Changes

  • #12267 83adb2c Thanks @NuroDev! - Implement local D1 API for experimental/WIP local resource explorer

    The 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 63f1adb Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260131.0 1.20260203.0
  • #12418 ba13de9 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260203.0 1.20260205.0

wrangler@4.63.0

Minor Changes

  • #12386 447daa3 Thanks @NuroDev! - Added new "open local explorer" hotkey for experimental/WIP local resource explorer

    When running wrangler dev with the experimental local explorer feature enabled, you can now press the e hotkey to open the local resource explorer UI in your browser.

Patch Changes

  • #11350 ee9b81f Thanks @dario-piotrowicz! - fix: improve error message when the entrypoint is incorrect

    Error 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 63f1adb Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260131.0 1.20260203.0
  • #12418 ba13de9 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260203.0 1.20260205.0
  • #12216 fe3af35 Thanks @ichernetsky-cf! - Deprecate 'wrangler cloudchamber apply' in favor of 'wrangler deploy'

  • #12368 bd4bb98 Thanks @KianNH! - Preserve Containers configuration when using versions commands

    Previously, commands like wrangler versions upload would inadvertently disable Containers on associated Durable Object namespaces because the containers property was being omitted from the API request body.

  • #12396 dab4bc9 Thanks @petebacondarwin! - fix: redact email addresses and account names in non-interactive mode

    To 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 18c0784 Thanks @X6TXY! - Truncate Pages commit messages at UTF-8 boundaries to avoid invalid UTF-8

  • Updated dependencies [63f1adb, ba13de9, 83adb2c]:

    • miniflare@4.20260205.0

@cloudflare/pages-shared@0.13.105

Patch Changes

@cloudflare/vite-plugin@1.23.1

Patch Changes

  • #12381 98283fa Thanks @jamesopstad! - Avoid collecting nodejs_compat warnings 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_compat flag 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]:

    • wrangler@4.63.0
    • miniflare@4.20260205.0

@cloudflare/vitest-pool-workers@0.12.10

Patch Changes

@cloudflare/workers-utils@0.9.1

Patch Changes

  • #12368 bd4bb98 Thanks @KianNH! - Preserve Containers configuration when using versions commands

    Previously, commands like wrangler versions upload would inadvertently disable Containers on associated Durable Object namespaces because the containers property was being omitted from the API request body.

@cloudflare/devprod-status-bot@1.4.0

Minor Changes

  • #12371 50ad9a9 Thanks @petebacondarwin! - Send alert to ANT: Alerts chat on failed CI checks in Version Packages PRs

    When a required CI check fails or times out on the Version Packages PR (changeset-release/main branch), 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 60eaf16 Thanks @emily-shen! - Set up local explorer UI with a view for KV namespaces

    This is an experimental WIP package.

@cloudflare/workers-shared@0.18.11

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners February 3, 2026 11:16
@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Feb 3, 2026

Claude finished @workers-devprod's task —— View job


Changeset Review

Reviewed all 14 changeset files for this Version Packages PR.

Todo List:

  • Read changeset guidelines from .changeset/README.md
  • Review all 14 changeset files
  • Check image attachment for cute animals
  • Provide final validation results

All changesets look good

All changesets follow the proper format with:

  • Appropriate version types (patch/minor) for the changes described
  • Clear, meaningful descriptions with proper context
  • No h1/h2/h3 markdown headers that would break changelog formatting
  • Proper handling of experimental features (noted as "experimental/WIP" where applicable)
  • Good examples included for user-facing features where helpful

The dependency update changesets are appropriately formatted with clear version tables.


Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Feb 3, 2026

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

@cloudflare/workers-utils

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

wrangler

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

commit: 217fc5e

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 19 times, most recently from 4f27b94 to 3bf7bf0 Compare February 4, 2026 13:53
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 3 times, most recently from f9ad962 to ec20d04 Compare February 4, 2026 17:35
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 3 times, most recently from 8f0e903 to 4bfb148 Compare February 5, 2026 11:23
@petebacondarwin petebacondarwin merged commit 07db12a into main Feb 5, 2026
36 checks passed
@petebacondarwin petebacondarwin deleted the changeset-release/main branch February 5, 2026 12:11
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