foragepm / forage

🎒 An IPFS-backed package manager proxy cache
MIT License
33 stars 6 forks source link

Bump electron from 13.4.0 to 20.0.0 #265

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps electron from 13.4.0 to 20.0.0.

Release notes

Sourced from electron's releases.

electron v20.0.0-beta.13

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@20.0.0-beta.13.

Release Notes for v20.0.0-beta.13

Fixes

  • Fixed 20.0.0-beta.8 X11 crash regression. #35092
  • Fixed serial-port-added and serial-port-removed events not firing. #35047
  • Fixed a Windows Control Overlay issue where a window taken directly from minimized to maximized state could have incorrect hover state. #35074 (Also in 19)
  • Fixed an issue in which calling setBounds() after e.preventDefault in a 'will-move' or 'will-resize' event wouldn't change the window's shape until the mouse button was released. #35084 (Also in 19)
  • Fixed symbol generation on 32-bit Windows release builds. #35091 (Also in 18, 19)

Other Changes

  • Updated Chromium to 104.0.5112.57. #35018

electron v20.0.0-beta.12

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@20.0.0-beta.12.

Release Notes for v20.0.0-beta.12

Fixes

  • Added support for --ozone-platform-hint flag on Linux. #35014

Other Changes

  • WebContents for <webview> are now only created after the 'will-attach-webview' event is emitted and preventDefault is not called. #35016

electron v20.0.0-beta.11

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@20.0.0-beta.11.

Release Notes for v20.0.0-beta.11

Fixes

  • Fixed a crash when calling BrowserWindow.setEnabled(). #34972
  • Fixed a potential printing hang. #34968

electron v20.0.0-beta.10

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@20.0.0-beta.10.

Release Notes for v20.0.0-beta.10

... (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 2 years ago

Superseded by #267.