wire-desktop icon indicating copy to clipboard operation
wire-desktop copied to clipboard

chore(deps-dev): bump electron from 35.0.2 to 35.5.1

Open dependabot[bot] opened this issue 5 months ago • 1 comments

Bumps electron from 35.0.2 to 35.5.1.

Release notes

Sourced from electron's releases.

electron v35.5.1

Release Notes for v35.5.1

Fixes

  • Fixed addChildView() crashes when adding a closed WebContentsView. #47339
  • Fixed crash in autoUpdater on macOS when zip extraction failed. #47299 (Also in 34, 36, 37)
  • Fixed crash when pausing in loops due to missing context when desugared. #47286

Other Changes

  • Security: backported fix for CVE-2025-5419. #47354

electron v35.5.0

Release Notes for v35.5.0

Features

  • Added innerWidth and innerHeight options for window.open. #47045 (Also in 36, 37)
  • Added sublabel functionality for menus on macOS >= 14.4. #47041 (Also in 36, 37)
  • Added support for screen.dipToScreenPoint(point) and screen.screenToDipPoint(point) on Linux X11. #47124 (Also in 36, 37)
  • Added support for node option --experimental-network-inspection. #47029 (Also in 36, 37)

Fixes

  • Fixed a possible crash in shell.readShortcutLink. #47226 (Also in 36)
  • Fixed an issue where protected transparent windows inappropriately showed a titlebar after visibility change. #47265 (Also in 36, 37)
  • Fixed an issue where the 'suspend' and 'resume' events could be emitted in duplicate. #47190 (Also in 36, 37)
  • Fixed an issue where the backgroundMaterial feature did not work in a frameless window on initial window creation. #47236 (Also in 36)
  • Fixed opening package paths as directory when treatPackageAsDirectory is enabled on macOS. #47110 (Also in 36, 37)
  • Fixed regression with directory selection in macOS dialogs. #47276 (Also in 36, 37)

Other Changes

  • Security: backported fix for 403364367. #47069
  • Security: backported fix for CVE-2025-4609.
    • Security: backported fix for CVE-2025-4664. #47175
  • Updated Node.js to v22.15.1. #47102

electron v35.4.0

Release Notes for v35.4.0

Features

  • Added support for system-context-menu on Linux. #46977 (Also in 36)

Fixes

  • Fixed a possible crash using the WebView tag and calling focus. #47035 (Also in 36, 37)
  • Fixed an issue where the window flickers with either a light or dark color before loading the desired background color. #47052 (Also in 36, 37)
  • Fixed crash in xdg portal version detection on startup. #47025 (Also in 36, 37)
  • Restored previous window-hiding behavior of win.setContentProtected() on Windows. #47034 (Also in 36, 37)

Other Changes

... (truncated)

Commits
  • 6b08d83 chore: cherry-pick 1 changes from 1-M137 (#47354)
  • 71233a4 fix: addChildView() crashes when adding a closed WebContentsView (#47339)
  • f370a19 docs: correct 'select-bluetooth-device' requirement (#47335)
  • a7fd887 fix: Squirrel.Mac crash when zip extraction fails (#47299)
  • 7f5e6c5 ci: add a problem matcher for ESLint output (#47306)
  • fadec9a fix: crash due to incorrect debug scope information (#47286)
  • a8cdd60 chore: update @​electron/lint-roller to 3.1.1 (#47273)
  • 6280172 build: migrate to new chromium git auth (#47253)
  • 94f6e16 fix: regression with directory selection in macOS dialogs (#47276)
  • 5fde569 fix: titlebar showing in content protected window (#47265)
  • 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)

dependabot[bot] avatar Jun 05 '25 03:06 dependabot[bot]