Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps Electron from version 39.3.0 to 39.5.2 and Node.js from 22.21.1 to 22.22.0. The upgrade addresses two reported issues: SecCodeCheckValidity errors on macOS (issue #204085) and broken drag-and-drop functionality on certain Linux compositor environments (issue #289298). Additionally, the PR re-enables the Skia Graphite backend for macOS by removing the command-line flag that previously disabled it.
Changes:
- Upgraded Electron from 39.3.0 to 39.5.2
- Upgraded Node.js from 22.21.1 to 22.22.0
- Re-enabled Skia Graphite backend by removing the disable-skia-graphite command-line switch
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/main.ts | Removes the disable-skia-graphite command-line switch to re-enable Skia Graphite backend for macOS |
| package.json | Updates Electron dependency from 39.3.0 to 39.5.2 |
| .npmrc | Updates Electron target version from 39.3.0 to 39.5.2 |
| .nvmrc | Updates Node.js version from 22.21.1 to 22.22.0 |
| remote/.npmrc | Updates Node.js target version from 22.21.1 to 22.22.0 |
| cgmanifest.json | Updates Node.js and Electron version metadata including commit hashes and tags |
| build/checksums/nodejs.txt | Updates checksums for Node.js binaries (but contains incorrect version 22.2.0 instead of 22.22.0) |
3781777 to
ada1349
Compare
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @bpaseroMatched files:
|
rzhao271
approved these changes
Feb 12, 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.
Refs https://releases.electronjs.org/release/compare/v39.3.0/v39.5.2
Fixes #204085
Fixes #289298
Re-enables skia graphite backend for macOS