Skip to content

Conversation

@workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Dec 11, 2025

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.60.0

Minor Changes

Patch Changes

  • #11597 3122607 Thanks @vicb! - make sure comments are always added to the end of wrangler.jsonc

@cloudflare/vite-plugin@1.18.0

Minor Changes

  • #11045 12a63ef Thanks @edmundhung! - Add keyboard shortcut to display Worker bindings during development

    When running vite dev or vite preview, you can now press b + Enter to display a list of all bindings configured for your Worker(s). This makes it easier to discover and verify which resources (e.g. KV namespaces, Durable Objects, environment variables, etc.) are available to your Worker during development.

    This feature requires vite version 7.2.7 or later.

  • #11265 06f48c0 Thanks @petebacondarwin! - Add a check to vite-plugin that ensures that the version of Wrangler being used internally is correct

    In some pnpm setups it is possible for a different peer dependency version of Wrangler to leak and override the version that we require internally.

Patch Changes

@cloudflare/vitest-pool-workers@0.11.0

Minor Changes

  • #11533 8d9003e Thanks @petebacondarwin! - Add support for ctx.exports

    It is now possible to access ctx.exports properties for the main (SELF) worker.

    • Integration tests: in the SELF worker the ctx.exports object now contains the expected stubs to the exported entry-points.
    • Unit tests: the object returned from createExecutionContext() has exports property that exposes the exports of the SELF worker.

    Due to the dynamic nature of Vitest the integration relies upon guessing what the exports of the main Worker are by statically analyzing the Worker source using esbuild. In cases where it is not possible to infer the exports (for example, a wildcard re-export of a virtual module) it is possible to declare these in the vitest-pool-workers config via the additionalExports setting.

Patch Changes

@cloudflare/workers-utils@0.5.0

Minor Changes

  • #11661 4b3fba2 Thanks @edmundhung! - Add getOpenNextDeployFromEnv() environment variable helper which will be used to signal the current process is being run by the open-next deploy command.

  • #11621 90c0676 Thanks @dario-piotrowicz! - Expose writeWranglerConfig, writeDeployRedirectConfig, writeRedirectedWranglerConfig and readWranglerConfig from /test-helpers

wrangler@4.55.0

Minor Changes

Patch Changes

  • #11615 ed42010 Thanks @elithrar! - Add helpful warning when SSL certificate errors occur due to corporate proxies or VPNs intercepting HTTPS traffic. When errors like "self-signed certificate in certificate chain" are detected, wrangler now displays guidance about installing missing system roots from your corporate proxy vendor.

  • #11641 6b28de1 Thanks @petebacondarwin! - update command status text and formatting

  • #11578 4201472 Thanks @gpanders! - Fixup UX papercuts in containers SSH

  • #11550 95d81e1 Thanks @hiendv! - Fix "TypeError: Body is unusable: Body has already been read" when failing to exchange oauth code because of double response.text().

  • Updated dependencies [5d085fb, b75b710, 1e9be12]:

    • miniflare@4.20251213.0

miniflare@4.20251213.0

Patch Changes

  • #11596 5d085fb Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251210.0 1.20251211.0
  • #11622 b75b710 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251211.0 1.20251212.0
  • #11640 1e9be12 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251212.0 1.20251213.0

@cloudflare/pages-shared@0.13.94

Patch Changes

@cloudflare/cli@1.2.0

Minor Changes

  • #11578 4201472 Thanks @gpanders! - Add showCursor helper function to show or hide the cursor in the terminal

@workers-devprod workers-devprod requested review from a team as code owners December 11, 2025 11:16
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 24 times, most recently from 676bebf to bfe42a7 Compare December 15, 2025 17:52
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 16, 2025

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

@cloudflare/workers-utils

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

wrangler

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

commit: cec603f

@claude
Copy link
Contributor

claude bot commented Dec 16, 2025

Claude finished @workers-devprod's task in 1m 57s —— View job


Changeset Review Complete

  • Read changeset guidelines
  • Review all changeset files
  • Validate version types and descriptions
  • Provide summary and exit code

⚠️ Issues found - Several changesets have quality issues but no blocking problems.

Summary

Reviewed 19 changeset files. All version types are correct and no blocking issues found:

  • ✅ No major versions for wrangler (forbidden)
  • ✅ No h1/h2/h3 markdown headers
  • ✅ Version bump types are appropriate

Check passed - no blocking issues.

Quality Issues (Non-blocking)

Several minor version changesets lack usage examples as recommended by .changeset/README.md:

  1. fair-words-repair.md (create-cloudflare: minor) - "Support Next.js (via OpenNext) in --experimental mode"

    • Missing usage example for new feature
  2. loose-dragons-thank.md (wrangler: minor) - "Make wrangler deploy run opennextjs-cloudflare deploy..."

    • Missing usage example
  3. rude-carrots-exist.md (wrangler: minor) - "Add Workflows send-event to wrangler commands."

    • Missing usage example and command syntax
  4. shaky-women-help.md (@cloudflare/cli: minor) - "Add showCursor helper function..."

    • Missing usage example
  5. strong-buckets-invent.md (@cloudflare/workers-utils: minor) - Exposes new functions

    • Missing usage examples
  6. yellow-taxes-spend.md (wrangler: minor) - "Support Next.js (via OpenNext) projects in autoconfig"

    • Missing usage example
  7. cool-toys-fry.md (create-cloudflare: patch) - "make sure comments are always added to the end of wrangler.jsonc"

    • Doesn't explain the symptom that was fixed

The guidelines state: "For new features or significant changes, include a brief usage example. This helps users understand how to use the new functionality."

These are quality issues that should be addressed in future changesets, but they don't block this release since the changesets are properly formatted and will generate valid changelog entries.


@edmundhung edmundhung merged commit 8ba87a0 into main Dec 16, 2025
48 of 54 checks passed
@edmundhung edmundhung deleted the changeset-release/main branch December 16, 2025 12:31
AmirSa12 pushed a commit to AmirSa12/workers-sdk that referenced this pull request Jan 5, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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