Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Update dependency electron to v19.1.9 #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 19.0.6 -> 19.1.9 age adoption passing confidence

Release Notes

electron/electron (electron)

v19.1.9: electron v19.1.9

Compare Source

Release Notes for v19.1.9

End of Support for 19.x.y

Electron 19.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

Other Changes

v19.1.8: electron v19.1.8

Compare Source

Release Notes for v19.1.8

Other Changes

v19.1.7: electron v19.1.7

Compare Source

Release Notes for v19.1.7

Fixes

  • Fixed crash in AXNodeObject::TextFromDescendants(). #​36285

Other Changes

v19.1.6: electron v19.1.6

Compare Source

Release Notes for v19.1.6

Fixes

  • Fixed crash in AXNodeObject::TextFromDescendants(). #​36285

Other Changes

v19.1.5: electron v19.1.5

Compare Source

Release Notes for v19.1.5

Other Changes

Unknown

  • Reverted fix for chromium:1361612 due to stability issues. #​36262

v19.1.4: electron v19.1.4

Compare Source

Release Notes for v19.1.4

Other Changes

v19.1.3: electron v19.1.3

Compare Source

Release Notes for v19.1.3

Other Changes

v19.1.2: electron v19.1.2

Compare Source

Release Notes for v19.1.2

Fixes

  • Provided display_id for desktopCapturer on Linux. #​35835 (Also in 20, 21)

Other Changes

v19.1.1: electron v19.1.1

Compare Source

Release Notes for v19.1.1

Fixes

  • Fixed an issue where DevTools could not be docked with Windows Control Overlay enabled. #​35763 (Also in 20, 21)
  • Usage of safeStorage now consistently uses the correct service name on macOS regardless of timing with browser window construction. #​35795 (Also in 20)

Other Changes

Documentation

v19.1.0: electron v19.1.0

Compare Source

Release Notes for v19.1.0

Features

Fixes

  • Enable WCO maximize button when window enters tablet mode and is not already maximized. #​35677 (Also in 20, 21)
  • Fixed uv_os_gethostname failing on Windows 7. #​35703 (Also in 20, 21)
  • Fixed a bug where calling atob in the renderer process could fail under some circumstances. #​35444 (Also in 20, 21)
  • Fixed an edge case in app.isInApplicationsFolder() which would return false incorrectly in some cases. #​35729 (Also in 20, 21)

Other Changes

v19.0.17: electron v19.0.17

Compare Source

Release Notes for v19.0.17

Fixes

  • Added a background to the WCO container to avoid rendering glitches. #​35610 (Also in 20, 21)
  • Added support for Windows drop-down dialog extensions. #​35660 (Also in 18, 20)
  • Fixed issue with history.back() in sandboxed iframes affecting parent browsing context. #​35621 (Also in 20, 21)
  • Fixed session.getBlobData never resolves with blob sizes > 65536. #​35600 (Also in 20, 21)

Other Changes

Documentation

v19.0.16: electron v19.0.16

Compare Source

Release Notes for v19.0.16

Other Changes

v19.0.15: electron v19.0.15

Compare Source

Release Notes for v19.0.15

Fixes

  • Fixed a potential crash on WebWorker destruction. #​35490 (Also in 20, 21)
  • Fixed an issue where frameless resizable windows showed Window 7 style frames while opening. #​35351 (Also in 18, 20, 21)
  • Fixed an issue where frameless windows with roundedCorners: false couldn't enter fullscreen without crashing. #​35456 (Also in 20, 21)
  • Fixed an issue where part of the BrowserView could be cut off when calling setBounds on some windows. #​35495 (Also in 20)

Other Changes

v19.0.14: electron v19.0.14

Compare Source

Release Notes for v19.0.14

Fixes

  • Picture-In-Picture mode no longer becomes a red rectangle on hover. #​35400 (Also in 20, 21)

v19.0.13: electron v19.0.13

Compare Source

Release Notes for v19.0.13

Fixes

  • Fixed an issue where WCO could occlude DevTools opened in any non-detached mode. #​35308 (Also in 18, 20)
  • Fixed crash in renderer when resuming system from sleep. #​35337 (Also in 18, 20, 21)
  • Fixed the alignment of the WCO restore button. #​35314 (Also in 20)

Other Changes

v19.0.12: electron v19.0.12

Compare Source

Release Notes for v19.0.12

Fixes

  • Fixed an issue where app.relaunch loses args when execPath is specified. #​35252 (Also in 20, 21)
  • Fixed support for Wayland client-side decorations. #​35207 (Also in 20)

Other Changes

Unknown

  • Fixed a typo in the section on debugging with VSCode. #​35284 (Also in 20, 21)

v19.0.11: electron v19.0.11

Compare Source

Release Notes for v19.0.11

Fixes

  • Fixed WCO not responding to touch events on windows. #​35176 (Also in 18, 20)
  • Fixed webContents.getUserAgent() incorrectly returning an empty string unless previously set. #​35132 (Also in 17, 18, 20)
  • Fixed context menu not showing all items on macOS when dock is not hidden. #​35199 (Also in 18)
  • None. #​35172 (Also in 18, 20)

Other Changes

  • Disabled GPU acceleration on VMware on Linux. #​35185

v19.0.10: electron v19.0.10

Compare Source

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)

v19.0.9: electron v19.0.9

Compare Source

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

v19.0.8: electron v19.0.8

Compare Source

Release Notes for v19.0.8

Fixes

  • Fixed an issue where DataList bounds had part of the item text cut off vertically. #​34785 (Also in 20)

Other Changes

  • Updated Chromium to 102.0.5005.148. #​34824

v19.0.7: electron v19.0.7

Compare Source

Release Notes for v19.0.7

Fixes

  • Fixed an issue where Windows Control Overlay buttons did not respect maximizable/minimizable/closable states of a BrowserWindow. #​34722 (Also in 17, 18, 20)
  • Fixed missing Sec-CH-UA headers and empty navigator.userAgentData. #​34757 (Also in 17, 18, 20)

Other Changes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency electron to v19.0.8 Update dependency electron to v19.0.9 Jul 22, 2022
@renovate renovate bot changed the title Update dependency electron to v19.0.9 Update dependency electron to v19.0.10 Jul 27, 2022
@renovate renovate bot changed the title Update dependency electron to v19.0.10 Update dependency electron to v19.0.11 Aug 3, 2022
@renovate renovate bot changed the title Update dependency electron to v19.0.11 Update dependency electron to v19.0.12 Aug 10, 2022
@renovate renovate bot changed the title Update dependency electron to v19.0.12 Update dependency electron to v19.0.13 Aug 17, 2022
@renovate renovate bot changed the title Update dependency electron to v19.0.13 Update dependency electron to v19.0.14 Aug 24, 2022
@renovate renovate bot changed the title Update dependency electron to v19.0.14 Update dependency electron to v19.0.15 Aug 31, 2022
@renovate renovate bot changed the title Update dependency electron to v19.0.15 Update dependency electron to v19.1.0 Sep 25, 2022
@renovate renovate bot changed the title Update dependency electron to v19.1.0 Update dependency electron to v19.1.9 Mar 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants