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 the electron group across 1 directory with 7 updates #28

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

Conversation

dependabot[bot]
Copy link

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

Bumps the electron group with 7 updates in the / directory:

Package From To
electron 25.8.4 34.3.0
electron-builder 24.13.3 25.1.8
app-builder-lib 24.13.3 25.1.8
electron-devtools-installer 3.2.0 4.0.0
@types/electron-devtools-installer 2.2.3 4.0.0
electron-squirrel-startup 1.0.0 1.0.1
electron-updater 6.3.0-alpha.6 6.3.9

Updates electron from 25.8.4 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

Updates electron-builder from 24.13.3 to 25.1.8

Release notes

Sourced from electron-builder's releases.

v25.1.8

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@25.1.7...electron-builder@25.1.8

v25.1.7

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/v25.1.6...electron-builder@25.1.7

Changelog

Sourced from electron-builder's changelog.

25.1.8

Patch Changes

25.1.7

Patch Changes

25.1.6

Patch Changes

25.1.5

Patch Changes

  • Updated dependencies [d1cb6bdb, 62fd74dc]:
    • app-builder-lib@25.1.5
    • builder-util@25.1.5
    • builder-util-runtime@9.2.9
    • dmg-builder@25.1.5

25.1.4

Patch Changes

25.1.3

... (truncated)

Commits
  • 1d61d6f chore(deploy): Release v25.1.8 (#8561)
  • 8992911 chore(deploy): Release v25.1.7 (electron-updater@6.3.9) (#8542)
  • 8ef226a chore(deploy): Release v25.1.6 (#8532)
  • 2db6272 chore(deploy): Release v25.1.5 (electron-updater@6.3.8) (#8517)
  • 59767b0 chore(deploy): Release v25.1.4 (#8496)
  • afc6a34 chore(deploy): Release v25.1.3 (electron-updater@6.3.7) (#8488)
  • 178a3c4 chore(docs): migrating to typedoc and upgrading mkdocs+material package...
  • 0dd4616 chore(deploy): Release v25.1.2 (electron-updater@6.3.6) (#8487)
  • d56cd27 fix(deploy): redeploy all packages to sync semver ranges (#8486)
  • 2b5933a chore(deploy): Release v25.1.0 (#8464)
  • Additional commits viewable in compare view

Updates app-builder-lib from 24.13.3 to 25.1.8

Release notes

Sourced from app-builder-lib's releases.

v25.1.8

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@25.1.7...electron-builder@25.1.8

v25.1.7

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/v25.1.6...electron-builder@25.1.7

v25.1.6

What's Changed

Full Changelog: electron-userland/electron-builder@v25.1.5...v25.1.6

v25.1.5

What's Changed

Full Changelog: electron-userland/electron-builder@v25.1.4...v25.1.5

v25.1.4

What's Changed

... (truncated)

Changelog

Sourced from app-builder-lib's changelog.

25.1.8

Patch Changes

25.1.7

Patch Changes

25.1.6

Patch Changes

  • #8533 cc8c70f7 Thanks @​mmaietta! - fix: add CodeSigningAccountName as required prop in Azure Signing Options

  • #8531 eaf274d4 Thanks @​mmaietta! - fix: always produce Release .node builds

  • Updated dependencies [097eeced]:

    • builder-util@25.1.6
    • dmg-builder@25.1.6
    • electron-builder-squirrel-windows@25.1.6
    • electron-publish@25.1.6

25.1.5

Patch Changes

  • #8516 d1cb6bdb Thanks @​mmaietta! - fix(chore): upgrading typescript and fixing compiler errors

  • #8524 62fd74dc Thanks @​mmaietta! - fix: moving cscInfo logic into signtoolManager to distinguish the logic between custom sign, csc info, and azure signing

... (truncated)

Commits
  • 1d61d6f chore(deploy): Release v25.1.8 (#8561)
  • 4ff778e fix: Path does not end with the package name (#8560)
  • 8992911 chore(deploy): Release v25.1.7 (electron-updater@6.3.9) (#8542)
  • 57cebf4 fix: check if the file already starts with a UTF-8 BOM (#8551)
  • 7488456 fix: fix the main matcher patterns for !node_modules/@​test/xxxx (#8547)
  • 21dfd73 chore(deps): eslint and prettier upgrade to v9 (#8552)
  • 2e84f01 fix: pass in platform to electron-rebuild (#8537)
  • 8ef226a chore(deploy): Release v25.1.6 (#8532)
  • cc8c70f fix: add CodeSigningAccountName as required prop in Azure Signing Options (...
  • eaf274d fix: always produce Release .node builds (#8531)
  • Additional commits viewable in compare view

Updates electron-devtools-installer from 3.2.0 to 4.0.0

Release notes

Sourced from electron-devtools-installer's releases.

v4.0.0

4.0.0 (2024-12-18)

Features

BREAKING CHANGES

  • Removed some Chrome extensions that weren't supported, now require Electron >=18, installExtension now resolves with a full extension object instead of just the name

  • Expanding API where it makes sense

    • Allow providing session
  • Cleaning up old code style, moving to async/await etc.

  • Cleaning up left over IDMap

  • Removing dead chrome extensions

  • Only versions of Electron that have the session extension APIs are now supported, please update to a supported version of electron

v3.2.1

3.2.1 (2024-12-17)

Bug Fixes

  • map prodversion param to process.versions (#251) (0a275f9)
Commits

Updates @types/electron-devtools-installer from 2.2.3 to 4.0.0

Commits

Updates electron-squirrel-startup from 1.0.0 to 1.0.1

Commits
Maintainer changes

This version was pushed to npm by addaleax, a new releaser for electron-squirrel-startup since your current version.


Updates electron-updater from 6.3.0-alpha.6 to 6.3.9

Release notes

Sourced from electron-updater's releases.

electron-updater@6.3.9

Patch Changes

electron-updater@6.3.8

Patch Changes

electron-updater@6.3.7

Patch Changes

  • #8491 178a3c40 Thanks @​mmaietta! - chore: migrating to typedoc and updating/improving type+interface definitions

  • Updated dependencies [178a3c40]:

    • builder-util-runtime@9.2.8

electron-updater@6.3.6

Patch Changes

electron-updater@6.3.5

Patch Changes

electron-updater@6.3.4

Patch Changes

... (truncated)

Changelog

Sourced from electron-updater's changelog.

6.3.9

Patch Changes

6.3.8

Patch Changes

6.3.7

Patch Changes

  • #8491 178a3c40 Thanks @​mmaietta! - chore: migrating to typedoc and updating/improving type+interface definitions

  • Updated dependencies [178a3c40]:

    • builder-util-runtime@9.2.8

6.3.6

Patch Changes

6.3.5

Patch Changes

6.3.4

Patch Changes

... (truncated)

Commits
  • 8992911 chore(deploy): Release v25.1.7 (electron-updater@6.3.9) (#8542)
  • 21dfd73 chore(deps): eslint and prettier upgrade to v9 (#8552)
  • b6d6ea9 fix(updater): Unable to copy file for caching: ENOENT (#8541)
  • 2db6272 chore(deploy): Release v25.1.5 (electron-updater@6.3.8) (#8517)
  • d1cb6bd chore(deps): update typescript 5.x lockfile (#8516)
  • 7dceec7 chore(deps): update typescript eslint monorepo packages (major semver bump) (...
  • afc6a34 chore(deploy): Release v25.1.3 (electron-updater@6.3.7) (#8488)
  • 178a3c4 chore(docs): migrating to typedoc and upgrading mkdocs+material package...
  • 0dd4616 chore(deploy): Release v25.1.2 (electron-updater@6.3.6) (#8487)
  • d56cd27 fix(deploy): redeploy all packages to sync semver ranges (#8486)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the electron group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [electron](https://github.com/electron/electron) | `25.8.4` | `34.3.0` |
| [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `24.13.3` | `25.1.8` |
| [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib) | `24.13.3` | `25.1.8` |
| [electron-devtools-installer](https://github.com/MarshallOfSound/electron-devtools-installer) | `3.2.0` | `4.0.0` |
| [@types/electron-devtools-installer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/electron-devtools-installer) | `2.2.3` | `4.0.0` |
| [electron-squirrel-startup](https://github.com/mongodb-js/electron-squirrel-startup) | `1.0.0` | `1.0.1` |
| [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) | `6.3.0-alpha.6` | `6.3.9` |



Updates `electron` from 25.8.4 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@v25.8.4...v34.3.0)

Updates `electron-builder` from 24.13.3 to 25.1.8
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@25.1.8/packages/electron-builder)

Updates `app-builder-lib` from 24.13.3 to 25.1.8
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@25.1.8/packages/app-builder-lib)

Updates `electron-devtools-installer` from 3.2.0 to 4.0.0
- [Release notes](https://github.com/MarshallOfSound/electron-devtools-installer/releases)
- [Changelog](https://github.com/MarshallOfSound/electron-devtools-installer/blob/main/.releaserc.json)
- [Commits](MarshallOfSound/electron-devtools-installer@v3.2.0...v4.0.0)

Updates `@types/electron-devtools-installer` from 2.2.3 to 4.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/electron-devtools-installer)

Updates `electron-squirrel-startup` from 1.0.0 to 1.0.1
- [Commits](mongodb-js/electron-squirrel-startup@v1.0.0...v1.0.1)

Updates `electron-updater` from 6.3.0-alpha.6 to 6.3.9
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.9/packages/electron-updater)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron
- dependency-name: electron-builder
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron
- dependency-name: app-builder-lib
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron
- dependency-name: electron-devtools-installer
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron
- dependency-name: "@types/electron-devtools-installer"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron
- dependency-name: electron-squirrel-startup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: electron
- dependency-name: electron-updater
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: electron
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants