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 v26.6.10 - autoclosed #23

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 26.2.4 -> 26.6.10 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 - "before 7am" in timezone Europe/Helsinki, 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 force-pushed the renovate/electron-26.x branch 2 times, most recently from 5af85de to 3a08224 Compare July 7, 2024 17:27
@renovate renovate bot force-pushed the renovate/electron-26.x branch from 3a08224 to 91bc7dd Compare July 8, 2024 05:39
@miikaah miikaah merged commit 8f32510 into master Jul 8, 2024
1 check passed
@renovate renovate bot changed the title chore(deps): update dependency electron to v26.6.10 chore(deps): update dependency electron to v26.6.10 - autoclosed Jul 8, 2024
@renovate renovate bot deleted the renovate/electron-26.x branch July 8, 2024 06:59
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