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

chore(deps): update dependency electron to ~26.6.0 #440

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron ~26.2.0 -> ~26.6.0 age adoption passing confidence

Release Notes

electron/electron (electron)

v26.6.10: electron v26.6.10

Compare Source

Release Notes for v26.6.10

Electron 26.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.

v26.6.9: electron v26.6.9

Compare Source

Release Notes for v26.6.9

Other Changes

v26.6.8: electron v26.6.8

Compare Source

Release Notes for v26.6.8

Fixes

  • Fixed forked child process not able to send IPC message under some cases on macOS. #​41099 (Also in 27, 28, 29)

Other Changes

v26.6.7: electron v26.6.7

Compare Source

Release Notes for v26.6.7

Other Changes

v26.6.6: electron v26.6.6

Compare Source

Release Notes for v26.6.6

Other Changes

v26.6.5: electron v26.6.5

Compare Source

Release Notes for v26.6.5

Fixes

  • Fixed a crash resultant from trying to listen to power-related events before the ready event was emitted on Linux. #​40922 (Also in 27, 28, 29)
  • Unset all Node envs in node process when parent is a foreign process. #​40882 (Also in 27, 28, 29)

Other Changes

v26.6.4: electron v26.6.4

Compare Source

Release Notes for v26.6.4

Other Changes

v26.6.3: electron v26.6.3

Compare Source

Release Notes for v26.6.3

Fixes

  • Fixed file paths passed to shell.showItemInFolder not being escaped in Linux. #​40560 (Also in 27, 28)
  • Prevent node mode to be used as script runner by other apps on macOS. #​40738 (Also in 27, 28)

Other Changes

v26.6.2: electron v26.6.2

Compare Source

Release Notes for v26.6.2

Fixes

  • Backported fix for AVX related crashes on certain linux machines. #​40540 (Also in 27, 28)
  • Fixed a potential issue with async_hook corruption in some error contexts. #​40592 (Also in 27, 28)
  • Fixed child window opening in non-active macOS apps. #​40657

Other Changes

v26.6.1: electron v26.6.1

Compare Source

Release Notes for v26.6.1

Fixes

  • Fixed an issue where text replacement UI on macOS could be off-center in some circumstances. #​40535
  • Fixed problem with bounds of maximized window when toggle BrowserWindow.setResizable function. #​40580 (Also in 27, 28)
  • Fixed resizing performance issue on macOS. #​40584

Other Changes

v26.6.0: electron v26.6.0

Compare Source

Release Notes for v26.6.0

Features

  • Added keyboardLock to ses.setPermissionRequestHandler(handler). #​40458 (Also in 27, 28)

Fixes

  • Fixed a unexpectedly thrown error in some unsupported chrome extensions. #​40512 (Also in 27, 28)

Other Changes

v26.5.0: electron v26.5.0

Compare Source

Release Notes for v26.5.0

Features

  • Added a tabbingIdentifier property to BrowserWindow. #​40410 (Also in 27)

Fixes

  • Fixed an issue where WebViews could sometimes crash on unload. #​40443 (Also in 27, 28)
  • Fixed rendering on Linux due to broken shader cache compilation with driver updates. #​40452 (Also in 25, 27)

Other Changes

v26.4.3: electron v26.4.3

Compare Source

Release Notes for v26.4.3

Fixes

v26.4.2: electron v26.4.2

Compare Source

Release Notes for v26.4.2

Fixes

  • Fixed failing build when enable_electron_extensions=false. #​40269 (Also in 25, 27)

Other Changes

  • Security: backported fix for chromium:1491912. #​40265

v26.4.1: electron v26.4.1

Compare Source

Release Notes for v26.4.1

Fixes

  • Fixed an issue where Windows Toast notifications weren't properly dismissed from the Action Center on notification.close() if they'd previously been dismissed. #​40242 (Also in 27, 28)
  • Fixed an issue where fully occluded windows would return an empty image from webContents.capturePage() on Windows and Linux. #​40187 (Also in 25, 27, 28)
  • Fixed an issue with webContents interaction with fullscreen and WCO on macOS. #​40218 (Also in 25, 27, 28)
  • Fixed some redundant permission dialogs while screen sharing on Wayland. #​40191 (Also in 27, 28)

Other Changes

v26.4.0: electron v26.4.0

Compare Source

Release Notes for v26.4.0

Fixes

  • Fixed an issue where calling loadURL during some webContents url loading events could crash. #​40163 (Also in 24, 25, 27)
  • Fixed an issue where calling show() on a child BrowserWindow would show all other children attached to the same parent on macOS. #​40107 (Also in 24, 25, 27)
  • Fixed an issue where closing and opening a minimized DevTools window would not work as expected. #​40118 (Also in 25, 27)
  • Fixed deprecated gpu-process-crashed / renderer-process-crashed events being emitted twice and with incorrect arguments. #​40112 (Also in 22, 24, 25, 27)

Other Changes

  • Fixed launch failure with child_process.spawn on windows affected by launching store applications. #​40127 (Also in 25, 27)
  • Security: backported fix for 1480184.

v26.3.0: electron v26.3.0

Compare Source

Release Notes for v26.3.0

Features

  • Added support for chrome.scripting extension APIs. #​39676 (Also in 25, 27)

Fixes

  • Fixed BrowserView.setBounds calls not painting view in new bounds in some cases. #​40036 (Also in 25, 27)
  • Fixed an issue where webContents.print could fail when options is a frozen object. #​40029 (Also in 25, 27)
  • Fixed an issue where vibrant windows incorrectly have square corners when they're modals on macOS. #​39998 (Also in 25, 27)

Other Changes

  • Updated Chromium to 116.0.5845.228. #​40043

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 ~26.3.0 chore(deps): update dependency electron to ~26.4.0 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/electron-26.x branch 3 times, most recently from 9fd928f to 78cf4a0 Compare October 14, 2023 21:00
@renovate renovate bot changed the title chore(deps): update dependency electron to ~26.4.0 chore(deps): update dependency electron to ~26.5.0 Nov 8, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to ~26.5.0 chore(deps): update dependency electron to ~26.6.0 Nov 15, 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.

None yet

0 participants