From bacbc03f98c147201ba61e69c893faf28dde5a93 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 29 Mar 2022 15:25:46 +0000 Subject: [PATCH] chore(deps): update dependency electron to v18 (#85) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [electron](https://github.com/electron/electron) | devDependencies | major | [`17.3.0` -> `18.0.0`](https://renovatebot.com/diffs/npm/electron/17.3.0/18.0.0) | --- ### Release Notes
electron/electron ### [`v18.0.0`](https://github.com/electron/electron/releases/v18.0.0) [Compare Source](https://github.com/electron/electron/compare/v17.3.0...v18.0.0) ### Release Notes for v18.0.0 #### Features - Added `BrowserWindow` method to change the button color, symbol color, and height of a window with WCO enabled. [#​33440](https://github.com/electron/electron/pull/33440) #### Fixes - Fixed maximizing frameless windows by double-clicking on a draggable (title bar) region. [#​33446](https://github.com/electron/electron/pull/33446) (Also in [15](https://github.com/electron/electron/pull/33449), [16](https://github.com/electron/electron/pull/33444), [17](https://github.com/electron/electron/pull/33445)) #### Other Changes - Updated Chromium to 100.0.4896.56. [#​33475](https://github.com/electron/electron/pull/33475) - Updated node types version. [#​33477](https://github.com/electron/electron/pull/33477)
--- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://kolaente.dev/vikunja/desktop/pulls/85 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4d323e3..6f62c84 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ } }, "devDependencies": { - "electron": "17.3.0", + "electron": "18.0.0", "electron-builder": "22.14.13" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 3b7159e..79de314 100644 --- a/yarn.lock +++ b/yarn.lock @@ -118,10 +118,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.23.tgz#676fa0883450ed9da0bb24156213636290892806" integrity sha512-Z4U8yDAl5TFkmYsZdFPdjeMa57NOvnaf1tljHzhouaPEp7LCj2JKkejpI1ODviIAQuW4CcQmxkQ77rnLsOOoKw== -"@types/node@^14.6.2": - version "14.14.31" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.31.tgz#72286bd33d137aa0d152d47ec7c1762563d34055" - integrity sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g== +"@types/node@^16.11.26": + version "16.11.26" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.26.tgz#63d204d136c9916fb4dcd1b50f9740fe86884e47" + integrity sha512-GZ7bu5A6+4DtG7q9GsoHXy3ALcgeIHP4NnL0Vv2wu0uUB/yQex26v0tf6/na1mm0+bS9Uw+0DFex7aaKr2qawQ== "@types/plist@^3.0.1": version "3.0.2" @@ -868,13 +868,13 @@ electron-publish@22.14.13: lazy-val "^1.0.5" mime "^2.5.2" -electron@17.3.0: - version "17.3.0" - resolved "https://registry.yarnpkg.com/electron/-/electron-17.3.0.tgz#cdcc46a7a3cd0b6f2a1757fbeb807f6b2fce847e" - integrity sha512-KuYHCOw1a+CE9thZlWRqTScf6M81KLd6n5qpdBGb0rl62+50RUuau9CnYpBb3EJxrjsXLaiQCBBSdPsozf/XUg== +electron@18.0.0: + version "18.0.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-18.0.0.tgz#c43fda5b8470a69313cdd79ba370ee6e42cda5b8" + integrity sha512-olAmqc+pNCDM9/nvYnZxhbAwQlMF01lDCesTKJjwItu2DaWZZm959OFTD+1mc/Q/YHDq9eqyD7MjqxjKuoWgWQ== dependencies: "@electron/get" "^1.13.0" - "@types/node" "^14.6.2" + "@types/node" "^16.11.26" extract-zip "^1.0.3" emoji-regex@^7.0.1: