Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the major-dependencies group with 4 updates: electron-store, electron-util, @electron/fuses and electron.

Updates electron-store from 10.1.0 to 11.0.2

Release notes

Sourced from electron-store's releases.

v11.0.2

  • Update dependencies ccf6f15

sindresorhus/electron-store@v11.0.1...v11.0.2

v11.0.1

  • Update dependencies (#297) 8ecbb6b

sindresorhus/electron-store@v11.0.0...v11.0.1

v11.0.0


sindresorhus/electron-store@v10.1.0...v11.0.0

Commits

Updates electron-util from 0.18.1 to 1.0.0

Release notes

Sourced from electron-util's releases.

v1.0.0

Breaking

  • Require Electron 37 and Node.js 20 3f24457
  • Remove disableZoom function f508f85
    • The disableZoom function relied on setLayoutZoomLevelLimits which was removed in Electron 9. There's no clean, reliable way to disable zoom in modern Electron without complex workarounds that may break in future versions.

Fixes

  • Fix ASAR detection reliability fb78007
  • Fix showAboutWindow icon not displaying on Linux when in ASAR be92924

sindresorhus/electron-util@v0.18.1...v1.0.0

Commits

Updates @electron/fuses from 1.8.0 to 2.0.0

Release notes

Sourced from @​electron/fuses's releases.

v2.0.0

2.0.0 (2025-08-01)

Breaking Changes

  • feat!: bump engines requirement to Node 22. This module is now ESM-only. (#67)
Commits
  • 7edb872 feat!: bump engines requirement to Node 22 (#67)
  • 6af60ff ci: timeout release job after 1 hour (#66)
  • c57a4c0 build(deps): bump actions/setup-node from 4.3.0 to 4.4.0 (#65)
  • f752b2a build(deps): bump actions/setup-node from 4.2.0 to 4.3.0 (#64)
  • bace69a build(deps): bump dsanders11/project-actions from 1.5.1 to 1.7.0 (#63)
  • 115348a build(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (#60)
  • 26c1e6f build(deps): bump dsanders11/project-actions from 1.4.0 to 1.5.1 (#59)
  • f903400 refactor: remove fs-extra from deps (#58)
  • 2e2bc94 build(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#56)
  • 6e125c7 build(deps): bump continuousauth/action from 1.0.4 to 1.0.5 (#55)
  • Additional commits viewable in compare view

Updates electron from 38.5.0 to 39.0.0

Release notes

Sourced from electron's releases.

electron v39.0.0

Release Notes for v39.0.0

Stack Upgrades

Breaking Changes

  • Added colorSpace to offscreen shared texture info of webContents.on('paint') event.
    • Breaking Changed the signature of OffscreenSharedTexture to provide a unified handle that holds the native handle. #47315
  • Fixed a spec compliance issue with window.open where it should always create a resizable popup window but did not. #47540

For breaking changes inherited via Chromium, see blog post

Features

Additions

  • Added RGBAF16 output format with scRGB HDR color space support to Offscreen Rendering. #48504
  • Added fileBacked and purgeable fields to process.getSystemMemoryInfo() for macOS. #47628 (Also in 37, 38)
  • Added support for guid Tray constructor option on macOS to allow tray icons to maintain position across launches. #47838 (Also in 36, 37, 38)
  • Added webFrameMain.fromFrameToken(processId, frameToken) to get a WebFrameMain instance from its frame token. #47850 (Also in 38)
  • Added methods to enable more granular accessibility support management. #48625
  • Added support for app.getRecentDocuments() on Windows and macOS. #45839 (Also in 36, 37, 38)
  • Added support for USBDevice.configurations. #47459
  • Added the ability to retrieve the system accent color on Linux using systemPreferences.getAccentColor. #48628
  • Adds the ability to change window accent color on Windows after initial window initialization via {get|set}AccentColor. #47741 (Also in 36, 37, 38)
  • Allowed for persisting File System API grant status within a given session. #48326 (Also in 37, 38)
  • Internally switched to using DIR_ASSETS instead of DIR_MODULE/DIR_EXE to locate assets and resources, and added "assets" as a key that can be queried via app.getPath. #47439 (Also in 37, 38)
  • Support dynamic ESM imports in non-context isolated preloads. #48488 (Also in 37, 38)

Fixes

  • Fixed an issue where systemPreferences.getAccentColor inverted the color. #48624
  • Fixed an issue where calling webContents.openDevTools({ mode: 'detach' }) would cause a crash on Wayland. #48623
  • Fixed crash when accessing webContents.session. #48344
  • Fixed crash when inspector agent attempts to evaluate on provisional frames. #48515
  • Fixed crash when passing feature param from commandline --enable-features=Feature:ParamA/Value. #48442

Also in earlier versions...

  • AccentColor set distinguishes the frame. #48450 (Also in 37, 38)
  • Fix: runtime JS error that crashes GetPackageJSON. #48425 (Also in 37, 38)
  • Fixed Wayland configuration through the XDG_SESSION_TYPE environment variable. #48310 (Also in 38)
  • Fixed Windows dialog.showMessageBox default button handling. #48521 (Also in 36, 37, 38)
  • Fixed a bug where app extensions filters didn't allow for selecting app bundles in macOS file dialogs. #47825 (Also in 36, 37, 38)
  • Fixed a bug where the Referer header was not being set correctly when using webContents.downloadURL(). #47625 (Also in 36, 37, 38)
  • Fixed a child process crash on macOS when the running application is replaced with one that has a newer implementation triggering the sandbox. #47765 (Also in 37, 38)
  • Fixed a crash possible when calling webContents.loadURL() from a failed webContents.loadURL() call's catch handler. #48004 (Also in 36, 37, 38)

... (truncated)

Commits

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 major-dependencies group with 4 updates: [electron-store](https://github.com/sindresorhus/electron-store), [electron-util](https://github.com/sindresorhus/electron-util), [@electron/fuses](https://github.com/electron/fuses) and [electron](https://github.com/electron/electron).


Updates `electron-store` from 10.1.0 to 11.0.2
- [Release notes](https://github.com/sindresorhus/electron-store/releases)
- [Commits](sindresorhus/electron-store@v10.1.0...v11.0.2)

Updates `electron-util` from 0.18.1 to 1.0.0
- [Release notes](https://github.com/sindresorhus/electron-util/releases)
- [Commits](sindresorhus/electron-util@v0.18.1...v1.0.0)

Updates `@electron/fuses` from 1.8.0 to 2.0.0
- [Release notes](https://github.com/electron/fuses/releases)
- [Commits](electron/fuses@v1.8.0...v2.0.0)

Updates `electron` from 38.5.0 to 39.0.0
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v38.5.0...v39.0.0)

---
updated-dependencies:
- dependency-name: electron-store
  dependency-version: 11.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: electron-util
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@electron/fuses"
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: electron
  dependency-version: 39.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
...

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 Jan 1, 2026
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