Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps electron from 23.3.13 to 36.6.0.

Release notes

Sourced from electron's releases.

electron v36.6.0

Release Notes for v36.6.0

Features

  • Added support for --no-experimental-global-navigator flag. #47417 (Also in 35, 37)
  • Added support for HIDDevice.collections. #47484 (Also in 37)
  • Added support for customizing system accent color and highlighting of active window border. #47538 (Also in 35, 37)

Fixes

  • Fixed an issue where utility processes could leak file handles. #47541 (Also in 35, 37)

Other Changes

  • Updated Chromium to 136.0.7103.177. #47500

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

... (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
  • e90282d docs: update asar integrity fuse availability (#47566)
  • 13ceef3 feat: support customizing window accent color on Windows (#47538)
  • c2a3d24 docs: Add C++/Linux tutorial (#47549)
  • d4a93c8 fix: ensure /dev/null fd is closed on failure (#47541)
  • cd42e9b feat: add support for --no-experimental-global-navigator (#47417)
  • c15c6d9 build: rewrite push-patch to use the github API instead of local git commits ...
  • 2d9cb53 refactor: simplify titlebar overlay initialization (#47523)
  • abda6bf build: update cache action to latest (#47517)
  • 20dc3db chore: bump chromium to 136.0.7103.177 (36-x-y) (#47500)
  • f9cba35 feat: support HIDDevice.collections (#47484)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [electron](https://github.com/electron/electron) from 23.3.13 to 36.6.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v23.3.13...v36.6.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 36.6.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 1, 2025
@dependabot dependabot bot requested a review from adidahiya as a code owner July 1, 2025 14:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 1, 2025
@github-actions
Copy link

github-actions bot commented Jul 1, 2025

PR Preview Action v1.6.1
Preview removed because the pull request was closed.
2025-09-04 15:30 UTC

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2025

Superseded by #405.

@dependabot dependabot bot closed this Sep 4, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-36.6.0 branch September 4, 2025 15:29
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.

1 participant