chore(deps): update dependency electron to v28.2.1 #186

Merged
konrad merged 1 commits from renovate/electron-28.x into main 2024-01-31 21:32:16 +00:00
Member

This PR contains the following updates:

Package Type Update Change
electron devDependencies minor 28.1.4 -> 28.2.1

Release Notes

electron/electron (electron)

v28.2.1: electron v28.2.1

Compare Source

Release Notes for v28.2.1

Fixes

  • Apply module search paths restriction on worker and child process. #​41137 (Also in 27, 29)
  • Fixed a potential async_hooks crash when listening for the restore event on Windows after minimizing a maximized BrowserWindow. #​41145 (Also in 27, 29)
  • Fixed an issue where Request objects did not correctly copy headers into fetches. #​41103
  • Fixed an issue where non-modal windows with vibrancy could have incorrectly rounded corners on Sonoma. #​41036 (Also in 27, 29)
  • Fixed an issue where the printBackground option in webContents.printToPDF did not work as expected. #​41179 (Also in 29)
  • Fixed forked child process not able to send IPC message under some cases on macOS. #​41101 (Also in 26, 27, 29)
  • Fixed on-screen-keyboard not hiding for webviews under some cases. #​41150 (Also in 27, 29)

Other Changes

  • Removed extraneous dlls from Windows zip files. #​41128 (Also in 29)
  • Security: backported fix for CVE-2024-0807.
  • Updated Chromium to 120.0.6099.268. #​41094

v28.2.0: electron v28.2.0

Compare Source

Release Notes for v28.2.0

Features

  • Added net module to utility process. #​40967 (Also in 27, 29)

Fixes

  • Fixed session.fromPartition() key lookup bug. #​41083 (Also in 29)
  • Fixed a potential crash when calling dialog.showMessageBoxSync. #​41042 (Also in 27, 29)
  • Fixed a potential renderer crash when inspecting elements. #​40981
  • Fixed macOS bug that causes window maximize button to be disabled in full-screen mode. #​41028 (Also in 27, 29)

Other Changes

  • Updated Chromium to 120.0.6099.227. #​41075

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 | [`28.1.4` -> `28.2.1`](https://renovatebot.com/diffs/npm/electron/28.1.4/28.2.1) | --- ### Release Notes <details> <summary>electron/electron (electron)</summary> ### [`v28.2.1`](https://github.com/electron/electron/releases/tag/v28.2.1): electron v28.2.1 [Compare Source](https://github.com/electron/electron/compare/v28.2.0...v28.2.1) ### Release Notes for v28.2.1 #### Fixes - Apply module search paths restriction on worker and child process. [#&#8203;41137](https://github.com/electron/electron/pull/41137) <span style="font-size:small;">(Also in [27](https://github.com/electron/electron/pull/41139), [29](https://github.com/electron/electron/pull/41138))</span> - Fixed a potential `async_hooks` crash when listening for the `restore` event on Windows after minimizing a maximized BrowserWindow. [#&#8203;41145](https://github.com/electron/electron/pull/41145) <span style="font-size:small;">(Also in [27](https://github.com/electron/electron/pull/41144), [29](https://github.com/electron/electron/pull/41146))</span> - Fixed an issue where Request objects did not correctly copy headers into fetches. [#&#8203;41103](https://github.com/electron/electron/pull/41103) - Fixed an issue where non-modal windows with vibrancy could have incorrectly rounded corners on Sonoma. [#&#8203;41036](https://github.com/electron/electron/pull/41036) <span style="font-size:small;">(Also in [27](https://github.com/electron/electron/pull/41035), [29](https://github.com/electron/electron/pull/41037))</span> - Fixed an issue where the `printBackground` option in `webContents.printToPDF` did not work as expected. [#&#8203;41179](https://github.com/electron/electron/pull/41179) <span style="font-size:small;">(Also in [29](https://github.com/electron/electron/pull/41180))</span> - Fixed forked child process not able to send IPC message under some cases on macOS. [#&#8203;41101](https://github.com/electron/electron/pull/41101) <span style="font-size:small;">(Also in [26](https://github.com/electron/electron/pull/41099), [27](https://github.com/electron/electron/pull/41100), [29](https://github.com/electron/electron/pull/41102))</span> - Fixed on-screen-keyboard not hiding for webviews under some cases. [#&#8203;41150](https://github.com/electron/electron/pull/41150) <span style="font-size:small;">(Also in [27](https://github.com/electron/electron/pull/41151), [29](https://github.com/electron/electron/pull/41149))</span> #### Other Changes - Removed extraneous dlls from Windows zip files. [#&#8203;41128](https://github.com/electron/electron/pull/41128) <span style="font-size:small;">(Also in [29](https://github.com/electron/electron/pull/41129))</span> - Security: backported fix for CVE-2024-0807. - Security: backported fix for [`1407197`](https://github.com/electron/electron/commit/1407197). [#&#8203;41105](https://github.com/electron/electron/pull/41105) - Updated Chromium to 120.0.6099.268. [#&#8203;41094](https://github.com/electron/electron/pull/41094) ### [`v28.2.0`](https://github.com/electron/electron/releases/tag/v28.2.0): electron v28.2.0 [Compare Source](https://github.com/electron/electron/compare/v28.1.4...v28.2.0) ### Release Notes for v28.2.0 #### Features - Added net module to utility process. [#&#8203;40967](https://github.com/electron/electron/pull/40967) <span style="font-size:small;">(Also in [27](https://github.com/electron/electron/pull/40968), [29](https://github.com/electron/electron/pull/40890))</span> #### Fixes - Fixed `session.fromPartition()` key lookup bug. [#&#8203;41083](https://github.com/electron/electron/pull/41083) <span style="font-size:small;">(Also in [29](https://github.com/electron/electron/pull/41084))</span> - Fixed a potential crash when calling `dialog.showMessageBoxSync`. [#&#8203;41042](https://github.com/electron/electron/pull/41042) <span style="font-size:small;">(Also in [27](https://github.com/electron/electron/pull/41041), [29](https://github.com/electron/electron/pull/41043))</span> - Fixed a potential renderer crash when inspecting elements. [#&#8203;40981](https://github.com/electron/electron/pull/40981) - Fixed macOS bug that causes window maximize button to be disabled in full-screen mode. [#&#8203;41028](https://github.com/electron/electron/pull/41028) <span style="font-size:small;">(Also in [27](https://github.com/electron/electron/pull/41027), [29](https://github.com/electron/electron/pull/41029))</span> #### Other Changes - Updated Chromium to 120.0.6099.227. [#&#8203;41075](https://github.com/electron/electron/pull/41075) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added 1 commit 2024-01-24 21:06:53 +00:00
continuous-integration/drone/push Build is failing Details
160ec77d3c
chore(deps): update dependency electron to v28.2.0
renovate force-pushed renovate/electron-28.x from 160ec77d3c to 4c862e112b 2024-01-31 21:06:07 +00:00 Compare
renovate changed title from chore(deps): update dependency electron to v28.2.0 to chore(deps): update dependency electron to v28.2.1 2024-01-31 21:06:07 +00:00
konrad merged commit 12f78e86ce into main 2024-01-31 21:32:16 +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#186
No description provided.