[PR #980] [MERGED] chore(deps): update dependency electron to v36.5.0 #4586

Closed
opened 2026-04-16 13:09:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: renovate/dev-dependencies


📝 Commits (1)

  • 7b90a56 chore(deps): update dependency electron to v36.5.0

📊 Changes

2 files changed (+30 additions, -42 deletions)

View changed files

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

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 36.4.0 -> 36.5.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

electron/electron (electron)

v36.5.0: electron v36.5.0

Compare Source

Release Notes for v36.5.0

Features

  • Added before-mouse-event to allow intercepting and preventing mouse events in WebContents. #​47365 (Also in 37)
  • Added the priority and priorityIncremental options to net.request(). #​47320 (Also in 37)
  • Exposed win.isContentProtected() to allow developers to check window protection status. #​47311 (Also in 37)

Fixes

  • Fixed addChildView() crashes when adding a closed WebContentsView. #​47340 (Also in 35, 37)
  • Fixed a potential crash using session.clearData in some circumstances. #​47411 (Also in 35, 37)
  • Fixed an error when importing electron for the first time from an ESM module loaded by a CJS module in a packaged app. #​47343 (Also in 35, 37)
  • Fixed an issue where calling Fetch.continueResponse via debugger with WebContentsView could cause a crash. #​47442 (Also in 35, 37)
  • Partially fixes an issue with printing a PDF via webContents.print() where the callback would not be called. #​47400 (Also in 35, 37)

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/980 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 6/19/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/dev-dependencies` --- ### 📝 Commits (1) - [`7b90a56`](https://github.com/go-vikunja/vikunja/commit/7b90a568c4d360caa2c73e3f9acff89f03b91660) chore(deps): update dependency electron to v36.5.0 ### 📊 Changes **2 files changed** (+30 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `desktop/package.json` (+1 -1) 📝 `desktop/pnpm-lock.yaml` (+29 -41) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [electron](https://redirect.github.com/electron/electron) | [`36.4.0` -> `36.5.0`](https://renovatebot.com/diffs/npm/electron/36.4.0/36.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/electron/36.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/electron/36.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/electron/36.4.0/36.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/36.4.0/36.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>electron/electron (electron)</summary> ### [`v36.5.0`](https://redirect.github.com/electron/electron/releases/tag/v36.5.0): electron v36.5.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v36.4.0...v36.5.0) ### Release Notes for v36.5.0 #### Features - Added `before-mouse-event` to allow intercepting and preventing mouse events in WebContents. [#&#8203;47365](https://redirect.github.com/electron/electron/pull/47365) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/47364))</span> - Added the priority and priorityIncremental options to net.request(). [#&#8203;47320](https://redirect.github.com/electron/electron/pull/47320) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/47321))</span> - Exposed `win.isContentProtected()` to allow developers to check window protection status. [#&#8203;47311](https://redirect.github.com/electron/electron/pull/47311) <span style="font-size:small;">(Also in [37](https://redirect.github.com/electron/electron/pull/47310))</span> #### Fixes - Fixed `addChildView()` crashes when adding a closed WebContentsView. [#&#8203;47340](https://redirect.github.com/electron/electron/pull/47340) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47339), [37](https://redirect.github.com/electron/electron/pull/47338))</span> - Fixed a potential crash using `session.clearData` in some circumstances. [#&#8203;47411](https://redirect.github.com/electron/electron/pull/47411) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47410), [37](https://redirect.github.com/electron/electron/pull/47412))</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;47343](https://redirect.github.com/electron/electron/pull/47343) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47344), [37](https://redirect.github.com/electron/electron/pull/47342))</span> - Fixed an issue where calling `Fetch.continueResponse` via debugger with `WebContentsView` could cause a crash. [#&#8203;47442](https://redirect.github.com/electron/electron/pull/47442) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47443), [37](https://redirect.github.com/electron/electron/pull/47444))</span> - Partially fixes an issue with printing a PDF via `webContents.print()` where the callback would not be called. [#&#8203;47400](https://redirect.github.com/electron/electron/pull/47400) <span style="font-size:small;">(Also in [35](https://redirect.github.com/electron/electron/pull/47399), [37](https://redirect.github.com/electron/electron/pull/47398))</span> #### Other Changes - Backported fix for [`4206375`](https://redirect.github.com/electron/electron/commit/420637585). [#&#8203;47368](https://redirect.github.com/electron/electron/pull/47368) - Updated Chromium to 136.0.7103.168. [#&#8203;47441](https://redirect.github.com/electron/electron/pull/47441) - Updated Node.js to v22.16.0. [#&#8203;47214](https://redirect.github.com/electron/electron/pull/47214) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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-16 13:09:17 -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#4586