Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump electron from 24.3.1 to 25.3.1 #961

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2023

Bumps electron from 24.3.1 to 25.3.1.

Release notes

Sourced from electron's releases.

electron v25.3.1

Release Notes for v25.3.1

Fixes

  • Fixed an issue where BrowserWindow.moveAbove() and BrowserWindow.moveTop() did not work for child windows on macOS. #39071 (Also in 24, 26)
  • Fixed an issue where files could in some circumstances be selection when openFile was not passed as a dialog property. #39096 (Also in 24, 26)
  • Fixed an issue with webContents.print({ silent: true }) not working correctly. #39095 (Also in 26)
  • Fixed an issue with the application menu overlapping menu items on Windows 11. #39099 (Also in 26)

Other Changes

  • Updated Chromium to 114.0.5735.243. #39146

electron v25.3.0

Release Notes for v25.3.0

Features

  • Added the ability to send HTTP headers with session.downloadURL(). #38870 (Also in 26)

Fixes

  • Fixed a crash when listing desktop capture sources on Wayland with PipeWire. #39051 (Also in 24, 26)
  • Fixed an issue where protocol.handle() never called its callback with the 'file' scheme. #39064
  • Fixed an issue where certain Electron classes had incorrect prototype class names. #39035 (Also in 26)
  • Fixed an issue where notifications created on macOS which have no actions will erroneously have a Show button visible. #39014 (Also in 24, 26)
  • Fixed an issue where removing a webview in a close callback could cause crashes. #39008 (Also in 24, 26)
  • Fixed display of title bar buttons on Wayland. #39044 (Also in 26)

Unknown

  • Fixed an issue where setting bounds on BrowserViews can behave inconsistently across platforms. #39005 (Also in 26)

electron v25.2.0

Release Notes for v25.2.0

Features

  • node: prefixed requires are now supported in sandboxed renderer preloads for events, timers and url. #38729 (Also in 24, 26)

Fixes

  • Fixed webContents.printToPDF preferCSSPageSize type error. #38791 (Also in 24, 26)
  • Fixed a crash seen when trying to change nativeTheme source during mara context menu close. #38839 (Also in 26)
  • Fixed an issue where webContents.print() stopped triggering its callback when the user cancelled the print dialog. #38814 (Also in 26)

Other Changes

  • Updated Chromium to 114.0.5735.134. #38782

electron v25.1.1

Release Notes for v25.1.1

Fixes

... (truncated)

Commits
  • b122310 chore: bump chromium to 114.0.5735.243 (25-x-y) (#39146)
  • 4a20042 build: fixup Codespaces build-tools setup (#39141)
  • 0e5725b build: correct codespaces devcontainer extensions settings (#39145)
  • 95aa540 fix: webContents.print({ silent: true }) not working correctly (#39095)
  • 3c75dd1 fix: file selection when disallowed on macOS (#39096)
  • 81fb39f docs: fix a capitalization problem in messagePort tutorial (#39129)
  • 2448993 fix: menu border being created properly on Windows 11 (#39099)
  • deb0f6e chore: bump chromium to 114.0.5735.200 (25-x-y) (#39090)
  • 476c925 fix: BrowserWindow.moveAbove() not working for child windows (#39071)
  • 2b355f8 fix: protocol.handle not intercepting file protocol (#39064)
  • 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)

Bumps [electron](https://github.com/electron/electron) from 24.3.1 to 25.3.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v24.3.1...v25.3.1)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 20, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 27, 2023

Superseded by #963.

@dependabot dependabot bot closed this Jul 27, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-25.3.1 branch July 27, 2023 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants