kando-menu / kando

🥧 The Cross-Platform Pie Menu.
https://ko-fi.com/post/Kando-1-0-0-released-G2G5Z1DOS
Other
2.66k stars 78 forks source link

⬆️ Bump electron from 29.4.3 to 30.1.2 #509

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps electron from 29.4.3 to 30.1.2.

Release notes

Sourced from electron's releases.

electron v30.1.2

Release Notes for v30.1.2

Fixes

  • Fixed an issue where MessagePorts could close unexpectedly with non-cloneable objects sent via postMessage. #42582 (Also in 32)
  • Fixed an issue where navigator.usb.getDevices() could crash in some circumstances. #42461 (Also in 29, 31)

Other Changes

  • Fixed crash in gpu process when software compositing is enabled on linux with x11 platform. #42567 (Also in 29, 31, 32)

electron v30.1.1

Release Notes for v30.1.1

Fixes

  • Fixed an issue where app.setLoginItemSettings incorrectly checked against loginItemService. #42403 (Also in 29, 31)
  • Fixed an issue where contentWindow.document.fonts.ready would never resolve in some circumstances. #42384 (Also in 31)
  • Fixed an issue where fetch dependent interfaces in Node.js were not defined when nodeIntegration was enabled in some circumstances. #42454 (Also in 31)
  • Fixed an issue where bad flags passed via --js-flags could cause a crash. #42440 (Also in 29, 31)
  • Fixed support for multiple folder/file selection in //shell_dialogs portal implementation. #42426 (Also in 29, 31)
  • Re-adds functionality to check whether or not an app was launched as a login service on macOS. #42423 (Also in 29, 31)

Other Changes

  • Improved error messages when ses.cookies.set fails. #42398 (Also in 29, 31)

electron v30.1.0

Release Notes for v30.1.0

Fixes

  • BrowserWindow.show() now correctly restores focus to inactive apps on macOS. #42306 (Also in 31)
  • Fixed BrowserWindow vibrancy on macOS. #42263
  • Fixed an issue where BrowserView webContents were getting destroyed even when preventDefault was being set on the owning BrowserWindow's close event. #42371
  • Fixed an issue where dialogs did not work if they were parented to a BaseWindow and not a BrowserWindow. #42327 (Also in 31)
  • Fixed an issue where some calls to WebUSB methods could crash. #42364 (Also in 29, 31)

Other Changes

  • Updated Chromium to 124.0.6367.243. #42328
  • Updated Node.js to v20.14.0. #42294

electron v30.0.9

Release Notes for v30.0.9

Fixes

  • Fixed the type of WebviewTag.webpreferences back to string. #42280 (Also in 31)

Other Changes

  • Updated Chromium to 124.0.6367.233. #42269

... (truncated)

Commits
  • 91de7d0 fix: MessagePort closing unexpectedly with non-cloneable objects (#42582)
  • 8534c9a chore: cherry-pick f8010390 from chromium (#42567)
  • fdd94cd test: use longer timeout on contentTracing tests on WOA (#42553)
  • ad7e6cc chore: improve error message on failed SMApp register/unregister (#42556)
  • 987e182 fix: don't observe WebUSB for in-memory partitions (#42461)
  • 95e2105 fix: missing fetch-dependent interfaces in Node.js (#42454)
  • b21d788 fix: bad js-flags shouldn't crash the app (#42440)
  • 21085db fix: multiple selection in //shell_dialogs Portal/KDE implementations (#42426)
  • 0b71018 fix: iframe.contentWindow.document.fonts resolution (#42384)
  • e167501 fix: restore wasOpenedAtLogin functionality (#42423)
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | electron | [>= 29.a, < 30] | | electron | [>= 31.a, < 32] |

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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)
Schneegans commented 3 months ago

@dependabot ignore this major version

dependabot[bot] commented 3 months ago

OK, I won't notify you about version 30.x.x again, unless you re-open this PR.