mafischer / trader-bot

A stock trading bot with trade strategy plugins.
ISC License
26 stars 7 forks source link

Bump electron from 11.2.3 to 25.1.1 #225

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps electron from 11.2.3 to 25.1.1.

Release notes

Sourced from electron's releases.

electron v25.1.1

Release Notes for v25.1.1

Fixes

  • Added transparent color support for WCO on Windows. #38715 (Also in 26)
  • Fixed an error with webContents.print parameter validation by adding missing options required to set printer printable area. #38720 (Also in 26)
  • Fixed an issue where passing webContents.print(null) could incorrectly trigger an error. #38642 (Also in 24, 26)
  • Fixed an issue with potential use-after-free of child windows on close and reparent. #38678 (Also in 24, 26)
  • Fixed potential invalid protocol error handling. #38634 (Also in 26)
  • Fixed visibility of menu bar when exiting full screen. #38682 (Also in 23, 24, 26)

electron v25.1.0

Release Notes for v25.1.0

Features

  • Added setUSBProtectedClassesHandler to allow access to protected USB classes with WebUSB. #38493 (Also in 24)
  • Added setUSBProtectedClassesHandler to allow access to protected USB classes with WebUSB. #38493 (Also in 24)

Fixes

  • Fixed an issue where <datalist> popups are positions incorrectly in BrowserViews. #38609 (Also in 23, 24, 26)

Other Changes

  • Improved error message when contentTracing.stopRecording() fails because no trace was in progress. #38519 (Also in 23, 24)
  • Updated Chromium to 114.0.5735.91. #38516

electron v25.0.1

Release Notes for v25.0.1

Fixes

  • Fixed potential issues when minimizing parent windows with non-modal children on macOS. #38509 (Also in 24)

Other Changes

  • Fixed an issue where mksnapshot would crash with a sigbus error. #38510

electron v25.0.0

Release Notes for v25.0.0

Stack Upgrades

Features

... (truncated)

Commits
  • 4249800 refactor: use compile-time cli arg sets. (#38768)
  • 2ba9860 docs: clarify supported accelerator punctuation (#38755)
  • 7c65388 perf: prefer base::StringPiece over std::string for build-time strings (#38737)
  • 96ae5c1 fix: menu bar visibility when exiting full screen (#38682)
  • 6dc122f fix: webContents.print parameter validation error (#38720)
  • 160d48f build: move uploadIndexJson to just before publishRelease (#38699)
  • 605d6c9 refactor: add SessionPreferences::CreateForBrowserContext() (#38714)
  • b606a98 fix: WCO transparent background (#38715)
  • 4779d56 docs: use local img for contents.adjustSelection api (#38696)
  • a7bb6de build: use upstream's presubmit cpplint filters. (#38688)
  • 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 #227.