Skip to content

Bump electron from 20.2.0 to 20.3.3

Geoxor requested to merge dependabot/npm_and_yarn/electron-20.3.3 into master

Created by: dependabot[bot]

Dependabot is rebasing this PR

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps electron from 20.2.0 to 20.3.3.

Release notes

Sourced from electron's releases.

electron v20.3.3

Release Notes for v20.3.3

Fixes

  • Fixed v8 flags and desktop name in package.json does not hornored when running local app using electron cli. #36048 (Also in 21, 22)

electron v20.3.2

Release Notes for v20.3.2

Fixes

  • Fixed a drag-and-drop issue on macOS where items would be incorrectly moved instead of copied in some contexts. #35978 (Also in 21, 22)
  • Fixed on-screen-keyboard not hiding on input rendered in webview is blurred. #35981 (Also in 21, 22)
  • You can now import the built-in electron module via ESModule loaders, i.e. import('electron') and import 'electron' now work natively. #35956 (Also in 21, 22)

Other Changes

  • Modified the Windows 11 WCO to match the native look more closely. #35968 (Also in 21)
  • Security: backported fix for CVE-2022-3307. #35883
  • Security: backported fix for CVE-2022-3315. #35929

electron v20.3.1

Release Notes for v20.3.1

Fixes

  • Provided display_id for desktopCapturer on Linux. #35834 (Also in 19, 21)

Other Changes

  • Security: backported fix for 1356308. #35892
  • Security: backported fix for CVE-2022-3304. #35880
  • Security: backported fix for CVE-2022-3373. #35889

electron v20.3.0

Release Notes for v20.3.0

Features

  • Added LoadBrowserProcessSpecificV8Snapshot as a new fuse that will let the main/browser process load its v8 snapshot from a file at browser_v8_context_snapshot.bin. Any other process will use the same path as is used today. #35694 (Also in 21)

Fixes

  • Fixed an issue where DevTools could not be docked with Windows Control Overlay enabled. #35764 (Also in 19, 21)
  • Fixed: If a custom Electron build contains an electron.d.ts file, it is now being used. #35823 (Also in 21)
  • Usage of safeStorage now consistently uses the correct service name on macOS regardless of timing with browser window construction. #35796 (Also in 19)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports