webdriverio-community / wdio-electron-service

WebdriverIO service for testing Electron applications
https://webdriver.io
MIT License
32 stars 14 forks source link

chore(deps-dev): bump electron from 29.4.2 to 29.4.3 #652

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps electron from 29.4.2 to 29.4.3.

Release notes

Sourced from electron's releases.

electron v29.4.3

Release Notes for v29.4.3

Fixes

  • Fixed an issue where app.setLoginItemSettings incorrectly checked against loginItemService. #42405 (Also in 30, 31)
  • Fixed an issue where navigator.usb.getDevices() could crash in some circumstances. #42463 (Also in 30, 31)
  • Fixed an issue where bad flags passed via --js-flags could cause a crash. #42442 (Also in 30, 31)
  • Fixed an issue where control could fail to return properly after saving a dialog using showOpenDialogSync on Linux. #42679 (Also in 30, 31, 32)
  • Fixed an issue where some calls to WebUSB methods could crash. #42363 (Also in 31)
  • Fixed potentially incorrect exit code in UtilityProcess. #42396 (Also in 30, 31)
  • Fixed support for multiple folder/file selection in //shell_dialogs portal implementation. #42425 (Also in 30, 31)
  • Re-adds functionality to check whether or not an app was launched as a login service on macOS. #42421 (Also in 30, 31)

Other Changes

  • Fixed crash in gpu process when software compositing is enabled on linux with x11 platform. #42569 (Also in 30, 31, 32)
  • Fixed startup crash on linux when obtaining display info with x11 backend. #42641
  • Improved error messages when ses.cookies.set fails. #42399 (Also in 30, 31)
  • Security: backported fix for 339736513.
    • Security: backported fix for CVE-2024-5499.
    • Security: backported fix for CVE-2024-5493.
    • Security: backported fix for CVE-2024-5494.
    • Security: backported fix for CVE-2024-5495.
    • Security: backported fix for CVE-2024-5496. #42589
  • Security: backported fix for CVE-2024-5158.
    • Security: backported fix for CVE-2024-5160.
    • Security: backported fix for CVE-2024-5157.
    • Security: backported fix for CVE-2024-5159.
    • Security: backported fix for 340822365. #42572
  • Security: backported fix for CVE-2024-5831.
    • Security: backported fix for CVE-2024-5832. #42603
  • Security: backported fix for CVE-2024-6100.
    • Security: backported fix for CVE-2024-6101.
    • Security: backported fix for CVE-2024-6103. #42618
Commits


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)