chore(deps): update dependency electron to v27.2.2 - autoclosed #179

Closed
renovate wants to merge 1 commits from renovate/electron-27.x into main
Member

This PR contains the following updates:

Package Type Update Change
electron devDependencies minor 27.0.0 -> 27.2.2

Release Notes

electron/electron (electron)

v27.2.2: electron v27.2.2

Compare Source

Release Notes for v27.2.2

Fixes

  • Fixed a crash resultant from trying to listen to power-related events before the ready event was emitted on Linux. #​40923 (Also in 26, 28, 29)
  • Fixed the enabled/disabled behavior of the maximize/fullscreen button of macOS windows. #​40895 (Also in 28, 29)
  • Unset all Node envs in node process when parent is a foreign process. #​40879 (Also in 26, 28, 29)

Other Changes

  • Security: backported fix for CVE-2024-0224.
    • Security: backported fix for 1511689.
    • Security: backported fix for CVE-2024-0225.
    • Security: backported fix for CVE-2024-0223.
    • Security: backported fix for CVE-2024-0222.
    • Security: backported fix for 1509576. #​40900

v27.2.1: electron v27.2.1

Compare Source

Release Notes for v27.2.1

Fixes

  • Fixed incorrect title bar shown on frameless transparent windows. #​40868 (Also in 28, 29)

Other Changes

  • Security: backported fix for CVE-2023-6706.
    • Security: backported fix for CVE-2023-6705.
    • Security: backported fix for CVE-2023-6703.
    • Security: backported fix for 1505632.
    • Security: backported fix for 1506726.
    • Security: backported fix for CVE-2023-6702.
    • Security: backported fix for CVE-2023-6704. #​40802

v27.2.0: electron v27.2.0

Compare Source

Release Notes for v27.2.0

Features

  • Added an option in protocol.registerSchemesAsPrivileged to allow V8 code cache in custom schemes. #​40708 (Also in 28)

Fixes

  • Fixed an issue where font requests were incorrectly being sent to dev tools multiple times per resource. #​40715 (Also in 28)
  • Fixed child window opening in non-active macOS apps. #​40658 (Also in 26, 28)
  • Fixed documentation of the default --inspect port. #​40742 (Also in 28)
  • Fixed save to file option not working in performance tab of devtools. #​40753
  • Prevent node mode to be used as script runner by other apps on macOS. #​40737 (Also in 26, 28)

Other Changes

  • Security: backported fix for CVE-2023-6508. #​40724
  • Security: backported fix for CVE-2023-7024. #​40807

v27.1.3: electron v27.1.3

Compare Source

Release Notes for v27.1.3

Fixes

  • Backported fix for AVX related crashes on certain linux machines. #​40541 (Also in 26, 28)
  • Fixed a potential issue with async_hook corruption in some error contexts. #​40593 (Also in 26, 28)
  • Fixed file paths passed to shell.showItemInFolder not being escaped in Linux. #​40561 (Also in 28)

Other Changes

  • Security: backported fix for 1491210.
    • Security: backported fix for CVE-2023-6345
    • Security: backported fix for CVE-2023-6346.
    • Security: backported fix for CVE-2023-6347.
    • Security: backported fix for CVE-2023-6350. #​40643
  • Security: backported fix for CVE-2023-6350. #​40648
  • Updated Chromium to 118.0.5993.159. #​40631

v27.1.2: electron v27.1.2

Compare Source

Release Notes for v27.1.2

Fixes

  • Fixed resizing performance issue on macOS. #​40585 (Also in 26, 28)

v27.1.0: electron v27.1.0

Compare Source

Release Notes for v27.1.0

Features

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

Fixes

  • Fixed "will-navigate" not being emitted when pressing links in chrome: pages. #​40524 (Also in 28)
  • Fixed a unexpectedly thrown error in some unsupported chrome extensions. #​40513 (Also in 26, 28)

Other Changes

  • Updated Chromium to 118.0.5993.144. #​40522

v27.0.4: electron v27.0.4

Compare Source

Release Notes for v27.0.4

Fixes

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

Other Changes

  • Updated Chromium to 118.0.5993.129. #​40417

v27.0.3: electron v27.0.3

Compare Source

Release Notes for v27.0.3

Fixes

Other Changes

  • Updated Chromium to 118.0.5993.120. #​40404

v27.0.2: electron v27.0.2

Compare Source

Release Notes for v27.0.2

Fixes

  • Functions called over the contextBridge are now called with the expected receiver (this). #​40262 (Also in 28)

Other Changes

v27.0.1: electron v27.0.1

Compare Source

Release Notes for v27.0.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. #​40244 (Also in 26, 28)
  • Fixed an issue where calling loadURL during some webContents url loading events could crash. #​40162 (Also in 24, 25, 26)
  • Fixed an issue where fully occluded windows would return an empty image from webContents.capturePage() on Windows and Linux. #​40188 (Also in 25, 26, 28)
  • Fixed an issue with webContents interaction with fullscreen and WCO on macOS. #​40217 (Also in 25, 26, 28)
  • Fixed some redundant permission dialogs while screen sharing on Wayland. #​40193 (Also in 26, 28)

Other Changes

  • Updated Chromium to 118.0.5993.89. #​40240

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 | [`27.0.0` -> `27.2.2`](https://renovatebot.com/diffs/npm/electron/27.0.0/27.2.2) | --- ### Release Notes <details> <summary>electron/electron (electron)</summary> ### [`v27.2.2`](https://github.com/electron/electron/releases/tag/v27.2.2): electron v27.2.2 [Compare Source](https://github.com/electron/electron/compare/v27.2.1...v27.2.2) ### Release Notes for v27.2.2 #### Fixes - Fixed a crash resultant from trying to listen to power-related events before the `ready` event was emitted on Linux. [#&#8203;40923](https://github.com/electron/electron/pull/40923) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40922), [28](https://github.com/electron/electron/pull/40924), [29](https://github.com/electron/electron/pull/40925))</span> - Fixed the enabled/disabled behavior of the maximize/fullscreen button of macOS windows. [#&#8203;40895](https://github.com/electron/electron/pull/40895) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/40896), [29](https://github.com/electron/electron/pull/40897))</span> - Unset all Node envs in node process when parent is a foreign process. [#&#8203;40879](https://github.com/electron/electron/pull/40879) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40882), [28](https://github.com/electron/electron/pull/40880), [29](https://github.com/electron/electron/pull/40881))</span> #### Other Changes - Security: backported fix for CVE-2024-0224. - Security: backported fix for [`1511689`](https://github.com/electron/electron/commit/1511689). - Security: backported fix for CVE-2024-0225. - Security: backported fix for CVE-2024-0223. - Security: backported fix for CVE-2024-0222. - Security: backported fix for [`1509576`](https://github.com/electron/electron/commit/1509576). [#&#8203;40900](https://github.com/electron/electron/pull/40900) ### [`v27.2.1`](https://github.com/electron/electron/releases/tag/v27.2.1): electron v27.2.1 [Compare Source](https://github.com/electron/electron/compare/v27.2.0...v27.2.1) ### Release Notes for v27.2.1 #### Fixes - Fixed incorrect title bar shown on frameless transparent windows. [#&#8203;40868](https://github.com/electron/electron/pull/40868) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/40867), [29](https://github.com/electron/electron/pull/40862))</span> #### Other Changes - Security: backported fix for CVE-2023-6706. - Security: backported fix for CVE-2023-6705. - Security: backported fix for CVE-2023-6703. - Security: backported fix for [`1505632`](https://github.com/electron/electron/commit/1505632). - Security: backported fix for [`1506726`](https://github.com/electron/electron/commit/1506726). - Security: backported fix for CVE-2023-6702. - Security: backported fix for CVE-2023-6704. [#&#8203;40802](https://github.com/electron/electron/pull/40802) ### [`v27.2.0`](https://github.com/electron/electron/releases/tag/v27.2.0): electron v27.2.0 [Compare Source](https://github.com/electron/electron/compare/v27.1.3...v27.2.0) ### Release Notes for v27.2.0 #### Features - Added an option in `protocol.registerSchemesAsPrivileged` to allow V8 code cache in custom schemes. [#&#8203;40708](https://github.com/electron/electron/pull/40708) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/40709))</span> #### Fixes - Fixed an issue where font requests were incorrectly being sent to dev tools multiple times per resource. [#&#8203;40715](https://github.com/electron/electron/pull/40715) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/40688))</span> - Fixed child window opening in non-active macOS apps. [#&#8203;40658](https://github.com/electron/electron/pull/40658) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40657), [28](https://github.com/electron/electron/pull/40659))</span> - Fixed documentation of the default `--inspect` port. [#&#8203;40742](https://github.com/electron/electron/pull/40742) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/40743))</span> - Fixed save to file option not working in performance tab of devtools. [#&#8203;40753](https://github.com/electron/electron/pull/40753) - Prevent node mode to be used as script runner by other apps on macOS. [#&#8203;40737](https://github.com/electron/electron/pull/40737) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40738), [28](https://github.com/electron/electron/pull/40710))</span> #### Other Changes - Security: backported fix for CVE-2023-6508. [#&#8203;40724](https://github.com/electron/electron/pull/40724) - Security: backported fix for CVE-2023-7024. [#&#8203;40807](https://github.com/electron/electron/pull/40807) ### [`v27.1.3`](https://github.com/electron/electron/releases/tag/v27.1.3): electron v27.1.3 [Compare Source](https://github.com/electron/electron/compare/v27.1.2...v27.1.3) ### Release Notes for v27.1.3 #### Fixes - Backported fix for AVX related crashes on certain linux machines. [#&#8203;40541](https://github.com/electron/electron/pull/40541) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40540), [28](https://github.com/electron/electron/pull/40542))</span> - Fixed a potential issue with `async_hook` corruption in some error contexts. [#&#8203;40593](https://github.com/electron/electron/pull/40593) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40592), [28](https://github.com/electron/electron/pull/40594))</span> - Fixed file paths passed to `shell.showItemInFolder` not being escaped in Linux. [#&#8203;40561](https://github.com/electron/electron/pull/40561) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/40562))</span> #### Other Changes - Security: backported fix for [`1491210`](https://github.com/electron/electron/commit/1491210). - Security: backported fix for CVE-2023-6345 - Security: backported fix for CVE-2023-6346. - Security: backported fix for CVE-2023-6347. - Security: backported fix for CVE-2023-6350. [#&#8203;40643](https://github.com/electron/electron/pull/40643) - Security: backported fix for CVE-2023-6350. [#&#8203;40648](https://github.com/electron/electron/pull/40648) - Updated Chromium to 118.0.5993.159. [#&#8203;40631](https://github.com/electron/electron/pull/40631) ### [`v27.1.2`](https://github.com/electron/electron/releases/tag/v27.1.2): electron v27.1.2 [Compare Source](https://github.com/electron/electron/compare/v27.1.0...v27.1.2) ### Release Notes for v27.1.2 #### Fixes - Fixed resizing performance issue on macOS. [#&#8203;40585](https://github.com/electron/electron/pull/40585) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40584), [28](https://github.com/electron/electron/pull/40586))</span> ### [`v27.1.0`](https://github.com/electron/electron/releases/tag/v27.1.0): electron v27.1.0 [Compare Source](https://github.com/electron/electron/compare/v27.0.4...v27.1.0) ### Release Notes for v27.1.0 #### Features - Added `keyboardLock` to `ses.setPermissionRequestHandler(handler)`. [#&#8203;40459](https://github.com/electron/electron/pull/40459) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40458), [28](https://github.com/electron/electron/pull/40460))</span> #### Fixes - Fixed "will-navigate" not being emitted when pressing links in `chrome:` pages. [#&#8203;40524](https://github.com/electron/electron/pull/40524) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/40525))</span> - Fixed a unexpectedly thrown error in some unsupported chrome extensions. [#&#8203;40513](https://github.com/electron/electron/pull/40513) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40512), [28](https://github.com/electron/electron/pull/40514))</span> #### Other Changes - Updated Chromium to 118.0.5993.144. [#&#8203;40522](https://github.com/electron/electron/pull/40522) ### [`v27.0.4`](https://github.com/electron/electron/releases/tag/v27.0.4): electron v27.0.4 [Compare Source](https://github.com/electron/electron/compare/v27.0.3...v27.0.4) ### Release Notes for v27.0.4 #### Fixes - Fixed an issue where WebViews could sometimes crash on unload. [#&#8203;40444](https://github.com/electron/electron/pull/40444) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40443), [28](https://github.com/electron/electron/pull/40445))</span> - Fixed rendering on Linux due to broken shader cache compilation with driver updates. [#&#8203;40467](https://github.com/electron/electron/pull/40467) #### Other Changes - Updated Chromium to 118.0.5993.129. [#&#8203;40417](https://github.com/electron/electron/pull/40417) ### [`v27.0.3`](https://github.com/electron/electron/releases/tag/v27.0.3): electron v27.0.3 [Compare Source](https://github.com/electron/electron/compare/v27.0.2...v27.0.3) ### Release Notes for v27.0.3 #### Fixes - Fixed an error changing file format in `dialog.showOpenDialog` on macOS. [#&#8203;40347](https://github.com/electron/electron/pull/40347) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/40346))</span> - Fixed an issue where `navigator.keyboard.lock()` did not work per [latest expected behavior](https://developer.chrome.com/blog/better-full-screen-mode). [#&#8203;40388](https://github.com/electron/electron/pull/40388) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40387), [28](https://github.com/electron/electron/pull/40389))</span> #### Other Changes - Updated Chromium to 118.0.5993.120. [#&#8203;40404](https://github.com/electron/electron/pull/40404) ### [`v27.0.2`](https://github.com/electron/electron/releases/tag/v27.0.2): electron v27.0.2 [Compare Source](https://github.com/electron/electron/compare/v27.0.1...v27.0.2) ### Release Notes for v27.0.2 #### Fixes - Functions called over the `contextBridge` are now called with the expected receiver (`this`). [#&#8203;40262](https://github.com/electron/electron/pull/40262) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/40263))</span> #### Other Changes - Backported fix for [`1473422`](https://github.com/electron/electron/commit/1473422). [#&#8203;40280](https://github.com/electron/electron/pull/40280) ### [`v27.0.1`](https://github.com/electron/electron/releases/tag/v27.0.1): electron v27.0.1 [Compare Source](https://github.com/electron/electron/compare/v27.0.0...v27.0.1) ### Release Notes for v27.0.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. [#&#8203;40244](https://github.com/electron/electron/pull/40244) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40242), [28](https://github.com/electron/electron/pull/40243))</span> - Fixed an issue where calling `loadURL` during some `webContents` url loading events could crash. [#&#8203;40162](https://github.com/electron/electron/pull/40162) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/40160), [25](https://github.com/electron/electron/pull/40161), [26](https://github.com/electron/electron/pull/40163))</span> - Fixed an issue where fully occluded windows would return an empty image from `webContents.capturePage()` on Windows and Linux. [#&#8203;40188](https://github.com/electron/electron/pull/40188) <span style="font-size:small;">(Also in [25](https://github.com/electron/electron/pull/40186), [26](https://github.com/electron/electron/pull/40187), [28](https://github.com/electron/electron/pull/40185))</span> - Fixed an issue with webContents interaction with fullscreen and WCO on macOS. [#&#8203;40217](https://github.com/electron/electron/pull/40217) <span style="font-size:small;">(Also in [25](https://github.com/electron/electron/pull/40220), [26](https://github.com/electron/electron/pull/40218), [28](https://github.com/electron/electron/pull/40219))</span> - Fixed some redundant permission dialogs while screen sharing on Wayland. [#&#8203;40193](https://github.com/electron/electron/pull/40193) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/40191), [28](https://github.com/electron/electron/pull/40192))</span> #### Other Changes - Updated Chromium to 118.0.5993.89. [#&#8203;40240](https://github.com/electron/electron/pull/40240) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMS4xIiwidXBkYXRlZEluVmVyIjoiMzcuNTAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added 1 commit 2023-10-18 20:02:37 +00:00
continuous-integration/drone/push Build is passing Details
4db89b7a8a
chore(deps): update dependency electron to v27.0.1
renovate force-pushed renovate/electron-27.x from 4db89b7a8a to 868e2ba06f 2023-10-20 22:02:33 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v27.0.1 to chore(deps): update dependency electron to v27.0.2 2023-10-20 22:02:39 +00:00
renovate force-pushed renovate/electron-27.x from 868e2ba06f to c50409ae30 2023-11-01 21:02:43 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v27.0.2 to chore(deps): update dependency electron to v27.0.3 2023-11-01 21:02:47 +00:00
renovate force-pushed renovate/electron-27.x from c50409ae30 to da08107f83 2023-11-08 20:03:14 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v27.0.3 to chore(deps): update dependency electron to v27.0.4 2023-11-08 20:03:19 +00:00
renovate force-pushed renovate/electron-27.x from da08107f83 to 40fb972208 2023-11-15 19:03:52 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v27.0.4 to chore(deps): update dependency electron to v27.1.0 2023-11-15 19:03:58 +00:00
renovate force-pushed renovate/electron-27.x from 40fb972208 to 4cf9546470 2023-11-22 22:05:12 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v27.1.0 to chore(deps): update dependency electron to v27.1.2 2023-11-22 22:05:17 +00:00
renovate force-pushed renovate/electron-27.x from 4cf9546470 to a0d6272b5b 2023-11-30 23:04:00 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v27.1.2 to chore(deps): update dependency electron to v27.1.3 2023-11-30 23:04:05 +00:00
renovate force-pushed renovate/electron-27.x from a0d6272b5b to 1227cf6dfa 2023-12-21 23:06:55 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v27.1.3 to chore(deps): update dependency electron to v27.2.0 2023-12-21 23:06:59 +00:00
renovate force-pushed renovate/electron-27.x from 1227cf6dfa to 04c75a4d77 2024-01-04 03:05:59 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v27.2.0 to chore(deps): update dependency electron to v27.2.1 2024-01-04 03:06:04 +00:00
renovate force-pushed renovate/electron-27.x from 04c75a4d77 to cc5f4262f0 2024-01-10 19:10:25 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v27.2.1 to chore(deps): update dependency electron to v27.2.2 2024-01-10 19:10:35 +00:00
renovate force-pushed renovate/electron-27.x from cc5f4262f0 to 62cf41f871 2024-01-16 16:05:36 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v27.2.2 to chore(deps): update dependency electron to v27.2.2 - autoclosed 2024-01-16 17:05:30 +00:00
renovate closed this pull request 2024-01-16 17:05:30 +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#179
No description provided.