chore: Resolve master→3.x sync conflict - #37904
Draft
n8n-assistant[bot] wants to merge 65 commits into
Draft
Conversation
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…log) (#37268) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…odes (#37081) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: mfsiega <93014743+mfsiega@users.noreply.github.com> Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Michael Siega <michael.siega@n8n.io>
…37774) Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
… File(s) Selector (#36901)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…AI requests work on Node 26 (#37758) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…nstance-ai and ai-workflow-builder (#37807) Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
…elog) (#37762) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
… update operations (#20108) Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com> Co-authored-by: Dimitri Lavrenük <dimitri.lavrenuek@n8n.io> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com> Co-authored-by: Sam Wooler <swooler592@gmail.com>
…eplacement fails (#37781) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…o-changelog) (#37829) Co-authored-by: Thanasis Gkliatis <thanasis.gkliatis@n8n.io> Co-authored-by: Thanasis G <96360514+gthanasis@users.noreply.github.com>
…og) (#37546) Co-authored-by: Veljko Terzic <veljko.terzic@n8n.io>
…7703) Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
…ope config (#37679) Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
…37491) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com> Co-authored-by: Declan Carroll <declan@n8n.io>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…37833) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…s task runner (#37737) Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
…(no-changelog) (#37880) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…angelog) (#37768) Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
# Conflicts: # packages/cli/src/workflow-runner.ts # packages/node-dev/eslint.config.mjs # packages/node-dev/package.json # pnpm-lock.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated
master→3.xsync hit a conflict.3.xwas not touched. This branch ismastermerged into3.xwith the conflicts committed exactly as git left them — conflict markers included — so you can see what clashed. The required checks stay red until they are resolved, so this PR cannot be merged half-done.How to resolve
git fetch origin sync/master-to-3x && git switch sync/master-to-3xgit push origin sync/master-to-3xmaster's commits come in as-is and your fix stays its own commit — nothing is squashed. Never close this PR unmerged: closing resolves nothing and the same conflict reopens on the next sync.Daily syncs are paused until this PR is merged. The next sync then replays
3.xonto master linearly again — which also drops this merge commit and its markers out of3.x's history — and verifies the result is exactly what a merge would produce.Conflicted files
packages/cli/src/workflow-runner.ts8272a8bc33feat(core): Add project-level worker pools (no-changelog) (feat(core): Add project-level worker pools (no-changelog) #32975) — @FlexiconDeleted on one side, changed on the other
Git leaves no conflict markers for these, so the branch looks clean where it is not — the merge kept
3.x's side. Decide whether that is right, and whether the other side's change has to be carried over (onto a re-recorded or renamed replacement file, typically):packages/node-dev/eslint.config.mjs— deleted on3.x, changed on master; the merge kept3.x's deletion44d9d908b2feat(core): Add encryption usage guardrails (no-changelog) (feat(core): Add encryption usage guardrails (no-changelog) #37728) — @sychovSaveliypackages/node-dev/package.json— deleted on3.x, changed on master; the merge kept3.x's deletion44d9d908b2feat(core): Add encryption usage guardrails (no-changelog) (feat(core): Add encryption usage guardrails (no-changelog) #37728) — @sychovSaveliyNote
pnpm-lock.yamlstill carries its conflict markers because a manifest (package.json/pnpm-workspace.yaml) is conflicted too, or its regeneration failed. After resolving the manifests, regenerate it withpnpm install --lockfile-onlyand commit the result.Likely owners
Authors of the 3.x commits behind the conflicted files — nobody is requested as a reviewer, so pick this up between yourselves: