Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

[codex] Update desktop tooling baseline for Node 24 - #270

Merged
shafty023 merged 11 commits into
mainfrom
fea-1543
Jun 5, 2026
Merged

shafty023 merged 11 commits into
mainfrom
fea-1543

Conversation

@shafty023

Copy link
Copy Markdown
Contributor

Summary

  • Updates the desktop development/build/test baseline to Node 24 and the Vite 7 toolchain.
  • Aligns active CI setup-node usage and developer docs with the new baseline.
  • Adds a release-candidate freshness check so desktop versions must stay ahead of the current base branch.

Work Item

Validation

  • Passed: git diff --check
  • Passed: desktop version check against current origin/main
  • Passed: pnpm install --frozen-lockfile
  • Passed: pnpm -C apps/desktop build:renderer
  • Passed: just desktop-build
  • Passed: just desktop-typecheck
  • Passed: just desktop-lint
  • Passed: just desktop-test

Known Blockers

None.

shafty023 added 9 commits June 5, 2026 13:41
Bump desktop tooling to the Vite 7 and Node 24 development baseline, align CI/docs, and add a version freshness check for release candidates.

Validation: git diff --check; desktop version check against origin/main; pnpm install --frozen-lockfile; pnpm -C apps/desktop build:renderer; just desktop-build; just desktop-typecheck; just desktop-lint; just desktop-test.
Resolve the branch conflict by keeping desktop 0.15.113 above main while preserving the Node 24/Vite 7 dependency baseline.

Testing: Full desktop validation passed, including frozen install, renderer build, desktop build, typecheck, lint, and desktop tests.

Risks: Low; merge-only update with the dependency baseline unchanged.
@shafty023
shafty023 marked this pull request as ready for review June 5, 2026 20:12
@shafty023
shafty023 requested a review from a team June 5, 2026 20:12

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 51b2c744ff

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread apps/desktop/package.json Outdated
- Pin the desktop @types/node dev dependency to exact 24.12.4 so ambient Node APIs match the supported runtime.

- Add a repo rule for keeping Node ambient types aligned with runtime baseline changes.

Testing: Full desktop build, test, typecheck, lint, and frozen install passed.

Risks: Low; dependency-only type baseline change, no runtime code paths changed.
Comment thread .github/workflows/test.yml

@thadeusb thadeusb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Node 24 baseline and Vite 7 bump are straightforward, version freshness check is a good add. One question on the Electron binary step in test.yml.

Move the Electron binary repair guard into a reusable desktop script, then call it from the CI test and release workflows that run desktop tests or package/release under Node 24.

Document the reusable workflow rule in AGENTS.md so future changes do not reintroduce inline Electron download logic or apply the guard to static/headless audit jobs.

Validation: pnpm -C apps/desktop verify:electron-binary repair path passed; pnpm -C apps/desktop verify:electron-binary no-op path passed; pnpm install --frozen-lockfile passed; pnpm -r prebuild passed; pnpm -C apps/desktop lint passed; pnpm typecheck passed; pnpm -C apps/desktop assert:design-system-boundary passed; pnpm -C apps/desktop test:boot:design-system-off passed; pnpm -C apps/desktop measure:agent-dashboard-storage passed; pnpm test passed.
@shafty023
shafty023 merged commit 6ac17cb into main Jun 5, 2026
5 checks passed
@shafty023
shafty023 deleted the fea-1543 branch June 5, 2026 21:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants