Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency electron to v16.2.8 #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 16.0.4 -> 16.2.8 age adoption passing confidence

Release Notes

electron/electron (electron)

v16.2.8: electron v16.2.8

Compare Source

Release Notes for v16.2.8

Fixes

  • Fixed an issue where Pointer Lock behavior could not be properly exited. #​32826 (Also in 18)
  • 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. #​34282 (Also in 17, 18, 19)
  • Fixed an issue with background colors being improperly applied to BrowserViews on Windows. #​33546
  • Fixed crash when calling navigator.serial.getPorts(). #​34334 (Also in 17, 18, 19)

v16.2.7: electron v16.2.7

Compare Source

Release Notes for v16.2.7

Fixes

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

Other Changes

v16.2.6: electron v16.2.6

Compare Source

Release Notes for v16.2.6

Other Changes

v16.2.5: electron v16.2.5

Compare Source

Release Notes for v16.2.5

Other Changes

v16.2.4: electron v16.2.4

Compare Source

Release Notes for v16.2.4

Other Changes

v16.2.3: electron v16.2.3

Compare Source

Release Notes for v16.2.3

Fixes

  • Apply senderFrame details to ipcMain port event. #​33780 (Also in 17, 18)
  • Fixed a network service crash that could occur when using setCertificateVerifyProc. #​33255 (Also in 15, 17, 18)
  • Fixed a potential crash in Browser.getFocusedWindow() when child windows are closed. #​33540 (Also in 17, 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. #​33544 (Also in 17, 18)
  • Fixed emojis appearing black and white in Chromium 96. #​33683
  • Fixed issues with frameless window animations and styling. #​33607 (Also in 17, 18, 19)
  • shell.openExternal() now reports more detailed errors on Windows. #​33657 (Also in 15, 17, 18, 19)

Other Changes

v16.2.2: electron v16.2.2

Compare Source

Release Notes for v16.2.2

Fixes

  • Fixed an issue where the the window bounds would incorrectly change if BrowserWindow.unmaximize was called on a window whose user bounds were maximized. #​33552 (Also in 17, 18)
  • Fixed behavior of BrowserWindow.maximize on macOS for not shown windows. #​33535 (Also in 15, 18)
  • Fixed incorrect return value of app.requestSingleInstanceLock() when setting non-existent user data folder. #​33590 (Also in 17, 18, 19)

Other Changes

  • Security: backported fix for chromium:1260129. #​33524
  • Security: backported fix for chromium:1311641. #​33605

v16.2.1: electron v16.2.1

Compare Source

Release Notes for v16.2.1

Fixes

  • Fixed crash when WindowButtonsProxy references cleared NSWindow. #​33489 (Also in 15, 17, 18)

v16.2.0: electron v16.2.0

Compare Source

Release Notes for v16.2.0

Features

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

Fixes

  • Fixed maximizing frameless windows by double-clicking on a draggable (title bar) region. #​33444 (Also in 15, 17, 18)
  • Fixed slowness when using child_process.spawn and related methods on macOS Big Sur and newer. #​33405 (Also in 17, 18)

Other Changes

v16.1.1: electron v16.1.1

Compare Source

Release Notes for v16.1.1

Fixes

  • Fire 'show' event when a BrowserWindow is shown via maximize(). #​33212 (Also in 17, 18)
  • Fixed an issue where calling screen capture on macOS does not properly release underlying OS capture mechanisms. #​33314 (Also in 17)
  • Fixed an issue where clicking "Open in Containing Folder" in the Sources tab in Devtools caused a crash. #​33313 (Also in 17, 18)
  • Fixed broken event loop in renderer process when process reuse is enabled on windows platform. #​33363 (Also in 17, 18)
  • Fixed crash in the render process on reload with pending node fs.promises. #​33301 (Also in 15, 17, 18)
  • Fixed drag regions on WCO windows on Windows. #​33200 (Also in 15, 17, 18)
  • Fixed incorrect external memory allocation tracking in nativeImage module. #​33312 (Also in 15, 17, 18)

Other Changes

v16.1.0: electron v16.1.0

Compare Source

Release Notes for v16.1.0

Features

  • Added height option for Windows Control Overlay. #​33061 (Also in 15, 17)

Fixes

  • Fixed an issue where alternateImages did not work properly on macOS. #​33106 (Also in 15, 17, 18)
  • Fixed an issue where the Tray could get garbage collected incorrectly under some circumstances. #​33075 (Also in 15, 17, 18)
  • Strip crashpad_handler binary on Linux, reducing bundle size. #​33174 (Also in 15, 17, 18)

Other Changes

v16.0.10: electron v16.0.10

Compare Source

Release Notes for v16.0.10

Fixes

  • Fixed BrowserWindow.showInactive restoring a maximized window to non-maximized on Windows. #​33020 (Also in 17, 18)
  • Fixed an issue where webContents.savePage failed when passing a relative path instead of an absolute one. #​33017 (Also in 15, 17, 18)
  • Fixed broken transparency option in offscreen window rendering. #​33051
  • Fixed command string registered via setAsDefaultProtocolClient on windows. #​33010 (Also in 14, 15, 17, 18)
  • Fixed stale renderer process when application is quit while renderer is busy. #​32969 (Also in 14, 15, 17, 18)

Other Changes

v16.0.9: electron v16.0.9

Compare Source

Release Notes for v16.0.9

Fixes

  • Fixed an issue where frameless windows on Windows would incorrectly show a small frame during the loading process. #​32710 (Also in 14, 15, 17, 18)
  • Fixed an issue where if backgroundColor was set to undefined, vibrancy failed to work and the backgroundColor would show up as white. #​32654 (Also in 17)
  • Fixed an issue with transparent windows failing to fire the maximize and unmaximize events on Windows. #​32689 (Also in 15, 17)
  • Fixed effect when hovering over window controls on Windows in a WCO-enabled window. #​32720 (Also in 14, 15, 17, 18)
  • Fixed issue where not all serial devices were exposed to the handler specified by session.setDevicePermissionHandler. #​32687 (Also in 15, 17)

Other Changes

v16.0.8: electron v16.0.8

Compare Source

Release Notes for v16.0.8

Fixes

  • Fixed a crash that occurred when user attempted to download an edited PDF. #​32538 (Also in 15, 17)
  • Fixed an issue that the alert() dialog title is corrupted. #​32470 (Also in 14, 15, 17)
  • Fixed an issue where ipcRenderer.postMessage would throw errors when the transfer argument was not passed. #​32460 (Also in 14, 15, 17)
  • Fixed an issue where frameless vibrant windows would not show transparency correctly on macOS. #​32648
  • Fixed an issue where the 'maximize' and 'unmaximize' events didn't fire properly on linux. #​32497 (Also in 14, 15, 17)
  • Fixed aspect ratio resize for frameless windows on macOS. #​32446 (Also in 15, 17)
  • Fixed crash when calling webContents.setZoomFactor(1.0). #​32620 (Also in 13, 14, 15, 17)
  • Fixed minimized BrowserWindow being restored by BrowserWindow.unmaximize(). #​32495 (Also in 14, 15, 17)
  • Fixed windows with roundedCorners: false unable to be closed. #​32611 (Also in 15, 17)
  • Strip symbols from crashpad_handler binary on Linux, reducing bundle size. #​32554 (Also in 15, 17)
  • The <webview> implementation was made more robust, it no longer breaks when will-attach-webview handler modifies the internal params.instanceId. #​32429 (Also in 17)

Documentation

v16.0.7: electron v16.0.7

Compare Source

Release Notes for v16.0.7

Fixes

  • Allowed specifying x64 arch on Mac Rosetta via npm_config_arch. #​32381 (Also in 15, 17)
  • Bug fixed for registering protocol in windows which used to set invalid command if the execution path included space. #​32331 (Also in 14, 15, 17)
  • Fixed text input performance regression. #​32352
  • Fixed a crash caused by app.getLocaleCountryCode(). #​32321 (Also in 15, 17)
  • Fixed incorrect skipTransformProcessType option parsing in win.setVisibleOnAllWorkspaces(). #​32397 (Also in 13, 14, 15, 17)
  • Fixed regression where console windows would open for execSync and some spawnSync calls for Windows users. #​32379 (Also in 17)

v16.0.6: electron v16.0.6

Compare Source

Release Notes for v16.0.6

Fixes

Other Changes

  • Updated Chromium to 96.0.4664.110. #​32123

v16.0.5: electron v16.0.5

Compare Source

Release Notes for v16.0.5

Fixes


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 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.

@renovate renovate bot force-pushed the renovate/electron-16.x branch from bb7a4cf to b3045b0 Compare January 4, 2022 00:35
@renovate renovate bot changed the title Update dependency electron to v16.0.5 Update dependency electron to v16.0.6 Jan 4, 2022
@renovate renovate bot force-pushed the renovate/electron-16.x branch from b3045b0 to cfe6a1f Compare January 11, 2022 21:24
@renovate renovate bot changed the title Update dependency electron to v16.0.6 Update dependency electron to v16.0.7 Jan 11, 2022
@renovate renovate bot changed the title Update dependency electron to v16.0.7 Update dependency electron to v16.0.8 Jan 27, 2022
@renovate renovate bot force-pushed the renovate/electron-16.x branch from cfe6a1f to 1112479 Compare January 27, 2022 21:13
@renovate renovate bot force-pushed the renovate/electron-16.x branch from 1112479 to fe62884 Compare February 15, 2022 02:27
@renovate renovate bot changed the title Update dependency electron to v16.0.8 Update dependency electron to v16.0.9 Feb 15, 2022
@renovate renovate bot force-pushed the renovate/electron-16.x branch from fe62884 to f75a4a0 Compare March 7, 2022 09:14
@renovate renovate bot changed the title Update dependency electron to v16.0.9 Update dependency electron to v16.0.10 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/electron-16.x branch from f75a4a0 to 0e90a8b Compare March 26, 2022 14:54
@renovate renovate bot changed the title Update dependency electron to v16.0.10 Update dependency electron to v16.1.1 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/electron-16.x branch from 0e90a8b to 3579016 Compare April 24, 2022 20:04
@renovate renovate bot changed the title Update dependency electron to v16.1.1 Update dependency electron to v16.2.3 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/electron-16.x branch from 3579016 to 0efa043 Compare May 16, 2022 00:21
@renovate renovate bot changed the title Update dependency electron to v16.2.3 Update dependency electron to v16.2.6 May 16, 2022
@renovate renovate bot force-pushed the renovate/electron-16.x branch from 0efa043 to 2ee50c8 Compare June 18, 2022 18:54
@renovate renovate bot changed the title Update dependency electron to v16.2.6 Update dependency electron to v16.2.8 Jun 18, 2022
@renovate renovate bot changed the title Update dependency electron to v16.2.8 Update dependency electron to v16.2.8 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/electron-16.x branch December 8, 2024 18:53
@renovate renovate bot changed the title Update dependency electron to v16.2.8 - autoclosed Update dependency electron to v16.2.8 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
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.

0 participants