bbg-contributors / bbg

A static blog generator based on Electron Technology
https://bbg.nekomoe.xyz
The Unlicense
25 stars 4 forks source link

chore(deps-dev): bump electron from 32.0.1 to 32.1.0 #372

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps electron from 32.0.1 to 32.1.0.

Release notes

Sourced from electron's releases.

electron v32.1.0

Release Notes for v32.1.0

Features

  • Added support for the macOS system picker in desktopCapturer and setDisplayMediaRequestHandler. #43679 (Also in 33)

Fixes

  • Fixed BrowserView auto resize issue. #43637 (Also in 31, 33)
  • Fixed a potential issue with fillable PDF forms saving correctly in some circumstances. #43687 (Also in 33)
  • Fixed an issue where defaultPath did not work for all users on Linux when creating an open file dialog. #43629 (Also in 30, 31, 33)
  • Fixed an issue where users would be incorrectly notified of print failure upon intentional cancellation. #43643
  • Fixed an issue with resize events being emitted on Windows when the window was moved but not resized. #43644 (Also in 33)
  • Fixed other apps not being focused when launched from electron ozone/wayland. #43577 (Also in 31, 33)
  • Restored Chromium default Content-Disposition header parsing. #43668 (Also in 30, 31, 33)

Other Changes

  • Updated Chromium to 128.0.6613.120. #43502
  • Updated Node.js to v20.17.0. #43424

electron v32.0.2

Release Notes for v32.0.2

Fixes

  • Fixed MenuItem.click handler not setting focusedWindow parameter when focused window is a BaseWindow. #43437 (Also in 31, 33)
  • Fixed an issue where BaseWindow.setTouchBar didn't work as expected. #43421 (Also in 30, 31, 33)
  • Fixed bug where camera permissions affected screen sharing. #43544
  • Fixed devtools to allow restoring saved dock state on Linux when WCO is enabled. #43501 (Also in 31, 33)
  • Fixed electron app in ozone/wayland not being focused when launched from another app. #43548 (Also in 31, 33)

Other Changes

  • Updated Chromium to 128.0.6613.84. #43425

Documentation

  • Documentation changes: #43459
Commits
  • 097c6b7 feat: add support for system picker in setDisplayMediaRequestHandler (#43679)
  • fa1311e fix: ensure SetPluginCanSave updated in PDFs (#43687)
  • 5b933e9 fix: -Wunsafe-buffer-usage warning in V8Serializer::Serialize() (#43676)
  • 017ba5b fix: restore Chromium default Content-Disposition header parsing (#43668)
  • 7034537 perf: use v8::Local<v8::Object> as the key in ObjectCache (#43662)
  • 57cca46 chore: bump node to v20.17.0 (32-x-y) (#43424)
  • 7097afb docs: update window customization tutorial (#43660)
  • aead35a fix: printing occasionally showing failed when cancelled (#43643)
  • 01ef055 fix: ensure bounds stability in OnWidgetBoundsChanged (#43644)
  • f74c353 fix: out-of-scope Local handle in node::CallbackScope (#43639)
  • 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 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] commented 2 weeks ago

Superseded by #376.