Skip to content

Version Packages#12612

Open
workers-devprod wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#12612
workers-devprod wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Feb 19, 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.64.3

Patch Changes

  • #12609 1714b9b Thanks @Hari-07! - Fix --variant flag being ignored for pages

    When creating a Pages project using npm create cloudflare -- --type pages --variant <variant>,
    the --variant flag was being ignored, causing users to be prompted for variant selection
    or defaulting to an unexpected variant. This now correctly passes the variant to the project setup.

  • #12602 58a4020 Thanks @anonrig! - Optimize filesystem operations by using Node.js's throwIfNoEntry: false option

    This reduces the number of system calls made when checking for file existence by avoiding the overhead of throwing and catching errors for missing paths. This is an internal performance optimization with no user-visible behavioral changes.

miniflare@4.20260219.1

Patch Changes

  • #12602 58a4020 Thanks @anonrig! - Optimize filesystem operations by using Node.js's throwIfNoEntry: false option

    This reduces the number of system calls made when checking for file existence by avoiding the overhead of throwing and catching errors for missing paths. This is an internal performance optimization with no user-visible behavioral changes.

@cloudflare/pages-shared@0.13.110

Patch Changes

  • Updated dependencies [58a4020]:
    • miniflare@4.20260219.1

@cloudflare/vite-plugin@1.25.3

Patch Changes

@cloudflare/vitest-pool-workers@0.12.15

Patch Changes

  • #12602 58a4020 Thanks @anonrig! - Optimize filesystem operations by using Node.js's throwIfNoEntry: false option

    This reduces the number of system calls made when checking for file existence by avoiding the overhead of throwing and catching errors for missing paths. This is an internal performance optimization with no user-visible behavioral changes.

  • Updated dependencies [e93dc01, ebdbe52, 58a4020, 6f6cd94]:

    • wrangler@4.67.1
    • miniflare@4.20260219.1

@cloudflare/workers-utils@0.11.1

Patch Changes

  • #12601 ebdbe52 Thanks @43081j! - Switch to empathic for file-system upwards traversal to reduce dependency bloat.

  • #12602 58a4020 Thanks @anonrig! - Optimize filesystem operations by using Node.js's throwIfNoEntry: false option

    This reduces the number of system calls made when checking for file existence by avoiding the overhead of throwing and catching errors for missing paths. This is an internal performance optimization with no user-visible behavioral changes.

wrangler@4.67.1

Patch Changes

  • #12595 e93dc01 Thanks @dario-piotrowicz! - Add a warning in the autoconfig logic letting users know that support for projects inside workspaces is limited

  • #12601 ebdbe52 Thanks @43081j! - Switch to empathic for file-system upwards traversal to reduce dependency bloat.

  • #12602 58a4020 Thanks @anonrig! - Optimize filesystem operations by using Node.js's throwIfNoEntry: false option

    This reduces the number of system calls made when checking for file existence by avoiding the overhead of throwing and catching errors for missing paths. This is an internal performance optimization with no user-visible behavioral changes.

  • #12591 6f6cd94 Thanks @martinezjandrew! - Implemented logic within wrangler containers registries configure to check if a specified secret name is already in-use and offer to reuse that secret. Also added --skip-confirmation flag to the command to skip all interactive prompts.

  • Updated dependencies [58a4020]:

    • miniflare@4.20260219.1

@workers-devprod workers-devprod requested a review from a team as a code owner February 19, 2026 15:34
@claude
Copy link
Contributor

claude bot commented Feb 19, 2026

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


Changeset Review

⚠️ Issues found - Some changesets need improvement

Validation Results

blue-dragons-wave.md ⚠️

  • Package: wrangler (patch)
  • Issue: Description is too brief. Per the changeset guidelines, aim for "more than one sentence but less than three paragraphs." This only has a title with no body explaining why this warning is needed or what users should know.
  • Recommendation: Add a body paragraph explaining the context (e.g., what limitations exist, what prompted this warning).

lucky-chairs-relate.md

  • Package: create-cloudflare (patch)
  • Good! Well-written with clear explanation of the bug, reproduction steps, and fix.

purple-queens-vanish.md ⚠️

  • Packages: @cloudflare/workers-utils, wrangler (patch)
  • Issues:
    • Description is too brief (only title, no body)
    • Minor: Title has trailing period (stylistic inconsistency)
  • Recommendation: Add explanation of why this change was made and any impact (e.g., how much dependency bloat was reduced, what empathic does).

reduce-fs-errors.md

  • Packages: create-cloudflare, miniflare, @cloudflare/vitest-pool-workers, @cloudflare/workers-utils, wrangler (patch)
  • Good! Clear explanation of the optimization and its impact.

soft-apes-ask.md ⚠️

  • Package: wrangler (patch)
  • Issue: Description is too brief (only title, no body). The title also describes two separate changes.
  • Recommendation: Add a body paragraph explaining the use case for secret reuse and the --skip-confirmation flag. Consider splitting into two changesets if these are unrelated changes.

Summary

3 out of 5 changesets need better descriptions. The guideline states: "Aim for more than one sentence but less than three paragraphs to keep it succinct and useful." Single-sentence changesets don't provide enough context for users reading the changelog.

All version types are appropriate (patch), and no markdown header issues were found.

Copy link
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

pkg-pr-new bot commented Feb 19, 2026

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

@cloudflare/workers-utils

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

wrangler

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

commit: c7439b0

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 3 times, most recently from 5009483 to 7553981 Compare February 19, 2026 22:05
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.

1 participant

Comments