Skip to content

build(deps-dev): bump the deps group across 1 directory with 10 updates#24

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/electron/deps-d613f9a74e
Open

build(deps-dev): bump the deps group across 1 directory with 10 updates#24
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/electron/deps-d613f9a74e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 22, 2025

Bumps the deps group with 10 updates in the /electron directory:

Package From To
@electron-forge/cli 7.8.3 7.9.0
@electron-forge/maker-dmg 7.8.3 7.9.0
@electron-forge/maker-squirrel 7.8.3 7.9.0
@electron-forge/maker-wix 7.8.3 7.9.0
@electron-forge/maker-zip 7.8.3 7.9.0
@electron-forge/plugin-auto-unpack-natives 7.8.3 7.9.0
@electron-forge/plugin-fuses 7.8.3 7.9.0
@electron/fuses 1.8.0 2.0.0
@reforged/maker-appimage 5.0.0 5.1.0
electron 37.3.1 38.1.2

Updates @electron-forge/cli from 7.8.3 to 7.9.0

Release notes

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

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.
  • Forge 7.9 changes the default behaviour of Vite's static asset handling. Previously, the publicDir would copy to all build targets, where apps would typically only want to have the dir available for the web/renderer target. If you need to change this behaviour back, enable the build.copyPublicDir option in the relevant Vite configurations.

Features:

Bug Fixes and Improvements

New Contributors

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

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-dmg from 7.8.3 to 7.9.0

Release notes

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

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.
  • Forge 7.9 changes the default behaviour of Vite's static asset handling. Previously, the publicDir would copy to all build targets, where apps would typically only want to have the dir available for the web/renderer target. If you need to change this behaviour back, enable the build.copyPublicDir option in the relevant Vite configurations.

Features:

Bug Fixes and Improvements

New Contributors

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

Changelog

Sourced from @​electron-forge/maker-dmg'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-squirrel from 7.8.3 to 7.9.0

Release notes

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

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.
  • Forge 7.9 changes the default behaviour of Vite's static asset handling. Previously, the publicDir would copy to all build targets, where apps would typically only want to have the dir available for the web/renderer target. If you need to change this behaviour back, enable the build.copyPublicDir option in the relevant Vite configurations.

Features:

Bug Fixes and Improvements

New Contributors

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

Changelog

Sourced from @​electron-forge/maker-squirrel'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-wix from 7.8.3 to 7.9.0

Release notes

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

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.
  • Forge 7.9 changes the default behaviour of Vite's static asset handling. Previously, the publicDir would copy to all build targets, where apps would typically only want to have the dir available for the web/renderer target. If you need to change this behaviour back, enable the build.copyPublicDir option in the relevant Vite configurations.

Features:

Bug Fixes and Improvements

New Contributors

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

Changelog

Sourced from @​electron-forge/maker-wix'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.3 to 7.9.0

Release notes

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

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.
  • Forge 7.9 changes the default behaviour of Vite's static asset handling. Previously, the publicDir would copy to all build targets, where apps would typically only want to have the dir available for the web/renderer target. If you need to change this behaviour back, enable the build.copyPublicDir option in the relevant Vite configurations.

Features:

Bug Fixes and Improvements

New Contributors

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

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-auto-unpack-natives from 7.8.3 to 7.9.0

Release notes

Sourced from @​electron-forge/plugin-auto-unpack-natives's releases.

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.
  • Forge 7.9 changes the default behaviour of Vite's static asset handling. Previously, the publicDir would copy to all build targets, where apps would typically only want to have the dir available for the web/renderer target. If you need to change this behaviour back, enable the build.copyPublicDir option in the relevant Vite configurations.

Features:

Bug Fixes and Improvements

New Contributors

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

Changelog

Sourced from @​electron-forge/plugin-auto-unpack-natives'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
  • move create-electron-app into forge (#2988) (

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 22, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/electron/deps-d613f9a74e branch from 659444a to ff13d77 Compare December 29, 2025 04:20
Bumps the deps group with 10 updates in the /electron directory:

| Package | From | To |
| --- | --- | --- |
| [@electron-forge/cli](https://github.com/electron/forge) | `7.8.3` | `7.9.0` |
| [@electron-forge/maker-dmg](https://github.com/electron/forge) | `7.8.3` | `7.9.0` |
| [@electron-forge/maker-squirrel](https://github.com/electron/forge) | `7.8.3` | `7.9.0` |
| [@electron-forge/maker-wix](https://github.com/electron/forge) | `7.8.3` | `7.9.0` |
| [@electron-forge/maker-zip](https://github.com/electron/forge) | `7.8.3` | `7.9.0` |
| [@electron-forge/plugin-auto-unpack-natives](https://github.com/electron/forge) | `7.8.3` | `7.9.0` |
| [@electron-forge/plugin-fuses](https://github.com/electron/forge) | `7.8.3` | `7.9.0` |
| [@electron/fuses](https://github.com/electron/fuses) | `1.8.0` | `2.0.0` |
| [@reforged/maker-appimage](https://github.com/SpacingBat3/ReForged) | `5.0.0` | `5.1.0` |
| [electron](https://github.com/electron/electron) | `37.3.1` | `38.1.2` |



Updates `@electron-forge/cli` from 7.8.3 to 7.9.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.8.3...v7.9.0)

Updates `@electron-forge/maker-dmg` from 7.8.3 to 7.9.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.8.3...v7.9.0)

Updates `@electron-forge/maker-squirrel` from 7.8.3 to 7.9.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.8.3...v7.9.0)

Updates `@electron-forge/maker-wix` from 7.8.3 to 7.9.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.8.3...v7.9.0)

Updates `@electron-forge/maker-zip` from 7.8.3 to 7.9.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.8.3...v7.9.0)

Updates `@electron-forge/plugin-auto-unpack-natives` from 7.8.3 to 7.9.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.8.3...v7.9.0)

Updates `@electron-forge/plugin-fuses` from 7.8.3 to 7.9.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.8.3...v7.9.0)

Updates `@electron/fuses` from 1.8.0 to 2.0.0
- [Release notes](https://github.com/electron/fuses/releases)
- [Changelog](https://github.com/electron/fuses/blob/main/.releaserc.json)
- [Commits](electron/fuses@v1.8.0...v2.0.0)

Updates `@reforged/maker-appimage` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/SpacingBat3/ReForged/releases)
- [Commits](SpacingBat3/ReForged@appimage/v5.0.0...appimage/v5.1.0)

Updates `electron` from 37.3.1 to 38.1.2
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v37.3.1...v38.1.2)

---
updated-dependencies:
- dependency-name: "@electron-forge/cli"
  dependency-version: 7.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@electron-forge/maker-dmg"
  dependency-version: 7.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@electron-forge/maker-squirrel"
  dependency-version: 7.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@electron-forge/maker-wix"
  dependency-version: 7.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@electron-forge/maker-zip"
  dependency-version: 7.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@electron-forge/plugin-auto-unpack-natives"
  dependency-version: 7.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@electron-forge/plugin-fuses"
  dependency-version: 7.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@electron/fuses"
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: "@reforged/maker-appimage"
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: electron
  dependency-version: 38.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/electron/deps-d613f9a74e branch from ff13d77 to 275a060 Compare January 5, 2026 04:24
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.

0 participants