[PR #13] [CLOSED] PR 13: build(deps-dev): bump electron from 31.2.1 to 31.3.1 #189

Closed
opened 2026-03-13 17:40:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Aetherinox/ntfy-desktop/pull/13
Author: @dependabot[bot]
Created: 7/30/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/electron-31.3.1


📝 Commits (1)

  • c146b1f build(deps-dev): bump electron from 31.2.1 to 31.3.1

📊 Changes

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

View changed files

📝 package-lock.json (+4 -5)
📝 package.json (+1 -1)

📄 Description

Bumps electron from 31.2.1 to 31.3.1.

Release notes

Sourced from electron's releases.

electron v31.3.1

Release Notes for v31.3.1

Fixes

  • Fixed an issue where calling desktopCapturer.getSources on macOS running 14.4 or later would make non-resizable windows resizable. #43044 (Also in 32)
  • Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. #43071 (Also in 30, 32)

Other Changes

  • Fixed a potential crash when removing notifications on Windows. #43061 (Also in 30, 32)
  • Updated Chromium to 126.0.6478.185. #43027

electron v31.3.0

Release Notes for v31.3.0

Features

  • Added DownloadItem.getCurrentBytesPerSecond(), DownloadItem.getPercentComplete(), DownloadItem.getEndTime(). #42915 (Also in 30, 32)
  • Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. #42994 (Also in 32)

Fixes

  • Fixed a potential crash when using off screen rendering. #42941 (Also in 30, 32)
  • Fixed an issue where navigator.mediaDevices.getUserMedia and navigator.getUserMedia should reject with a NotAllowedError if microphone or camera permissions have been denied at the system level on macOS. #42937 (Also in 30, 32)
  • Fixed an issue where calling BrowserWindow.setBackgroundColor with some level of transparency could cause a crash. #42928 (Also in 32)

Other Changes

  • Fix: fixed the npm run lint not working on Windows. #42906 (Also in 32)
  • Updated Chromium to 126.0.6478.183. #42942
  • Updated Node.js to v20.15.1. #42839
Commits
  • 6322c32 fix: always terminate active Node Streams (#43071)
  • b6e19c5 chore: avoid crash while notification removal (#43061)
  • 871136b refactor: move safe_storage functions into anonymous namespace (#43051)
  • 9438173 fix: File System API permissions should reset on WebContents destruction (#43...
  • ca9027b chore: bump chromium to 126.0.6478.185 (31-x-y) (#43027)
  • 139abe7 fix: desktopCapturer breaks BrowserWindow resizable on macOS (#43044)
  • 097a3e9 chore: use v8::Local<>, not v8::Handle<> (#43037)
  • 9e14f8d feat: emit an event when accessing restricted path in File System Access API ...
  • f797f92 docs: note macOS fullscreen events in fullscreen query (#43016)
  • 7f6eab8 docs: improve desktop capture example (#43005)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 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/Aetherinox/ntfy-desktop/pull/13 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/30/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/electron-31.3.1` --- ### 📝 Commits (1) - [`c146b1f`](https://github.com/Aetherinox/ntfy-desktop/commit/c146b1f38187b8b343eadd43737c1850cfc5fd57) build(deps-dev): bump electron from 31.2.1 to 31.3.1 ### 📊 Changes **2 files changed** (+5 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [electron](https://github.com/electron/electron) from 31.2.1 to 31.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v31.3.1</h2> <h1>Release Notes for v31.3.1</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue where calling <code>desktopCapturer.getSources</code> on macOS running 14.4 or later would make non-resizable windows resizable. <a href="https://redirect.github.com/electron/electron/pull/43044">#43044</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43045">32</a>)<!-- raw HTML omitted --></li> <li>Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. <a href="https://redirect.github.com/electron/electron/pull/43071">#43071</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43072">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43070">32</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed a potential crash when removing notifications on Windows. <a href="https://redirect.github.com/electron/electron/pull/43061">#43061</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43059">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43060">32</a>)<!-- raw HTML omitted --></li> <li>Updated Chromium to 126.0.6478.185. <a href="https://redirect.github.com/electron/electron/pull/43027">#43027</a></li> </ul> <h2>electron v31.3.0</h2> <h1>Release Notes for v31.3.0</h1> <h2>Features</h2> <ul> <li>Added <code>DownloadItem.getCurrentBytesPerSecond()</code>, <code>DownloadItem.getPercentComplete()</code>, <code>DownloadItem.getEndTime()</code>. <a href="https://redirect.github.com/electron/electron/pull/42915">#42915</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42914">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42913">32</a>)<!-- raw HTML omitted --></li> <li>Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. <a href="https://redirect.github.com/electron/electron/pull/42994">#42994</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42993">32</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed a potential crash when using off screen rendering. <a href="https://redirect.github.com/electron/electron/pull/42941">#42941</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42939">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42940">32</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>navigator.mediaDevices.getUserMedia</code> and <code>navigator.getUserMedia</code> should reject with a <code>NotAllowedError</code> if microphone or camera permissions have been denied at the system level on macOS. <a href="https://redirect.github.com/electron/electron/pull/42937">#42937</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42938">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42936">32</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where calling <code>BrowserWindow.setBackgroundColor</code> with some level of transparency could cause a crash. <a href="https://redirect.github.com/electron/electron/pull/42928">#42928</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42927">32</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fix: fixed the <code>npm run lint</code> not working on Windows. <a href="https://redirect.github.com/electron/electron/pull/42906">#42906</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42905">32</a>)<!-- raw HTML omitted --></li> <li>Updated Chromium to 126.0.6478.183. <a href="https://redirect.github.com/electron/electron/pull/42942">#42942</a></li> <li>Updated Node.js to v20.15.1. <a href="https://redirect.github.com/electron/electron/pull/42839">#42839</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/6322c329bf2b746fe2199247a641a1af05a37630"><code>6322c32</code></a> fix: always terminate active Node Streams (<a href="https://redirect.github.com/electron/electron/issues/43071">#43071</a>)</li> <li><a href="https://github.com/electron/electron/commit/b6e19c5a45791cd294939c704340773c25954af9"><code>b6e19c5</code></a> chore: avoid crash while notification removal (<a href="https://redirect.github.com/electron/electron/issues/43061">#43061</a>)</li> <li><a href="https://github.com/electron/electron/commit/871136bf91d46a2440223ad69a7630b649e611ea"><code>871136b</code></a> refactor: move safe_storage functions into anonymous namespace (<a href="https://redirect.github.com/electron/electron/issues/43051">#43051</a>)</li> <li><a href="https://github.com/electron/electron/commit/94381733ff022cb772fc48cb3b53d38f1fd45cd0"><code>9438173</code></a> fix: File System API permissions should reset on WebContents destruction (<a href="https://redirect.github.com/electron/electron/issues/43">#43</a>...</li> <li><a href="https://github.com/electron/electron/commit/ca9027bc38fe5563408b00e4e453cd86c89a2600"><code>ca9027b</code></a> chore: bump chromium to 126.0.6478.185 (31-x-y) (<a href="https://redirect.github.com/electron/electron/issues/43027">#43027</a>)</li> <li><a href="https://github.com/electron/electron/commit/139abe73a132b4e08db98e2d03f4fe79589e352e"><code>139abe7</code></a> fix: desktopCapturer breaks BrowserWindow resizable on macOS (<a href="https://redirect.github.com/electron/electron/issues/43044">#43044</a>)</li> <li><a href="https://github.com/electron/electron/commit/097a3e90240ecec3f852b8222d9fd6a496ffa933"><code>097a3e9</code></a> chore: use v8::Local&lt;&gt;, not v8::Handle&lt;&gt; (<a href="https://redirect.github.com/electron/electron/issues/43037">#43037</a>)</li> <li><a href="https://github.com/electron/electron/commit/9e14f8d828d33ee195ebef6eee2731aa3af291db"><code>9e14f8d</code></a> feat: emit an event when accessing restricted path in File System Access API ...</li> <li><a href="https://github.com/electron/electron/commit/f797f927169b6235572aa54b0264d314ac772982"><code>f797f92</code></a> docs: note macOS fullscreen events in fullscreen query (<a href="https://redirect.github.com/electron/electron/issues/43016">#43016</a>)</li> <li><a href="https://github.com/electron/electron/commit/7f6eab8c25224677ec9fd8e5c53ddcbd0843d693"><code>7f6eab8</code></a> docs: improve desktop capture example (<a href="https://redirect.github.com/electron/electron/issues/43005">#43005</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v31.2.1...v31.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=31.2.1&new-version=31.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 17:40:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy-desktop#189
No description provided.