chore(code): Upgrade Electron 42, Vite 8, React 19.2 and deps#2512
Open
charlesvien wants to merge 9 commits into
Open
chore(code): Upgrade Electron 42, Vite 8, React 19.2 and deps#2512charlesvien wants to merge 9 commits into
charlesvien wants to merge 9 commits into
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
2 tasks
Contributor
What T-Rex did
ArtifactsDependency upgrade validation log
Details of @vitest/coverage-v8 peer dependency mismatch with vitest 2.x
Validation script invocation details
Prompt To Fix All With AIFix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
packages/electron-trpc/package.json:35
**Update coverage provider**
`test:ci` runs Vitest with `--coverage`, but this package still installs `@vitest/coverage-v8@^0.34.0` while Vitest resolves to 2.x. The lockfile shows that coverage provider declares a peer range of `vitest >=0.32.0 <1`, so coverage runs for `@posthog/electron-trpc` can fail or run against an unsupported provider. Please bump `@vitest/coverage-v8` to the matching Vitest major.
Reviews (1): Last reviewed commit: "upgrade vite to 8 (rolldown)" | Re-trigger Greptile |
This was referenced Jun 6, 2026
c7bf83f to
c505ae8
Compare
k11kirky
approved these changes
Jun 8, 2026
k11kirky
left a comment
Contributor
There was a problem hiding this comment.
Unblocking your merge. looks safe, just want to trim comments and test further
eda4c7c to
89dfb6d
Compare
c505ae8 to
978596d
Compare
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
Base automatically changed from
06-06-retry_binary_downloads_on_transient_http_errors
to
main
June 9, 2026 01:45
978596d to
f71d76f
Compare
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.

Problem
We've fallen several majors behind (Electron 41, Vite 6), missing performance, security and bug fixes.
Changes
How did you test this?
Manually
Automatic notifications