Skip to content

Bump vite-plugin-electron from 0.28.8 to 0.29.1 in /apps/desktop#8

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/desktop/vite-plugin-electron-0.29.1
Open

Bump vite-plugin-electron from 0.28.8 to 0.29.1 in /apps/desktop#8
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/desktop/vite-plugin-electron-0.29.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps vite-plugin-electron from 0.28.8 to 0.29.1.

Release notes

Sourced from vite-plugin-electron's releases.

v0.29.1

Please refer to CHANGELOG.md for details.

Contributors:

v0.29.0

Please refer to CHANGELOG.md for details.

#260

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
  • 0bca853 v0.29.1
  • 3061fc9 Merge pull request #283 from basil/fd2
  • e1ed3a6 Avoid file descriptor 3 for IPC on Linux to prevent Chromium collision
  • 64feff2 docs: update
  • e1eb3c7 Merge pull request #260 from electron-vite/v0.29.0
  • e6787c7 v0.29.0
  • 638d0f3 feat: support main process control hot-reload
  • c58fbf9 feat: mock index.html for support use the main process only
  • See full diff in compare view
Maintainer changes

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


Dependabot compatibility score

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

Bumps [vite-plugin-electron](https://github.com/electron-vite/vite-plugin-electron) from 0.28.8 to 0.29.1.
- [Release notes](https://github.com/electron-vite/vite-plugin-electron/releases)
- [Changelog](https://github.com/electron-vite/vite-plugin-electron/blob/main/CHANGELOG.md)
- [Commits](electron-vite/vite-plugin-electron@v0.28.8...v0.29.1)

---
updated-dependencies:
- dependency-name: vite-plugin-electron
  dependency-version: 0.29.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

dependabot bot commented on behalf of github Mar 20, 2026

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them 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