From f177c64ca19f8f543ff823fbb3a278a129a9d65f Mon Sep 17 00:00:00 2001 From: renovate <29139614+renovate@users.noreply.github.com> Date: Tue, 29 Apr 2025 01:24:51 +0000 Subject: [PATCH] chore: bump up electron version to v36 (#12047) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [electron](https://redirect.github.com/electron/electron) | [`^35.0.0` -> `^36.0.0`](https://renovatebot.com/diffs/npm/electron/35.2.1/36.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/electron/36.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/electron/36.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/electron/35.2.1/36.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/35.2.1/36.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
electron/electron (electron) ### [`v36.0.0`](https://redirect.github.com/electron/electron/releases/tag/v36.0.0): electron v36.0.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v35.2.1...v36.0.0) ### Release Notes for v36.0.0 #### Fixes - Fixed `electron.shell.openExternal` and `electron.shell.openPath` to honor user-defined system defaults on Linux. [#​46788](https://redirect.github.com/electron/electron/pull/46788) (Also in [33](https://redirect.github.com/electron/electron/pull/46787), [34](https://redirect.github.com/electron/electron/pull/46791), [35](https://redirect.github.com/electron/electron/pull/46789)) - Fixed `getNativeWindowHandle()` crash that affected 36 betas on macOS. [#​46750](https://redirect.github.com/electron/electron/pull/46750) - Fixed a possible crash when using `navigator.bluetooth.requestDevice` and the `select-bluetooth-device` event. [#​46782](https://redirect.github.com/electron/electron/pull/46782) (Also in [34](https://redirect.github.com/electron/electron/pull/46783), [35](https://redirect.github.com/electron/electron/pull/46784)) - Fixed a potential crash when closing a window with child windows. [#​46773](https://redirect.github.com/electron/electron/pull/46773) (Also in [34](https://redirect.github.com/electron/electron/pull/46775), [35](https://redirect.github.com/electron/electron/pull/46774)) - Fixed an issue where the backgroundMaterial feature did not work in a frameless window on initial window creation. [#​46792](https://redirect.github.com/electron/electron/pull/46792) - Fixed build error with `enable_electron_extensions=false`. [#​46842](https://redirect.github.com/electron/electron/pull/46842) (Also in [35](https://redirect.github.com/electron/electron/pull/46840)) - Fixed crash when renderer process crashes while webview is reloading. [#​46768](https://redirect.github.com/electron/electron/pull/46768) (Also in [34](https://redirect.github.com/electron/electron/pull/46770), [35](https://redirect.github.com/electron/electron/pull/46769)) - Fixed documentation to mark `Window.autoHideMenuBar` as supported on Linux and Windows. [#​46830](https://redirect.github.com/electron/electron/pull/46830) (Also in [35](https://redirect.github.com/electron/electron/pull/46829)) - Fixed the border style of windows with vibrancy on macOS. [#​46771](https://redirect.github.com/electron/electron/pull/46771) (Also in [35](https://redirect.github.com/electron/electron/pull/46772)) #### Other Changes - Updated Chromium to 136.0.7103.48. [#​46756](https://redirect.github.com/electron/electron/pull/46756)
--- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). --- package.json | 2 +- packages/frontend/apps/electron/package.json | 2 +- yarn.lock | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 480ab991a..70dace40d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@vitest/coverage-istanbul": "3.1.1", "@vitest/ui": "3.1.1", "cross-env": "^7.0.3", - "electron": "^35.0.0", + "electron": "^36.0.0", "eslint": "^9.16.0", "eslint-config-prettier": "^10.0.0", "eslint-import-resolver-typescript": "^4.0.0", diff --git a/packages/frontend/apps/electron/package.json b/packages/frontend/apps/electron/package.json index c6fe1692f..cd8a09048 100644 --- a/packages/frontend/apps/electron/package.json +++ b/packages/frontend/apps/electron/package.json @@ -57,7 +57,7 @@ "builder-util-runtime": "^9.2.10", "cross-env": "^7.0.3", "debug": "^4.4.0", - "electron": "^35.0.0", + "electron": "^36.0.0", "electron-log": "^5.2.4", "electron-squirrel-startup": "1.0.1", "electron-window-state": "^5.0.3", diff --git a/yarn.lock b/yarn.lock index c6f137ca6..e03d0731a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -570,7 +570,7 @@ __metadata: builder-util-runtime: "npm:^9.2.10" cross-env: "npm:^7.0.3" debug: "npm:^4.4.0" - electron: "npm:^35.0.0" + electron: "npm:^36.0.0" electron-log: "npm:^5.2.4" electron-squirrel-startup: "npm:1.0.1" electron-updater: "npm:^6.3.9" @@ -772,7 +772,7 @@ __metadata: "@vitest/coverage-istanbul": "npm:3.1.1" "@vitest/ui": "npm:3.1.1" cross-env: "npm:^7.0.3" - electron: "npm:^35.0.0" + electron: "npm:^36.0.0" eslint: "npm:^9.16.0" eslint-config-prettier: "npm:^10.0.0" eslint-import-resolver-typescript: "npm:^4.0.0" @@ -20385,16 +20385,16 @@ __metadata: languageName: node linkType: hard -"electron@npm:^35.0.0": - version: 35.2.1 - resolution: "electron@npm:35.2.1" +"electron@npm:^36.0.0": + version: 36.0.0 + resolution: "electron@npm:36.0.0" dependencies: "@electron/get": "npm:^2.0.0" "@types/node": "npm:^22.7.7" extract-zip: "npm:^2.0.1" bin: electron: cli.js - checksum: 10/3e6612d64c8a430ee0fdf542205b59e2f10497b884d2c7aea7de1542fb2f9db00d292fa27a43931de4bb07356222b352a3a1902d14163a77724a61c2df7b93db + checksum: 10/f5b074ad24d166d498cad6b2c4b702b4ded4a02a1274dbb1e97964a80f4df4c9472121668887ed0ef81de926637fdaec00d2f5a5ee2edca068682809cb278baa languageName: node linkType: hard