Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2022

Bumps electron from 11.3.0 to 19.0.0.

Release notes

Sourced from electron's releases.

electron v19.0.0

Release Notes for v19.0.0

Stack Upgrades

Features

Additions

  • Added BrowserWindow method to change the button color, symbol color, and height of a window with WCO enabled. #33066 (Also in 18)
  • Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode. #32956 (Also in 15, 16, 17, 18)
  • Added ses.setCodeCachePath() API for setting code cache directory. #31154 (Also in 17, 18)
  • Added ability to configure if window should close when opener closes. #31314
  • Added support for more color formats in setBackgroundColor. #31868 (Also in 18)
  • Added warning that preload scripts will be sandboxed by default beginning in Electron 20. #32868 (Also in 18)
  • Enabled systemPreferences.subscribe{Local|Workspace}Notification to take a null value for the event parameter. #33770 (Also in 18)
  • Fixed an issue where calling setTitlebarOverlay with an initially invalid titleBarStyle on Windows would result in a crash. #34302
  • Fixed an issue where the PDF Viewer would fail if a user attempted to reload. #33712 (Also in 18)

Fixes

  • Added support for the --unsafely-treat-insecure-origin-as-secure command-line flag. #33189
  • Fixed a potential crash when calling webContents.print(). #34299
  • Fixed an issue where #ARGB ->#RGBA and #AARRGGBB ->#RRGGBBAA were converted improperly when setting background color. #33755
  • Fixed an issue where some BrowserWindows opened from new links wouldn't properly load URLs. #34189
  • Fixed an issue with background colors being improperly applied to BrowserViews on Windows. #33435
  • Fixed crash when img without alt is shown with accessibility features enabled. #33841
  • Fixed the initialization of First Party Sets on Windows, where First Party Sets would sometimes fail to load. #34138
  • Fixed the initialization of First Party Sets. #33972
  • Fixed the initialization of first party sets in the browser process. #34011

Also in earlier versions....

  • Apply senderFrame details to ipcMain port event. #33783 (Also in 16, 17, 18)
  • Fire 'show' event when a BrowserWindow is shown via maximize(). #32979 (Also in 16, 17, 18)
  • Fix: initialize asar support in worker threads. #33216 (Also in 18)
  • Fixed BrowserWindow.showInactive restoring a maximized window to non-maximized on Windows. #32870 (Also in 16, 17, 18)
  • Fixed a V8 crash that could happen randomly in non-sandboxed renderer processes. #33252 (Also in 18)
  • Fixed a bug where BrowserWindow.fromWebContents would return undefined during the browser-window-created event. #33257 (Also in 18)
  • Fixed a crash in safeStorage on Linux. #34147 (Also in 15, 16, 17, 18)
  • Fixed a crash on Windows when opening apps in multiple, separate user sessions. #34160 (Also in 18)
  • Fixed a crash when calling loadExtension on an extension directory that's missing a manifest file. #34303 (Also in 16, 17)
  • Fixed a network service crash that could occur when using setCertificateVerifyProc. #33204 (Also in 17, 18)
  • Fixed a potential crash in Browser.getFocusedWindow() when child windows are closed. #33404 (Also in 16, 17, 18)
  • Fixed an OSR crash happening when input select items were rendered. #34093 (Also in 17, 18)
  • Fixed an issue where BrowserView layout bounds where limited to it's visible bounds. #32747 (Also in 17, 18)

... (truncated)

Commits
  • 42266d2 Bump v19.0.0
  • 44b5c72 fix: crash on navigator.serial.getPorts() (#34323)
  • 96e1c7e fix: building node modules with Visual Studio 2017 (#34316)
  • 0206a9b fix: service worker registration with custom protocols (#34315)
  • 10ad6f8 docs: remove X-Content-Security-Policy header in quick-start.md (#34319)
  • 23c18be revert: add first-instance-ack event to the app.requestSingleInstanceLock() f...
  • cc4565b ci: save Windows artifacts at end of job in case they fail (#34313)
  • 9d1c53a fix: DCHECK on webContents.print() (#34299)
  • c7cd23c fix: WCO crash on bad titlebarStyle (#34302)
  • f9dc5b5 fix: crash when loading extension with missing manifest (#34303)
  • Additional commits viewable in compare view

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)

Bumps [electron](https://github.com/electron/electron) from 11.3.0 to 19.0.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v11.3.0...v19.0.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies PRs/issues related to dependencies label May 24, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2022

Superseded by #153.

@dependabot dependabot bot closed this May 26, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-19.0.0 branch May 26, 2022 18:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies PRs/issues related to dependencies

Development

Successfully merging this pull request may close these issues.

1 participant