Skip to content

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

Merged
Kit4Some merged 1 commit intomainfrom
dependabot/npm_and_yarn/apps/desktop/vite-plugin-electron-0.29.1
Mar 30, 2026
Merged

Bump vite-plugin-electron from 0.28.8 to 0.29.1 in /apps/desktop#8
Kit4Some merged 1 commit intomainfrom
dependabot/npm_and_yarn/apps/desktop/vite-plugin-electron-0.29.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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 @github
Copy link
Copy Markdown
Contributor 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.

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 dependabot bot force-pushed the dependabot/npm_and_yarn/apps/desktop/vite-plugin-electron-0.29.1 branch from cb32721 to d45ec7c Compare March 30, 2026 21:15
@Kit4Some Kit4Some merged commit 3fcca01 into main Mar 30, 2026
2 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apps/desktop/vite-plugin-electron-0.29.1 branch March 30, 2026 21:16
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.

1 participant