l1xnan / obsidian-better-export-pdf

Obsidian PDF export enhancement plugin
MIT License
242 stars 13 forks source link

build(deps-dev): bump electron from 28.1.3 to 29.2.0 #168

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps electron from 28.1.3 to 29.2.0.

Release notes

Sourced from electron's releases.

electron v29.2.0

Release Notes for v29.2.0

Fixes

  • Fixed crash in Notification::Close() under libnotify 0.8.x with portal environment. #41707 (Also in 28, 30)
  • Fixed usage of Storage.{get|set|clear}Cookies via the Chrome DevTools Protocol. #41739 (Also in 28, 30)

Other Changes

  • Security: backported fix for CVE-2024-2885.
    • Security: backported fix for CVE-2024-2883.
    • Security: backported fix for CVE-2024-2887.
    • Security: backported fix for CVE-2024-2886.
    • Security: backported fix for 329674887.
    • Security: backported fix for 327183408.
    • Security: backported fix for 326349405. #41746
  • Updated Chromium to 122.0.6261.156. #41765

Documentation

  • Documentation changes: #41730

Unknown

  • Added support for Bluetooth ports being requested by service class ID in navigator.serial. #41735 (Also in 30)

electron v29.1.6

Release Notes for v29.1.6

Fixes

  • Fixed shell.showItemInFolder not opening Windows Explorer if the passed path contains forward slashes. #41672 (Also in 28, 30)
  • Fixed a potential crash in chrome.scripting on extension unload. #41701 (Also in 30)
  • Fixed an issue where emojis weren't properly handled on Windows. #41680 (Also in 30)
  • Fixed an issue where the serial-port-added event improperly respected filters set by serial.requestPort(). #41636 (Also in 28, 30)

Other Changes

  • Security: backported fix for CVE-2024-2625. #41631
  • Updated Chromium to 122.0.6261.139. #41634

electron v29.1.5

Release Notes for v29.1.5

Fixes

  • Fixed an issue where badge text set using the Badging API no longer appeared correctly on Windows. #41628 (Also in 30)

Other Changes

  • Updated Chromium to 122.0.6261.130. #41598

electron v29.1.4

... (truncated)

Commits
  • ed9a12c chore: bump chromium to 122.0.6261.156 (29-x-y) (#41765)
  • fe4d3a2 docs: add missing headers option to ClientRequest options (#41730)
  • ad9a90e chore: cherry-pick 8 changes from Release-1-M123 (#41746)
  • 8647232 feat(serial): allow Bluetooth ports to be requested by service class ID (#41735)
  • f9e28e3 fix: Storage.{get|set|clear}Cookies via CDP not working (#41739)
  • 3698f89 fix: don't do self-destroy in LibnotifyNotification::Dismiss() (#41707)
  • 238cc80 chore: bump chromium to 122.0.6261.148 (29-x-y) (#41711)
  • 3b025ec test: add test and api_feature definition for `chrome.scripting.globalParam...
  • d2c14f1 fix: crash on extension unload when script validation finishes (#41701)
  • 0d3f50f docs: backslash escape parametrized TypeScript types (#41692)
  • 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 months ago

Superseded by #176.