Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the electron group with 4 updates in the / directory: @electron-forge/cli, @electron-forge/maker-deb, @electron-forge/maker-zip and @electron-forge/plugin-vite.

Updates @electron-forge/cli from 7.8.1 to 7.10.2

Release notes

Sourced from @​electron-forge/cli's releases.

v7.10.2

What's Changed

Highlights

Other Changes

Full Changelog: electron/forge@v7.10.0...v7.10.2

v7.10.1

Unfortunately, this release had an error in the final npm package. We're sorry for the inconvenience; we recommend upgrading directly to v7.10.2.

anya-spy-x-family-shock

v7.10.0

The MSIX Release

Forge v7.10.0 adds experimental support for the MSIX packaging format on Windows. The new @electron-forge/maker-msix package adapts the standalone electron-windows-msix installer utility to work alongside the rest of the Electron Forge build and release pipeline.

npm install --save-dev @electron-forge/maker-msix

What's Changed

New Contributors

Full Changelog: electron/forge@v7.9.0...v7.10.0

v7.9.0

What's Changed

Vite Plugin Changes

In this release, a few improvements to the Vite plugin are important to note:

  • We've had Out of Memory issues reported in the past for Vite builds with many renderer targets (ref electron/forge#3965). Forge 7.9 adds the ability to limit the number of concurrent builds with the concurrent configuration flag. Note that another workaround to memory issues is to increase V8's max memory size using the --max_old_space_size CLI flag in Node.

... (truncated)

Changelog

Sourced from @​electron-forge/cli's changelog.

Changelog

The changelog for subsequent updates is available for each release independently on this repo's GitHub Releases page. This document is preserved for historical purposes.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

... (truncated)

Commits

Updates @electron-forge/maker-deb from 7.8.1 to 7.10.2

Release notes

Sourced from @​electron-forge/maker-deb's releases.

v7.10.2

What's Changed

Highlights

Other Changes

Full Changelog: electron/forge@v7.10.0...v7.10.2

v7.10.1

Unfortunately, this release had an error in the final npm package. We're sorry for the inconvenience; we recommend upgrading directly to v7.10.2.

anya-spy-x-family-shock

v7.10.0

The MSIX Release

Forge v7.10.0 adds experimental support for the MSIX packaging format on Windows. The new @electron-forge/maker-msix package adapts the standalone electron-windows-msix installer utility to work alongside the rest of the Electron Forge build and release pipeline.

npm install --save-dev @electron-forge/maker-msix

What's Changed

New Contributors

Full Changelog: electron/forge@v7.9.0...v7.10.0

v7.9.0

What's Changed

Vite Plugin Changes

In this release, a few improvements to the Vite plugin are important to note:

  • We've had Out of Memory issues reported in the past for Vite builds with many renderer targets (ref electron/forge#3965). Forge 7.9 adds the ability to limit the number of concurrent builds with the concurrent configuration flag. Note that another workaround to memory issues is to increase V8's max memory size using the --max_old_space_size CLI flag in Node.

... (truncated)

Changelog

Sourced from @​electron-forge/maker-deb's changelog.

Changelog

The changelog for subsequent updates is available for each release independently on this repo's GitHub Releases page. This document is preserved for historical purposes.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

... (truncated)

Commits

Updates @electron-forge/maker-zip from 7.8.1 to 7.10.2

Release notes

Sourced from @​electron-forge/maker-zip's releases.

v7.10.2

What's Changed

Highlights

Other Changes

Full Changelog: electron/forge@v7.10.0...v7.10.2

v7.10.1

Unfortunately, this release had an error in the final npm package. We're sorry for the inconvenience; we recommend upgrading directly to v7.10.2.

anya-spy-x-family-shock

v7.10.0

The MSIX Release

Forge v7.10.0 adds experimental support for the MSIX packaging format on Windows. The new @electron-forge/maker-msix package adapts the standalone electron-windows-msix installer utility to work alongside the rest of the Electron Forge build and release pipeline.

npm install --save-dev @electron-forge/maker-msix

What's Changed

New Contributors

Full Changelog: electron/forge@v7.9.0...v7.10.0

v7.9.0

What's Changed

Vite Plugin Changes

In this release, a few improvements to the Vite plugin are important to note:

  • We've had Out of Memory issues reported in the past for Vite builds with many renderer targets (ref electron/forge#3965). Forge 7.9 adds the ability to limit the number of concurrent builds with the concurrent configuration flag. Note that another workaround to memory issues is to increase V8's max memory size using the --max_old_space_size CLI flag in Node.

... (truncated)

Changelog

Sourced from @​electron-forge/maker-zip's changelog.

Changelog

The changelog for subsequent updates is available for each release independently on this repo's GitHub Releases page. This document is preserved for historical purposes.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

... (truncated)

Commits

Updates @electron-forge/plugin-vite from 7.8.1 to 7.10.2

Release notes

Sourced from @​electron-forge/plugin-vite's releases.

v7.10.2

What's Changed

Highlights

Other Changes

Full Changelog: electron/forge@v7.10.0...v7.10.2

v7.10.1

Unfortunately, this release had an error in the final npm package. We're sorry for the inconvenience; we recommend upgrading directly to v7.10.2.

anya-spy-x-family-shock

v7.10.0

The MSIX Release

Forge v7.10.0 adds experimental support for the MSIX packaging format on Windows. The new @electron-forge/maker-msix package adapts the standalone electron-windows-msix installer utility to work alongside the rest of the Electron Forge build and release pipeline.

npm install --save-dev @electron-forge/maker-msix

What's Changed

New Contributors

Full Changelog: electron/forge@v7.9.0...v7.10.0

v7.9.0

What's Changed

Vite Plugin Changes

In this release, a few improvements to the Vite plugin are important to note:

  • We've had Out of Memory issues reported in the past for Vite builds with many renderer targets (ref electron/forge#3965). Forge 7.9 adds the ability to limit the number of concurrent builds with the concurrent configuration flag. Note that another workaround to memory issues is to increase V8's max memory size using the --max_old_space_size CLI flag in Node.

... (truncated)

Changelog

Sourced from @​electron-forge/plugin-vite's changelog.

Changelog

The changelog for subsequent updates is available for each release independently on this repo's GitHub Releases page. This document is preserved for historical purposes.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
@dependabot dependabot bot requested a review from adidahiya as a code owner October 20, 2025 08:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
…dates

Bumps the electron group with 4 updates in the / directory: [@electron-forge/cli](https://github.com/electron/forge), [@electron-forge/maker-deb](https://github.com/electron/forge), [@electron-forge/maker-zip](https://github.com/electron/forge) and [@electron-forge/plugin-vite](https://github.com/electron/forge/tree/HEAD/packages/plugin/vite).


Updates `@electron-forge/cli` from 7.8.1 to 7.10.2
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.8.1...v7.10.2)

Updates `@electron-forge/maker-deb` from 7.8.1 to 7.10.2
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.8.1...v7.10.2)

Updates `@electron-forge/maker-zip` from 7.8.1 to 7.10.2
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.8.1...v7.10.2)

Updates `@electron-forge/plugin-vite` from 7.8.1 to 7.10.2
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/electron/forge/commits/v7.10.2/packages/plugin/vite)

---
updated-dependencies:
- dependency-name: "@electron-forge/cli"
  dependency-version: 7.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: electron
- dependency-name: "@electron-forge/maker-deb"
  dependency-version: 7.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: electron
- dependency-name: "@electron-forge/maker-zip"
  dependency-version: 7.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: electron
- dependency-name: "@electron-forge/plugin-vite"
  dependency-version: 7.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: electron
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-c576779a2d branch from 15d499a to abf9428 Compare October 27, 2025 08:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-c576779a2d branch November 3, 2025 08:11
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