Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Bump electron from 19.0.8 to 19.0.10 #1188

Merged
merged 1 commit into from
Aug 7, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps electron from 19.0.8 to 19.0.10.

Release notes

Sourced from electron's releases.

electron v19.0.10

Release Notes for v19.0.10

Fixes

  • Added support for --ozone-platform-hint flag on Linux. #35015 (Also in 20)
  • Fixed a Windows Control Overlay issue where a window taken directly from minimized to maximized state could have incorrect hover state. #35073 (Also in 20)
  • Fixed a crash when calling BrowserWindow.setEnabled(). #34971 (Also in 18, 20)
  • 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. #35083 (Also in 20)
  • Fixed an issue with fullscreen transitions when HTML fullscreen is requested. #34908 (Also in 20)
  • Fixed inertial scroll is broken when the scrollable element has an overlay with pointer-events: none. #35051
  • Fixed symbol generation on 32-bit Windows release builds. #35090 (Also in 20)

electron v19.0.9

Release Notes for v19.0.9

Fixes

  • Ensures that requestMediaKeySystemAccess eventually resolves / rejects. #34890 (Also in 20)
  • Fixed a potential crash when changing window settings after initializing WCO with an invalid titleBarStyle. #34874 (Also in 18, 20)
  • Fixed alwaysOnTop BrowserWindow option for X11 Linux. #34912 (Also in 18, 20)
  • Fixed an issue where BrowserWindows on macOS were incorrectly marked as resizable. #34906 (Also in 18, 20)
  • Fixed an issue where calling BrowserWindow.setRepresentedFilename on macOS with titlebarStyle: 'hiddenInset' or titlebarStyle: 'hidden' inadvertently moves the traffic light location. #34848 (Also in 18, 20)
  • Fixed an issue where printing with an invalid deviceName on Linux caused silent failures. #34900 (Also in 20)
  • Fixed an issue where the minimize button with WCO enabled would incorrectly be highlighted in some cases. #34839 (Also in 17, 18, 20)
  • Fixed empty app_id when running under wayland. #34878 (Also in 18, 20)
  • Prevent brief display of "Ozone X11" in window title on Linux. #34929 (Also in 18)

Other Changes

  • Updated Chromium to 102.0.5005.167. #35017
Commits
  • 7e1099a Bump v19.0.10
  • 438347d fix: html fullscreen transitions stacking (#34908)
  • c005d4f fix: handle WCO pressed state when going maximized -> minimized (#35073)
  • 729b0f5 fix: allow setsize to be called within a move or resize for preventDefault (#...
  • ea21d94 fix: use win_clang_x64 binary for x86 extract symbols (#35090)
  • 9df18f3 fix: add support for --ozone-platform-hint flag on Linux (#35015)
  • f724a9c docs: Add missing link to tutorial page (#35040)
  • f3f1171 fix: inertial scroll is broken when the scrollable element has an overlay wit...
  • b7f6802 fix: crash on BrowserWindow.setEnabled() (#34971)
  • a72b6fb Bump v19.0.9
  • 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 19.0.8 to 19.0.10.
- [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.8...v19.0.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the type: dependencies Pull requests that update a dependency file label Aug 1, 2022
@ktmouk ktmouk merged commit 93bd995 into main Aug 7, 2022
@ktmouk ktmouk deleted the dependabot/npm_and_yarn/electron-19.0.10 branch August 7, 2022 03:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant