jubianchi / create-electron-app

2 stars 0 forks source link

chore(deps): bump electron from 9.2.0 to 9.3.3 #100

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps electron from 9.2.0 to 9.3.3.

Release notes

Sourced from electron's releases.

electron v9.3.3

Release Notes for v9.3.3

Fixes

  • Browser views will properly resize within windows. #26034 (Also in 10, 11)
  • Fix: gdi printing in silent printing mode. #25724 (Also in 10, 11)
  • Fixed NativeImage.getScaleFactors() always returning the same value. #25904 (Also in 10, 11)
  • Fixed a crash in printing on Windows. #26066 (Also in 10, 11)
  • Fixed an issue where Windows notifications with timeoutType of 'never' did not work properly. #25862 (Also in 10, 11)
  • Fixed an issue where Save as PDF from PDF Viewer Print dialog failed and sometimes crashed. #26067 (Also in 10, 11)
  • Fixed an issue where frameless windows showed window controls after being in simple fullscreen mode on macOS. #26128 (Also in 10, 11)
  • Fixed an issue where some Node.js module API calls hung in the renderer process after reloads when render process reuse was enabled. #25924 (Also in 10, 11)
  • Fixed an issue where the PDF annotations button existed in a broken state. #26004
  • Fixed bug that meant require.resolve paths option was ignored. #26035 (Also in 10, 11)
  • Fixed maximized frameless window bleeding to other monitors. #25980 (Also in 8, 10, 11)
  • Fixed memory leak on macOS when using dialog.showMessageBox API. #26098 (Also in 8, 10, 11)

Other Changes

  • Backported fix for CVE-2020-15999. #26069
  • Backported the fix to CVE-2020-15969: Use after free in WebRTC. #25854
  • Security: backported fix for 1111149. #25638
  • Security: backported fix for 1113558. #25859
  • Security: backported fix for 1121414. #25911
  • Security: backported fix for 1121836. #25641
  • Security: backported fix for 1125635, 1115901. #25857
  • Security: backported fix for 1126249. #25645
  • Security: backported the fix to a heap-use-after-free in content::WebContentsImpl::SetNotWaitingForResponse. #25896

electron v9.3.2

Release Notes for v9.3.2

Fixes

  • Fixed CORS not being disabled by webSecurity: false. #25505 (Also in 9, 10, 11)
  • Fixed ready-to-show event not emitted on some machines. #25490 (Also in 9, 10, 11)
  • Fixed a crash in app.importCertificate() on Linux. #25538 (Also in 9, 10, 11)
  • Fixed a crash when closing window in an event listener after exiting fullscreen on macOS. #25605 (Also in 9, 10, 11)
  • Fixed an issue that could cause a normally-exiting process to fail with an "illegal access" message and exit code 7. #25502 (Also in 8, 9, 10, 11)
  • Fixed an issue where an error would be displayed when using webContents.print() if no default was set and no device name provided. #25607 (Also in 9, 10, 11)
  • Fixed crash when application launched from UNUserNotificationCenter notification (via a native node module). #25739 (Also in 9, 10, 11)
  • Fixed crashes caused by attempting to modify destroyed views. #25609 (Also in 9, 10, 11)
  • Fixed memory leak when creating "Services" menu. #25689 (Also in 9, 10, 11)
  • Fixed unsubscribe from observers when window is closing. #25586 (Also in 9, 10, 11)
  • Updated Node root certs to use NSS 3.56. #25364 (Also in 8, 9, 10, 11)

Other Changes

  • Added V8 crash message and location information to crashReport parameters. #24864 (Also in 9, 10)
  • Added a small console hint to console to help debug renderer crashes. #25473 (Also in 9, 10, 11)
  • Fixed resource leak in worker threads. #25663 (Also in 9, 10, 11)

... (truncated)

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)
dependabot[bot] commented 3 years ago

Superseded by #103.