kktjs / kkt

Create React apps with no build configuration, Cli tool for creating react apps.
https://kktjs.github.io/kkt
MIT License
49 stars 11 forks source link

chore(deps): update dependency electron to ~18.3.0 #380

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron ~18.0.3 -> ~18.3.0 age adoption passing confidence

Release Notes

electron/electron ### [`v18.3.3`](https://togithub.com/electron/electron/releases/tag/v18.3.3) [Compare Source](https://togithub.com/electron/electron/compare/v18.3.2...v18.3.3) ##### Release Notes for v18.3.3 ##### Fixes - Fixed a crash when loading a same-origin URL after a render process crash. [#​34430](https://togithub.com/electron/electron/pull/34430) (Also in [19](https://togithub.com/electron/electron/pull/34431), [20](https://togithub.com/electron/electron/pull/34432)) - Fixed potential crash in WebFrameMain when performing a cross-origin navigation. [#​34415](https://togithub.com/electron/electron/pull/34415) (Also in [19](https://togithub.com/electron/electron/pull/34416), [20](https://togithub.com/electron/electron/pull/34417)) ### [`v18.3.2`](https://togithub.com/electron/electron/releases/tag/v18.3.2) [Compare Source](https://togithub.com/electron/electron/compare/v18.3.1...v18.3.2) ### Release Notes for v18.3.2 #### Fixes - Fixed an issue where pressing escape would not un-fullscreen on Windows or Linux in some circumstances. [#​34361](https://togithub.com/electron/electron/pull/34361) (Also in [19](https://togithub.com/electron/electron/pull/34359)) - Fixed an issue where zombie windows can be created if `window.close()` is called during a fullscreen transition. [#​34392](https://togithub.com/electron/electron/pull/34392) (Also in [17](https://togithub.com/electron/electron/pull/34390), [19](https://togithub.com/electron/electron/pull/34391), [20](https://togithub.com/electron/electron/pull/34393)) #### Other Changes - Enable 16k page sizes support for linux arm64. [#​34385](https://togithub.com/electron/electron/pull/34385) ### [`v18.3.1`](https://togithub.com/electron/electron/releases/tag/v18.3.1) [Compare Source](https://togithub.com/electron/electron/compare/v18.3.0...v18.3.1) ### Release Notes for v18.3.1 #### Fixes - Fixed crash when calling navigator.serial.getPorts(). [#​34327](https://togithub.com/electron/electron/pull/34327) (Also in [17](https://togithub.com/electron/electron/pull/34328), [19](https://togithub.com/electron/electron/pull/34323)) #### Other Changes - Added a TRACE call named `crash_reporter::Start` under the `electron` category for `crash_reporter::Start()`. [#​34325](https://togithub.com/electron/electron/pull/34325) (Also in [17](https://togithub.com/electron/electron/pull/34324), [19](https://togithub.com/electron/electron/pull/34326)) ### [`v18.3.0`](https://togithub.com/electron/electron/releases/tag/v18.3.0) [Compare Source](https://togithub.com/electron/electron/compare/v18.2.4...v18.3.0) ### Release Notes for v18.3.0 #### Fixes - Fixed a crash when calling `loadExtension` on an extension directory that's missing a manifest file. [#​34304](https://togithub.com/electron/electron/pull/34304) (Also in [16](https://togithub.com/electron/electron/pull/34192), [17](https://togithub.com/electron/electron/pull/34193), [19](https://togithub.com/electron/electron/pull/34303)) - Fixed an issue where bounds changes were incorrectly delayed in the case where a window was moved or resized and `event.preventDefault` was called in either `will-resize` or `will-move` on Windows. [#​34284](https://togithub.com/electron/electron/pull/34284) (Also in [16](https://togithub.com/electron/electron/pull/34282), [17](https://togithub.com/electron/electron/pull/34283), [19](https://togithub.com/electron/electron/pull/34285)) - Fixed an issue where running second instances of the same application would cause a deadlock on Windows. [#​34295](https://togithub.com/electron/electron/pull/34295) (Also in [19](https://togithub.com/electron/electron/pull/34312)) - Fixed potential crash with WebFrameMain when navigating between cross-origin websites. [#​34293](https://togithub.com/electron/electron/pull/34293) (Also in [19](https://togithub.com/electron/electron/pull/34294)) - Fixed service worker registration with custom protocols. [#​34291](https://togithub.com/electron/electron/pull/34291) (Also in [19](https://togithub.com/electron/electron/pull/34315)) ### [`v18.2.4`](https://togithub.com/electron/electron/releases/tag/v18.2.4) [Compare Source](https://togithub.com/electron/electron/compare/v18.2.3...v18.2.4) ### Release Notes for v18.2.4 #### Fixes - Fixed an issue where tray items wouldn't highlight in some scenarios on macOS. [#​34207](https://togithub.com/electron/electron/pull/34207) (Also in [16](https://togithub.com/electron/electron/pull/34205), [17](https://togithub.com/electron/electron/pull/34206), [19](https://togithub.com/electron/electron/pull/34208)) - Fixed crash on startup on old Ubuntu versions. [#​34155](https://togithub.com/electron/electron/pull/34155) - SIGUSR1 is no longer handled when the `node_cli_inspect` fuse is disabled. [#​34180](https://togithub.com/electron/electron/pull/34180) (Also in [16](https://togithub.com/electron/electron/pull/34182), [17](https://togithub.com/electron/electron/pull/34181)) #### Other Changes - Backported fix for chromium:1320614. [#​34202](https://togithub.com/electron/electron/pull/34202) - Updated Chromium to 100.0.4896.160. [#​34171](https://togithub.com/electron/electron/pull/34171) ### [`v18.2.3`](https://togithub.com/electron/electron/releases/tag/v18.2.3) [Compare Source](https://togithub.com/electron/electron/compare/v18.2.2...v18.2.3) ##### Release Notes for v18.2.3 ##### Fixes - Fixed a crash in `safeStorage` on Linux. [#​34148](https://togithub.com/electron/electron/pull/34148) (Also in [19](https://togithub.com/electron/electron/pull/34147)) - Fixed building node modules with Visual Studio 2017. [#​34110](https://togithub.com/electron/electron/pull/34110) (Also in [19](https://togithub.com/electron/electron/pull/34164)) ### [`v18.2.2`](https://togithub.com/electron/electron/releases/tag/v18.2.2) [Compare Source](https://togithub.com/electron/electron/compare/v18.2.0...v18.2.2) ### Release Notes for v18.2.2 #### Fixes - Fixed a crash on Windows when opening apps in multiple, separate user sessions. [#​34161](https://togithub.com/electron/electron/pull/34161) (Also in [19](https://togithub.com/electron/electron/pull/34160)) - Fixed an OSR crash happening when input select items were rendered. [#​34092](https://togithub.com/electron/electron/pull/34092) (Also in [17](https://togithub.com/electron/electron/pull/34091), [19](https://togithub.com/electron/electron/pull/34093)) - Fixed an issue where calling `SetLoginItemSettings()` could potentially cause network volumes to be incorrectly mounted. [#​34106](https://togithub.com/electron/electron/pull/34106) (Also in [17](https://togithub.com/electron/electron/pull/34107), [19](https://togithub.com/electron/electron/pull/34108)) - Fixed crash on startup due to missing gtk symbol on older distros. [#​34150](https://togithub.com/electron/electron/pull/34150) (Also in [19](https://togithub.com/electron/electron/pull/34151)) #### Other Changes - Backported fix for CVE-2022-1485. [#​34052](https://togithub.com/electron/electron/pull/34052) - Backported fix for CVE-2022-1497. [#​34072](https://togithub.com/electron/electron/pull/34072) ### [`v18.2.0`](https://togithub.com/electron/electron/releases/tag/v18.2.0) [Compare Source](https://togithub.com/electron/electron/compare/v18.1.0...v18.2.0) ### Release Notes for v18.2.0 #### Features - Fixed an issue where the PDF Viewer would fail if a user attempted to reload. [#​33711](https://togithub.com/electron/electron/pull/33711) (Also in [19](https://togithub.com/electron/electron/pull/33712)) #### Fixes - Fixed an issue with the `app.requestSingleInstanceLock()` API where it would sometimes hang. [#​33778](https://togithub.com/electron/electron/pull/33778) #### Other Changes - Fixed child_process.spawn ENOENT error with cwd option. [#​33871](https://togithub.com/electron/electron/pull/33871) (Also in [16](https://togithub.com/electron/electron/pull/33869), [17](https://togithub.com/electron/electron/pull/33870), [19](https://togithub.com/electron/electron/pull/33872)) - Updated Chromium to 100.0.4896.143. [#​33948](https://togithub.com/electron/electron/pull/33948) ### [`v18.1.0`](https://togithub.com/electron/electron/releases/tag/v18.1.0) [Compare Source](https://togithub.com/electron/electron/compare/v18.0.4...v18.1.0) ##### Release Notes for v18.1.0 ##### Features - Enabled `systemPreferences.subscribe{Local|Workspace}Notification` to take a `null` value for the `event` parameter. [#​33771](https://togithub.com/electron/electron/pull/33771) ##### Fixes - Fixed crash when img without `alt` is shown with accessibility features enabled. [#​33843](https://togithub.com/electron/electron/pull/33843) (Also in [19](https://togithub.com/electron/electron/pull/33841)) - Fixed crash when opening gtk file dialogs due to mismatched versions. [#​33812](https://togithub.com/electron/electron/pull/33812) (Also in [19](https://togithub.com/electron/electron/pull/33813)) ##### Other Changes - Updated Chromium to 100.0.4896.127. [#​33730](https://togithub.com/electron/electron/pull/33730)

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.



This PR has been generated by Mend Renovate. View repository job log here.