Skip to content

Enable better conflict management for deployment by default#11229

Merged
petebacondarwin merged 6 commits intomainfrom
dario/10235/better-conflict-management-dash-last-touches
Nov 12, 2025
Merged

Enable better conflict management for deployment by default#11229
petebacondarwin merged 6 commits intomainfrom
dario/10235/better-conflict-management-dash-last-touches

Conversation

@dario-piotrowicz
Copy link
Copy Markdown
Member

@dario-piotrowicz dario-piotrowicz commented Nov 9, 2025

Fixes #10235

The changes here enable the remote config diffing against dash deployments during wrangler deploys by default, while still allowing users to opt out of it via --experimental-remote-diff-check=false (the flag will be removed as a followup in a few weeks if all goes well).


@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Nov 9, 2025

🦋 Changeset detected

Latest commit: 50d255d

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Nov 9, 2025

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

@cloudflare/workers-utils

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

wrangler

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

commit: 50d255d

@dario-piotrowicz dario-piotrowicz force-pushed the dario/10235/better-conflict-management-dash-last-touches branch from 90bef04 to 6f5b407 Compare November 9, 2025 19:38
@dario-piotrowicz dario-piotrowicz marked this pull request as ready for review November 9, 2025 23:09
@dario-piotrowicz dario-piotrowicz requested a review from a team as a code owner November 9, 2025 23:09
@github-actions
Copy link
Copy Markdown
Contributor

Failed to automatically backport this PR's changes to Wrangler v3. Please manually create a PR targeting the v3-maintenance branch with your changes. Thank you for helping us keep Wrangler v3 supported!

Depending on your changes, running git rebase --onto v3-maintenance main dario/10235/better-conflict-management-dash-last-touches might be a good starting point.

Notes:

  • your PR branch should be named v3-backport-11229
  • add the skip-v3-pr label to the current PR to stop this workflow from failing

@dario-piotrowicz dario-piotrowicz force-pushed the dario/10235/better-conflict-management-dash-last-touches branch from cd07a17 to a7f7539 Compare November 10, 2025 00:33
@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Nov 10, 2025
@github-project-automation github-project-automation bot moved this from Approved to In Review in workers-sdk Nov 11, 2025
@petebacondarwin petebacondarwin force-pushed the dario/10235/better-conflict-management-dash-last-touches branch from a7f7539 to de6606f Compare November 11, 2025 15:47
Co-authored-by: Pete Bacon Darwin <pete@bacondarwin.com>
@github-project-automation github-project-automation bot moved this from In Review to Approved in workers-sdk Nov 12, 2025
@petebacondarwin petebacondarwin merged commit 14d79f2 into main Nov 12, 2025
44 of 49 checks passed
@petebacondarwin petebacondarwin deleted the dario/10235/better-conflict-management-dash-last-touches branch November 12, 2025 17:08
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Better Wrangler config diff

4 participants