Skip to content

chore(deps-dev): bump vite-plugin-electron from 0.28.8 to 0.29.1#213

Merged
0bCdian merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-plugin-electron-0.29.1
Jun 1, 2026
Merged

chore(deps-dev): bump vite-plugin-electron from 0.28.8 to 0.29.1#213
0bCdian merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-plugin-electron-0.29.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 24, 2026

Copy link
Copy Markdown
Contributor

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-v0.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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 24, 2026
@0bCdian 0bCdian merged commit 10671d4 into main Jun 1, 2026
2 checks passed
@0bCdian 0bCdian deleted the dependabot/npm_and_yarn/vite-plugin-electron-0.29.1 branch June 1, 2026 15:55
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