[PR #2280] [CLOSED] Bump electron from 12.0.13 to 12.1.0 #3736

Closed
opened 2026-02-27 01:53:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2280
Author: @dependabot[bot]
Created: 10/12/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/electron-12.1.0


📝 Commits (1)

  • c31d866 Bump electron from 12.0.13 to 12.1.0

📊 Changes

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

View changed files

📝 package-lock.json (+26 -26)
📝 package.json (+1 -1)

📄 Description

Bumps electron from 12.0.13 to 12.1.0.

Release notes

Sourced from electron's releases.

electron v12.1.0

Release Notes for v12.1.0

Other Changes

  • Security: Backported fix for 1234764. #30660 (Also in 11)
  • Security: Backported fix for 1234770. #30634
  • Security: Backported fix for 1234829. #30624

electron v12.0.18

Release Notes for v12.0.18

Fixes

  • Fixed an issue present in webView where the leave-html-full-screen event is not emitted if the user exits fullscreen with esc instead of by clicking into the webView. #30669 (Also in 13, 14, 15)

Other Changes

  • Security: Backported fix for 1196853. #30581
  • Security: Backported fix for 1227933. #30615
  • Security: backported fix for 1229298. #30580

electron v12.0.17

Release Notes for v12.0.17

Fixes

electron v12.0.16

Release Notes for v12.0.16

Fixes

  • Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS. #30329 (Also in 13, 14, 15)
  • Fixed stack overflow crash in v8 on windows 32-bit builds. #30244 (Also in 13, 14, 15)

Other Changes

  • Security: backported fix for 1205059,1196302. #30266
  • Security: backported fix for CVE-2021-30541. #30185
  • Security: backported fix for CVE-2021-30560. #30182
  • Security: backported fix for CVE-2021-30562. #30195
  • Security: backported fix for CVE-2021-30563. #30198
  • Security: backported fix for CVE-2021-30568. #30227
  • Security: backported fix for CVE-2021-30569. #30295
  • Security: backported fix for CVE-2021-30572. #30261
  • Security: backported fix for CVE-2021-30573. #30252

electron v12.0.15

Release Notes for v12.0.15

... (truncated)

Commits

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 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/electerm/electerm/pull/2280 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/12/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/electron-12.1.0` --- ### 📝 Commits (1) - [`c31d866`](https://github.com/electerm/electerm/commit/c31d8664fab5bfefd539f3f90e825544c10fb544) Bump electron from 12.0.13 to 12.1.0 ### 📊 Changes **2 files changed** (+27 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+26 -26) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [electron](https://github.com/electron/electron) from 12.0.13 to 12.1.0. <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 v12.1.0</h2> <h1>Release Notes for v12.1.0</h1> <h2>Other Changes</h2> <ul> <li>Security: Backported fix for 1234764. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30660">#30660</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/30659">11</a>)<!-- raw HTML omitted --></li> <li>Security: Backported fix for 1234770. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30634">#30634</a></li> <li>Security: Backported fix for 1234829. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30624">#30624</a></li> </ul> <h2>electron v12.0.18</h2> <h1>Release Notes for v12.0.18</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue present in <code>webView</code> where the <code>leave-html-full-screen</code> event is not emitted if the user exits fullscreen with <code>esc</code> instead of by clicking into the <code>webView</code>. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30669">#30669</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/30560">13</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/30561">14</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/30562">15</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Security: Backported fix for 1196853. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30581">#30581</a></li> <li>Security: Backported fix for 1227933. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30615">#30615</a></li> <li>Security: backported fix for 1229298. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30580">#30580</a></li> </ul> <h2>electron v12.0.17</h2> <h1>Release Notes for v12.0.17</h1> <h2>Fixes</h2> <ul> <li>Fixed the color select eyedropper not working within DevTools. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30490">#30490</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/29760">13</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/29752">14</a>)<!-- raw HTML omitted --></li> <li>Security: backported fix for <a href="https://crbug.com/1204814">https://crbug.com/1204814</a>. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30398">#30398</a></li> </ul> <h2>electron v12.0.16</h2> <h1>Release Notes for v12.0.16</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30329">#30329</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/30330">13</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/30331">14</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/30332">15</a>)<!-- raw HTML omitted --></li> <li>Fixed stack overflow crash in v8 on windows 32-bit builds. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30244">#30244</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/30241">13</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/30242">14</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/30243">15</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Security: backported fix for 1205059,1196302. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30266">#30266</a></li> <li>Security: backported fix for CVE-2021-30541. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30185">#30185</a></li> <li>Security: backported fix for CVE-2021-30560. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30182">#30182</a></li> <li>Security: backported fix for CVE-2021-30562. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30195">#30195</a></li> <li>Security: backported fix for CVE-2021-30563. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30198">#30198</a></li> <li>Security: backported fix for CVE-2021-30568. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30227">#30227</a></li> <li>Security: backported fix for CVE-2021-30569. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30295">#30295</a></li> <li>Security: backported fix for CVE-2021-30572. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30261">#30261</a></li> <li>Security: backported fix for CVE-2021-30573. <a href="https://github-redirect.dependabot.com/electron/electron/pull/30252">#30252</a></li> </ul> <h2>electron v12.0.15</h2> <h1>Release Notes for v12.0.15</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/ea234f9cb991bfbb0bd4bff7bdf7aba2dd726dfb"><code>ea234f9</code></a> Bump v12.1.0</li> <li><a href="https://github.com/electron/electron/commit/013825c9867e833109f6ca953d364fb0295de7ca"><code>013825c</code></a> chore: cherry-pick fix for 1234770 from v8 (<a href="https://github-redirect.dependabot.com/electron/electron/issues/30634">#30634</a>)</li> <li><a href="https://github.com/electron/electron/commit/c7d61b6ac6ae099cfd50743c2c67e76b746166b5"><code>c7d61b6</code></a> chore: cherry-pick fix for 1234829 from angle (<a href="https://github-redirect.dependabot.com/electron/electron/issues/30624">#30624</a>)</li> <li><a href="https://github.com/electron/electron/commit/cdf0387f6fee59f9f28c07d694e163ec59affd27"><code>cdf0387</code></a> chore: cherry-pick fix for 1234764 from v8 (<a href="https://github-redirect.dependabot.com/electron/electron/issues/30660">#30660</a>)</li> <li><a href="https://github.com/electron/electron/commit/d3e7f2b3023c44fc99f447d60a02e2d72bd1c3ae"><code>d3e7f2b</code></a> fix: remove ipc wrapper for nativeImage.createThumbnailFromPath (<a href="https://github-redirect.dependabot.com/electron/electron/issues/30737">#30737</a>)</li> <li><a href="https://github.com/electron/electron/commit/21258845f05d71059b910cdb42c16bd951e80950"><code>2125884</code></a> Bump v12.0.18</li> <li><a href="https://github.com/electron/electron/commit/96bcadd2902eb211816608a257a704b0e83678dc"><code>96bcadd</code></a> fix: {exit|enter}-html-fullscreen emitted after esc in webview (<a href="https://github-redirect.dependabot.com/electron/electron/issues/30669">#30669</a>)</li> <li><a href="https://github.com/electron/electron/commit/ee1030e044eb97aa0ecd6f4e3c35d0e2f6834830"><code>ee1030e</code></a> chore: cherry-pick fix for 1227933 from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/30615">#30615</a>)</li> <li><a href="https://github.com/electron/electron/commit/11d1bfa07184919d493252d88acbb0d6ae452876"><code>11d1bfa</code></a> chore: cherry-pick 4ce2abc17078 from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/30581">#30581</a>)</li> <li><a href="https://github.com/electron/electron/commit/131be8cefdb116828b1ca63198a67f21e3cc1695"><code>131be8c</code></a> chore: cherry-pick e2123a8e0943 from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/30580">#30580</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v12.0.13...v12.1.0">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=12.0.13&new-version=12.1.0)](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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/electerm/electerm/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:53:36 +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/electerm#3736
No description provided.