Skip to content

fix: align remaining dev/main conflict files for #427 (v4)#431

Merged
mpaulosky merged 1 commit into
devfrom
squad/427-dev-conflict-fix-v4
Jul 4, 2026
Merged

fix: align remaining dev/main conflict files for #427 (v4)#431
mpaulosky merged 1 commit into
devfrom
squad/427-dev-conflict-fix-v4

Conversation

@mpaulosky

Copy link
Copy Markdown
Owner

Linear conflict-neutralization pass for #427 under squash-only policy.

  • aligns known conflicting files in dev to main versions
  • keeps dev history merge-strategy compatible with branch protection
  • full local pre-push gates passed

Refs #427

Copilot AI review requested due to automatic review settings July 4, 2026 15:17
@mpaulosky
mpaulosky enabled auto-merge (squash) July 4, 2026 15:17
@github-actions github-actions Bot added the squad Squad triage inbox — Lead will assign to a member label Jul 4, 2026
@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

🏗️ PR Added to Squad Triage Queue

This PR has been labeled with squad and added to the triage queue.

Next steps:

  • The squad Lead will review and assign to an appropriate team member
  • A squad:member label will be added after triage

If you know which squad member should handle this, you can add the appropriate squad:member label yourself.

@mpaulosky
mpaulosky merged commit 9ba31ec into dev Jul 4, 2026
10 of 12 checks passed
@mpaulosky
mpaulosky deleted the squad/427-dev-conflict-fix-v4 branch July 4, 2026 15:18

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Linear conflict-neutralization pass that aligns a small set of files between dev and main, focusing on Node/Web lockfiles and the “squad-standard” YAML/Markdown lint workflows to reduce recurring merge conflicts.

Changes:

  • Downgraded markdownlint-cli2 in src/Web/package.json and synchronized src/Web/package-lock.json accordingly (including resolving embedded conflict-marker artifacts).
  • Updated src/Web/package-lock.json dependency resolutions (notably Tailwind-related packages) to match the aligned baseline.
  • Simplified “squad-standard” lint workflows to lint tracked files via git ls-files rather than diff-based file selection.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 4 comments.

File Description
src/Web/package.json Aligns the markdown lint tooling version with the conflict-neutralized baseline.
src/Web/package-lock.json Resolves conflict artifacts and aligns the dependency tree/lock state with the updated Web devDependencies.
.github/workflows/squad-standard-lint-yaml.yml Simplifies YAML lint execution and checkout behavior for conflict-neutral alignment.
.github/workflows/squad-standard-lint-markdown.yml Simplifies Markdown lint execution and checkout behavior for conflict-neutral alignment.
Files not reviewed (1)
  • src/Web/package-lock.json: Generated file

- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/checkout@v6
else
files=$(git ls-files '*.yml' '*.yaml')
fi
files=$(git ls-files '*.yml' '*.yaml')
with:
fetch-depth: 0
- uses: actions/setup-node@v6
- uses: actions/checkout@v6
else
files=$(git ls-files '*.md')
fi
files=$(git ls-files '*.md')
@codecov

codecov Bot commented Jul 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.73%. Comparing base (8e9df9b) to head (59f03d4).
⚠️ Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #431   +/-   ##
=======================================
  Coverage   76.73%   76.73%           
=======================================
  Files          71       71           
  Lines        1775     1775           
  Branches      214      214           
=======================================
  Hits         1362     1362           
  Misses        336      336           
  Partials       77       77           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

squad Squad triage inbox — Lead will assign to a member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants