Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s Electron dependency from 39.8.2 to 39.8.3 (a reland of #302875), aligning build metadata and artifact verification inputs with the new Electron version.
Changes:
- Bump
electrondependency to39.8.3inpackage.jsonandpackage-lock.json. - Update Electron component metadata in
cgmanifest.jsonto the39.8.3tag/commit. - Refresh Electron artifact SHA256s in
build/checksums/electron.txtand update build IDs used by npmrc configs.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| remote/.npmrc | Updates Node MS build ID used by remote build/pipeline flows. |
| package.json | Bumps Electron npm dependency to 39.8.3. |
| package-lock.json | Locks Electron to 39.8.3 with updated resolved URL/integrity. |
| cgmanifest.json | Updates Electron component version/tag/commit for compliance tracking. |
| build/checksums/electron.txt | Replaces checksums to match Electron 39.8.3 artifacts. |
| .npmrc | Updates Electron headers target to 39.8.3. |
bpasero
approved these changes
Mar 22, 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.
Reland #302875 with additional fix for crash during certificate parsing on macOS
Refs https://github.com/microsoft/vscode-internalbacklog/issues/7003#issuecomment-4076672037
cc @chrmarti