Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 12, 2022

This PR contains the following updates:

Package Change Age Confidence
electron 17.0.017.4.11 age confidence

Release Notes

electron/electron (electron)

v17.4.11: electron v17.4.11

Compare Source

Release Notes for v17.4.11

Fixes

  • Fixed a potential crash when changing window settings after initializing WCO with an invalid titleBarStyle. #​35031 (Also in 18, 19, 20)
  • Fixed an issue where the minimize button with WCO enabled would incorrectly be highlighted in some cases. #​34837 (Also in 18, 19, 20)

Other Changes

v17.4.10: electron v17.4.10

Compare Source

Release Notes for v17.4.10

Other Changes

v17.4.9: electron v17.4.9

Compare Source

Release Notes for v17.4.9

Fixes

  • Fixed an error where setWindowOpenHandler() would crash if the callback threw an error. #​34772 (Also in 18, 19, 20)
  • Fixed an issue where Windows Control Overlay buttons did not respect maximizable/minimizable/closable states of a BrowserWindow. #​34733 (Also in 18, 19, 20)
  • Fixed crash when opening gtk file dialogs due to mismatched versions. #​34774 (Also in 18, 19)
  • Fixed missing Sec-CH-UA headers and empty navigator.userAgentData. #​34760 (Also in 18, 19, 20)
  • [Mac] Fixed Partition Alloc related crash in pre-BigSur (macos <= 10.15). #​34734 (Also in 18, 19)

Other Changes

v17.4.8: electron v17.4.8

Compare Source

Release Notes for v17.4.8

Fixes

  • Fixed a performance problem in crashReporter.start() on macOS. #​34637 (Also in 18, 19)

Other Changes

v17.4.7: electron v17.4.7

Compare Source

Release Notes for v17.4.7

Fixes

  • Fixed an issue where zombie windows can be created if window.close() is called during a fullscreen transition. #​34390 (Also in 18, 19, 20)

v17.4.6: electron v17.4.6

Compare Source

Release Notes for v17.4.6

Fixes

  • Fixed an issue where bounds changes were incorrectly delayed in the case where a window was moved or resized and event.preventDefault was called in either will-resize or will-move on Windows. #​34283 (Also in 16, 18, 19)
  • Fixed crash when calling navigator.serial.getPorts(). #​34328 (Also in 18, 19)

Other Changes

  • Added a TRACE call named crash_reporter::Start under the electron category for crash_reporter::Start(). #​34324 (Also in 18, 19)

v17.4.5: electron v17.4.5

Compare Source

Release Notes for v17.4.5

Fixes

  • Fixed a crash when calling loadExtension on an extension directory that's missing a manifest file. #​34193 (Also in 16)
  • Fixed an issue where tray items wouldn't highlight in some scenarios on macOS. #​34206 (Also in 16, 18, 19)
  • SIGUSR1 is no longer handled when the node_cli_inspect fuse is disabled. #​34181 (Also in 16, 18)

Other Changes

v17.4.4: electron v17.4.4

Compare Source

Release Notes for v17.4.4

Fixes

  • Fixed an OSR crash happening when input select items were rendered. #​34091 (Also in 18, 19)
  • Fixed an issue where calling SetLoginItemSettings() could potentially cause network volumes to be incorrectly mounted. #​34107 (Also in 18, 19)

Other Changes

v17.4.3: electron v17.4.3

Compare Source

Release Notes for v17.4.3

Fixes

  • Fixed an issue where BrowserWindow#isFocused() was returning false when blur() was called on macOS. #​34029 (Also in 18, 19)

Other Changes

v17.4.2: electron v17.4.2

Compare Source

Release Notes for v17.4.2

Other Changes

v17.4.1: electron v17.4.1

Compare Source

Release Notes for v17.4.1

Fixes

  • Apply senderFrame details to ipcMain port event. #​33781 (Also in 16, 18)
  • Fixed behavior of BrowserWindow.maximize on macOS for not shown windows. #​33536 (Also in 15, 16, 18)
  • shell.openExternal() now reports more detailed errors on Windows. #​33658 (Also in 15, 16, 18, 19)

Other Changes

v17.4.0: electron v17.4.0

Compare Source

Release Notes for v17.4.0

Features

  • Added BrowserWindow method to change the button color, symbol color, and height of a window with WCO enabled. #​33439 (Also in 18)

Fixes

  • Fixed a potential crash in Browser.getFocusedWindow() when child windows are closed. #​33539 (Also in 18)
  • Fixed an issue where new bounds set via setBounds was not correctly applied if the user was moving or resizing the window concurrently on Windows. #​33543 (Also in 18)
  • Fixed an issue where the the window bounds would incorrectly change if BrowserWindow.unmaximize was called on a window whose user bounds were maximized. #​33551 (Also in 16, 18)
  • Fixed incorrect return value of app.requestSingleInstanceLock() when setting non-existent user data folder. #​33591 (Also in 16, 18, 19)
  • Fixed issues with frameless window animations and styling. #​33611 (Also in 18, 19)

Other Changes

  • Fixed scroll lag on macOS with promotion displays. #​33618
  • Security: backported fix for chromium:1311641. #​33613

v17.3.1: electron v17.3.1

Compare Source

Release Notes for v17.3.1

Fixes

  • Fixed crash when WindowButtonsProxy references cleared NSWindow. #​33488 (Also in 15, 16, 18)
  • Fixed crash when running under Wayland caused by calling X11 functions. #​33499 (Also in 18)

v17.3.0: electron v17.3.0

Compare Source

Release Notes for v17.3.0

Features

  • Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode. #​33358 (Also in 15, 16, 18)

Fixes

  • Fix: initialize asar support in worker threads. #​33395 (Also in 18)
  • Fixed maximizing frameless windows by double-clicking on a draggable (title bar) region. #​33445 (Also in 15, 16, 18)
  • Fixed slowness when using child_process.spawn and related methods on macOS Big Sur and newer. #​33408 (Also in 16, 18)
  • Fixed the IncrementCapturerCount regression introduced by 13.0.0-beta.21. #​33430 (Also in 18)

Other Changes

  • Updated Chromium to 98.0.4758.141. #​33483

v17.2.0: electron v17.2.0

Compare Source

Release Notes for v17.2.0

Features

  • Added ses.setCodeCachePath() API for setting code cache directory. #​33285 (Also in 18)

Fixes

  • Fire 'show' event when a BrowserWindow is shown via maximize(). #​33213 (Also in 16, 18)
  • Fixed a network service crash that could occur when using setCertificateVerifyProc. #​33254 (Also in 18)
  • Fixed an issue where BrowserView layout bounds where limited to it's visible bounds. #​33398 (Also in 18)
  • Fixed an issue where Chrome DevTools settings didn't persist between loads. #​33273 (Also in 18)
  • Fixed an issue where clicking "Open in Containing Folder" in the Sources tab in Devtools caused a crash. #​33196 (Also in 16, 18)
  • Fixed broken event loop in renderer process when process reuse is enabled on windows platform. #​33362 (Also in 16, 18)
  • Fixed crash in the render process on reload with pending node fs.promises. #​33335 (Also in 15, 16, 18)
  • Fixed drag regions on WCO windows on Windows. #​33201 (Also in 15, 16, 18)
  • Fixed incorrect external memory allocation tracking in nativeImage module. #​33306 (Also in 15, 16, 18)
  • Theoretical fix for a crash we're seeing when closing multiple child windows at the same time on macOS. #​33283 (Also in 18)

Other Changes

  • Fixed an issue where adding/removing display changes the BrowserWindow size. #​33251 (Also in 14, 15, 16, 18)
  • Fixed an issue where moving a window created in a scaled display to a regular display would increase the window size. #​33231

v17.1.2: electron v17.1.2

Compare Source

Release Notes for v17.1.2

Fixes

  • Fixed an issue where setting window maxHeight or maxWidth made it so the width and height could no longer be resized. #​33118 (Also in 18)
  • Strip crashpad_handler binary on Linux, reducing bundle size. #​33176 (Also in 15, 16, 18)

v17.1.1: electron v17.1.1

Compare Source

Release Notes for v17.1.1

Fixes

  • Fixed an issue where alternateImages did not work properly on macOS. #​33105 (Also in 15, 16, 18)
  • Fixed an issue where the Tray could get garbage collected incorrectly under some circumstances. #​33076 (Also in 15, 16, 18)
  • Fixed an occasional crash on Mac when spawning a child process. #​33116 (Also in 18)
  • Fixed broken transparency option in offscreen window rendering. #​33052 (Also in 16, 18)

Other Changes

  • Updated Chromium to 98.0.4758.109. #​33085

v17.1.0: electron v17.1.0

Compare Source

Release Notes for v17.1.0

Features

  • Added height option for Windows Control Overlay. #​32939

Fixes

  • Fixed BrowserWindow.showInactive restoring a maximized window to non-maximized on Windows. #​33021 (Also in 16, 18)
  • Fixed a crash that occurred when a user attempted to print a document either with window.print(), the print button in the PDF viewer, or with BrowserWindow.webContents() and clicked cancel in the resulting print dialog. #​33015
  • Fixed an issue where webContents.openDevTools({ mode }) did not work for certain dock positions. #​32945 (Also in 18)
  • Fixed an issue where webContents.savePage failed when passing a relative path instead of an absolute one. #​33016 (Also in 15, 16, 18)
  • Fixed command string registered via setAsDefaultProtocolClient on windows. #​33012 (Also in 14, 15, 16, 18)
  • Fixed stale renderer process when application is quit while renderer is busy. #​32970 (Also in 14, 15, 16, 18)

Other Changes

  • Chore: backport EPROTOTYPE fixes from libuv. #​32943 (Also in 16, 18)
  • Updated Chromium to 98.0.4758.102. #​32906

v17.0.1: electron v17.0.1

Compare Source

Release Notes for v17.0.1

Fixes

  • Fixed an issue where frameless windows on Windows would incorrectly show a small frame during the loading process. #​32707 (Also in 14, 15, 16, 18)
  • Fixed effect when hovering over window controls on Windows in a WCO-enabled window. #​32719 (Also in 14, 15, 16, 18)
  • Fixed possible race conditions between frame state and electron ipc. #​32815

Other Changes

  • Updated Chromium to 98.0.4758.82. #​32832

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot changed the title Update dependency electron to v17 (beta) Update dependency electron to v17 (beta) - autoclosed Feb 13, 2022
@renovate renovate bot closed this Feb 13, 2022
@renovate renovate bot deleted the renovate/beta-electron-17.x branch February 13, 2022 19:53
@renovate renovate bot changed the title Update dependency electron to v17 (beta) - autoclosed Update dependency electron to v17 (beta) Feb 15, 2022
@renovate renovate bot restored the renovate/beta-electron-17.x branch February 15, 2022 01:17
@renovate renovate bot reopened this Feb 15, 2022
@renovate renovate bot changed the title Update dependency electron to v17 (beta) Update dependency electron to v17.0.1 (beta) Feb 15, 2022
@renovate renovate bot force-pushed the renovate/beta-electron-17.x branch from 9f20c7b to 057c790 Compare February 15, 2022 01:17
@renovate renovate bot force-pushed the renovate/beta-electron-17.x branch from 057c790 to 3443bf2 Compare February 23, 2022 21:53
@renovate renovate bot changed the title Update dependency electron to v17.0.1 (beta) Update dependency electron to v17.1.0 (beta) Feb 23, 2022
@renovate renovate bot force-pushed the renovate/beta-electron-17.x branch from 3443bf2 to a5945f5 Compare March 7, 2022 21:21
@renovate renovate bot changed the title Update dependency electron to v17.1.0 (beta) Update dependency electron to v17.1.1 (beta) Mar 7, 2022
@renovate renovate bot force-pushed the renovate/beta-electron-17.x branch from a5945f5 to 778cc1a Compare March 9, 2022 19:04
@renovate renovate bot changed the title Update dependency electron to v17.1.1 (beta) Update dependency electron to v17.1.2 (beta) Mar 9, 2022
@renovate renovate bot force-pushed the renovate/beta-electron-17.x branch from 778cc1a to 0fc8364 Compare March 23, 2022 23:21
@renovate renovate bot changed the title Update dependency electron to v17.1.2 (beta) Update dependency electron to v17.2.0 (beta) Mar 23, 2022
@renovate renovate bot force-pushed the renovate/beta-electron-17.x branch from 0fc8364 to bba1769 Compare March 29, 2022 02:53
@renovate renovate bot changed the title Update dependency electron to v17.2.0 (beta) Update dependency electron to v17.3.0 (beta) Mar 29, 2022
@renovate renovate bot force-pushed the renovate/beta-electron-17.x branch from bba1769 to 6ea7437 Compare March 30, 2022 18:04
@renovate renovate bot changed the title Update dependency electron to v17.3.0 (beta) Update dependency electron to v17.3.1 (beta) Mar 30, 2022
@renovate renovate bot force-pushed the renovate/beta-electron-17.x branch 3 times, most recently from d8a82e5 to 6f4eb7f Compare April 5, 2022 22:02
@renovate renovate bot changed the title Update dependency electron to v17.3.1 (beta) Update dependency electron to v17.4.0 (beta) Apr 5, 2022
@renovate
Copy link
Author

renovate bot commented Apr 5, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: eslint-config-standard@16.0.3
npm ERR! Found: eslint@8.9.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"8.9.0" from the root project
npm ERR!   peer eslint@"^7.5.0 || ^8.0.0" from @babel/eslint-parser@7.17.0
npm ERR!   node_modules/@babel/eslint-parser
npm ERR!     dev @babel/eslint-parser@"7.17.0" from the root project
npm ERR!   8 more (eslint-plugin-es, eslint-plugin-import, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.12.1" from eslint-config-standard@16.0.3
npm ERR! node_modules/eslint-config-standard
npm ERR!   dev eslint-config-standard@"16.0.3" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: eslint@7.32.0
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^7.12.1" from eslint-config-standard@16.0.3
npm ERR!   node_modules/eslint-config-standard
npm ERR!     dev eslint-config-standard@"16.0.3" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-09-25T17_55_12_369Z-debug-0.log

@renovate renovate bot force-pushed the renovate/beta-electron-17.x branch from 6f4eb7f to 143e1a9 Compare April 21, 2022 02:07
@renovate renovate bot changed the title Update dependency electron to v17.4.0 (beta) Update dependency electron to v17.4.1 (beta) Apr 21, 2022
@renovate renovate bot force-pushed the renovate/beta-electron-17.x branch from 143e1a9 to 68efa95 Compare April 29, 2022 17:09
@renovate renovate bot changed the title Update dependency electron to v17.4.1 (beta) Update dependency electron to v17.4.2 (beta) Apr 29, 2022
@renovate renovate bot force-pushed the renovate/beta-electron-17.x branch from 68efa95 to 53fc0d6 Compare May 5, 2022 23:18
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) May 15, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) May 19, 2025
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) May 26, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) May 28, 2025
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) May 29, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) Jun 4, 2025
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) Jun 18, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) Jun 22, 2025
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) Jul 23, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) Jul 28, 2025
@renovate
Copy link
Author

renovate bot commented Aug 10, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: eslint-config-standard@16.0.3
npm ERR! Found: eslint@8.9.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"8.9.0" from the root project
npm ERR!   peer eslint@"^7.5.0 || ^8.0.0" from @babel/eslint-parser@7.17.0
npm ERR!   node_modules/@babel/eslint-parser
npm ERR!     dev @babel/eslint-parser@"7.17.0" from the root project
npm ERR!   8 more (eslint-plugin-es, eslint-plugin-import, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.12.1" from eslint-config-standard@16.0.3
npm ERR! node_modules/eslint-config-standard
npm ERR!   dev eslint-config-standard@"16.0.3" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: eslint@7.32.0
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^7.12.1" from eslint-config-standard@16.0.3
npm ERR!   node_modules/eslint-config-standard
npm ERR!     dev eslint-config-standard@"16.0.3" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-01-08T19_39_13_268Z-debug-0.log

@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) Aug 21, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) Aug 31, 2025
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) Sep 19, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) Sep 25, 2025
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) Nov 6, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) Nov 10, 2025
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) Nov 11, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) Nov 19, 2025
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) Nov 19, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) Dec 3, 2025
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) Dec 4, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) Dec 15, 2025
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) Dec 16, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) Dec 30, 2025
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) Dec 30, 2025
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) Dec 31, 2025
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) Jan 1, 2026
@renovate renovate bot changed the title Update dependency electron to v17.4.11 (beta) chore(deps): update dependency electron to v17.4.11 (beta) Jan 8, 2026
@renovate renovate bot changed the title chore(deps): update dependency electron to v17.4.11 (beta) Update dependency electron to v17.4.11 (beta) Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant