8000 ⬆️ Bump electron from 31.7.7 to 36.5.0 by dependabot[bot] · Pull Request #1012 · kando-menu/kando · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

⬆️ Bump electron from 31.7.7 to 36.5.0 #1012

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

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

Conversation

dependabot[bot]
Copy link
Contributor
@depe
8000
ndabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps electron from 31.7.7 to 36.5.0.

Release notes

Sourced from electron's releases.

electron v36.5.0

Release Notes for v36.5.0

Features

  • Added before-mouse-event to allow intercepting and preventing mouse events in WebContents. #47365 (Also in 37)
  • Added the priority and priorityIncremental options to net.request(). #47320 (Also in 37)
  • Exposed win.isContentProtected() to allow developers to check window protection status. #47311 (Also in 37)

Fixes

  • Fixed addChildView() crashes when adding a closed WebContentsView. #47340 (Also in 35, 37)
  • Fixed a potential crash using session.clearData in some circumstances. #47411 (Also in 35, 37)
  • Fixed an error when importing electron for the first time from an ESM module loaded by a CJS module in a packaged app. #47343 (Also in 35, 37)
  • Fixed an issue where calling Fetch.continueResponse via debugger with WebContentsView could cause a crash. #47442 (Also in 35, 37)
  • Partially fixes an issue with printing a PDF via webContents.print() where the callback would not be called. #47400 (Also in 35, 37)

Other Changes

  • Backported fix for 420637585. #47368
  • Updated Chromium to 136.0.7103.168. #47441
  • Updated Node.js to v22.16.0. #47214

electron v36.4.0

Release Notes for v36.4.0

Fixes

  • Fixed crash in autoUpdater on macOS when zip extraction failed. #47300 (Also in 34, 35, 37)

Other Changes

Documentation

  • Documentation changes: #47298

electron v36.3.2

Release Notes for v36.3.2

Fixes

  • Fixed an issue where protected transparent windows inappropriately showed a titlebar after visibility change. #47264 (Also in 35, 37)
  • Fixed regression with directory selection in macOS dialogs. #47278 (Also in 35, 37)

Other Changes

  • Updated Chromium to 136.0.7103.115. #47215

electron v36.3.1

Release Notes for v36.3.1

Other Changes

... (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 (38.0)

Removed: macOS 11 support

macOS 11 (Big Sur) is no longer supported by Chromium.

Older versions of Electron will continue to run on Big Sur, but macOS 12 (Monterey) or later will be required to run Electron v38.0.0 and higher.

Planned Breaking API Changes (37.0)

Utility Process unhandled rejection behavior change

Utility Processes will now warn with an error message when an unhandled rejection occurs instead of crashing the process.

To restore the previous behavior, you can use:

process.on('unhandledRejection', () => {
  process.exit(1)
})

Behavior Changed: process.exit() kills utility process synchronously

Calling process.exit() in a utility process will now kill the utility process synchronously. This brings the behavior of process.exit() in line with Node.js behavior.

Please refer to the Node.js docs and [PR #45690](electron/electron#45690) to understand the potential implications of that, e.g., when calling console.log() before process.exit().

Behavior Changed: WebUSB and WebSerial Blocklist Support

... (truncated)

Commits
  • 8d2654c chore: bump chromium to 136.0.7103.168 (36-x-y) (#47441)
  • e98530a refactor: move gin::Converter\<PreloadScript> impl to a .cc file (#47467)
  • 573c8aa refactor: have ShowSaveDialogSync() return a std::optional<base::FilePath> (#...
  • ddee51e docs: update remaining references to electron-quick-start (#47449)
  • 351e6e3 fix: rework lifetime mgmt of ClearDataTask/ClearDataOperation (#47411)
  • 55557dd fix: crash calling Fetch.continueResponse with WebContentsView (#47442)
  • 5e9f4ea docs: remove electron-quick-start from README (#47388)
  • e3939f2 docs: mention kwallet6 command line option (#47438)
  • cac4755 fix: printing PDF via webContents.print() (#47400)
  • 47caba6 docs: no class inheritance (#47432)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
electron [>= 30.a, < 31]

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 31.7.7 to 36.5.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v31.7.7...v36.5.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 36.5.0
  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 Jun 23, 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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0