ipfs-examples / js-ipfs-examples

Collection of js-ipfs examples
247 stars 158 forks source link

chore(deps-dev): bump electron from 20.3.11 to 22.2.0 #726

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps electron from 20.3.11 to 22.2.0.

Release notes

Sourced from electron's releases.

electron v22.2.0

Release Notes for v22.2.0

Features

  • Adds new setHiddenInMissionControl API to allow developers to opt out of mission control on macOS. #36390

Fixes

  • Fixed a BrowserWindow maxWidth or maxHeight of 0 causing strange resizing behavior. #36512 (Also in 21, 23)
  • Fixed tray icon not showing on desktop environments that have no support for app indicator. #37034 (Also in 23)

Other Changes

  • Security: backported fix for CVE-2023-0471. #37022
  • Updated Chromium to 108.0.5359.215. #37019

Documentation

  • Documentation changes: #37032

electron v22.1.0

Release Notes for v22.1.0

Features

  • Added label property to Display objects. #36932 (Also in 21, 23)

Fixes

  • Fixed an issue where webViews could have an incorrect initial background color following reloads. #36940 (Also in 21, 23)
  • Removed plugin helper checks on macOS gated behind enable_plugins buildflag. #36978 (Also in 23)

Other Changes

  • Fixed voiceover repeating selected text when expanding selection in a textarea. #36991

electron v22.0.3

Release Notes for v22.0.3

Fixes

  • Fixed an issue on macOS when trying to switch processes with Cmd+Tab after exiting Kiosk Mode. #36918 (Also in 21, 23)
  • Fixed an issue where the setPermissionRequestHandler callback would be invoked twice when using navigator.getUserMedia(...). #36873 (Also in 23)
  • Use the process cache to reduce the memory for asar file. #36664 (Also in 21, 23)

electron v22.0.2

Release Notes for v22.0.2

Fixes

  • Fixed an RTL issue that could happen in some locales when calling BrowserWindow.setTrafficLightPosition() on macOS. #36851 (Also in 21, 23)
  • Fixed an error when fs.readdir gets null for options. #36849 (Also in 23)
  • Fixed missing headers in libcxx_headers bundle. #36865

Other Changes

... (truncated)

Commits
  • fe3baa8 ci: ensure correct ninja is used (#37071)
  • 21082ae docs: updated deep link docs (#37032)
  • 5ed0f95 chore: bump chromium to 108.0.5359.215 (22-x-y) (#37019)
  • 4f5432e fix: fallback to GtkStatusIcon when app indicator is not supported (#37034)
  • ef164e7 feat: Add BrowserWindow option to hide window in Mission Control (macOS) (#36...
  • 786350c chore: remove crashpad related sandbox policy (#37027)
  • 19b85bb chore: cherry-pick 57c54ae221d6 from chromium (#37022)
  • 95772e1 fix: treat maxWidth/Height<=0 as unlimited (#36512)
  • a73332f test: support running tests against Electron releases (#36968)
  • 153abeb test: add a \<datalist> spec for time type (#36997)
  • 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 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 1 year ago

Superseded by #729.