Skip to content

chore(deps)(deps-dev): bump the electron group across 1 directory with 4 updates#14

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/electron-e7f1e9c50e
Open

chore(deps)(deps-dev): bump the electron group across 1 directory with 4 updates#14
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/electron-e7f1e9c50e

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps the electron group with 4 updates in the / directory: electron, electron-builder, vite-plugin-electron and vite-plugin-electron-renderer.

Updates electron from 31.7.7 to 42.3.0

Release notes

Sourced from electron's releases.

electron v42.3.0

Release Notes for v42.3.0

Features

  • Added Linux support for app.getApplicationInfoForProtocol(). #51680
  • Added Notification.remove(), removeAll(), and removeGroup() static methods for macOS. #51691 (Also in 43)
  • Added session support to net module requests from utility process. #51698

Fixes

  • Fixed an issue where process and other Node globals were undefined in ESM preload scripts when contextIsolation was disabled. #51726 (Also in 43)
  • Fixed native addon compilation failure with undefined msvc intrinsic from v8 headers. #51706 (Also in 43)

Other Changes

  • Updated Chromium to 148.0.7778.180. #51600

electron v42.2.0

Release Notes for v42.2.0

Features

  • Allowed the --experimental-inspector-network-resource Node.js flag to be passed through Electron. #51378 (Also in 41)

Fixes

  • Fixed crash for Notification close. #51657 (Also in 41, 43)

Other Changes

  • Backported fixes for a use-after-free in touch-event queue teardown, a runtime-effect validation gap in Skia image filters, and an integer overflow in the GLSL translator. #51646
  • Backported fixes for an out-of-bounds write in WebAudio worklet setup, a heap overflow in the ANGLE GL backend, a use-after-free in the GTK Wayland platform, an accessibility tree-state validation issue, and an integer overflow in text bidi handling. #51666
  • Improved performance of app.getApplicationNameForProtocol() on Linux. #51628

Documentation

  • Documentation changes: #51688

electron v42.1.0

Release Notes for v42.1.0

Fixes

  • Fixed a crash in the macOS Touch ID WebAuthn prompt caused by a missing string resource, and added touchID.promptReason to app.configureWebAuthn() to customize the prompt text. #51594 (Also in 41, 43)
  • Fixed a crash on MacOS when a user clicked into a title bar or top view. #51605 (Also in 43)

Other Changes

  • Improved performance of webRequest header conversions and several other gin converter hot paths. #51607 (Also in 43)
  • Improved performance of native event emission, IPC dispatch, and option-dictionary parsing. #51614 (Also in 41)

electron v42.0.1

Release Notes for v42.0.1

Fixes

... (truncated)

Commits
  • e0127e9 chore: bump chromium to 148.0.7778.180 (42-x-y) (#51600)
  • b07916b ci: unpin homebrew version (#51762)
  • 6aac40e refactor: api::utilityProcessWrapper managed by cppgc (#50955) (#51752)
  • bb52cd5 chore: do not require infr singoff for github workflows/actions (#51738) (#51...
  • fd02b05 refactor: rm chore_add_electron_objects_to_wrappablepointertag.patch (#51734)
  • 34102a5 fix: process undefined in ESM preload when contextIsolation is disabled (#5...
  • 09d7d7a feat: add Linux support for app.getApplicationInfoForProtocol() (#5… (#51680)
  • bbf87a7 feat: add remove, removeAll, and removeGroup for notifications API (#51691)
  • c9598c8 feat: add http cache support to requests from utility process (#51698)
  • 102aebe ci: set no color output during build (#51709)
  • Additional commits viewable in compare view

Updates electron-builder from 24.13.3 to 26.8.1

Release notes

Sourced from electron-builder's releases.

electron-builder@26.8.1

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.8.0...electron-builder@26.8.1

electron-builder@26.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.7.0...electron-builder@26.8.0

electron-builder@26.7.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from electron-builder's changelog.

26.8.1

Patch Changes

4edd695 8940ec6 4edd695 dde4309

  • app-builder-lib@26.8.1
  • builder-util@26.8.1
  • dmg-builder@26.8.1

26.8.0

Minor Changes

Patch Changes

cd7c0d9 c18f0eb 769b608 9ba36f9 1b113b7 1b39a8e

  • app-builder-lib@26.8.0
  • builder-util@26.8.0
  • dmg-builder@26.8.0

26.7.0

Patch Changes

bfee115 3fa2d89 ec9e2db aec9157 64b40fe

... (truncated)

Commits
  • 9418d2c chore(deploy): Release v26.8.1 (#9585)
  • 3a3f439 chore(deploy): Release v26.8.0 (electron-updater@6.8.3) (#9556)
  • 1b39a8e feat: adding additional toolsets support for win-codesign/windows-kits (#9430)
  • f1c2ec3 chore(deploy): Release v26.7.0 (electron-updater@6.8.2) (#9549)
  • e394e0c chore(deploy): Release v26.6.0 (#9531)
  • 7b5901b chore(deploy): Release v26.5.0 (electron-updater@6.8.1) (#9503)
  • 06de969 chore(deploy): Release v26.4.1 (electron-updater@6.8.0) (#9458)
  • caf2cb2 chore(deploy): Release v26.4.0 (#9447)
  • 85437a7 chore(deploy): Release v26.3.6 (#9433)
  • 5f9c143 chore(deploy): Release v26.3.5 (electron-updater@6.7.3) (#9422)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for electron-builder since your current version.


Updates vite-plugin-electron from 0.28.8 to 1.0.0

Release notes

Sourced from vite-plugin-electron's releases.

v1.0.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-beta.15

   🚀 Features

  • notBundle: Enhance external dependency handling for development and production, remove enable option introduced in last release  -  by @​subframe7536 (8a273)

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-beta.14

   🚀 Features

... (truncated)

Changelog

Sourced from vite-plugin-electron's changelog.

0.29.1 (2026-01-19)

  • 3061fc9 fix: avoid file descriptor 3 for IPC on Linux to prevent Chromium collision

Contributors:

0.29.0 (2024-11-16)

  • 638d0f3 feat: support main process control hot-reload
  • c58fbf9 feat: mock index.html for support use the main process only

Hot Reload

Since v0.29.0, when preload scripts are rebuilt, they will send an electron-vite&type=hot-reload event to the main process.
If your App doesn't need a renderer process, this will give you hot-reload.

// electron/main.ts
process.on('message', (msg) => {
if (msg === 'electron-vite&type=hot-reload') {
for (const win of BrowserWindow.getAllWindows()) {
// Hot reload preload scripts
win.webContents.reload()
}
}
})

Commits
  • dda9bae chore: release v1.0.0
  • daa4dd5 docs: add migration guide
  • af36249 chore: cleanup docs and upgrade deps
  • bc57e4f feat(notBundle): expose default external behavior
  • 519f4ed chore: add maintainers
  • 382dbc8 chore: release v1.0.0-beta.15
  • 8a2738a feat(notBundle): enhance external dependency handling for development and pro...
  • 588742d fix: enhance resolveBuiltinExternals to support node protocol matching
  • bd88d8d chore: release v1.0.0-beta.14
  • b303d23 feat(notBundle): customizable enable condition
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vite-plugin-electron since your current version.


Updates vite-plugin-electron-renderer from 0.14.7 to 1.0.0

Release notes

Sourced from vite-plugin-electron-renderer's releases.

v1.0.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-beta.10

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-beta.9

   🚀 Features

    View changes on GitHub

v1.0.0-beta.8

   🚀 Features

... (truncated)

Commits
  • 6979fef chore: release v1.0.0
  • e094075 docs: update README to clarify dependencies vs devDependencies for electron-b...
  • 64e3ae8 chore: refresh docs and examples
  • f1c36e2 chore: add maintainers
  • c08d74d chore: release v1.0.0-beta.10
  • 6c9d193 fix: handling node: protocol module overrides resolution
  • 7fee34e chore: release v1.0.0-beta.9
  • 0b90131 chore: cleanup
  • f4a99b7 feat: add prebuildEsm option for compatibility with Electron < 35
  • 824fb16 feat: support bundle config
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vite-plugin-electron-renderer since your current version.


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 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

…h 4 updates

Bumps the electron group with 4 updates in the / directory: [electron](https://github.com/electron/electron), [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder), [vite-plugin-electron](https://github.com/electron-vite/vite-plugin-electron) and [vite-plugin-electron-renderer](https://github.com/electron-vite/vite-plugin-electron-renderer).


Updates `electron` from 31.7.7 to 42.3.0
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v31.7.7...v42.3.0)

Updates `electron-builder` from 24.13.3 to 26.8.1
- [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@26.8.1/packages/electron-builder)

Updates `vite-plugin-electron` from 0.28.8 to 1.0.0
- [Release notes](https://github.com/electron-vite/vite-plugin-electron/releases)
- [Changelog](https://github.com/electron-vite/vite-plugin-electron/blob/main/CHANGELOG-v0.md)
- [Commits](electron-vite/vite-plugin-electron@v0.28.8...v1.0.0)

Updates `vite-plugin-electron-renderer` from 0.14.7 to 1.0.0
- [Release notes](https://github.com/electron-vite/vite-plugin-electron-renderer/releases)
- [Changelog](https://github.com/electron-vite/vite-plugin-electron-renderer/blob/main/CHANGELOG-v0.md)
- [Commits](electron-vite/vite-plugin-electron-renderer@v0.14.7...v1.0.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 42.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron
- dependency-name: electron-builder
  dependency-version: 26.8.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron
- dependency-name: vite-plugin-electron
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron
- dependency-name: vite-plugin-electron-renderer
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 1, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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