Skip to content

chore(deps): update dependency electron to v13.6.9 - abandoned #56

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 13.1.3 -> 13.6.9 age adoption passing confidence

Release Notes

electron/electron

v13.6.9: electron v13.6.9

Compare Source

Release Notes for v13.6.9

Fixes

  • Fixed to ensure that chromium binds to wayland interface versions it supports #​32652

v13.6.8: electron v13.6.8

Compare Source

Release Notes for v13.6.8

Fixes

  • Fixed crash when calling webContents.setZoomFactor(1.0). #​32617 (Also in 14, 15, 16, 17)

Other Changes

v13.6.7: electron v13.6.7

Compare Source

Release Notes for v13.6.7

Fixes

  • Fixed crash when playing media files on Windows 7/8 or macOS 10.11/10.12. #​32348 (Also in 14, 15, 16, 17)
  • Fixed incorrect skipTransformProcessType option parsing in win.setVisibleOnAllWorkspaces(). #​32394 (Also in 14, 15, 16, 17)

Other Changes

v13.6.6: electron v13.6.6

Compare Source

Release Notes for v13.6.6

Fixes

  • Fixed a JavaScript exception from webContents if render frame was disposed in WebFrameMain, resets the value of render_frame_disposed_ after updating render frame host. #​32130 (Also in 14, 15, 16)
  • No Notes. #​32241 (Also in 14, 15, 16, 17)

Other Changes

v13.6.3: electron v13.6.3

Compare Source

Release Notes for v13.6.3

Fixes

  • Fixed window frame glitch when calling setContentProtection. #​31829 (Also in 14, 15, 16)
  • Generate valid config.gypi file in Node.js headers. #​31989 (Also in 14, 15, 16)

Other Changes

v13.6.2: electron v13.6.2

Compare Source

Release Notes for v13.6.2

Fixes

  • Fixed an issue where Content-Disposition filenames would be incorrectly truncated at the first comma for a filename attachment which contained one. #​31691 (Also in 14, 15, 16)
  • Fixed an issue which caused print settings to not work properly when printing silently. #​31618 (Also in 14, 15, 16)

Other Changes

v13.6.1: electron v13.6.1

Compare Source

Release Notes for v13.6.1

Fixes

  • Fixed an issue where MediaMetadata did not work properly. #​31532 (Also in 14, 15, 16)
  • Fixed black window when screen capturing a content-protected BrowserWindow on Windows 10. #​31550 (Also in 14, 15, 16)

Other Changes

v13.6.0: electron v13.6.0

Compare Source

Release Notes for v13.6.0

Features

  • Added warning when ipcRenderer.sendSync() is called with no listeners for channel on ipcMain. #​31432 (Also in 14, 15, 16)
  • Began passing securityOrigin in details for permission request handlers for media requests in addition to permission check handlers. #​31437 (Also in 14, 15, 16)

Fixes

  • Fixed issue where non-resizable frameless windows aren't draggable. #​31414 (Also in 14, 15, 16)
  • Removes several Chromium private enterprise APIs from Mac Apple Store builds. #​31486 (Also in 14, 15, 16)

v13.5.2: electron v13.5.2

Compare Source

Release Notes for v13.5.2

Fixes

  • Fixed an potential crash in WebContents::MessageTo when a render frame has been destroyed. #​31335 (Also in 14, 15, 16)
  • Fixed navigator.serial.getPorts() to return previously selected ports. #​31190 (Also in 12)
  • Removed expired DST Root CA X3 from the bundled trust store. #​31220 (Also in 12)

Other Changes

v13.5.1: electron v13.5.1

Compare Source

Release Notes for v13.5.1

Fixes

  • Fixed Let's Encrypt DST Root CA X3 certificate expiration. #​31215 (Also in 12, 14, 15, 16)
  • Fixed an issue where BrowserView dragging behavior was inconsistent with MacOS window dragging. #​31175 (Also in 14, 15, 16)
  • Fixed an issue where changes to draggable regions in a BrowserWindow incorrectly affected those in an attached BrowserView. #​31197 (Also in 14, 15, 16)
  • Fixed crash in v8 due to (Check failed: !regexp_stack_->is_in_use()). #​31142 (Also in 14, 15, 16)
  • Fixed media key globalShortcuts on macOS. #​30568 (Also in 14, 15)

Other Changes

v13.5.0: electron v13.5.0

Compare Source

Release Notes for v13.5.0

Features

  • Added support for Windows Control Overlay on Windows. #​30887 (Also in 14, 15)
  • Added support for Windows Control Overlay on macOS. #​30698 (Also in 14)

Fixes

  • Fixed an issue where BrowserView webContents would appear not to load in some circumstances. #​31047 (Also in 14, 15)
  • Fixed an issue where non-resizable non-fullscreenable windows with aspect ratios set could return incorrect results for isMaximized(). #​31039 (Also in 14, 15)
  • Fixed an issue where out-of-focus BrowserViews could not be immediately dragged. #​31098 (Also in 16)
  • Fixed black border around the page after resizing is disabled. #​31078 (Also in 14, 15, 16)
  • Fixed crash in seccomp sandbox with glibc 2.34. #​31091
  • None. #​31097 (Also in 14, 15)

Other Changes

v13.4.0: electron v13.4.0

Compare Source

Release Notes for v13.4.0

Features

  • Added webContents.fromDevToolsTargetId(targetId) to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID. #​30731 (Also in 14, 15)
  • Fixed crash that occasionally happens when closing or opening BrowserWindows. #​30834 (Also in 15)

Fixes

  • Fixed crash when launching app with systemd v249. #​30893
  • Fixed transparent frameless windows having an opaque background when opened in a maximized state. #​30862 (Also in 12, 14, 15)

Other Changes

Documentation

v13.3.0: electron v13.3.0

Compare Source

Release Notes for v13.3.0

Other Changes

v13.2.3: electron v13.2.3

Compare Source

Release Notes for v13.2.3

Fixes

  • Fixed an issue where the TouchBarScrubber crashes when showArrowButtons is enabled if items is an empty array. #​30680 (Also in 14, 15)
  • Fixed titlebar showing under simple fullscreen mode. #​30706 (Also in 14, 15)

v13.2.2: electron v13.2.2

Compare Source

Release Notes for v13.2.2

Fixes

  • Fixed an issue present in webView where the leave-html-full-screen event is not emitted if the user exits fullscreen with esc instead of by clicking into the webView. #​30560 (Also in 14, 15)
  • Fixed an issue where background color would not be correctly applied to BrowserViews on Windows when either the x or y coordinate is negative (off-screen). #​30540 (Also in 14, 15)
  • Fixed an issue where toggling documentEdited status on macOS with titlebarStyle: 'hiddenInset' inadvertently moves the traffic light location. #​30603 (Also in 14, 15)

Other Changes

v13.2.1: electron v13.2.1

Compare Source

Release Notes for v13.2.1

Fixes

  • Fixed potential crash when programmatically closing a draggable frameless child window. #​30572

v13.2.0: electron v13.2.0

Compare Source

Release Notes for v13.2.0

Features

  • Added support for the des-ede3 cipher in node crypto. #​30453 (Also in 11, 12)

Fixes

  • Fixed an issue on Mac where an application could not capture its own window using the desktop capture or getMediaSourceId APIs. #​30523 (Also in 14, 15)
  • Fixed rare crash in UpdateDraggableRegions. #​30557

Other Changes

v13.1.9: electron v13.1.9

Compare Source

Release Notes for v13.1.9

Fixes

  • Fixed documentEdited status not updating close button for frameless window on macOS. #​30393 (Also in 14, 15)

Other Changes

v13.1.8: electron v13.1.8

Compare Source

Release Notes for v13.1.8

Fixes

  • Fixed a potential crash that would occur with draggable regions on Windows. #​30326 (Also in 14, 15)
  • Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS. #​30330 (Also in 12, 14, 15)
  • Fixed frameless window having wrong traffic lights position on macOS 11. #​30319 (Also in 14, 15)
  • Fixed pressing ESC not exiting fullscreen from webview. #​30128 (Also in 12, 14)
  • Fixed stack overflow crash in v8 on windows 32-bit builds. #​30241 (Also in 12, 14, 15)
  • Fixed tray.setTitle not respecting ANSI colors if a font type was specified. #​30163 (Also in 14)

Other Changes

v13.1.7: electron v13.1.7

Compare Source

Release Notes for v13.1.7

Fixes

  • Fixed requestFullscreen inside webview does not make the element take fullscreen. #​29987 (Also in 12, 14)
  • Fixed a crash when calling the webContents.on('login') callback synchronously. #​30091 (Also in 12, 14)
  • Fixed a possible renderer crash when using fsPromises.readFile. #​29928
  • Fixed an issue where Electron would sometimes not honor the user-defined Downloads directory. #​29968 (Also in 12, 14)
  • Fixed an issue where the traffic lights would get double-drawn when exiting fullscreen and adding a BrowserView on macOS. #​30149 (Also in 14)
  • Fixed incorrect value of document.focus when opening multiple windows on macOS
    • fix key window status on mac when opening panels or using custom window switchers. #​29234 (Also in 12, 14)
  • Fixed systemPreferences.getSystemColor returning colors missing alpha values. #​30088 (Also in 14)

Other Changes

Documentation

v13.1.6: electron v13.1.6

Compare Source

Release Notes for v13.1.6

Fixes

  • Fixed a potential crash when calling app.quit() on macOS. #​29961 (Also in 14)
  • Fixed an issue where self.module.paths wouldn't work in Workers. #​30013 (Also in 12, 14)
  • Fixed crash when clicking links with target=_blank from webview. #​29951 (Also in 12, 14)
  • Fixed memory leak when creating notification on macOS. #​30009 (Also in 14)
  • Fixed page title not being updated on child windows without navigation entries under nativeWindowOpen. #​29958 (Also in 12, 14)

Other Changes

v13.1.5: electron v13.1.5

Compare Source

Release Notes for v13.1.5

Fixes

  • Fixed a hang when denying a window.open using setWindowOpenHandler when nativeWindowOpen: false. #​29882 (Also in 12, 14)
  • Fixed an issue where dropdown menus did not work in DevTools when contextIsolation was enabled. #​29885 (Also in 14)
  • Fixed an issue where request headers were cleared if the optional "requestHeaders" parameter was not included in the webRequest.onBeforeSendHeaders callback response object. #​29836 (Also in 12, 14)
  • Fixed an issue where the setAlwaysOnTop value would sometimes not be preserved for child windows on macOS. #​29956 (Also in 12, 14)
  • Fixed crashes on macOS when Geolocation was used. #​29912 (Also in 14)

Other Changes

  • Updated Chromium to 91.0.4472.124. #​29774

v13.1.4: electron v13.1.4

Compare Source

Release Notes for v13.1.4

Fixes

  • Fixed an issue with PDF loading on Windows, where metadata was not loading correctly and causing the PDF to load as a blank page. #​29830 (Also in 14)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 chore(deps): update dependency electron to v13.6.9 chore(deps): update dependency electron to v13.6.9 - abandoned Mar 9, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 9, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title chore(deps): update dependency electron to v13.6.9 - abandoned chore(deps): update dependency electron to v13.6.9 Mar 9, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v13.6.9 chore(deps): update dependency electron to v13.6.9 - abandoned Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant