[PR #1045] [MERGED] chore(deps): update dev-dependencies (major) #3105

Closed
opened 2026-03-22 14:31:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1045
Author: @renovate[bot]
Created: 6/28/2025
Status: Merged
Merged: 6/28/2025
Merged by: @kolaente

Base: mainHead: renovate/major-dev-dependencies


📝 Commits (1)

  • 61ebe28 chore(deps): update dev-dependencies

📊 Changes

4 files changed (+94 additions, -76 deletions)

View changed files

📝 desktop/package.json (+1 -1)
📝 desktop/pnpm-lock.yaml (+5 -5)
📝 frontend/package.json (+2 -2)
📝 frontend/pnpm-lock.yaml (+86 -68)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-vue (source) 5.2.4 -> 6.0.0 age adoption passing confidence
electron 36.6.0 -> 37.1.0 age adoption passing confidence
vite (source) 6.3.5 -> 7.0.0 age adoption passing confidence

Release Notes

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.0

electron/electron (electron)

v37.1.0: electron v37.1.0

Compare Source

Release Notes for v37.1.0

Features

  • Added support for customizing system accent color and highlighting of active window border. #​47537 (Also in 35, 36)

Fixes

  • Fixed an issue where utility processes could leak file handles. #​47543 (Also in 35, 36)

v37.0.0: electron v37.0.0

Compare Source

Release Notes for v37.0.0

Stack Upgrades

Breaking Changes

  • Added support for Web Serial & WebUSB blocklists. #​46600
  • Fixed an issue where utility processes crashed on unhandled rejections. #​45921
  • Fixed utilityProcess running user script after process.exit is called. #​47492
  • Removed deprecated feature of creating a new random session by setting ProtocolResponse.session's property to null. #​46264

Features

Additions
  • Added BrowserWindow.isSnapped() to indicate whether a given window has been arranged via Snap. #​46079 (Also in 36)
  • Added before-mouse-event to allow intercepting and preventing mouse events in WebContents. #​47364 (Also in 36)
  • Added ffmpeg.dll to delay load configuration. #​46151 (Also in 34, 35, 36)
  • Added innerWidth and innerHeight options for window.open. #​47039 (Also in 35, 36)
  • Added nativeTheme.shouldUseDarkColorsForSystemIntegratedUI to distinguish system and app theme. #​46438 (Also in 35, 36)
  • Added scriptURL property to ServiceWorkerMain. #​45863
  • Added a CSS rule for smooth corners. #​45185
  • Added sublabel functionality for menus on macOS >= 14.4. #​47042 (Also in 35, 36)
  • Added support for Autofill, Writing Tools and Services macOS level menu items in context menus via the new frame option in menu.popup. #​45138 (Also in 36)
  • Added support for HIDDevice.collections. #​47483 (Also in 36)
  • Added support for --no-experimental-global-navigator flag. #​47418 (Also in 35, 36)
  • Added support for screen.dipToScreenPoint(point) and screen.screenToDipPoint(point) on Linux X11. #​46895 (Also in 35, 36)
  • Added support for system-context-menu on Linux. #​45848 (Also in 35, 36)
  • Added support for menu item role palette and header on macOS. #​47245
  • Added support for node option --experimental-network-inspection. #​47031 (Also in 35, 36)
  • Added the priority and priorityIncremental options to net.request(). #​47321 (Also in 36)
  • Exposed win.isContentProtected() to allow developers to check window protection status. #​47310 (Also in 36)
Improvements
  • Improved ASAR integrity checks on Windows. #​46509 (Also in 36)
  • Improved performance of desktopCapturer.getSources when not requesting thumbnails on macOS. #​46138 (Also in 34, 35, 36)
Removed/Deprecated
  • Deprecated NativeImage.getBitmap() and fixed incorrect documentation. #​46696 (Also in 36)

Fixes

  • Fixed an issue on application close on Windows, where not all processes are quit on close. #​47485
  • Fixed an issue where printing PDFs with webContents.print({ silent: true }) would fail. #​47397
Also in earlier versions...
  • Fix: don't copy 'package.json's out of ASAR file. #​46390 (Also in 35, 36)
  • Fix: osr stutter fix backport for electron. #​46650 (Also in 36)
  • Fixed ElectronAccessibilityUI bug. #​46562 (Also in 33, 34, 35, 36)
  • Fixed Minimize menu button to follow set window minimizability on Windows. #​46279 (Also in 34, 35, 36)
  • Fixed NODE_OPTIONS parsing for child processes on macOS. #​46209 (Also in 34, 35, 36)
  • Fixed addChildView() crashes when adding a closed WebContentsView. #​47338 (Also in 35, 36)
  • Fixed electron.shell.openExternal and electron.shell.openPath to honor user-defined system defaults on Linux. #​45310 (Also in 33, 34, 35, 36)
  • Fixed getNativeWindowHandle() crash that affected 36 betas on macOS. #​46733 (Also in 36)
  • Fixed a bug that could cause some maximized windows on Linux to report an incorrect window state. #​46450 (Also in 34, 35, 36)
  • Fixed a crash seen on Linux when calling webContents.print(). #​46087 (Also in 35, 36)
  • Fixed a crash that could occur when dragging and dropping files into the browser. #​46253 (Also in 35, 36)
  • Fixed a crash that could occur when opening some dialogs as windows are closing on macOS. #​46952 (Also in 35, 36)
  • Fixed a possible BrowserWindow crash caused by closing a parent window with focus or blur events. #​46559 (Also in 34, 35, 36)
  • Fixed a possible crash in shell.readShortcutLink. #​46294 (Also in 35, 36)
  • Fixed a possible crash using Node.js on some arm32 devices. #​46435 (Also in 35, 36)
  • Fixed a possible crash using the WebView tag and calling focus. #​47036 (Also in 35, 36)
  • Fixed a possible crash when using navigator.bluetooth.requestDevice and the select-bluetooth-device event. #​46745 (Also in 34, 35, 36)
  • Fixed a potential crash in parentPort. #​46437 (Also in 34, 35, 36)
  • Fixed a potential crash in utilityProcess.postMessage when calling with an invalid transferable. #​46639 (Also in 35, 36)
  • Fixed a potential crash using session.clearData in some circumstances. #​47412 (Also in 35, 36)
  • Fixed a potential crash when closing a window with child windows. #​46758 (Also in 34, 35, 36)
  • Fixed an error when calling window.emit('close') after toggling fullscreen mode. #​46605 (Also in 35, 36)
  • Fixed an error when importing electron for the first time from an ESM module loaded by a CJS module in a packaged app. #​47342 (Also in 35, 36)
  • Fixed an inverted conditional in the above PR that caused broken window borders in some circumstances on Wayland. #​46624 (Also in 33, 34, 35, 36)
  • Fixed an issue where Node.js OOM errors terminate the process directly without raising an OOM exception. #​45895 (Also in 35, 36)
  • Fixed an issue where Web Workers crashed on unhandled rejections. #​45992 (Also in 34, 35, 36)
  • Fixed an issue where context-menu event weren't emitted as expected on Windows in draggable regions. #​45851 (Also in 34, 35, 36)
  • Fixed an issue where navigationHistory.restore() failed to restore the userAgent if it was overridden. #​46260 (Also in 34, 35, 36)
  • Fixed an issue where system-context-menu incorrectly fired for all regions in frameless windows. #​45893 (Also in 33, 34, 35, 36)
  • Fixed an issue where webContents.printToPDF() didn't work as expected with cross-process subframes. #​46218 (Also in 34, 35, 36)
  • Fixed an issue where webContents.print did not work as expected when mediaSize was not passed. #​46971 (Also in 36)
  • Fixed an issue where badly formatted switches could cause crashes in app.commandLine functions. #​46004 (Also in 35, 36)
  • Fixed an issue where calling Fetch.continueResponse via debugger with WebContentsView could cause a crash. #​47444 (Also in 35, 36)
  • Fixed an issue where calling UtilityProcess.fork prior to the app ready event would cause a crash. #​46380 (Also in 34, 35, 36)
  • Fixed an issue where context menu actions such as copy/paste did not correctly fire when a frame was not passed in. #​46595 (Also in 36)
  • Fixed an issue where filters wouldn't apply in the specific case only one was passed. #​46946 (Also in 36)
  • Fixed an issue where packages could be mistakenly not found in asar. #​45997 (Also in 35, 36)
  • Fixed an issue where printing from the renderer process crashes the main process when no printers are installed in the system or there's not a default printer. #​46587 (Also in 34, 35, 36)
  • Fixed an issue where protected transparent windows inappropriately showed a titlebar after visibility change. #​47266 (Also in 35, 36)
  • Fixed an issue where snapped windows in Windows may sometimes be improperly restored. #​46006 (Also in 33, 34, 35, 36)
  • Fixed an issue where the 'suspend' and 'resume' events could be emitted in duplicate. #​47188 (Also in 35, 36)
  • Fixed an issue where the backgroundMaterial feature did not work in a frameless window on initial window creation. #​46657 (Also in 35, 36)
  • Fixed an issue where the resizing border didn't work as expected on Wayland windows. #​46155 (Also in 33, 34, 35, 36)
  • Fixed an issue where the window flickers with either a light or dark color before loading the desired background color. #​47051 (Also in 35, 36)
  • Fixed an issue where transparent child windows on macOS were rendering a grey block as opposed to their correct contents. #​46891 (Also in 35, 36)
  • Fixed an issue with --inspect-brk failing in packaged apps. #​46560 (Also in 35, 36)
  • Fixed an issue with the assert Node.js module in the renderer process. #​46528 (Also in 35, 36)
  • Fixed an issue with token formatting for tokens received after calling pushNotifications.registerForAPNSNotifications(). #​46101 (Also in 34, 35, 36)
  • Fixed build error with enable_electron_extensions=false. #​46812 (Also in 34, 35, 36)
  • Fixed build failure when building with printing disabled. #​46283 (Also in 34, 35, 36)
  • Fixed case where file dialog filters would get mixed up, if a * filter was included. #​46660 (Also in 34, 35, 36)
  • Fixed crash in autoUpdater on macOS when zip extraction failed. #​47302 (Also in 34, 35, 36)
  • Fixed crash in xdg portal version detection on startup. #​47023 (Also in 35, 36)
  • Fixed crash on Linux when PipeWire screenshare source selection is cancelled. #​46112 (Also in 35, 36)
  • Fixed crash on application exit with pending app.getGPUInfo promise. #​46434 (Also in 34, 35, 36)
  • Fixed crash on reconversion with google IME and editcontext on macOS. #​46688 (Also in 34, 35, 36)
  • Fixed crash when renderer process crashes while webview is reloading. #​46735 (Also in 34, 35, 36)
  • Fixed crash with out-of-bounds string read when parsing NODE_OPTIONS. #​46210 (Also in 34, 35, 36)
  • Fixed flickering and ghosting artifacts in transparent windows on macOS. #​46353 (Also in 35, 36)
  • Fixed incorrect titlebar in file save dialogs. #​46067 (Also in 33, 34, 35, 36)
  • Fixed log files written to the current working directory on Windows. #​46910 (Also in 35, 36)
  • Fixed memory leak in AutofillPopupView. #​46384 (Also in 34, 35, 36)
  • Fixed opening package paths as directory when treatPackageAsDirectory is enabled on macOS. #​47108 (Also in 35, 36)
  • Fixed regression with directory selection in macOS dialogs. #​47277 (Also in 35, 36)
  • Fixed several paint and white flash issues on macOS. #​46615 (Also in 35, 36)
  • Fixed the border style of windows with vibrancy on macOS. #​46648 (Also in 35, 36)
  • Fixed the issue where maximizing and restoring the window does not respect the corner radius settings, and the corner radius is incorrect in fullscreen mode. #​46641 (Also in 35, 36)
  • Fixed the issue where rounded corners disappear momentarily when closing on Windows 11. #​46382 (Also in 35, 36)
  • Fixed title changes to not occur while navigating within a page. #​45981 (Also in 34, 35, 36)
  • Fixed xdg portal version detection for file dialogs on linux. #​46922 (Also in 35, 36)
  • Improved webContents loading time when resolving fonts for uncommon scripts. #​45905 (Also in 34, 35, 36)
  • Microtasks are no longer (incorrectly) run by serializing values, including when sending IPC. #​46668 (Also in 34, 35, 36)
  • Partially fixes an issue with printing a PDF via webContents.print() where the callback would not be called. #​47398 (Also in 35, 36)
  • Restored previous window-hiding behavior of win.setContentProtected() on Windows. #​47033 (Also in 35, 36)
  • When a menu item on macOS is disabled (enabled = false), it is now greyed out. #​46307 (Also in 34, 35, 36)

Other Changes

Documentation

Notices

End of Support for 34.x.y

Electron 34.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

vitejs/vite (vite)

v7.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1045 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 6/28/2025 **Status:** ✅ Merged **Merged:** 6/28/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/major-dev-dependencies` --- ### 📝 Commits (1) - [`61ebe28`](https://github.com/go-vikunja/vikunja/commit/61ebe285967db34e4e6bc859c9097c6a4c44ec4f) chore(deps): update dev-dependencies ### 📊 Changes **4 files changed** (+94 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `desktop/package.json` (+1 -1) 📝 `desktop/pnpm-lock.yaml` (+5 -5) 📝 `frontend/package.json` (+2 -2) 📝 `frontend/pnpm-lock.yaml` (+86 -68) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitejs/plugin-vue](https://redirect.github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)) | [`5.2.4` -> `6.0.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/5.2.4/6.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-vue/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitejs%2fplugin-vue/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitejs%2fplugin-vue/5.2.4/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-vue/5.2.4/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [electron](https://redirect.github.com/electron/electron) | [`36.6.0` -> `37.1.0`](https://renovatebot.com/diffs/npm/electron/36.6.0/37.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/electron/37.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/electron/37.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/electron/36.6.0/37.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/36.6.0/37.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`6.3.5` -> `7.0.0`](https://renovatebot.com/diffs/npm/vite/6.3.5/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/6.3.5/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/6.3.5/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite-plugin-vue (@&#8203;vitejs/plugin-vue)</summary> ### [`v6.0.0`](https://redirect.github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#600-2025-06-24) - chore: add `description` and `keywords` field to package.json ([#&#8203;604](https://redirect.github.com/vitejs/vite-plugin-vue/issues/604)) ([67ab76b](https://redirect.github.com/vitejs/vite-plugin-vue/commit/67ab76b)), closes [#&#8203;604](https://redirect.github.com/vitejs/vite-plugin-vue/issues/604) - chore: remove Vite 7 beta from supported range ([#&#8203;598](https://redirect.github.com/vitejs/vite-plugin-vue/issues/598)) ([c7ddd62](https://redirect.github.com/vitejs/vite-plugin-vue/commit/c7ddd62)), closes [#&#8203;598](https://redirect.github.com/vitejs/vite-plugin-vue/issues/598) - chore(deps): update dependency rollup to ^4.41.1 ([#&#8203;591](https://redirect.github.com/vitejs/vite-plugin-vue/issues/591)) ([256ac31](https://redirect.github.com/vitejs/vite-plugin-vue/commit/256ac31)), closes [#&#8203;591](https://redirect.github.com/vitejs/vite-plugin-vue/issues/591) - chore(deps): update dependency rollup to ^4.43.0 ([#&#8203;601](https://redirect.github.com/vitejs/vite-plugin-vue/issues/601)) ([a495edf](https://redirect.github.com/vitejs/vite-plugin-vue/commit/a495edf)), closes [#&#8203;601](https://redirect.github.com/vitejs/vite-plugin-vue/issues/601) - fix(deps): update all non-major dependencies ([#&#8203;590](https://redirect.github.com/vitejs/vite-plugin-vue/issues/590)) ([43426c8](https://redirect.github.com/vitejs/vite-plugin-vue/commit/43426c8)), closes [#&#8203;590](https://redirect.github.com/vitejs/vite-plugin-vue/issues/590) - fix(deps): update all non-major dependencies ([#&#8203;600](https://redirect.github.com/vitejs/vite-plugin-vue/issues/600)) ([a4c32a8](https://redirect.github.com/vitejs/vite-plugin-vue/commit/a4c32a8)), closes [#&#8203;600](https://redirect.github.com/vitejs/vite-plugin-vue/issues/600) - fix(deps): update all non-major dependencies ([#&#8203;605](https://redirect.github.com/vitejs/vite-plugin-vue/issues/605)) ([67534e5](https://redirect.github.com/vitejs/vite-plugin-vue/commit/67534e5)), closes [#&#8203;605](https://redirect.github.com/vitejs/vite-plugin-vue/issues/605) - fix(deps): update all non-major dependencies ([#&#8203;609](https://redirect.github.com/vitejs/vite-plugin-vue/issues/609)) ([98c52eb](https://redirect.github.com/vitejs/vite-plugin-vue/commit/98c52eb)), closes [#&#8203;609](https://redirect.github.com/vitejs/vite-plugin-vue/issues/609) - refactor: always use `crypto.hash` ([#&#8203;606](https://redirect.github.com/vitejs/vite-plugin-vue/issues/606)) ([5de85f6](https://redirect.github.com/vitejs/vite-plugin-vue/commit/5de85f6)), closes [#&#8203;606](https://redirect.github.com/vitejs/vite-plugin-vue/issues/606) </details> <details> <summary>electron/electron (electron)</summary> ### [`v37.1.0`](https://redirect.github.com/electron/electron/releases/tag/v37.1.0): electron v37.1.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v37.0.0...v37.1.0) ### Release Notes for v37.1.0 #### Features - Added support for customizing system accent color and highlighting of active window border. [#&#8203;47537](https://redirect.github.com/electron/electron/pull/47537) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47539), [36](https://redirect.github.com/electron/electron/pull/47538))</span> #### Fixes - Fixed an issue where utility processes could leak file handles. [#&#8203;47543](https://redirect.github.com/electron/electron/pull/47543) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47542), [36](https://redirect.github.com/electron/electron/pull/47541))</span> ### [`v37.0.0`](https://redirect.github.com/electron/electron/releases/tag/v37.0.0): electron v37.0.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v36.6.0...v37.0.0) ### Release Notes for v37.0.0 #### Stack Upgrades - Chromium `138.0.7204.35` - [New in 138](https://developer.chrome.com/blog/new-in-chrome-138/) - [New in 137](https://developer.chrome.com/blog/new-in-chrome-137/) - Node`22.16.0` - [Node 22.16.0 blog post](https://nodejs.org/en/blog/release/v22.16.0/) - V8 `13.8` #### Breaking Changes - Added support for Web Serial & WebUSB blocklists. [#&#8203;46600](https://redirect.github.com/electron/electron/pull/46600) - Fixed an issue where utility processes crashed on unhandled rejections. [#&#8203;45921](https://redirect.github.com/electron/electron/pull/45921) - Fixed utilityProcess running user script after process.exit is called. [#&#8203;47492](https://redirect.github.com/electron/electron/pull/47492) - Removed deprecated feature of creating a new random session by setting `ProtocolResponse.session`'s property to `null`. [#&#8203;46264](https://redirect.github.com/electron/electron/pull/46264) #### Features ##### Additions - Added `BrowserWindow.isSnapped()` to indicate whether a given window has been arranged via Snap. [#&#8203;46079](https://redirect.github.com/electron/electron/pull/46079) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/46226))</span> - Added `before-mouse-event` to allow intercepting and preventing mouse events in WebContents. [#&#8203;47364](https://redirect.github.com/electron/electron/pull/47364) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47365))</span> - Added `ffmpeg.dll` to delay load configuration. [#&#8203;46151](https://redirect.github.com/electron/electron/pull/46151) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46174), [35](https://redirect.github.com/electron/electron/pull/46172), [36](https://redirect.github.com/electron/electron/pull/46173))</span> - Added `innerWidth` and `innerHeight` options for window.open. [#&#8203;47039](https://redirect.github.com/electron/electron/pull/47039) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47045), [36](https://redirect.github.com/electron/electron/pull/47038))</span> - Added `nativeTheme.shouldUseDarkColorsForSystemIntegratedUI` to distinguish system and app theme. [#&#8203;46438](https://redirect.github.com/electron/electron/pull/46438) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46599), [36](https://redirect.github.com/electron/electron/pull/46598))</span> - Added `scriptURL` property to `ServiceWorkerMain`. [#&#8203;45863](https://redirect.github.com/electron/electron/pull/45863) - Added a CSS rule for smooth corners. [#&#8203;45185](https://redirect.github.com/electron/electron/pull/45185) - Added sublabel functionality for menus on macOS >= 14.4. [#&#8203;47042](https://redirect.github.com/electron/electron/pull/47042) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47041), [36](https://redirect.github.com/electron/electron/pull/47040))</span> - Added support for Autofill, Writing Tools and Services macOS level menu items in context menus via the new `frame` option in `menu.popup`. [#&#8203;45138](https://redirect.github.com/electron/electron/pull/45138) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/46350))</span> - Added support for `HIDDevice.collections`. [#&#8203;47483](https://redirect.github.com/electron/electron/pull/47483) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47484))</span> - Added support for `--no-experimental-global-navigator` flag. [#&#8203;47418](https://redirect.github.com/electron/electron/pull/47418) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47416), [36](https://redirect.github.com/electron/electron/pull/47417))</span> - Added support for `screen.dipToScreenPoint(point)` and `screen.screenToDipPoint(point)` on Linux X11. [#&#8203;46895](https://redirect.github.com/electron/electron/pull/46895) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47124), [36](https://redirect.github.com/electron/electron/pull/47125))</span> - Added support for `system-context-menu` on Linux. [#&#8203;45848](https://redirect.github.com/electron/electron/pull/45848) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46977), [36](https://redirect.github.com/electron/electron/pull/46399))</span> - Added support for menu item role `palette` and `header` on macOS. [#&#8203;47245](https://redirect.github.com/electron/electron/pull/47245) - Added support for node option `--experimental-network-inspection`. [#&#8203;47031](https://redirect.github.com/electron/electron/pull/47031) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47029), [36](https://redirect.github.com/electron/electron/pull/47030))</span> - Added the priority and priorityIncremental options to net.request(). [#&#8203;47321](https://redirect.github.com/electron/electron/pull/47321) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47320))</span> - Exposed `win.isContentProtected()` to allow developers to check window protection status. [#&#8203;47310](https://redirect.github.com/electron/electron/pull/47310) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/47311))</span> ##### Improvements - Improved ASAR integrity checks on Windows. [#&#8203;46509](https://redirect.github.com/electron/electron/pull/46509) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/46537))</span> - Improved performance of desktopCapturer.getSources when not requesting thumbnails on macOS. [#&#8203;46138](https://redirect.github.com/electron/electron/pull/46138) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46250), [35](https://redirect.github.com/electron/electron/pull/46249), [36](https://redirect.github.com/electron/electron/pull/46251))</span> ##### Removed/Deprecated - Deprecated `NativeImage.getBitmap()` and fixed incorrect documentation. [#&#8203;46696](https://redirect.github.com/electron/electron/pull/46696) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/46736))</span> #### Fixes - Fixed an issue on application close on Windows, where not all processes are quit on close. [#&#8203;47485](https://redirect.github.com/electron/electron/pull/47485) - Fixed an issue where printing PDFs with `webContents.print({ silent: true })` would fail. [#&#8203;47397](https://redirect.github.com/electron/electron/pull/47397) ##### Also in earlier versions... - Fix: don't copy 'package.json's out of ASAR file. [#&#8203;46390](https://redirect.github.com/electron/electron/pull/46390) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46478), [36](https://redirect.github.com/electron/electron/pull/46477))</span> - Fix: osr stutter fix backport for electron. [#&#8203;46650](https://redirect.github.com/electron/electron/pull/46650) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/46709))</span> - Fixed ElectronAccessibilityUI bug. [#&#8203;46562](https://redirect.github.com/electron/electron/pull/46562) <span style="font-size:small;">(Also in [33](https://redirect.github.com/electron/electron/pull/46589), [34](https://redirect.github.com/electron/electron/pull/46588), [35](https://redirect.github.com/electron/electron/pull/46591), [36](https://redirect.github.com/electron/electron/pull/46590))</span> - Fixed Minimize menu button to follow set window minimizability on Windows. [#&#8203;46279](https://redirect.github.com/electron/electron/pull/46279) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46716), [35](https://redirect.github.com/electron/electron/pull/46715), [36](https://redirect.github.com/electron/electron/pull/46714))</span> - Fixed NODE\_OPTIONS parsing for child processes on macOS. [#&#8203;46209](https://redirect.github.com/electron/electron/pull/46209) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46242), [35](https://redirect.github.com/electron/electron/pull/46244), [36](https://redirect.github.com/electron/electron/pull/46243))</span> - Fixed `addChildView()` crashes when adding a closed WebContentsView. [#&#8203;47338](https://redirect.github.com/electron/electron/pull/47338) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47339), [36](https://redirect.github.com/electron/electron/pull/47340))</span> - Fixed `electron.shell.openExternal` and `electron.shell.openPath` to honor user-defined system defaults on Linux. [#&#8203;45310](https://redirect.github.com/electron/electron/pull/45310) <span style="font-size:small;">(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), [36](https://redirect.github.com/electron/electron/pull/46788))</span> - Fixed `getNativeWindowHandle()` crash that affected 36 betas on macOS. [#&#8203;46733](https://redirect.github.com/electron/electron/pull/46733) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/46750))</span> - Fixed a bug that could cause some maximized windows on Linux to report an incorrect window state. [#&#8203;46450](https://redirect.github.com/electron/electron/pull/46450) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46462), [35](https://redirect.github.com/electron/electron/pull/46464), [36](https://redirect.github.com/electron/electron/pull/46463))</span> - Fixed a crash seen on Linux when calling `webContents.print()`. [#&#8203;46087](https://redirect.github.com/electron/electron/pull/46087) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46147), [36](https://redirect.github.com/electron/electron/pull/46146))</span> - Fixed a crash that could occur when dragging and dropping files into the browser. [#&#8203;46253](https://redirect.github.com/electron/electron/pull/46253) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46311), [36](https://redirect.github.com/electron/electron/pull/46312))</span> - Fixed a crash that could occur when opening some dialogs as windows are closing on macOS. [#&#8203;46952](https://redirect.github.com/electron/electron/pull/46952) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46953), [36](https://redirect.github.com/electron/electron/pull/46951))</span> - Fixed a possible BrowserWindow crash caused by closing a parent window with focus or blur events. [#&#8203;46559](https://redirect.github.com/electron/electron/pull/46559) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46582), [35](https://redirect.github.com/electron/electron/pull/46581), [36](https://redirect.github.com/electron/electron/pull/46580))</span> - Fixed a possible crash in `shell.readShortcutLink`. [#&#8203;46294](https://redirect.github.com/electron/electron/pull/46294) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47226), [36](https://redirect.github.com/electron/electron/pull/46324))</span> - Fixed a possible crash using Node.js on some arm32 devices. [#&#8203;46435](https://redirect.github.com/electron/electron/pull/46435) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46461), [36](https://redirect.github.com/electron/electron/pull/46460))</span> - Fixed a possible crash using the WebView tag and calling focus. [#&#8203;47036](https://redirect.github.com/electron/electron/pull/47036) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47035), [36](https://redirect.github.com/electron/electron/pull/47037))</span> - Fixed a possible crash when using `navigator.bluetooth.requestDevice` and the `select-bluetooth-device` event. [#&#8203;46745](https://redirect.github.com/electron/electron/pull/46745) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46783), [35](https://redirect.github.com/electron/electron/pull/46784), [36](https://redirect.github.com/electron/electron/pull/46782))</span> - Fixed a potential crash in `parentPort`. [#&#8203;46437](https://redirect.github.com/electron/electron/pull/46437) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46494), [35](https://redirect.github.com/electron/electron/pull/46495), [36](https://redirect.github.com/electron/electron/pull/46496))</span> - Fixed a potential crash in `utilityProcess.postMessage` when calling with an invalid transferable. [#&#8203;46639](https://redirect.github.com/electron/electron/pull/46639) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46666), [36](https://redirect.github.com/electron/electron/pull/46667))</span> - Fixed a potential crash using `session.clearData` in some circumstances. [#&#8203;47412](https://redirect.github.com/electron/electron/pull/47412) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47410), [36](https://redirect.github.com/electron/electron/pull/47411))</span> - Fixed a potential crash when closing a window with child windows. [#&#8203;46758](https://redirect.github.com/electron/electron/pull/46758) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46775), [35](https://redirect.github.com/electron/electron/pull/46774), [36](https://redirect.github.com/electron/electron/pull/46773))</span> - Fixed an error when calling `window.emit('close')` after toggling fullscreen mode. [#&#8203;46605](https://redirect.github.com/electron/electron/pull/46605) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46620), [36](https://redirect.github.com/electron/electron/pull/46621))</span> - Fixed an error when importing `electron` for the first time from an ESM module loaded by a CJS module in a packaged app. [#&#8203;47342](https://redirect.github.com/electron/electron/pull/47342) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47344), [36](https://redirect.github.com/electron/electron/pull/47343))</span> - Fixed an inverted conditional in the above PR that caused broken window borders in some circumstances on Wayland. [#&#8203;46624](https://redirect.github.com/electron/electron/pull/46624) <span style="font-size:small;">(Also in [33](https://redirect.github.com/electron/electron/pull/46645), [34](https://redirect.github.com/electron/electron/pull/46643), [35](https://redirect.github.com/electron/electron/pull/46644), [36](https://redirect.github.com/electron/electron/pull/46642))</span> - Fixed an issue where Node.js OOM errors terminate the process directly without raising an OOM exception. [#&#8203;45895](https://redirect.github.com/electron/electron/pull/45895) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/45911), [36](https://redirect.github.com/electron/electron/pull/45912))</span> - Fixed an issue where Web Workers crashed on unhandled rejections. [#&#8203;45992](https://redirect.github.com/electron/electron/pull/45992) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46019), [35](https://redirect.github.com/electron/electron/pull/46020), [36](https://redirect.github.com/electron/electron/pull/46021))</span> - Fixed an issue where `context-menu` event weren't emitted as expected on Windows in draggable regions. [#&#8203;45851](https://redirect.github.com/electron/electron/pull/45851) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46328), [35](https://redirect.github.com/electron/electron/pull/46334), [36](https://redirect.github.com/electron/electron/pull/46032))</span> - Fixed an issue where `navigationHistory.restore()` failed to restore the `userAgent` if it was overridden. [#&#8203;46260](https://redirect.github.com/electron/electron/pull/46260) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46298), [35](https://redirect.github.com/electron/electron/pull/46300), [36](https://redirect.github.com/electron/electron/pull/46299))</span> - Fixed an issue where `system-context-menu` incorrectly fired for all regions in frameless windows. [#&#8203;45893](https://redirect.github.com/electron/electron/pull/45893) <span style="font-size:small;">(Also in [33](https://redirect.github.com/electron/electron/pull/46025), [34](https://redirect.github.com/electron/electron/pull/46175), [35](https://redirect.github.com/electron/electron/pull/46178), [36](https://redirect.github.com/electron/electron/pull/46002))</span> - Fixed an issue where `webContents.printToPDF()` didn't work as expected with cross-process subframes. [#&#8203;46218](https://redirect.github.com/electron/electron/pull/46218) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46258), [35](https://redirect.github.com/electron/electron/pull/46257), [36](https://redirect.github.com/electron/electron/pull/46259))</span> - Fixed an issue where `webContents.print` did not work as expected when `mediaSize` was not passed. [#&#8203;46971](https://redirect.github.com/electron/electron/pull/46971) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/46972))</span> - Fixed an issue where badly formatted switches could cause crashes in `app.commandLine` functions. [#&#8203;46004](https://redirect.github.com/electron/electron/pull/46004) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46631), [36](https://redirect.github.com/electron/electron/pull/46446))</span> - Fixed an issue where calling `Fetch.continueResponse` via debugger with `WebContentsView` could cause a crash. [#&#8203;47444](https://redirect.github.com/electron/electron/pull/47444) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47443), [36](https://redirect.github.com/electron/electron/pull/47442))</span> - Fixed an issue where calling `UtilityProcess.fork` prior to the app ready event would cause a crash. [#&#8203;46380](https://redirect.github.com/electron/electron/pull/46380) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46405), [35](https://redirect.github.com/electron/electron/pull/46403), [36](https://redirect.github.com/electron/electron/pull/46404))</span> - Fixed an issue where context menu actions such as copy/paste did not correctly fire when a frame was not passed in. [#&#8203;46595](https://redirect.github.com/electron/electron/pull/46595) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/46619))</span> - Fixed an issue where filters wouldn't apply in the specific case only one was passed. [#&#8203;46946](https://redirect.github.com/electron/electron/pull/46946) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/46945))</span> - Fixed an issue where packages could be mistakenly not found in asar. [#&#8203;45997](https://redirect.github.com/electron/electron/pull/45997) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46022), [36](https://redirect.github.com/electron/electron/pull/46023))</span> - Fixed an issue where printing from the renderer process crashes the main process when no printers are installed in the system or there's not a default printer. [#&#8203;46587](https://redirect.github.com/electron/electron/pull/46587) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46618), [35](https://redirect.github.com/electron/electron/pull/46616), [36](https://redirect.github.com/electron/electron/pull/46617))</span> - Fixed an issue where protected transparent windows inappropriately showed a titlebar after visibility change. [#&#8203;47266](https://redirect.github.com/electron/electron/pull/47266) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47265), [36](https://redirect.github.com/electron/electron/pull/47264))</span> - Fixed an issue where snapped windows in Windows may sometimes be improperly restored. [#&#8203;46006](https://redirect.github.com/electron/electron/pull/46006) <span style="font-size:small;">(Also in [33](https://redirect.github.com/electron/electron/pull/46038), [34](https://redirect.github.com/electron/electron/pull/46039), [35](https://redirect.github.com/electron/electron/pull/46040), [36](https://redirect.github.com/electron/electron/pull/46041))</span> - Fixed an issue where the 'suspend' and 'resume' events could be emitted in duplicate. [#&#8203;47188](https://redirect.github.com/electron/electron/pull/47188) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47190), [36](https://redirect.github.com/electron/electron/pull/47189))</span> - Fixed an issue where the `backgroundMaterial` feature did not work in a frameless window on initial window creation. [#&#8203;46657](https://redirect.github.com/electron/electron/pull/46657) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47236), [36](https://redirect.github.com/electron/electron/pull/46792))</span> - Fixed an issue where the resizing border didn't work as expected on Wayland windows. [#&#8203;46155](https://redirect.github.com/electron/electron/pull/46155) <span style="font-size:small;">(Also in [33](https://redirect.github.com/electron/electron/pull/46222), [34](https://redirect.github.com/electron/electron/pull/46223), [35](https://redirect.github.com/electron/electron/pull/46224), [36](https://redirect.github.com/electron/electron/pull/46225))</span> - Fixed an issue where the window flickers with either a light or dark color before loading the desired background color. [#&#8203;47051](https://redirect.github.com/electron/electron/pull/47051) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47052), [36](https://redirect.github.com/electron/electron/pull/47053))</span> - Fixed an issue where transparent child windows on macOS were rendering a grey block as opposed to their correct contents. [#&#8203;46891](https://redirect.github.com/electron/electron/pull/46891) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46889), [36](https://redirect.github.com/electron/electron/pull/46890))</span> - Fixed an issue with `--inspect-brk` failing in packaged apps. [#&#8203;46560](https://redirect.github.com/electron/electron/pull/46560) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46583), [36](https://redirect.github.com/electron/electron/pull/46584))</span> - Fixed an issue with the `assert` Node.js module in the renderer process. [#&#8203;46528](https://redirect.github.com/electron/electron/pull/46528) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46632), [36](https://redirect.github.com/electron/electron/pull/46561))</span> - Fixed an issue with token formatting for tokens received after calling `pushNotifications.registerForAPNSNotifications()`. [#&#8203;46101](https://redirect.github.com/electron/electron/pull/46101) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46150), [35](https://redirect.github.com/electron/electron/pull/46148), [36](https://redirect.github.com/electron/electron/pull/46149))</span> - Fixed build error with `enable_electron_extensions=false`. [#&#8203;46812](https://redirect.github.com/electron/electron/pull/46812) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46841), [35](https://redirect.github.com/electron/electron/pull/46840), [36](https://redirect.github.com/electron/electron/pull/46842))</span> - Fixed build failure when building with printing disabled. [#&#8203;46283](https://redirect.github.com/electron/electron/pull/46283) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46286), [35](https://redirect.github.com/electron/electron/pull/46285), [36](https://redirect.github.com/electron/electron/pull/46284))</span> - Fixed case where file dialog filters would get mixed up, if a `*` filter was included. [#&#8203;46660](https://redirect.github.com/electron/electron/pull/46660) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46720), [35](https://redirect.github.com/electron/electron/pull/46721), [36](https://redirect.github.com/electron/electron/pull/46722))</span> - Fixed crash in `autoUpdater` on macOS when zip extraction failed. [#&#8203;47302](https://redirect.github.com/electron/electron/pull/47302) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/47301), [35](https://redirect.github.com/electron/electron/pull/47299), [36](https://redirect.github.com/electron/electron/pull/47300))</span> - Fixed crash in xdg portal version detection on startup. [#&#8203;47023](https://redirect.github.com/electron/electron/pull/47023) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47025), [36](https://redirect.github.com/electron/electron/pull/47024))</span> - Fixed crash on Linux when PipeWire screenshare source selection is cancelled. [#&#8203;46112](https://redirect.github.com/electron/electron/pull/46112) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46234), [36](https://redirect.github.com/electron/electron/pull/46235))</span> - Fixed crash on application exit with pending `app.getGPUInfo` promise. [#&#8203;46434](https://redirect.github.com/electron/electron/pull/46434) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46472), [35](https://redirect.github.com/electron/electron/pull/46470), [36](https://redirect.github.com/electron/electron/pull/46471))</span> - Fixed crash on reconversion with google IME and editcontext on macOS. [#&#8203;46688](https://redirect.github.com/electron/electron/pull/46688) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46701), [35](https://redirect.github.com/electron/electron/pull/46700), [36](https://redirect.github.com/electron/electron/pull/46699))</span> - Fixed crash when renderer process crashes while webview is reloading. [#&#8203;46735](https://redirect.github.com/electron/electron/pull/46735) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46770), [35](https://redirect.github.com/electron/electron/pull/46769), [36](https://redirect.github.com/electron/electron/pull/46768))</span> - Fixed crash with out-of-bounds string read when parsing NODE\_OPTIONS. [#&#8203;46210](https://redirect.github.com/electron/electron/pull/46210) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46246), [35](https://redirect.github.com/electron/electron/pull/46248), [36](https://redirect.github.com/electron/electron/pull/46247))</span> - Fixed flickering and ghosting artifacts in transparent windows on macOS. [#&#8203;46353](https://redirect.github.com/electron/electron/pull/46353) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46392), [36](https://redirect.github.com/electron/electron/pull/46393))</span> - Fixed incorrect titlebar in file save dialogs. [#&#8203;46067](https://redirect.github.com/electron/electron/pull/46067) <span style="font-size:small;">(Also in [33](https://redirect.github.com/electron/electron/pull/46075), [34](https://redirect.github.com/electron/electron/pull/46076), [35](https://redirect.github.com/electron/electron/pull/46074), [36](https://redirect.github.com/electron/electron/pull/46077))</span> - Fixed log files written to the current working directory on Windows. [#&#8203;46910](https://redirect.github.com/electron/electron/pull/46910) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46911), [36](https://redirect.github.com/electron/electron/pull/46912))</span> - Fixed memory leak in AutofillPopupView. [#&#8203;46384](https://redirect.github.com/electron/electron/pull/46384) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46411), [35](https://redirect.github.com/electron/electron/pull/46413), [36](https://redirect.github.com/electron/electron/pull/46412))</span> - Fixed opening package paths as directory when `treatPackageAsDirectory` is enabled on macOS. [#&#8203;47108](https://redirect.github.com/electron/electron/pull/47108) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47110), [36](https://redirect.github.com/electron/electron/pull/47109))</span> - Fixed regression with directory selection in macOS dialogs. [#&#8203;47277](https://redirect.github.com/electron/electron/pull/47277) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47276), [36](https://redirect.github.com/electron/electron/pull/47278))</span> - Fixed several paint and white flash issues on macOS. [#&#8203;46615](https://redirect.github.com/electron/electron/pull/46615) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46628), [36](https://redirect.github.com/electron/electron/pull/46629))</span> - Fixed the border style of windows with vibrancy on macOS. [#&#8203;46648](https://redirect.github.com/electron/electron/pull/46648) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46772), [36](https://redirect.github.com/electron/electron/pull/46771))</span> - Fixed the issue where maximizing and restoring the window does not respect the corner radius settings, and the corner radius is incorrect in fullscreen mode. [#&#8203;46641](https://redirect.github.com/electron/electron/pull/46641) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46847), [36](https://redirect.github.com/electron/electron/pull/46848))</span> - Fixed the issue where rounded corners disappear momentarily when closing on Windows 11. [#&#8203;46382](https://redirect.github.com/electron/electron/pull/46382) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46408), [36](https://redirect.github.com/electron/electron/pull/46407))</span> - Fixed title changes to not occur while navigating within a page. [#&#8203;45981](https://redirect.github.com/electron/electron/pull/45981) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46034), [35](https://redirect.github.com/electron/electron/pull/46035), [36](https://redirect.github.com/electron/electron/pull/46036))</span> - Fixed xdg portal version detection for file dialogs on linux. [#&#8203;46922](https://redirect.github.com/electron/electron/pull/46922) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/46936), [36](https://redirect.github.com/electron/electron/pull/46923))</span> - Improved webContents loading time when resolving fonts for uncommon scripts. [#&#8203;45905](https://redirect.github.com/electron/electron/pull/45905) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/45917), [35](https://redirect.github.com/electron/electron/pull/45918), [36](https://redirect.github.com/electron/electron/pull/45919))</span> - Microtasks are no longer (incorrectly) run by serializing values, including when sending IPC. [#&#8203;46668](https://redirect.github.com/electron/electron/pull/46668) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46683), [35](https://redirect.github.com/electron/electron/pull/46684), [36](https://redirect.github.com/electron/electron/pull/46682))</span> - Partially fixes an issue with printing a PDF via `webContents.print()` where the callback would not be called. [#&#8203;47398](https://redirect.github.com/electron/electron/pull/47398) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47399), [36](https://redirect.github.com/electron/electron/pull/47400))</span> - Restored previous window-hiding behavior of `win.setContentProtected()` on Windows. [#&#8203;47033](https://redirect.github.com/electron/electron/pull/47033) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47034), [36](https://redirect.github.com/electron/electron/pull/47032))</span> - When a menu item on macOS is disabled (`enabled = false`), it is now greyed out. [#&#8203;46307](https://redirect.github.com/electron/electron/pull/46307) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46340), [35](https://redirect.github.com/electron/electron/pull/46341), [36](https://redirect.github.com/electron/electron/pull/46342))</span> #### Other Changes - Backported fix for [`4010597`](https://redirect.github.com/electron/electron/commit/401059730). [#&#8203;45936](https://redirect.github.com/electron/electron/pull/45936) - Backported fix for [`4010597`](https://redirect.github.com/electron/electron/commit/401059730). [#&#8203;45941](https://redirect.github.com/electron/electron/pull/45941) - Backported fix for [`4090597`](https://redirect.github.com/electron/electron/commit/409059706). [#&#8203;47358](https://redirect.github.com/electron/electron/pull/47358) - Backported fix for [`4206375`](https://redirect.github.com/electron/electron/commit/420637585). [#&#8203;47356](https://redirect.github.com/electron/electron/pull/47356) - Fixed an issue where Electron could fail to load on some older Linux distributions. [#&#8203;45974](https://redirect.github.com/electron/electron/pull/45974) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/45982), [35](https://redirect.github.com/electron/electron/pull/45983), [36](https://redirect.github.com/electron/electron/pull/45984))</span> - Reverts a change that greyed out disabled menu items on macOS ([https://github.com/electron/electron/pull/46307](https://redirect.github.com/electron/electron/pull/46307)). [#&#8203;46502](https://redirect.github.com/electron/electron/pull/46502) <span style="font-size:small;">(Also in [34](https://redirect.github.com/electron/electron/pull/46522), [35](https://redirect.github.com/electron/electron/pull/46521), [36](https://redirect.github.com/electron/electron/pull/46523))</span> - Security: backported fix for CVE-2025-5419. [#&#8203;47352](https://redirect.github.com/electron/electron/pull/47352) #### Documentation - Documentation change - [#&#8203;46073](https://redirect.github.com/electron/electron/pull/46073) - [#&#8203;46130](https://redirect.github.com/electron/electron/pull/46130) - [#&#8203;47297](https://redirect.github.com/electron/electron/pull/47297) #### Notices ##### End of Support for 34.x.y Electron 34.x.y has reached end-of-support as per the project's [support policy](https://www.electronjs.org/docs/latest/tutorial/electron-timelines#version-support-policy). Developers and applications are encouraged to upgrade to a newer version of Electron. </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v7.0.0`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#700-2025-06-24) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v6.3.5...v7.0.0) - fix: keep `import.meta.url` in bundled Vite ([#&#8203;20235](https://redirect.github.com/vitejs/vite/issues/20235)) ([3bf3a8a](https://redirect.github.com/vitejs/vite/commit/3bf3a8ab00e5a0dfab0bb5741cb871ea30b72651)), closes [#&#8203;20235](https://redirect.github.com/vitejs/vite/issues/20235) - fix(deps): update all non-major dependencies ([#&#8203;20271](https://redirect.github.com/vitejs/vite/issues/20271)) ([6b64d63](https://redirect.github.com/vitejs/vite/commit/6b64d63d700154de2c00270300b671cef8863708)), closes [#&#8203;20271](https://redirect.github.com/vitejs/vite/issues/20271) - fix(module-runner): export `ssrExportNameKey` ([#&#8203;20266](https://redirect.github.com/vitejs/vite/issues/20266)) ([ac302a7](https://redirect.github.com/vitejs/vite/commit/ac302a729062dbfc67f762b3c4af46b7893c214f)), closes [#&#8203;20266](https://redirect.github.com/vitejs/vite/issues/20266) - fix(module-runner): expose `normalizeModuleId` ([#&#8203;20277](https://redirect.github.com/vitejs/vite/issues/20277)) ([9b98dcb](https://redirect.github.com/vitejs/vite/commit/9b98dcbf75546240e1609185828e18a77bac8c8d)), closes [#&#8203;20277](https://redirect.github.com/vitejs/vite/issues/20277) - feat(types): use terser types from terser package ([#&#8203;20274](https://redirect.github.com/vitejs/vite/issues/20274)) ([a5799fa](https://redirect.github.com/vitejs/vite/commit/a5799fa74c6190ecbb2da3d280136ff32463afc6)), closes [#&#8203;20274](https://redirect.github.com/vitejs/vite/issues/20274) - chore: "indentity" → "identity" in test description ([#&#8203;20225](https://redirect.github.com/vitejs/vite/issues/20225)) ([ea9aed7](https://redirect.github.com/vitejs/vite/commit/ea9aed7ebcb7f4be542bd2a384cbcb5a1e7b31bd)), closes [#&#8203;20225](https://redirect.github.com/vitejs/vite/issues/20225) - chore: typos in comments ([#&#8203;20259](https://redirect.github.com/vitejs/vite/issues/20259)) ([b135918](https://redirect.github.com/vitejs/vite/commit/b135918b91e8381c50bd2d076d40e9a65fe68bfe)), closes [#&#8203;20259](https://redirect.github.com/vitejs/vite/issues/20259) - chore(deps): update rolldown-related dependencies ([#&#8203;20270](https://redirect.github.com/vitejs/vite/issues/20270)) ([f7377c3](https://redirect.github.com/vitejs/vite/commit/f7377c3eae6323bd3237ff5de5ae55c879fe7325)), closes [#&#8203;20270](https://redirect.github.com/vitejs/vite/issues/20270) - perf(utils): improve performance of `numberToPos` ([#&#8203;20244](https://redirect.github.com/vitejs/vite/issues/20244)) ([3f46901](https://redirect.github.com/vitejs/vite/commit/3f469012ad38e3cb330adc74a8b3ec88561c822e)), closes [#&#8203;20244](https://redirect.github.com/vitejs/vite/issues/20244) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 14:31:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#3105