chore(deps): upgrade Electron and Node runtimes - #2095
Merged
Conversation
Contributor
📝 WalkthroughWalkthroughThe change updates Node.js to 24.18.0, updates pnpm and Electron requirements, refreshes provider model metadata, improves browser session cleanup, and aligns workflows, documentation, manifests, and tests. ChangesRuntime and model catalog updates
Estimated code review effort: 4 (Complex) | ~45 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/features/light-ocr-integration/spec.md`:
- Around line 73-74: Update the runtime manifest link in the standalone-helper
guidance to use ../../../resources/runtime-versions.json so it resolves to the
repository-root manifest, while preserving the requirement to use the bundled
pinned Node version.
In `@resources/model-db/providers.json`:
- Around line 158969-159102: Update the type field for all five Recraft model
records—recraft-v4-pro, recraft-v4.1-utility, recraft-v4, recraft-v4.1, and
recraft-v4.1-pro—from "chat" to "imageGeneration", leaving their other metadata
unchanged.
In `@test/e2e/specs/08-browser-route.smoke.spec.ts`:
- Around line 61-65: Update the cleanup in the test’s finally block to remove
the silent catch handlers and propagate failures from browser.destroy and
sessions.delete. Preserve the existing order, ensuring sessions.delete runs in a
nested finally block even when browser.destroy fails.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: a05b3fe1-197a-4824-be12-ce35f9985489
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (27)
.github/workflows/_package-linux.yml.github/workflows/_package-macos.yml.github/workflows/_package-windows.yml.github/workflows/package-check.yml.github/workflows/prcheck.yml.github/workflows/release.yml.github/workflows/windows-arm64-e2e.ymldocs/architecture/typescript-native-bridge/spec.mddocs/features/light-ocr-integration/spec.mddocs/guides/getting-started.mdmise.tomlpackage.jsonresources/model-db/providers.jsonresources/runtime-versions.jsontest/e2e/specs/08-browser-route.smoke.spec.tstest/fixtures/light-ocr/fake-helper.mjstest/main/ocr/lightOcrProcessHost.test.tstest/main/ocr/routes.test.tstest/main/scripts/afterPack.test.tstest/main/scripts/installRuntime.test.tstest/main/scripts/packageCheckWorkflow.test.tstest/main/scripts/packageContract.test.tstest/main/scripts/packageWorkflow.test.tstest/main/scripts/prcheckWorkflow.test.tstest/main/scripts/releaseAssembly.test.tstest/main/scripts/smokeLightOcr.test.tstest/renderer/components/OcrSettings.test.ts
zhangmo8
reviewed
Aug 6, 2026
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.
Summary
Compatibility Review
showHiddenFiles@hono/node-server2.x is supported by the MCP SDK and its breaking changes do not affect DeepChatValidation
pnpm auditwith no known vulnerabilitiesPlatform Notes
Local packaging and runtime validation were completed on macOS arm64. Linux and Windows packaging remain covered by their platform workflows.
Summary by CodeRabbit
New Features
Improvements
Documentation