magic-setup-assistant
magic-setup-assistant copied to clipboard
Bump electron from 1.6.18 to 9.2.0
Bumps electron from 1.6.18 to 9.2.0.
Release notes
Sourced from electron's releases.
electron v9.2.0
Release Notes for v9.2.0
Features
- Added new
worldSafeExecuteJavaScript
webPreference to ensure that the return values fromwebFrame.executeJavaScript
are world safe when context isolation is enabled. #24712Fixes
- Fixed a crash that could happen when using
hookWindowMessage
on Windows. #24769- Fixed crash when navigating from a page with webview that has inherited zoom level. #24764
- Save crash reports locally when uploadToServer: false on linux. #24788
electron v9.1.2
Release Notes for v9.1.2
Fixes
- Fix: remove unnecessary corner mask overriding to increase window resize performance. #24702
- Fixed an issue where VoiceOver was unable to navigate from the top-level window back into the web contents. #24699
- Protocol response streams are now destroyed if the request is aborted. #24657
Other Changes
- Improved the performance of sending JS primitives over the context bridge. #24746
electron v9.1.1
Release Notes for v9.1.1
Fixes
- Fixed a termination crash on Web Workers with Node.js integration enabled. #24464
- Fixed an issue where
webContents.print()
would sometimes hang with invalid settings. #24508- Fixed an issue where cpu and heap profiling in Node.js did not work properly with
--cpu-prof
,--heap-prof
, and related CLI flags. #24541- Fixed an issue where macOS window vibrancy active state did not always match the active state of the window. #24533
- Fixed broken
--trace-sync-io
flag in Node.js. #24648- Fixed clipboard.readBuffer returning incorrect value. #24469
- Fixed potentially invalid duplex mode settings on Linux. #24547
Other Changes
- Fix: DCHECK failure in value.IsHeapObject() in objectsdebug.cc. (Chromium security issue 1084820). #24566
- Fix: XSS on chrome://histograms/ with a compromised renderer. (Chromium security issue 1073409). #24625
- Fix: crash when executing
debugger.sendCommand
. (Chromium security issue 1016278). #24620- Fix: heap-use-after-free in content::NavigationRequest::OnWillProcessResponseProcessed. (Chromium security issue 1090543). #24569
- Fix: heap-use-after-free in ui::AXTreeSerializerblink (Chromium security issue 1065122). #24557
- Fix: iframe in victim page can detect Scroll To Text Fragment activation. (Chromium security issue 1042986). #24624
- Fix: integer overflow in GrTextBlob::Make. (Chromium security issue 1080481). #24586
- Fix: javascript URI sandbox flags aren't propagated in a blank string case. (Chromium security issue 1074340). #24621
- Fix: memcpy-param-overlap in AudioBuffer::copyFromChannel. (Chromium security issue 1081722). #24582
Commits
0c2cb59
Bump v9.2.03104952
Revert "Bump v9.2.0"c7e00b9
Bump v9.2.081d26ac
fix: duplicate suspend/resume events (#24845)a579582
feat: add worldSafe flag for executeJS results (#24712)0107cab
fix: save crash reports locally when uploadToServer: false on linux (#24778) ...f65756b
build: upload sentry src bundles on windows as well (#24784)05343a8
fix: ensure that errors thrown in the context bridge are created in the corre...72d921e
fix: wrap OnWindowMessage w/ handlescope (#24769)7564453
chore: cherry-pick 2469d759e3fe from chromium (#24765)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by electron-nightly, a new releaser for electron since your current version.
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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will 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.