Skip to content

chore: propagate main into development - #92

Merged
Wikid82 merged 7 commits into
developmentfrom
main
Aug 25, 2026
Merged

chore: propagate main into development#92
Wikid82 merged 7 commits into
developmentfrom
main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated PR carrying commits pushed directly to main (hotfixes, CI-generated
commits) down into development. nightly is intentionally skipped — it picks
these up via the daily development sync instead.

Triggered by push aaffad9 to main.

github-actions Bot and others added 5 commits August 17, 2026 14:35
Co-authored-by: Jeremy <jhatfield82@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Repo has no root package.json (backend is Go, frontend/package.json
is nested), so the "node" release-type was failing on every push to
main with "Missing required file: package.json". Switch to "simple",
which tracks the version via the manifest file only.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
The nightly -> main promotion PR (#62, merged 2026-08-17) landed on main
as a single-parent commit rather than a true two-parent merge, so main's
git history never actually linked back to nightly's commit graph even
though the tree content matched at the time. Every subsequent
nightly -> main diff/merge attempt therefore computed its merge-base
against a stale pre-pivot ancestor instead of the real prior promotion
point, causing conflicts to balloon across every file touched since.

This merges main into nightly favoring nightly's content throughout
(main has no content nightly doesn't already have — verified the
resulting tree is byte-identical to nightly's pre-merge tree) purely to
give main and nightly a shared merge-base going forward, so PR #91 can
land as a real merge instead of conflicting.

# Conflicts:
#	codecov.yml
#	frontend/audit-ci.json
#	frontend/src/components/MemberCard.tsx
#	frontend/src/pages/HouseholdPage.tsx
@Wikid82
Wikid82 marked this pull request as ready for review August 24, 2026 21:58
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Wikid82
Wikid82 merged commit ef7af1d into development Aug 25, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants