Skip to content

Upgrade Electron example dependency to 42.2.0#928

Merged
rzhao271 merged 2 commits into
mainfrom
copilot/migrate-electron-to-42-2-0
Jun 3, 2026
Merged

Upgrade Electron example dependency to 42.2.0#928
rzhao271 merged 2 commits into
mainfrom
copilot/migrate-electron-to-42-2-0

Conversation

Copilot AI commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

This updates the examples/electron app to Electron 42.2.0 to align the example with the requested runtime version. The change is limited to dependency metadata and lock resolution for that example.

  • Dependency bump

    • Updated examples/electron/package.json:
      • electron: ^39.8.5^42.2.0
  • Lockfile refresh

    • Regenerated examples/electron/package-lock.json so the resolved Electron package graph matches 42.2.0.
  • Scope

    • No application logic or renderer/main process code changes; this PR only adjusts versioning for the Electron example.
// examples/electron/package.json
"dependencies": {
  "@xterm/xterm": "^6.0.0",
  "electron": "^42.2.0"
}
Original prompt

Migrate the example electron to 42.2.0. Create a PR.

Created from VS Code.

Copilot AI changed the title [WIP] Update Electron to version 42.2.0 Upgrade Electron example dependency to 42.2.0 Jun 3, 2026
Copilot AI requested a review from rzhao271 June 3, 2026 17:52
@rzhao271 rzhao271 added this to the 1.124.0 milestone Jun 3, 2026
@rzhao271 rzhao271 marked this pull request as ready for review June 3, 2026 17:59
@rzhao271 rzhao271 enabled auto-merge (squash) June 3, 2026 17:59
@rzhao271 rzhao271 merged commit b2e501e into main Jun 3, 2026
9 checks passed
@rzhao271 rzhao271 deleted the copilot/migrate-electron-to-42-2-0 branch June 3, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants