Bump electron from 20.3.7 to 22.0.3
Created by: dependabot[bot]
Bumps electron from 20.3.7 to 22.0.3.
Release notes
Sourced from electron's releases.
electron v22.0.3
Release Notes for v22.0.3
Fixes
- Fixed an issue on macOS when trying to switch processes with
Cmd+Tab
after exiting Kiosk Mode. #36918 (Also in 21, 23)- Fixed an issue where the
setPermissionRequestHandler
callback would be invoked twice when usingnavigator.getUserMedia(...)
. #36873 (Also in 23)- Use the process cache to reduce the memory for asar file. #36664 (Also in 21, 23)
electron v22.0.2
Release Notes for v22.0.2
Fixes
- Fixed an RTL issue that could happen in some locales when calling
BrowserWindow.setTrafficLightPosition()
on macOS. #36851 (Also in 21, 23)- Fixed an error when fs.readdir gets null for options. #36849 (Also in 23)
- Fixed missing headers in libcxx_headers bundle. #36865
Other Changes
electron v22.0.1
Release Notes for v22.0.1
Fixes
- Changed HTML5 Notifications created with the
requireInteraction
option to not timeout on Linux and Windows. #36501 (Also in 21)- Fixed a crash that could occur when running eval in inline scripts in unsandboxed renderer processes. #36668 (Also in 23)
- Fixed an issue with incorrect focus ring highlighting when using
dialog.showMessageBox()
. #36802 (Also in 21, 23)- Fixed binary stripping for branded release builds on Linux. #36654 (Also in 21, 23)
- Fixed warning about duplicate
WebSwapCGLLayer
symbols when Electron starts on macOS. #36800 (Also in 21, 23)Other Changes
- Added node-api: handle no support for external buffers. #36624
- Backported fix for chromium:1352405. #36517
- Backported fix for chromium:1352405. #36518
- Removed unneeded --turbo-profiling-input argument from mksnapshot_args for Linux mksnapshot zips. #36782 (Also in 23)
- Updated Chromium to 108.0.5359.99. #36613
electron v22.0.0
Release Notes for v22.0.0
Stack Upgrades
- Chromium 108.0.5359.62.
- Node v16.17.1.
... (truncated)
Commits
-
9519ec3
ci: run WOA tests on AppVeyor (22-x-y) (#36927) -
06132f5
build: migrate patch-up to use app creds (#36867) -
751ba53
fix: Cmd+Tab not working when exiting kiosk mode (#36918) -
312c681
fix:getUserMedia
duplicate permissions call (#36873) -
69b5723
fix: use the process cache to reduce the memory for asar file (#36664) -
eb59cb1
docs: add missing window-placement permission value to setPermissionRequestHa... -
887595e
chore: cherry-pick 43637378b14e from chromium (#36884) -
8f5a8c6
docs: update code highlights in tutorial (#36893) -
1245e23
chore: fix typo in promise rejection (#36895) -
5e7ae98
fix: missing libcxx headers (#36865) - Additional commits viewable in compare view
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)