chore: bump electron@42.4.0#321629
Draft
deepak1556 wants to merge 4 commits into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates VS Code’s pinned Electron version to 42.4.0 and aligns related build inputs (Chromium revision, Node version, checksums, and packaging dependency baselines) to keep the build and compliance metadata consistent.
Changes:
- Bump electron dependency to
42.4.0and update lockfile accordingly. - Update Node to
24.16.0(repo + Copilot extension) and refresh Node/Electron checksum manifests. - Align Chromium references and Linux packaging dependency references to the newer upstream baseline.
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| remote/.npmrc | Updates remote/node build target and MS build id to Node 24.16.0 inputs. |
| package.json | Bumps Electron dependency to 42.4.0. |
| package-lock.json | Updates Electron package resolution and transitive dependencies for 42.4.0. |
| extensions/copilot/.nvmrc | Aligns Copilot extension dev Node version to 24.16.0. |
| cgmanifest.json | Updates Chromium/Node/Electron component versions and commit hashes for compliance tracking. |
| build/linux/dependencies-generator.ts | Updates the upstream Chromium reference URL used for dependency generation guidance. |
| build/linux/debian/dep-lists.ts | Adjusts reference Debian dependency list to match newly generated dependencies. |
| build/lib/electron.ts | Removes hardcoded Electron version and reads version/build id from .npmrc via util. |
| build/checksums/nodejs.txt | Refreshes Node 24.16.0 artifact checksums. |
| build/checksums/electron.txt | Refreshes Electron 42.4.0 artifact checksums. |
| build/azure-pipelines/linux/setup-env.sh | Updates Chromium revision used to fetch clang/toolchain scripts in CI. |
| .nvmrc | Updates repo dev Node version to 24.16.0. |
| .npmrc | Updates Electron headers target and MS build id to 42.4.0 inputs. |
0c62aa1 to
0619f12
Compare
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @lszomoruMatched files:
|
Yoyokrazy
previously approved these changes
Jun 16, 2026
TylerLeonhardt
previously approved these changes
Jun 17, 2026
2aad61e to
6d0ca47
Compare
auto-merge was automatically disabled
June 17, 2026 04:54
Pull request was converted to draft
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/v42.2.0/v42.4.0