Skip to content

Version Packages#14179

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

Version Packages#14179
workers-devprod wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@workers-devprod
Copy link
Copy Markdown
Contributor

@workers-devprod workers-devprod commented Jun 4, 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

wrangler@4.99.0

Minor Changes

  • #14174 8cf8c61 Thanks @oliy! - Surface pipeline status and failure reasons in wrangler pipelines list and wrangler pipelines get

    wrangler pipelines list now includes a Status column, and when any pipelines are in a failed state it prints a summary of each failing pipeline along with the reason reported by the API.

    wrangler pipelines get now shows the pipeline Status in the general details and, for failed pipelines, highlights the failure with the reason returned by the server so it is clear why a pipeline is not running.

Patch Changes

  • #14163 23aecac Thanks @emily-shen! - Print deploy warnings even in non-interactive contexts when strict mode is off

    Currently, wrangler deploy checks whether the incoming deploy configuration has destructive conflicts with the current configuration. Previously, we only performed this check in interactive contexts, or if the --strict flag was passed in. Now this warning is always printed, and it remains non-blocking in non-interactive contexts.

  • #14173 b932e47 Thanks @gpanders! - Handle API validation errors from wrangler containers ssh

    Wrangler now lets the Containers API validate SSH instance IDs and preserves raw API error bodies such as INVALID_INSTANCE_ID when reporting validation failures.

  • #14192 d076bcc Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260603.1 1.20260605.1
  • #14195 165adb2 Thanks @dario-piotrowicz! - Show actionable error message when authentication fails during remote dev

    When wrangler dev with remote bindings encountered an authentication error (expired token, revoked OAuth, or invalid API token), the user saw a generic "A request to the Cloudflare API failed" message with no indication that authentication was the problem.

    Now, authentication failures during remote dev display a clear error message with actionable steps.

  • #14034 776098c Thanks @matingathani! - Fix wrangler types --check reporting types as out of date in multi-worker setups

    Previously, running wrangler types --check -c primary/wrangler.jsonc in a multi-worker project would incorrectly report types as out of date, even when they were current. This happened because the secondary worker config paths (passed via additional -c flags during generation) were not stored in the generated types file header, so --check had no way to resolve the secondary workers' service bindings when verifying the hash.

    The fix stores secondary config paths in the generated file's header comment so that --check can recover them automatically. Users no longer need to re-pass every -c flag when running --check — only the primary config is required.

  • #14053 7993711 Thanks @fallintoplace! - Prevent delete-only wrangler secret bulk input from creating a new Worker

    Previously, wrangler secret bulk could create a draft Worker when the input only deleted secrets and the target Worker name did not exist. Delete-only bulk secret operations now leave Worker-not-found as an error instead of creating a new Worker.

  • #14055 8923f97 Thanks @dario-piotrowicz! - Preserve all deployment-affecting CLI flags in the interactive deploy config flow

    When running wrangler deploy without a config file and going through the interactive setup flow, CLI flags beyond --compatibility-flags (such as --routes/--route, --domains/--domain, --triggers, --var, --define, --alias, --jsx-factory, --jsx-fragment, --tsconfig, --minify, --upload-source-maps, --no-bundle, --logpush, --keep-vars, --legacy-env, and --dispatch-namespace) were silently dropped. These flags are now persisted to the generated wrangler.jsonc config file (where a config field equivalent exists) and included in the suggested CLI command when the user declines config file generation.

  • #14172 f387256 Thanks @dario-piotrowicz! - Make Ctrl+C triggered during the skills-install prompt dismiss it permanently

    Previously, pressing Ctrl+C (SIGINT) during the "Would you like to install Cloudflare skills?" prompt terminated the process without writing the metadata file, causing the prompt to reappear on every subsequent wrangler invocation. A SIGINT handler is now registered around the prompt so that the metadata file is written with accepted: "SIGINT" before the process exits, preventing the prompt from being shown again.

  • #14196 b205fb7 Thanks @odiak! - Validate JSON stdin values for wrangler secret bulk

    JSON input piped through stdin now validates that secret values are strings or null before sending them to the API, matching the existing behavior for file input.

  • Updated dependencies [d076bcc, 48c4ff0]:

    • miniflare@4.20260605.0

create-cloudflare@2.70.1

Patch Changes

  • #14205 d6fd677 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-react-router 7.16.0 7.17.0
  • #14206 9c07154 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    sv 0.15.3 0.15.4
  • #14207 33ab99b Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-analog 2.5.2 2.6.0
  • #14208 82c4d93 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-next-app 16.2.6 16.2.7
  • #14216 6b903e5 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    @tanstack/cli 0.68.0 0.69.1

miniflare@4.20260605.0

Patch Changes

@cloudflare/pages-shared@0.13.144

Patch Changes

@cloudflare/vite-plugin@1.40.1

Patch Changes

@cloudflare/vitest-pool-workers@0.16.14

Patch Changes

@cloudflare/wrangler-bundler@0.1.3

Patch Changes

@cloudflare/edge-preview-authenticated-proxy@0.3.2

Patch Changes

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

✅ All changesets look good

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 Jun 4, 2026

create-cloudflare

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

@cloudflare/deploy-helpers

npm i https://pkg.pr.new/@cloudflare/deploy-helpers@14179

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-auth

npm i https://pkg.pr.new/@cloudflare/workers-auth@14179

@cloudflare/workers-editor-shared

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

@cloudflare/workers-utils

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

wrangler

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

@cloudflare/wrangler-bundler

npm i https://pkg.pr.new/@cloudflare/wrangler-bundler@14179

commit: 3b9721d

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 3 times, most recently from 13cecad to 366a304 Compare June 4, 2026 17:00
@NuroDev
Copy link
Copy Markdown
Member

NuroDev commented Jun 4, 2026

The description "Internal infrastructure changes" is too vague and does not explain what changed or the user-facing impact.

This is intentional & can be ignored.

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 15 times, most recently from 4007c8a to b8d40d6 Compare June 6, 2026 17:12
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from b8d40d6 to 3b9721d Compare June 7, 2026 10:56
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.

2 participants