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 19.0.5 to 20.0.2 #158

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2022

Bumps electron from 19.0.5 to 20.0.2.

Release notes

Sourced from electron's releases.

electron v20.0.2

Release Notes for v20.0.2

Fixes

  • Fixed an issue where app.relaunch loses args when execPath is specified. #35253 (Also in 19, 21)
  • Fixed context menu not showing all items on macOS when dock is not hidden. #35200 (Also in 18, 19)
  • Fixed support for Wayland client-side decorations. #35206 (Also in 19)

Unknown

  • Fixed a typo in the section on debugging with VSCode. #35286 (Also in 19, 21)

electron v20.0.1

Release Notes for v20.0.1

Fixes

  • Do not exit when logging initialization fails. #35190
  • Fixed WCO not responding to touch events on windows. #35174 (Also in 18, 19)

Other Changes

  • Updated Chromium to 104.0.5112.81. #35181

electron v20.0.0

Release Notes for v20.0.0

Stack Upgrades

Breaking Changes

  • Removed the skip-taskbar feature on Linux. #35156
  • Renderers are now sandboxed by default unless nodeIntegration: true or sandbox: false is specified. #35125
  • Added safeguards when building native modules with nan. Use node-gyp >=8.4.0 and electron-rebuild >=3.2.9 for when rebuilding native modules. #35160

Features

Additions

  • Added a warning for building native modules with node-gyp and electron-rebuild, asking users to upgrade to >=8.4.0 for node-gyp and >=3.2.8 for electron-rebuild if using Electron 20 or higher. #35160
  • Added app.isHidden() to check if the app is hidden (e.g. with Command-H) on macOS. #32155
  • Added browserData to app.setPath/getPath. #33554
  • Added immersive dark mode on Windows. #34549
  • Added support for HIDDevice.forget(). #34210
  • Added support for panel-like behavior. Window can float over full-screened apps. #34665
  • Enabled systemPreferences.subscribe{Local|Workspace}Notification to take a null value for the event parameter. #33641 (Also in 18, 19)
  • Fixed an issue where the PDF Viewer would fail if a user attempted to reload. #33560 (Also in 18, 19)

... (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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 10, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-20.0.2 branch 3 times, most recently from 4351296 to f0a6f14 Compare August 10, 2022 23:53
Bumps [electron](https://github.com/electron/electron) from 19.0.5 to 20.0.2.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v19.0.5...v20.0.2)

---
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 force-pushed the dependabot/npm_and_yarn/electron-20.0.2 branch from f0a6f14 to 4f42f71 Compare August 11, 2022 00:02
@quentinlegot quentinlegot merged commit 6f1f33f into master Aug 11, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-20.0.2 branch August 11, 2022 00:10
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.

1 participant