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 15.3.0 to 34.3.0 in /samples/ElectronTest #3961

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps electron from 15.3.0 to 34.3.0.

Release notes

Sourced from electron's releases.

electron v34.3.0

Release Notes for v34.3.0

Features

  • Added support for roundedCorners BrowserWindow constructor option on Windows. #45739 (Also in 35)

Fixes

  • Backported fix for a upstream bug that cause Offscreen Rendering to stutter. #45659 (Also in 32, 33, 35)
  • Fixed WebFrameMain crash related to accessing speculative frames that have been destroyed. #45687 (Also in 33, 35)
  • Fixed v8.setHeapSnapshotNearHeapLimit api in main and utility process, along with support for --diagnostic-dir Node.js cli flag to specify the directory to save the heap snapshots. #45644 (Also in 33, 35)
  • Fixed a crash that could occur in OSR on window close. #45629 (Also in 35)
  • Fixed a potential crash when calling legacy getUserMedia with an invalid chromeMediaSourceId. #45756 (Also in 35)
  • Fixed a potential issues permissions in the Pointer Lock API after focus loss and regain. #45627 (Also in 35)
  • Fixed an issue where Electron may experience crashes on Linux with 16KiB pages. #45571 (Also in 33)
  • Fixed crash on startup with asan build on macOS. #45567 (Also in 33, 35)
  • Fixed drag and drop icons not showing on Windows. #45778 (Also in 35)
  • Fixed file preview window reappearing when calling win.closeFilePreview twice on macOS. #45662 (Also in 32, 33, 35)
  • Fixed web worker scripts failing to load for chrome extensions. #45710 (Also in 32, 33, 35)

Other Changes

  • Security: backported fix for 383772517. #45704
  • Updated Chromium to 132.0.6834.210. #45805
  • Updated Node.js to v20.18.3. #45575

electron v34.2.0

Release Notes for v34.2.0

Features

  • Added webContents.navigationHistory.restore(index, entries) API that allows restoration of navigation history. #45584

Fixes

  • Fixed an issue where windows on Windows with backgroundMaterial lost effect on maximization. #45526 (Also in 35)
  • Fixed crash when accessing WebFrameMain frames and name attributes on destroyed frames. #45510 (Also in 33, 35)
  • Fixed the path for a needed library used for mksnapshot. #45544 (Also in 32, 33, 35)

Other Changes

  • Updated Chromium to 132.0.6834.196. #45516
  • Updated Node.js to v20.18.2. #45300

electron v34.1.1

Release Notes for v34.1.1

Other Changes

  • Backported fix for 387258077,383070811. #45497

electron v34.1.0

Release Notes for v34.1.0

... (truncated)

Changelog

Sourced from electron's changelog.

Breaking Changes

Breaking changes will be documented here, and deprecation warnings added to JS code where possible, at least one major version before the change is made.

Types of Breaking Changes

This document uses the following convention to categorize breaking changes:

  • API Changed: An API was changed in such a way that code that has not been updated is guaranteed to throw an exception.
  • Behavior Changed: The behavior of Electron has changed, but not in such a way that an exception will necessarily be thrown.
  • Default Changed: Code depending on the old default may break, not necessarily throwing an exception. The old behavior can be restored by explicitly specifying the value.
  • Deprecated: An API was marked as deprecated. The API will continue to function, but will emit a deprecation warning, and will be removed in a future release.
  • Removed: An API or feature was removed, and is no longer supported by Electron.

Planned Breaking API Changes (36.0)

Removed:isDefault and status properties on PrinterInfo

These properties have been removed from the PrinterInfo Object because they have been removed from upstream Chromium.

Deprecated: Extension methods and events on session

session.loadExtension, session.removeExtension, session.getExtension, session.getAllExtensions, 'extension-loaded' event, 'extension-unloaded' event, and 'extension-ready' events have all moved to the new session.extensions class.

Removed: systemPreferences.isAeroGlassEnabled()

The systemPreferences.isAeroGlassEnabled() function has been removed without replacement. It has been always returning true since Electron 23, which only supports Windows 10+, where DWM composition can no longer be disabled.

https://learn.microsoft.com/en-us/windows/win32/dwm/composition-ovw#disabling-dwm-composition-windows7-and-earlier

Planned Breaking API Changes (35.0)

Behavior Changed: Dialog API's defaultPath option on Linux

On Linux, the required portal version for file dialogs has been reverted to 3 from 4. Using the defaultPath option of the Dialog API is not supported when using portal file chooser dialogs unless the portal backend is version 4 or higher. The --xdg-portal-required-version command-line switch can be used to force a required version for your application. See #44426 for more details.

Deprecated: getFromVersionID on session.serviceWorkers

The session.serviceWorkers.fromVersionID(versionId) API has been deprecated

... (truncated)

Commits
  • 289a186 chore: cherry-pick 1 changes from 0-M133 (#45704)
  • b19995e refactor: remove unused gin_helper::WrappableBase::GetWrapper(v8::Isolate*) (...
  • 47ab952 chore: bump chromium to 132.0.6834.210 (34-x-y) (#45805)
  • 0c73c66 refactor: remove unused v8::Isolate* arg from GlobalShortcut constructor ...
  • 289168a fix: drag and drop icons on Windows (#45778)
  • 9f27479 refactor: do not use AdaptCallbackForRepeating() in `electron_api_url_loade...
  • 01b8069 docs: clarify navigationhistory offsets (#45765)
  • 31a95f7 refactor: use base's map utills in WebFrameMain (#45759)
  • 70b3546 fix: crash on getUserMedia with invalid chromeMediaSourceId (#45756)
  • 4fdfc66 refactor: use base::as_byte_span() in EncodeToken(). (#45750)
  • 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 <dependency name> 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)

Bumps [electron](https://github.com/electron/electron) from 15.3.0 to 34.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v15.3.0...v34.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants