[PR #2357] [MERGED] chore(deps): update dependency electron to v40.7.0 #8210

Closed
opened 2026-04-20 18:05:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2357
Author: @renovate[bot]
Created: 3/4/2026
Status: Merged
Merged: 3/4/2026
Merged by: @kolaente

Base: mainHead: renovate/dev-dependencies


📝 Commits (1)

  • 3cefc42 chore(deps): update dependency electron to v40.7.0

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 desktop/package.json (+1 -1)
📝 desktop/pnpm-lock.yaml (+5 -5)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
electron 40.6.140.7.0 age confidence

Release Notes

electron/electron (electron)

v40.7.0: electron v40.7.0

Compare Source

Release Notes for v40.7.0

Features

  • Added support for --experimental-transform-types. #​49883 (Also in 39, 41)

Fixes

  • Allow dynamically updating menu item labels, sublabels, and icons. #​49973 (Also in 41)
  • Fixed safeStorage failing to clean up legacy keychain entries when migrating to suffixed account names on macOS, and fixed first launch creating entries with the wrong (unsuffixed) account name. #​49817
  • Fixed a bug that cause offscreen rendering doesn't have valid screen info and unable to get valid result of related media queries.
    • Added webPreference.offscreen.deviceScaleFactor to allow user specify a value, instead of using user's primary display's value. #​49681
  • Fixed a macOS crash when creating a new tab from the tab overview. #​49934 (Also in 41)
  • Fixed an issue on macOS where Universal Links were not delivered to app.on('continue-activity') on cold launch when NSUserActivity.userInfo was nil. #​50005 (Also in 39, 41)
  • Fixed an issue where VideoFrame objects returned through contextBridge had an incorrect prototype. #​50022 (Also in 39, 41)
  • Fixed an issue where malformed custom toastXml could cause a Notification crash. #​49952 (Also in 41)
  • Fixed menu bar hiding after a call to win.setFullScreen(false) when not in fullscreen on Linux. #​49994 (Also in 41)
  • Fixed menus to correctly emit menu-will-close event when closed after any submenu has been open. #​49963 (Also in 41)

Other Changes


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.

🔕 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. 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/2357 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 3/4/2026 **Status:** ✅ Merged **Merged:** 3/4/2026 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/dev-dependencies` --- ### 📝 Commits (1) - [`3cefc42`](https://github.com/go-vikunja/vikunja/commit/3cefc426749831c82c7a3e9d37763fecb62255bc) chore(deps): update dependency electron to v40.7.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `desktop/package.json` (+1 -1) 📝 `desktop/pnpm-lock.yaml` (+5 -5) </details> ### 📄 Description This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [electron](https://redirect.github.com/electron/electron) | [`40.6.1` → `40.7.0`](https://renovatebot.com/diffs/npm/electron/40.6.1/40.7.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/electron/40.7.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/40.6.1/40.7.0?slim=true) | --- ### Release Notes <details> <summary>electron/electron (electron)</summary> ### [`v40.7.0`](https://redirect.github.com/electron/electron/releases/tag/v40.7.0): electron v40.7.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v40.6.1...v40.7.0) ### Release Notes for v40.7.0 #### Features - Added support for `--experimental-transform-types`. [#&#8203;49883](https://redirect.github.com/electron/electron/pull/49883) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/49881), [41](https://redirect.github.com/electron/electron/pull/49882))</sup> #### Fixes - Allow dynamically updating menu item labels, sublabels, and icons. [#&#8203;49973](https://redirect.github.com/electron/electron/pull/49973) <sup>(Also in [41](https://redirect.github.com/electron/electron/pull/49972))</sup> - Fixed `safeStorage` failing to clean up legacy keychain entries when migrating to suffixed account names on macOS, and fixed first launch creating entries with the wrong (unsuffixed) account name. [#&#8203;49817](https://redirect.github.com/electron/electron/pull/49817) - Fixed a bug that cause offscreen rendering doesn't have valid screen info and unable to get valid result of related media queries. - Added webPreference.offscreen.deviceScaleFactor to allow user specify a value, instead of using user's primary display's value. [#&#8203;49681](https://redirect.github.com/electron/electron/pull/49681) - Fixed a macOS crash when creating a new tab from the tab overview. [#&#8203;49934](https://redirect.github.com/electron/electron/pull/49934) <sup>(Also in [41](https://redirect.github.com/electron/electron/pull/49933))</sup> - Fixed an issue on macOS where Universal Links were not delivered to `app.on('continue-activity')` on cold launch when `NSUserActivity.userInfo` was nil. [#&#8203;50005](https://redirect.github.com/electron/electron/pull/50005) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/50004), [41](https://redirect.github.com/electron/electron/pull/50006))</sup> - Fixed an issue where `VideoFrame` objects returned through `contextBridge` had an incorrect prototype. [#&#8203;50022](https://redirect.github.com/electron/electron/pull/50022) <sup>(Also in [39](https://redirect.github.com/electron/electron/pull/50021), [41](https://redirect.github.com/electron/electron/pull/50023))</sup> - Fixed an issue where malformed custom `toastXml` could cause a Notification crash. [#&#8203;49952](https://redirect.github.com/electron/electron/pull/49952) <sup>(Also in [41](https://redirect.github.com/electron/electron/pull/49953))</sup> - Fixed menu bar hiding after a call to `win.setFullScreen(false)` when not in fullscreen on Linux. [#&#8203;49994](https://redirect.github.com/electron/electron/pull/49994) <sup>(Also in [41](https://redirect.github.com/electron/electron/pull/49996))</sup> - Fixed menus to correctly emit `menu-will-close` event when closed after any submenu has been open. [#&#8203;49963](https://redirect.github.com/electron/electron/pull/49963) <sup>(Also in [41](https://redirect.github.com/electron/electron/pull/49964))</sup> #### Other Changes - Updated Chromium to 144.0.7559.225. [#&#8203;49928](https://redirect.github.com/electron/electron/pull/49928) - Updated Node.js to v24.14.0. [#&#8203;49939](https://redirect.github.com/electron/electron/pull/49939) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDMuNDguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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-04-20 18:05:25 -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#8210