chore(deps): update dependency electron to v25.6.0 #167

Merged
konrad merged 1 commits from renovate/electron-25.x into main 2023-08-21 11:00:18 +00:00
Member

This PR contains the following updates:

Package Type Update Change
electron devDependencies minor 25.3.1 -> 25.6.0

Release Notes

electron/electron

v25.6.0: electron v25.6.0

Compare Source

Release Notes for v25.6.0

Features

  • Added partial support for chrome.tabs.query. #​39430 (Also in 26)
  • Added support for several more Node.js cli flags in the main process. #​39374 (Also in 24, 26)

Fixes

  • Fixed a potential crash when calling BrowserWindow.moveTop() on modal child windows. #​39528 (Also in 26)
  • Fixed an accessibility issue where VoiceOver couldn't trigger the tray action when selected to emit the click event. #​39448 (Also in 26)

v25.5.0: electron v25.5.0

Compare Source

Release Notes for v25.5.0

Features

  • Added safeStorage.setUsePlainTextEncryption and safeStorage.getSelectedStorageBackend api. #​39325 (Also in 26)

Fixes

  • Fixed a rare crash when closing active native tab on macOS. #​39409 (Also in 26)
  • Fixed an issue where browserView.removeBrowserView could cause a crash in some cases. #​39408 (Also in 24, 26)
  • Fixed an issue where chrome.tabs.update did not return a tab object that properly reflected potential properties that were changed. #​39388 (Also in 26)
  • Fixed crash in message ports when utility process exits. #​39345 (Also in 26)
  • Notes: Fixes an issue where chrome.tabs did not work properly with Chrome Extensions Manifest V3. #​39359 (Also in 26)

Other Changes

  • Updated Chromium to 114.0.5735.289. #​39351

v25.4.0: electron v25.4.0

Compare Source

Release Notes for v25.4.0

Features

  • Added senderIsMainFrame to messages sent via ipcRenderer.sendTo(). #​39208 (Also in 24, 26)

Fixes

  • Fixed a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. #​39308 (Also in 26)
  • Fixed an issue on Windows 10 where the title bar was not correct after changing native theme. #​39314 (Also in 26)
  • Fixed an issue where chrome.i18n did not work properly with Chrome Extensions Manifest V3. #​39329 (Also in 26)
  • Fixed an issue where service workers could not run Chrome APIs in Chrome Extensions Manifest V3. #​39312 (Also in 26)
  • Fixed an issue where the pageVisibility API returned incorrect values in some situations when backgroundThrottling was disabled. #​39299 (Also in 26)

Other Changes

  • Fixed a crash while screen sharing on Wayland with PipeWire. #​39270
  • Security: backported fix for 1444438.
    • Security: backported fix for CVE-2023-3732.
    • Security: backported fix for CVE-2023-3728.
    • Security: backported fix for CVE-2023-3730. #​39266

v25.3.2: electron v25.3.2

Compare Source

Release Notes for v25.3.2

Fixes

  • Fixed desktopCapturer thumbnail generation after screen sharing is cancelled on Wayland. #​39245 (Also in 26)
  • Fixed an issue where macOS traffic lights could malfunction on child windows in some circumstances. #​39244 (Also in 24, 26)
  • Fixed an issue where non-resizable windows incorrectly enabled the fullscreen/maximize button on initial window creation on macOS. #​39228 (Also in 24, 26)
  • Fixed asar integration for node:child_process imports. #​39235 (Also in 24, 26)

Other Changes

  • Updated Chromium to 114.0.5735.248. #​39181

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [electron](https://github.com/electron/electron) | devDependencies | minor | [`25.3.1` -> `25.6.0`](https://renovatebot.com/diffs/npm/electron/25.3.1/25.6.0) | --- ### Release Notes <details> <summary>electron/electron</summary> ### [`v25.6.0`](https://github.com/electron/electron/releases/tag/v25.6.0): electron v25.6.0 [Compare Source](https://github.com/electron/electron/compare/v25.5.0...v25.6.0) ### Release Notes for v25.6.0 #### Features - Added partial support for `chrome.tabs.query`. [#&#8203;39430](https://github.com/electron/electron/pull/39430) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39431))</span> - Added support for several more Node.js cli flags in the main process. [#&#8203;39374](https://github.com/electron/electron/pull/39374) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/39372), [26](https://github.com/electron/electron/pull/39373))</span> #### Fixes - Fixed a potential crash when calling `BrowserWindow.moveTop()` on modal child windows. [#&#8203;39528](https://github.com/electron/electron/pull/39528) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39527))</span> - Fixed an accessibility issue where `VoiceOver` couldn't trigger the tray action when selected to emit the click event. [#&#8203;39448](https://github.com/electron/electron/pull/39448) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39439))</span> ### [`v25.5.0`](https://github.com/electron/electron/releases/tag/v25.5.0): electron v25.5.0 [Compare Source](https://github.com/electron/electron/compare/v25.4.0...v25.5.0) ### Release Notes for v25.5.0 #### Features - Added `safeStorage.setUsePlainTextEncryption` and `safeStorage.getSelectedStorageBackend` api. [#&#8203;39325](https://github.com/electron/electron/pull/39325) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39155))</span> #### Fixes - Fixed a rare crash when closing active native tab on macOS. [#&#8203;39409](https://github.com/electron/electron/pull/39409) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39410))</span> - Fixed an issue where `browserView.removeBrowserView` could cause a crash in some cases. [#&#8203;39408](https://github.com/electron/electron/pull/39408) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/39407), [26](https://github.com/electron/electron/pull/39406))</span> - Fixed an issue where `chrome.tabs.update` did not return a `tab` object that properly reflected potential properties that were changed. [#&#8203;39388](https://github.com/electron/electron/pull/39388) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39389))</span> - Fixed crash in message ports when utility process exits. [#&#8203;39345](https://github.com/electron/electron/pull/39345) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39346))</span> - Notes: Fixes an issue where `chrome.tabs` did not work properly with Chrome Extensions Manifest V3. [#&#8203;39359](https://github.com/electron/electron/pull/39359) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39360))</span> #### Other Changes - Updated Chromium to 114.0.5735.289. [#&#8203;39351](https://github.com/electron/electron/pull/39351) ### [`v25.4.0`](https://github.com/electron/electron/releases/tag/v25.4.0): electron v25.4.0 [Compare Source](https://github.com/electron/electron/compare/v25.3.2...v25.4.0) ### Release Notes for v25.4.0 #### Features - Added `senderIsMainFrame` to messages sent via `ipcRenderer.sendTo()`. [#&#8203;39208](https://github.com/electron/electron/pull/39208) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/39207), [26](https://github.com/electron/electron/pull/39206))</span> #### Fixes - Fixed a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. [#&#8203;39308](https://github.com/electron/electron/pull/39308) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39297))</span> - Fixed an issue on Windows 10 where the title bar was not correct after changing native theme. [#&#8203;39314](https://github.com/electron/electron/pull/39314) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39309))</span> - Fixed an issue where `chrome.i18n` did not work properly with Chrome Extensions Manifest V3. [#&#8203;39329](https://github.com/electron/electron/pull/39329) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39328))</span> - Fixed an issue where service workers could not run Chrome APIs in Chrome Extensions Manifest V3. [#&#8203;39312](https://github.com/electron/electron/pull/39312) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39310))</span> - Fixed an issue where the pageVisibility API returned incorrect values in some situations when `backgroundThrottling` was disabled. [#&#8203;39299](https://github.com/electron/electron/pull/39299) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39298))</span> #### Other Changes - Fixed a crash while screen sharing on Wayland with PipeWire. [#&#8203;39270](https://github.com/electron/electron/pull/39270) - Security: backported fix for [`1444438`](https://github.com/electron/electron/commit/1444438). - Security: backported fix for CVE-2023-3732. - Security: backported fix for CVE-2023-3728. - Security: backported fix for CVE-2023-3730. [#&#8203;39266](https://github.com/electron/electron/pull/39266) ### [`v25.3.2`](https://github.com/electron/electron/releases/tag/v25.3.2): electron v25.3.2 [Compare Source](https://github.com/electron/electron/compare/v25.3.1...v25.3.2) ### Release Notes for v25.3.2 #### Fixes - Fixed `desktopCapturer` thumbnail generation after screen sharing is cancelled on Wayland. [#&#8203;39245](https://github.com/electron/electron/pull/39245) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/39246))</span> - Fixed an issue where macOS traffic lights could malfunction on child windows in some circumstances. [#&#8203;39244](https://github.com/electron/electron/pull/39244) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/39243), [26](https://github.com/electron/electron/pull/39242))</span> - Fixed an issue where non-resizable windows incorrectly enabled the fullscreen/maximize button on initial window creation on macOS. [#&#8203;39228](https://github.com/electron/electron/pull/39228) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/39230), [26](https://github.com/electron/electron/pull/39229))</span> - Fixed asar integration for `node:child_process` imports. [#&#8203;39235](https://github.com/electron/electron/pull/39235) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/39236), [26](https://github.com/electron/electron/pull/39234))</span> #### Other Changes - Updated Chromium to 114.0.5735.248. [#&#8203;39181](https://github.com/electron/electron/pull/39181) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yNC42IiwidXBkYXRlZEluVmVyIjoiMzUuMjQuNiJ9-->
renovate added 1 commit 2023-07-26 20:02:20 +00:00
continuous-integration/drone/push Build is passing Details
d6bcece7ee
chore(deps): update dependency electron to v25.3.2
renovate force-pushed renovate/electron-25.x from d6bcece7ee to 31f82788a4 2023-08-02 20:01:53 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v25.3.2 to chore(deps): update dependency electron to v25.4.0 2023-08-02 20:02:12 +00:00
renovate force-pushed renovate/electron-25.x from 31f82788a4 to e18ec830b2 2023-08-09 21:02:08 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v25.4.0 to chore(deps): update dependency electron to v25.5.0 2023-08-09 21:02:29 +00:00
renovate force-pushed renovate/electron-25.x from e18ec830b2 to 7c873d499f 2023-08-17 00:02:23 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v25.5.0 to chore(deps): update dependency electron to v25.6.0 2023-08-17 00:02:46 +00:00
konrad merged commit ac853f0076 into main 2023-08-21 11:00:18 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/desktop#167
No description provided.