-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Version Packages #11602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #11602
Conversation
676bebf to
bfe42a7
Compare
bfe42a7 to
cd222d6
Compare
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: |
cd222d6 to
5672ed5
Compare
|
Claude finished @workers-devprod's task in 1m 57s —— View job Changeset Review Complete
SummaryReviewed 19 changeset files. All version types are correct and no blocking issues found:
Check passed - no blocking issues. Quality Issues (Non-blocking)Several minor version changesets lack usage examples as recommended by
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. |
5672ed5 to
cec603f
Compare
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
6c590a0Thanks @dario-piotrowicz! - Support Next.js (via OpenNext) in--experimentalmodePatch Changes
3122607Thanks @vicb! - make sure comments are always added to the end ofwrangler.jsonc@cloudflare/vite-plugin@1.18.0
Minor Changes
#11045
12a63efThanks @edmundhung! - Add keyboard shortcut to display Worker bindings during developmentWhen running
vite devorvite preview, you can now pressb + Enterto 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
viteversion7.2.7or later.#11265
06f48c0Thanks @petebacondarwin! - Add a check to vite-plugin that ensures that the version of Wrangler being used internally is correctIn 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
ed42010,5d085fb,b75b710,1e9be12,6b28de1,6c590a0,12a63ef,4201472,7d8d4a6,95d81e1,6c590a0]:@cloudflare/vitest-pool-workers@0.11.0
Minor Changes
#11533
8d9003eThanks @petebacondarwin! - Add support for ctx.exportsIt is now possible to access
ctx.exportsproperties for themain(SELF) worker.SELFworker thectx.exportsobject now contains the expected stubs to the exported entry-points.createExecutionContext()hasexportsproperty that exposes the exports of theSELFworker.Due to the dynamic nature of Vitest the integration relies upon guessing what the exports of the
mainWorker 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 theadditionalExportssetting.Patch Changes
ed42010,5d085fb,b75b710,1e9be12,6b28de1,6c590a0,12a63ef,4201472,7d8d4a6,95d81e1,6c590a0]:@cloudflare/workers-utils@0.5.0
Minor Changes
#11661
4b3fba2Thanks @edmundhung! - AddgetOpenNextDeployFromEnv()environment variable helper which will be used to signal the current process is being run by the open-next deploy command.#11621
90c0676Thanks @dario-piotrowicz! - ExposewriteWranglerConfig,writeDeployRedirectConfig,writeRedirectedWranglerConfigandreadWranglerConfigfrom/test-helperswrangler@4.55.0
Minor Changes
#11301
6c590a0Thanks @dario-piotrowicz! - Makewrangler deployrunopennextjs-cloudflare deploywhen executed in an open-next project#11045
12a63efThanks @edmundhung! - Add an internalunstable_printBindingsAPI for vite plugin integration#11590
7d8d4a6Thanks @pombosilva! - Add Workflows send-event to wrangler commands.#11301
6c590a0Thanks @dario-piotrowicz! - Support Next.js (via OpenNext) projects in autoconfigPatch Changes
#11615
ed42010Thanks @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
6b28de1Thanks @petebacondarwin! - update command status text and formatting#11578
4201472Thanks @gpanders! - Fixup UX papercuts in containers SSH#11550
95d81e1Thanks @hiendv! - Fix "TypeError: Body is unusable: Body has already been read" when failing to exchange oauth code because of doubleresponse.text().Updated dependencies [
5d085fb,b75b710,1e9be12]:miniflare@4.20251213.0
Patch Changes
#11596
5d085fbThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11622
b75b710Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11640
1e9be12Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
@cloudflare/pages-shared@0.13.94
Patch Changes
5d085fb,b75b710,1e9be12]:@cloudflare/cli@1.2.0
Minor Changes
4201472Thanks @gpanders! - Add showCursor helper function to show or hide the cursor in the terminal