Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps electron to 29.4.6 and updates ancestor dependency cordova-electron. These dependencies need to be updated together.

Updates electron from 14.2.9 to 29.4.6

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

Updates cordova-electron from 3.1.0 to 4.0.0

Changelog

Sourced from cordova-electron's changelog.

4.0.0 (Mar 05, 2024)

This release requires the environment to have Node.js 18.0.0 or higher. It is recommended to use the current LTS, which is 20.11.1 at the time of this release.

Project Dependencies:

  • cordova-common@^5.0.0
  • electron@^29.0.0
  • electron-builder@^24.12.0
  • electron-devtools-installer@^3.2.0
  • execa@^5.1.1
  • fs-extra@^11.2.0

Electron App Stack:

  • Electron 29.0.0
  • Chromium 122.0.6261.39
  • Node v20.9.0
  • V8 12.2

Breaking:

  • GH-263 feat!: bump electron@^29.0.0 w/ supporting changes
  • GH-266 fix!: remove extra array wrapper from passed arguments
  • GH-264 npm(dep)!: bump electron-builder@^24.12.0, bump node engine requirement & CI
    • Updates Node Engine Requirement >= 18.0.0
  • GH-271 dep!: bump fs-extra@^11.2.0
  • GH-265 npm(dep)!: bump other dependencies

Others:

  • GH-232 dep(npm): bump dev dependencies
  • GH-270 chore: rebuilt package-lock.json

CI:

  • GH-268 ci: downgrade codecov action dependency to v3
  • GH-267 ci: add node 20.x & use latest action dependencies
  • GH-236 ci: update github action workflow
Commits
  • d2192b2 Updated RELEASENOTES.md & version for release 4.0.0 (electron-v4.0.0)
  • d202aee dep!: bump fs-extra@^11.2.0 (#271)
  • d77e2b9 chore: rebuilt package-lock.json (#270)
  • 85d63f1 ci: downgrade codecov action dependency to v3 (#268)
  • 9bd9c18 ci: add node 20.x & use latest action dependencies (#267)
  • 40227e1 fix!: remove extra array wrapper from passed arguments (#266)
  • 972734e npm(dep)!: bump other dependencies (#265)
  • bd400cf npm(dep)!: bump electron-builder@^24.12.0, bump node engine requirement & CI ...
  • 8fcde3a feat!: bump electron@^29.0.0 w/ supporting changes (#263)
  • 7053f35 feat!: bump electron@^19.0.3 (#237)
  • Additional commits viewable in compare view

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) to 29.4.6 and updates ancestor dependency [cordova-electron](https://github.com/apache/cordova-electron). These dependencies need to be updated together.


Updates `electron` from 14.2.9 to 29.4.6
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v14.2.9...v29.4.6)

Updates `cordova-electron` from 3.1.0 to 4.0.0
- [Changelog](https://github.com/apache/cordova-electron/blob/master/RELEASENOTES.md)
- [Commits](apache/cordova-electron@3.1.0...4.0.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 29.4.6
  dependency-type: indirect
- dependency-name: cordova-electron
  dependency-version: 4.0.0
  dependency-type: direct:development
...

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 1, 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.

1 participant