chore(deps): update dependency electron to v13#39
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/electron-13.x
branch
from
May 25, 2021 21:01
256f9c2 to
05d6bc6
Compare
koromerzhin
approved these changes
Jun 4, 2021
koromerzhin
added a commit
that referenced
this pull request
Oct 11, 2025
chore(deps): update dependency electron to v13
koromerzhin
added a commit
that referenced
this pull request
Oct 11, 2025
chore(deps): update dependency electron to v13
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.
This PR contains the following updates:
12.0.2->13.0.1Release Notes
electron/electron
v13.0.1Compare Source
Release Notes for v13.0.1
Fixes
v13.0.0Compare Source
Release Notes for v13.0.0
Stack Upgrades
Breaking Changes
session.setPermissionCheckHandler(handler)to allow forhandler's first parameter,webContentsto benull. #19903Features
Additions
process.contextIdused by@electron/remote. #28251process.contextIsolatedproperty that indicates whether the current renderer context hascontextIsolationenabled. #28252process.uptime()to sandboxed renderers. #26684roundedCornersoption forBrowserWindow. #27572context-menuevent. #26788session.storagePathAPI to get the path on disk for session-specific data. #28866ServiceWorkers. #27562disposition,referrerandpostBodyto the details object passed to the window open handler registered withsetWindowOpenHandler. #29277Improvements
session.setPermissionCheckHandler. These includeNotification.permission, andpermission.query. Please note that thewebContentsparameter to the check handler can now be null. #19903WebFrameMain.executeJavaScriptInIsolatedWorld(). #27926trafficLightPositionoption work forcustomButtonOnHoverwindow. #26789submitURLoption forcrashReporter.startis no longer a required argument whenuploadToServeris false. #28283napi_threadsafe_function. #29048 (Also in 12)Removed/Deprecated
BrowserWindowextension APIs. #26696shell.moveItemToTrash(). #26723systemPreferencesmethods. #26849Fixes
hiddenInsettitleBarStyle's abnormal fullscreen titlebar. FixhiddenInsettitleBarStyle not working withtrafficLightPositionoption. #27489contextBridgemight incorrectly try to serialize some WebAssembly objects. #27518BrowserWindow.setWindowButtonVisibilitywork for window withcustomButtonsOnHovertitlebar style. #27073app.setAppUserModelId. #28921Also in earlier versions....
uv_run(). #28973 (Also in 11, 12)systemPreferences.getAccentColor(),getSystemColorandgetColorare now correctly converted into the devices color space. Previously the color would have been subtly incorrect. #28173 (Also in 11, 12)<webview>focus/blurevents not working withcontextIsolationenabled. #29025 (Also in 10, 11, 12)desktopCapturer.getSources()promise result sometimes never resolving. #28280 (Also in 10, 11, 12)postDataparameter missing fromnew-windowevent. #28542 (Also in 12)webFramespell checker APIs crashing when called in sandboxed renderer. #29087 (Also in 12)shell.trashItem()from the renderer process. #28788 (Also in 12)setCertificateVerifyProcwith many concurrent verification requests. #28433 (Also in 11, 12)BrowserViews. #27786 (Also in 12)Trayevents. #26668 (Also in 12)BrowserViews could have mismatched draggable regions to their bounds. #27952 (Also in 10, 11, 12)illegal access errorcould be thrown whennodeIntegrationInSubFramesis enabled. #29170 (Also in 12)select-serial-portcallback crashes when called with an invalid serial port ID. #28619 (Also in 12)win.capturePage()never called back after callinghide()for a hidden window on some platforms. #28076 (Also in 11, 12)window.print()did not work properly when printing a pdf from the pdf plugin. #28351 (Also in 12)contextBridgecould be displayed incorrectly. #28446 (Also in 12)nodeIntegrationInSubframesis enabled. #27582 (Also in 10, 11, 12)window.setFullScreencould cause problems. #28763 (Also in 11, 12)window.hide()was called while they were open. #28694 (Also in 11, 12)win.hide()on Windows. #28390 (Also in 10, 11, 12)Menu.setApplicationMenuwould return a value on some platforms. #29129 (Also in 12)simpleFullscreenmode were not properly resizing when display metrics changed. #28216 (Also in 11, 12)WebContents.sendInputEvent. #27827 (Also in 10, 11, 12)getBackgroundColoron a transparent window with no assigned background color. #28187 (Also in 11, 12)window.open()would not return an object with alocation.hrefsetter whencontextIsolationis enabled andnativeWindowOpenis disabled. #27899 (Also in 12)setWindowOpenHandlernot being invoked when a link was middle-clicked or shift-clicked. #28536 (Also in 12)worldSafeExecuteJavaScriptis disabled. #27928 (Also in 10, 11, 12)wasm-evalcsp behindWebAssemblyCSPflag. #28569 (Also in 11, 12)shell.openExternalon windows are now correctly URI encoded. This was already occurring on macOS and Linux. #28342 (Also in 10, 11, 12)will-resizeandwill-moveevents not scaling the emittednewBoundsrectangle to the appropriate Windows display scale factor. #29227 (Also in 11, 12)Other Changes
Documentation
End of Support for 10.x.y
Electron 10.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.
v12.0.9Compare Source
Release Notes for v12.0.9
Fixes
will-resizeandwill-moveevents not scaling the emittednewBoundsrectangle to the appropriate Windows display scale factor. #29226 (Also in 11, 13)v12.0.8Compare Source
Release Notes for v12.0.8
Fixes
webFramespell checker APIs crashing when called in sandboxed renderer. #29086 (Also in 13)illegal access errorcould be thrown whennodeIntegrationInSubFramesis enabled. #29169 (Also in 13)Menu.setApplicationMenuwould return a value on some platforms. #29128 (Also in 13)Documentation
v12.0.7Compare Source
Release Notes for v12.0.7
Fixes
uv_run(). #28972 (Also in 11, 13)<webview>focus/blurevents not working withcontextIsolationenabled. #29024 (Also in 10, 11, 13)Other Changes
napi_threadsafe_function. #29047 (Also in 13)v12.0.6Compare Source
Release Notes for v12.0.6
Fixes
shell.trashItem()from the renderer process. #28787 (Also in 13)window.setFullScreencould cause problems. #28772 (Also in 11, 13)window.hide()was called while they were open. #28695 (Also in 11, 13)simpleFullscreenmode were not properly resizing when display metrics changed. #28869 (Also in 11, 13)Other Changes
1192552. #28818v12.0.5Compare Source
Release Notes for v12.0.5
Fixes
Other Changes
v12.0.4Compare Source
Release Notes for v12.0.4
Other Changes
v12.0.3Compare Source
Release Notes for v12.0.3
Fixes
postDataparameter missing fromnew-windowevent. #28543 (Also in 13)setCertificateVerifyProcwith many concurrent verification requests. #28465 (Also in 11, 13)select-serial-portcallback crashes when called with an invalid serial port ID. #28618 (Also in 13)window.print()did not work properly when printing a pdf from the pdf plugin. #28352 (Also in 13)contextBridgecould be displayed incorrectly. #28447 (Also in 13)win.hide()on Windows. #28389 (Also in 10, 11, 13)wasm-evalcsp behindWebAssemblyCSPflag. #28575 (Also in 11, 13)Other Changes
Documentation
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.