Bump electron from 6.0.2 to 10.1.2
Bumps electron from 6.0.2 to 10.1.2.
Release notes
Sourced from electron's releases.
electron v10.1.2
Release Notes for v10.1.2
Fixes
- Added missing module delay loads on windows to reduce per process reference set impact. #25435 (Also in 9, 10, 11)
- Fixed a crash in the renderer process when invoking the Badging API. #25369 (Also in 9, 10, 11)
- Fixed an issue where
document.hasFocusanddocument.activeElementwould be inconsistent upon showing a window that was initially created withshow: false. #25330 (Also in 10, 11)- Fixed client_id file being generated in the working directory for node child process. #25309 (Also in 9, 10, 11)
- Fixed multiple dock icons being left in system when calling
dock.show/hideon macOS. #25299 (Also in 8, 9, 10, 11)Other Changes
- Updated Chromium to 85.0.4183.98. #25275
Unknown
electron v10.1.1
Release Notes for v10.1.1
Fixes
- Fixed an issue where filters set in dialogs on macOS would have nondeterministic ordering. #25192
- Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. #25178
- Fixed the following issues for frameless when maximized on Windows:
- Unreachable task bar when auto hidden with position top
- 1px extending to secondary monitor
- 1px overflowing into taskbar at certain resolutions
- White line on top of window under 4k resolutions. #25216
Other Changes
- Updated Chromium to 85.0.4183.93. #25188
Unknown
- Fixed issue where clicking notifications would no longer dismiss them as expected. #25246
electron v10.1.0
Release Notes for v10.1.0
Features
- Added
visualEffectStateoption to BrowserWindows to allow customization of vibrancy effect state on macOS. #25106- Added app.createThumbnailFromPath() API that returns a preview image of a file given its file path and a maximum thumbnail size. #25072
- Added back a previously broken
visibleOnFullScreenoption forsetVisibleOnAllWorkspaces. #25125- Added the
currencyCodefield that Apple's StoreKit in-app-purchasing library provides but has not been added to theProductobject thatinAppPurchase.getProductsreturns. #25084Fixes
... (truncated)
Commits
fbd99fbBump v10.1.2d563c79fix: handle electron script errors better (#25331) (#25452)2ccfb82fix: Ensure electron delay loads the same modules as chromium (#25435)88d7bdcfix: bind fake mojo service for badging (#25369)c6eeff8chore: sync 10-x-y release notes script to master (#25304)f99afa4feat(extensions): add support for some chrome.management APIs (#25098) (#25345)303b420fix: avoid creating client_id file for empty DIR_CRASH_DUMPS (#25309)fa3652afix: only focus a webContents if the window was not initially hidden (#25323)...fdbd243fix: multiple dock icons when calling dock.show/hide (#25299)ac3e10cchore: bump chromium to 85.0.4183.98 (10-x-y) (#25275)- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Codecov Report
Merging #62 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #62 +/- ##
=======================================
Coverage 37.39% 37.39%
=======================================
Files 203 203
Lines 6432 6432
Branches 782 782
=======================================
Hits 2405 2405
Misses 3944 3944
Partials 83 83
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update a75d515...9691171. Read the comment docs.