Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump electron from 15.3.1 to 16.0.0 #2433

Merged
merged 1 commit into from Nov 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2021

Bumps electron from 15.3.1 to 16.0.0.

Release notes

Sourced from electron's releases.

electron v16.0.0

Release Notes for v16.0.0

Stack Upgrades

Breaking Changes

  • The crashReporter API is now powered by Crashpad on Linux. #30278
  • Usage of the desktopCapturer.getSources API from the renderer process has been deprecated and will be removed. 30721

Release Notes for v16.0.0

Features

Additions

  • Added 'dom-ready' event to WebFrameMain which emits when the frame's document is ready.
    • Added 'frame-created' event to WebContents which emits when a frame is created in the page. #29290 (Also in 15)
  • Added WebHID support. #31090 (Also in 15)
  • Added <webview>.sendToFrame() / frameId to 'ipc-message' event. #30451 (Also in 15)
  • Added <webview> 'did-redirect-navigation' event. #30457 (Also in 15)
  • Added app.configureHostResolver API for configuring DNS-over-HTTPS. #30576 (Also in 15)
  • Added commandLine.removeSwitch to allow apps to remove command line switches from Chromiums internal command line representation. #31327 (Also in 15)
  • Added frame property to the params object of the 'context-menu' event. #30831 (Also in 15)
  • Added isIssuedByKnownRoot to ses.setCertificateVerifyProc callback. #30174
  • Added isMainFrame argument to 'certificate-error' event. #30879 (Also in 15)
  • Added safeStorage string encryption API. #30020 (Also in 15)
  • Added textWidth option to dialog.showMessageBox() / dialog.showMessageBoxSync(). #31089 (Also in 15)
  • Added webContents.fromDevToolsTargetId(targetId) to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID. #29399 (Also in 14)
  • Added an Electron Fuse for enforcing code signatures on the app.asar file your application loads. Requires the latest asar module. #30667 (Also in 15)
  • Added fuses to disable NODE_OPTIONS and --inspect debug arguments in packaged apps. #30190 (Also in 15)
  • Added new data parameter to app.requestSingleInstanceLock(). #31444
  • Added support for Windows Control Overlay on Windows. #29600 (Also in 14, 15)
  • Added support for the U2F Web API. #30438
  • Added warning when ipcRenderer.sendSync() is called with no listeners for channel on ipcMain. #31435 (Also in 13, 14, 15)

Improvements

  • Began passing securityOrigin in details for permission request handlers for media requests in addition to permission check handlers. #31416 (Also in 13, 14, 15)
  • Clicking a hyperlink in a PDF now does what you'd expect. #30069

... (truncated)

Commits
  • dae2246 Bump v16.0.0
  • 9110380 fix: provide paths for all NetworkContextFilePaths keys (#31852)
  • 00dff39 fix: make BrowserView aware of owning window (#31842)
  • 16d3917 fix: media shouldn't open permissions dialog (#31837)
  • 2cc8437 fix: crash on browserView.webContents.destroy() (#31827)
  • fe248d3 fix: revert "refactor: only create webContents after 'will-attach-webview'… (...
  • b2ea9fd Revert "Bump v16.0.0-beta.10"
  • 55a293c fix: change cookie default from NO_RESTRICTION to LAX_MODE (#31839)
  • e8ba44c fix: setContentProtection affects BrowserWindow frame (#31832)
  • ddab5ac fix: in GTK open dialog, do not preview huge files (#31821)
  • 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 15.3.1 to 16.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@v15.3.1...v16.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 Pull requests that update a dependency file label Nov 16, 2021
@github-actions github-actions bot merged commit c8bb27f into main Nov 16, 2021
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/electron-16.0.0 branch November 16, 2021 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants