chore(deps): update dependency electron to v24.3.1 #151

Merged
konrad merged 1 commits from renovate/electron-24.x into main 2023-05-23 11:18:15 +00:00
Member

This PR contains the following updates:

Package Type Update Change
electron devDependencies minor 24.1.3 -> 24.3.1

Release Notes

electron/electron

v24.3.1: electron v24.3.1

Compare Source

Release Notes for v24.3.1

Fixes

  • Fixed an issue where BrowserWindow.isMaximized() could incorrectly return true for minimized or fullscreened windows on macOS. #​38308 (Also in 23, 25)
  • Fixed an issue where BrowserWindow.isVisible() would incorrectly return true for minimized windows on Windows. #​38313 (Also in 23, 25)
  • Fixed an issue where accessing BrowserWindow.id threw an error after the window was destroyed. #​38310 (Also in 23, 25)
  • Fixed an issue where calling win.minimize() directly after calling win.maximize(), and then calling win.isMaximized() incorrectly returns true. #​38343 (Also in 23, 25)

Other Changes

v24.3.0: electron v24.3.0

Compare Source

Release Notes for v24.3.0

Features

  • Added net.resolveHost that resolves hosts using defaultSession object. #​38153 (Also in 25)

Fixes

  • Ensured that Electron's custom AXManualAccessibility attribute works as expected in all relevant protocol methods. #​38224 (Also in 23, 25)

v24.2.0: electron v24.2.0

Compare Source

Release Notes for v24.2.0

Features

  • Added thermal management information to powerMonitor. #​38027 (Also in 25)

Fixes

  • Fixed a potential crash when right-clicking on macOS windows with draggable regions. #​38136 (Also in 25)
  • Fixed an issue where default background color for windows might be incorrect. #​38158 (Also in 25)
  • Fixed an perceived failure when when using Accessibility attribute AXManualAccessibility to enable a11y features in Electron. #​38147 (Also in 23)

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 | [`24.1.3` -> `24.3.1`](https://renovatebot.com/diffs/npm/electron/24.1.3/24.3.1) | --- ### Release Notes <details> <summary>electron/electron</summary> ### [`v24.3.1`](https://github.com/electron/electron/releases/tag/v24.3.1): electron v24.3.1 [Compare Source](https://github.com/electron/electron/compare/v24.3.0...v24.3.1) ### Release Notes for v24.3.1 #### Fixes - Fixed an issue where `BrowserWindow.isMaximized()` could incorrectly return true for minimized or fullscreened windows on macOS. [#&#8203;38308](https://github.com/electron/electron/pull/38308) <span style="font-size:small;">(Also in [23](https://github.com/electron/electron/pull/38306), [25](https://github.com/electron/electron/pull/38307))</span> - Fixed an issue where `BrowserWindow.isVisible()` would incorrectly return `true` for minimized windows on Windows. [#&#8203;38313](https://github.com/electron/electron/pull/38313) <span style="font-size:small;">(Also in [23](https://github.com/electron/electron/pull/38315), [25](https://github.com/electron/electron/pull/38314))</span> - Fixed an issue where accessing `BrowserWindow.id` threw an error after the window was destroyed. [#&#8203;38310](https://github.com/electron/electron/pull/38310) <span style="font-size:small;">(Also in [23](https://github.com/electron/electron/pull/38309), [25](https://github.com/electron/electron/pull/38311))</span> - Fixed an issue where calling `win.minimize()` directly after calling `win.maximize()`, and then calling `win.isMaximized()` incorrectly returns `true`. [#&#8203;38343](https://github.com/electron/electron/pull/38343) <span style="font-size:small;">(Also in [23](https://github.com/electron/electron/pull/38344), [25](https://github.com/electron/electron/pull/38345))</span> #### Other Changes - Security: backported fix for [`1433328`](https://github.com/electron/electron/commit/1433328). [#&#8203;38271](https://github.com/electron/electron/pull/38271) - Updated Chromium to 112.0.5615.183. [#&#8203;38319](https://github.com/electron/electron/pull/38319) ### [`v24.3.0`](https://github.com/electron/electron/releases/tag/v24.3.0): electron v24.3.0 [Compare Source](https://github.com/electron/electron/compare/v24.2.0...v24.3.0) ### Release Notes for v24.3.0 #### Features - Added net.resolveHost that resolves hosts using defaultSession object. [#&#8203;38153](https://github.com/electron/electron/pull/38153) <span style="font-size:small;">(Also in [25](https://github.com/electron/electron/pull/38152))</span> #### Fixes - Ensured that Electron's custom `AXManualAccessibility` attribute works as expected in all relevant protocol methods. [#&#8203;38224](https://github.com/electron/electron/pull/38224) <span style="font-size:small;">(Also in [23](https://github.com/electron/electron/pull/38225), [25](https://github.com/electron/electron/pull/38223))</span> ### [`v24.2.0`](https://github.com/electron/electron/releases/tag/v24.2.0): electron v24.2.0 [Compare Source](https://github.com/electron/electron/compare/v24.1.3...v24.2.0) ### Release Notes for v24.2.0 #### Features - Added thermal management information to `powerMonitor`. [#&#8203;38027](https://github.com/electron/electron/pull/38027) <span style="font-size:small;">(Also in [25](https://github.com/electron/electron/pull/38028))</span> #### Fixes - Fixed a potential crash when right-clicking on macOS windows with draggable regions. [#&#8203;38136](https://github.com/electron/electron/pull/38136) <span style="font-size:small;">(Also in [25](https://github.com/electron/electron/pull/38115))</span> - Fixed an issue where default background color for windows might be incorrect. [#&#8203;38158](https://github.com/electron/electron/pull/38158) <span style="font-size:small;">(Also in [25](https://github.com/electron/electron/pull/38157))</span> - Fixed an perceived failure when when using Accessibility attribute `AXManualAccessibility` to enable a11y features in Electron. [#&#8203;38147](https://github.com/electron/electron/pull/38147) <span style="font-size:small;">(Also in [23](https://github.com/electron/electron/pull/38151))</span> </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-05-03 22:02:19 +00:00
continuous-integration/drone/push Build is failing Details
56835ada97
chore(deps): update dependency electron to v24.2.0
renovate force-pushed renovate/electron-24.x from 56835ada97 to a5b9d81c62 2023-05-10 19:01:54 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v24.2.0 to chore(deps): update dependency electron to v24.3.0 2023-05-10 19:02:12 +00:00
renovate force-pushed renovate/electron-24.x from a5b9d81c62 to 3ea8e2ff60 2023-05-17 20:01:57 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v24.3.0 to chore(deps): update dependency electron to v24.3.1 2023-05-17 20:02:15 +00:00
konrad merged commit e21040f1d8 into main 2023-05-23 11:18:15 +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#151
No description provided.