ptrdom / scalajs-vite

Bundles Scala.js projects and their npm dependencies with Vite
MIT License
14 stars 1 forks source link

Update dependency electron to v33.2.0 #175

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 33.0.2 -> 33.2.0 age adoption passing confidence

Release Notes

electron/electron (electron) ### [`v33.2.0`](https://redirect.github.com/electron/electron/releases/tag/v33.2.0): electron v33.2.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v33.1.0...v33.2.0) ### Release Notes for v33.2.0 #### Features - Added GPU accelerated shared texture offscreen rendering. [#​44511](https://redirect.github.com/electron/electron/pull/44511) #### Other Changes - Updated Chromium to 130.0.6723.118. [#​44591](https://redirect.github.com/electron/electron/pull/44591) ### [`v33.1.0`](https://redirect.github.com/electron/electron/releases/tag/v33.1.0): electron v33.1.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v33.0.2...v33.1.0) ### Release Notes for v33.1.0 #### Features - Added `WebFrameMain.detached` for frames in an unloading state. - Added `WebFrameMain.isDestroyed()` to determine if a frame has been destroyed. - Fixed `webFrameMain.fromId(processId, frameId)` returning a `WebFrameMain` instance which doesn't match the given parameters when the frame is unloading. [#​44209](https://redirect.github.com/electron/electron/pull/44209) #### Fixes - Fixed an issue where `EventSource` was `undefined` in both renderer and worker processes when Node.js integration was enabled. [#​44496](https://redirect.github.com/electron/electron/pull/44496) (Also in [32](https://redirect.github.com/electron/electron/pull/44497), [34](https://redirect.github.com/electron/electron/pull/44495)) - Fixed crash when network process terminates while a net log is running. [#​44420](https://redirect.github.com/electron/electron/pull/44420) (Also in [31](https://redirect.github.com/electron/electron/pull/44421), [32](https://redirect.github.com/electron/electron/pull/44419), [34](https://redirect.github.com/electron/electron/pull/44418)) - Fixed crash when rendering super menu accelerator on linux. [#​44520](https://redirect.github.com/electron/electron/pull/44520) (Also in [34](https://redirect.github.com/electron/electron/pull/44346)) - Fixed external window focus when using shell.openExternal. [#​44468](https://redirect.github.com/electron/electron/pull/44468) (Also in [34](https://redirect.github.com/electron/electron/pull/44469)) - Fixed regression with dynamic dependency on `libgdk_pixbuf`. [#​44436](https://redirect.github.com/electron/electron/pull/44436) (Also in [32](https://redirect.github.com/electron/electron/pull/44437), [34](https://redirect.github.com/electron/electron/pull/44438)) #### Other Changes - Performance improvements when processing microtasks. [#​44473](https://redirect.github.com/electron/electron/pull/44473) (Also in [32](https://redirect.github.com/electron/electron/pull/44472), [34](https://redirect.github.com/electron/electron/pull/44471)) - Updated Chromium to 130.0.6723.91. [#​44477](https://redirect.github.com/electron/electron/pull/44477)

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.