Pietrucci-Blacher / notion-snap-reborn

Remake of Notion-snap
61 stars 5 forks source link

chore(deps): update dependency electron to v29.4.2 #151

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 29.2.0 -> 29.4.2 age adoption passing confidence

Release Notes

electron/electron (electron) ### [`v29.4.2`](https://togithub.com/electron/electron/releases/tag/v29.4.2): electron v29.4.2 [Compare Source](https://togithub.com/electron/electron/compare/v29.4.1...v29.4.2) ### Release Notes for v29.4.2 #### Other Changes - Backported fix for [`3416635`](https://togithub.com/electron/electron/commit/341663589). [#​42256](https://togithub.com/electron/electron/pull/42256) ### [`v29.4.1`](https://togithub.com/electron/electron/releases/tag/v29.4.1): electron v29.4.1 [Compare Source](https://togithub.com/electron/electron/compare/v29.4.0...v29.4.1) ### Release Notes for v29.4.1 #### Fixes - Fixed an issue where `setTitleBarOverlay` didn't work as expected when called on `BaseWindow`. [#​42152](https://togithub.com/electron/electron/pull/42152) (Also in [30](https://togithub.com/electron/electron/pull/42151)) #### Other Changes - Security: backported fix for [`3296996`](https://togithub.com/electron/electron/commit/329699609). - Security: backported fix for CVE-2024-4948. - Security: backported fix for [`3385743`](https://togithub.com/electron/electron/commit/338574384). [#​42220](https://togithub.com/electron/electron/pull/42220) ### [`v29.4.0`](https://togithub.com/electron/electron/releases/tag/v29.4.0): electron v29.4.0 [Compare Source](https://togithub.com/electron/electron/compare/v29.3.3...v29.4.0) ##### Release Notes for v29.4.0 ##### Fixes - Backported fix for [CVE-2024-22017](https://togithub.com/advisories/GHSA-vr4q-vx84-9g5x). [#​42128](https://togithub.com/electron/electron/pull/42128) ##### Other Changes - Backported fix for [`3394581`](https://togithub.com/electron/electron/commit/339458194). [#​42123](https://togithub.com/electron/electron/pull/42123) - Backported fix for [`3402211`](https://togithub.com/electron/electron/commit/340221135). [#​42175](https://togithub.com/electron/electron/pull/42175) ### [`v29.3.3`](https://togithub.com/electron/electron/releases/tag/v29.3.3): electron v29.3.3 [Compare Source](https://togithub.com/electron/electron/compare/v29.3.2...v29.3.3) ### Release Notes for v29.3.3 #### Fixes - Fixed an issue where `fs.createWriteStream` could write out of order. [#​42047](https://togithub.com/electron/electron/pull/42047) - Fixed blurry thumbnails from desktop capturer on macOS. [#​42049](https://togithub.com/electron/electron/pull/42049) - Fixed crash after upgrade on Linux. [#​42065](https://togithub.com/electron/electron/pull/42065) (Also in [30](https://togithub.com/electron/electron/pull/42064), [31](https://togithub.com/electron/electron/pull/42062)) #### Other Changes - Backported fix for [`3307568`](https://togithub.com/electron/electron/commit/330756841). [#​42069](https://togithub.com/electron/electron/pull/42069) - Backported fix for [`3392667`](https://togithub.com/electron/electron/commit/339266700). [#​42097](https://togithub.com/electron/electron/pull/42097) - Security: backported fix for [`3350038`](https://togithub.com/electron/electron/commit/335003891). - Security: backported fix for [`3335087`](https://togithub.com/electron/electron/commit/333508731). [#​42007](https://togithub.com/electron/electron/pull/42007) - Security: backported fix for CVE-2024-3914. [#​41984](https://togithub.com/electron/electron/pull/41984) - Security: backported fix for CVE-2024-4558. [#​42090](https://togithub.com/electron/electron/pull/42090) - \[a11y] avoid clearing/resetting focus on an already focused element. [#​42057](https://togithub.com/electron/electron/pull/42057) (Also in [28](https://togithub.com/electron/electron/pull/42071)) ### [`v29.3.2`](https://togithub.com/electron/electron/releases/tag/v29.3.2): electron v29.3.2 [Compare Source](https://togithub.com/electron/electron/compare/v29.3.1...v29.3.2) ### Release Notes for v29.3.2 #### Fixes - Electron doesn't paint on offscreen-render mode after gpu process crashed. [#​41923](https://togithub.com/electron/electron/pull/41923) (Also in [30](https://togithub.com/electron/electron/pull/41925), [31](https://togithub.com/electron/electron/pull/41924)) - Fixed an issue where `console.log()` in AudioWorkletGlobalScope produced incorrect output. [#​41889](https://togithub.com/electron/electron/pull/41889) (Also in [28](https://togithub.com/electron/electron/pull/41895)) - Fixed an issue where `recentDOcuments` wasn't populating properly on macOS. [#​41994](https://togithub.com/electron/electron/pull/41994) (Also in [31](https://togithub.com/electron/electron/pull/41993)) #### Other Changes - Security: backported fix for CVE-2024-4060. - Security: backported fix for CVE-2024-4058. [#​41982](https://togithub.com/electron/electron/pull/41982) ### [`v29.3.1`](https://togithub.com/electron/electron/releases/tag/v29.3.1): electron v29.3.1 [Compare Source](https://togithub.com/electron/electron/compare/v29.3.0...v29.3.1) ##### Release Notes for v29.3.1 ##### Fixes - Fixed an issue on Windows where silent printing resulted in comically tiny renderer output. [#​41836](https://togithub.com/electron/electron/pull/41836) (Also in [28](https://togithub.com/electron/electron/pull/41837), [30](https://togithub.com/electron/electron/pull/41838)) - Fixed missing `<__assertion_handler>` header when compiling with libc++. [#​41845](https://togithub.com/electron/electron/pull/41845) (Also in [30](https://togithub.com/electron/electron/pull/41846)) ##### Other Changes - Security: backported fix for CVE-2024-3515. - Security: backported fix for CVE-2024-3516. - Security: backported fix for CVE-2024-3157. [#​41854](https://togithub.com/electron/electron/pull/41854) ### [`v29.3.0`](https://togithub.com/electron/electron/releases/tag/v29.3.0): electron v29.3.0 [Compare Source](https://togithub.com/electron/electron/compare/v29.2.0...v29.3.0) ### Release Notes for v29.3.0 #### Fixes - Fixed a bug where a window with maximization disabled and WCO enabled would still show its maximization button. [#​41807](https://togithub.com/electron/electron/pull/41807) #### Other Changes - Security: backported fix for CVE-2024-3156. [#​41775](https://togithub.com/electron/electron/pull/41775)

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.

renovate[bot] commented 1 month ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (29.4.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.