Skip to content

Align project dependencies and cleanup stale branches - #12

Merged
BigSimmo merged 2 commits into
mainfrom
codex/project-alignment-cleanup
Jun 3, 2026
Merged

Align project dependencies and cleanup stale branches#12
BigSimmo merged 2 commits into
mainfrom
codex/project-alignment-cleanup

Conversation

@BigSimmo

Copy link
Copy Markdown
Owner

Summary

  • update direct dependencies to current compatible releases and align React/React DOM at 19.2.7
  • add scoped audit overrides for PostCSS, tmp, and uuid while preserving ExcelJS spreadsheet support
  • document stale branch audit and remove superseded local/remote branches
  • update PDF.js document viewer loading for pdfjs-dist 6 and isolate the repo-wide Prettier pass in a separate commit

Verification

  • npm ls --depth=0
  • npm audit
  • npm outdated (only ESLint 10 remains intentionally deferred because eslint-config-next peers on ESLint 9)
  • npm run typecheck
  • npm run lint
  • npm test
  • npm run build
  • npm run format:check
  • npm run check:supabase-project
  • git diff --check HEAD --
  • npm run ensure plus /api/local-project-id verification
  • browser QA: dashboard and /documents/315519ff-e018-46f5-8109-1ac56e736431

@BigSimmo
BigSimmo merged commit e18793c into mainJun 3, 2026
4 checks passed
@BigSimmo
BigSimmo deleted the codex/project-alignment-cleanup branch June 3, 2026 12:54
BigSimmo pushed a commit that referenced this pull request Jul 21, 2026
Resolves the docs/outstanding-issues.md conflict: main added #11 (auth
DB-connection allocation) via its own ledger update, so this renumbers the
site-audit follow-ups from #11-#16 to #12-#17 (next-id -> 018) and fixes the
#17 cross-reference. Keeps main's #11 intact; no other ledger rows changed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UbhUVWVJRwDibC2YtJ6aRX
BigSimmo pushed a commit that referenced this pull request Jul 22, 2026
BigSimmo pushed a commit that referenced this pull request Jul 22, 2026
…cile issue IDs
Review findings on PR #1050 (Codex P2 + CodeRabbit major, converged): a case
that attempted generation but lost the provider response (timeout, missing
output) has real-but-unrecorded token spend — keying $0 off hasOpenAIUsage
alone would report those as fully priced. $0 now applies only when no request
id, no model, and no generation time were recorded; provider-attempted cases
without usage metadata stay null (n/a total). Also resolves the ledger merge
conflict against #1049's concurrent ID allocation: main's #12-#17 stand, this
session's six items renumber to #18-#23 (next-id 024), the cost-readout row
is rewritten as post-fix validation only (CodeRabbit), and the unbalanced
strikethrough tildes in the E-3d row are fixed (CodeRabbit).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EXsJcLrbZUXwnBeG91cVo9
cursorBot pushed a commit that referenced this pull request Jul 28, 2026
Main advanced with RAG/search/mockup work. Real conflict was only in
docs/outstanding-issues.md: keep #12 in Resolved (this PR) while retaining
main's newer open/resolved rows (#24 open; #19/#29/#80/#84 archive).
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
cursorBot pushed a commit that referenced this pull request Jul 28, 2026
Per /issues done: remove #12 from the recommended execution queue
composite (#13/#16 remain) and drop the Before #12 sequencing hint
on #17. #12 stays in Resolved/archive with the shipped outcome.
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
cursorBot pushed a commit that referenced this pull request Jul 28, 2026
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
cursorBot pushed a commit that referenced this pull request Jul 28, 2026
Static PR Format check failed solely on docs/outstanding-issues.md after
the recommended-queue rewrite; no content change beyond formatting.
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
Sign up for freeto 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.

1 participant

@BigSimmo