Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dependabot - npm]: Bump the electron-forge group with 7 updates #141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 4, 2024

Bumps the electron-forge group with 7 updates:

Package From To
@electron-forge/cli 7.5.0 7.6.0
@electron-forge/maker-dmg 7.5.0 7.6.0
@electron-forge/maker-squirrel 7.5.0 7.6.0
@electron-forge/maker-zip 7.5.0 7.6.0
@electron-forge/plugin-auto-unpack-natives 7.5.0 7.6.0
@electron-forge/plugin-fuses 7.5.0 7.6.0
@electron-forge/plugin-webpack 7.5.0 7.6.0

Updates @electron-forge/cli from 7.5.0 to 7.6.0

Release notes

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

v7.6.0

What's Changed

Added Forge preStart hook

Electron Forge v7.6.0 adds a new preStart hook that improves Forge's starting logic, specifically allowing multiple plugins to customize their start logic, rather than just one. This addition fixes an issue where a project containing multiple plugins that hooked into the app's start would collide.

Allow omittingACL from publisher-s3 plugin upload

v7.6.0 also allows users of the publisher-s3 plugin to omit the ACL from the upload request, per Amazon's recommendation of using bucket owner-enforced permissions.

Bug Fixes and Improvements

Other Changes

New Contributors

Full Changelog: electron/forge@v7.5.0...v7.6.0

Changelog

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

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

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 37a66f2 v7.6.0
  • c9a6247 fix(plugin-vite): merge Vite build.lib config (#3721)
  • 73e8190 build(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#3762)
  • 2b6da59 feat(publisher-s3): allow ACL omission (#3728)
  • f947936 fix(vite-template): fix vite template start failed after package (#3713)
  • a2d704e feat: add preStart hook and port existing startLogic impls (#3720)
  • cbb6416 build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#3745)
  • 09ca523 build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#3748)
  • 32e4d19 build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#3749)
  • a202c95 chore: bump electronjs/node to 2.3.1 (main) (#3746)
  • Additional commits viewable in compare view

Updates @electron-forge/maker-dmg from 7.5.0 to 7.6.0

Release notes

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

v7.6.0

What's Changed

Added Forge preStart hook

Electron Forge v7.6.0 adds a new preStart hook that improves Forge's starting logic, specifically allowing multiple plugins to customize their start logic, rather than just one. This addition fixes an issue where a project containing multiple plugins that hooked into the app's start would collide.

Allow omittingACL from publisher-s3 plugin upload

v7.6.0 also allows users of the publisher-s3 plugin to omit the ACL from the upload request, per Amazon's recommendation of using bucket owner-enforced permissions.

Bug Fixes and Improvements

Other Changes

New Contributors

Full Changelog: electron/forge@v7.5.0...v7.6.0

Changelog

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

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

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 37a66f2 v7.6.0
  • c9a6247 fix(plugin-vite): merge Vite build.lib config (#3721)
  • 73e8190 build(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#3762)
  • 2b6da59 feat(publisher-s3): allow ACL omission (#3728)
  • f947936 fix(vite-template): fix vite template start failed after package (#3713)
  • a2d704e feat: add preStart hook and port existing startLogic impls (#3720)
  • cbb6416 build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#3745)
  • 09ca523 build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#3748)
  • 32e4d19 build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#3749)
  • a202c95 chore: bump electronjs/node to 2.3.1 (main) (#3746)
  • Additional commits viewable in compare view

Updates @electron-forge/maker-squirrel from 7.5.0 to 7.6.0

Release notes

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

v7.6.0

What's Changed

Added Forge preStart hook

Electron Forge v7.6.0 adds a new preStart hook that improves Forge's starting logic, specifically allowing multiple plugins to customize their start logic, rather than just one. This addition fixes an issue where a project containing multiple plugins that hooked into the app's start would collide.

Allow omittingACL from publisher-s3 plugin upload

v7.6.0 also allows users of the publisher-s3 plugin to omit the ACL from the upload request, per Amazon's recommendation of using bucket owner-enforced permissions.

Bug Fixes and Improvements

Other Changes

New Contributors

Full Changelog: electron/forge@v7.5.0...v7.6.0

Changelog

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

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

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 37a66f2 v7.6.0
  • c9a6247 fix(plugin-vite): merge Vite build.lib config (#3721)
  • 73e8190 build(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#3762)
  • 2b6da59 feat(publisher-s3): allow ACL omission (#3728)
  • f947936 fix(vite-template): fix vite template start failed after package (#3713)
  • a2d704e feat: add preStart hook and port existing startLogic impls (#3720)
  • cbb6416 build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#3745)
  • 09ca523 build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#3748)
  • 32e4d19 build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#3749)
  • a202c95 chore: bump electronjs/node to 2.3.1 (main) (#3746)
  • Additional commits viewable in compare view

Updates @electron-forge/maker-zip from 7.5.0 to 7.6.0

Release notes

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

v7.6.0

What's Changed

Added Forge preStart hook

Electron Forge v7.6.0 adds a new preStart hook that improves Forge's starting logic, specifically allowing multiple plugins to customize their start logic, rather than just one. This addition fixes an issue where a project containing multiple plugins that hooked into the app's start would collide.

Allow omittingACL from publisher-s3 plugin upload

v7.6.0 also allows users of the publisher-s3 plugin to omit the ACL from the upload request, per Amazon's recommendation of using bucket owner-enforced permissions.

Bug Fixes and Improvements

Other Changes

New Contributors

Full Changelog: electron/forge@v7.5.0...v7.6.0

Changelog

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

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

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 37a66f2 v7.6.0
  • c9a6247 fix(plugin-vite): merge Vite build.lib config (#3721)
  • 73e8190 build(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#3762)
  • 2b6da59 feat(publisher-s3): allow ACL omission (#3728)
  • f947936 fix(vite-template): fix vite template start failed after package (#3713)
  • a2d704e feat: add preStart hook and port existing startLogic impls (#3720)
  • cbb6416 build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#3745)
  • 09ca523 build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#3748)
  • 32e4d19 build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#3749)
  • a202c95 chore: bump electronjs/node to 2.3.1 (main) (#3746)
  • Additional commits viewable in compare view

Updates @electron-forge/plugin-auto-unpack-natives from 7.5.0 to 7.6.0

Release notes

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

v7.6.0

What's Changed

Added Forge preStart hook

Electron Forge v7.6.0 adds a new preStart hook that improves Forge's starting logic, specifically allowing multiple plugins to customize their start logic, rather than just one. This addition fixes an issue where a project containing multiple plugins that hooked into the app's start would collide.

Allow omittingACL from publisher-s3 plugin upload

v7.6.0 also allows users of the publisher-s3 plugin to omit the ACL from the upload request, per Amazon's recommendation of using bucket owner-enforced permissions.

Bug Fixes and Improvements

Other Changes

New Contributors

Full Changelog: electron/forge@v7.5.0...v7.6.0

Changelog

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

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

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 37a66f2 v7.6.0
  • c9a6247 fix(plugin-vite): merge Vite build.lib config (#3721)
  • 73e8190 build(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#3762)
  • 2b6da59 feat(publisher-s3): allow ACL omission (#3728)
  • f947936 fix(vite-template): fix vite template start failed after package (#3713)
  • a2d704e feat: add preStart hook and port existing startLogic impls (#3720)
  • cbb6416 build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#3745)
  • 09ca523 build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#3748)
  • 32e4d19 build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#3749)
  • a202c95 chore: bump electronjs/node to 2.3.1 (main) (#3746)
  • Additional commits viewable in compare view

Updates @electron-forge/plugin-fuses from 7.5.0 to 7.6.0

Release notes

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

v7.6.0

What's Changed

Added Forge preStart hook

Electron Forge v7.6.0 adds a new preStart hook that improves Forge's starting logic, specifically allowing multiple plugins to customize their start logic, rather than just one. This addition fixes an issue where a project containing multiple plugins that hooked into the app's start would collide.

Allow omittingACL from publisher-s3 plugin upload

v7.6.0 also allows users of the publisher-s3 plugin to omit the ACL from the upload request, per Amazon's recommendation of using bucket owner-enforced permissions.

Bug Fixes and Improvements

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 4, 2024
@dependabot dependabot bot added this to the v0.1 milestone Dec 4, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-forge-779bcb23f5 branch 5 times, most recently from 700c601 to c37305e Compare December 10, 2024 15:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-forge-779bcb23f5 branch from c37305e to ee1ac88 Compare December 13, 2024 15:19
@giemic8 giemic8 requested review from giemic8 and removed request for giemic8 December 13, 2024 20:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-forge-779bcb23f5 branch 2 times, most recently from e85cc19 to c7cd77d Compare December 23, 2024 15:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-forge-779bcb23f5 branch from c7cd77d to f3cce9e Compare December 25, 2024 15:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-forge-779bcb23f5 branch from f3cce9e to 3828d94 Compare January 14, 2025 15:45
Bumps the electron-forge group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@electron-forge/cli](https://github.com/electron/forge) | `7.5.0` | `7.6.0` |
| [@electron-forge/maker-dmg](https://github.com/electron/forge) | `7.5.0` | `7.6.0` |
| [@electron-forge/maker-squirrel](https://github.com/electron/forge) | `7.5.0` | `7.6.0` |
| [@electron-forge/maker-zip](https://github.com/electron/forge) | `7.5.0` | `7.6.0` |
| [@electron-forge/plugin-auto-unpack-natives](https://github.com/electron/forge) | `7.5.0` | `7.6.0` |
| [@electron-forge/plugin-fuses](https://github.com/electron/forge) | `7.5.0` | `7.6.0` |
| [@electron-forge/plugin-webpack](https://github.com/electron/forge) | `7.5.0` | `7.6.0` |


Updates `@electron-forge/cli` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.5.0...v7.6.0)

Updates `@electron-forge/maker-dmg` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.5.0...v7.6.0)

Updates `@electron-forge/maker-squirrel` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.5.0...v7.6.0)

Updates `@electron-forge/maker-zip` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.5.0...v7.6.0)

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

Updates `@electron-forge/plugin-fuses` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.5.0...v7.6.0)

Updates `@electron-forge/plugin-webpack` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.5.0...v7.6.0)

---
updated-dependencies:
- dependency-name: "@electron-forge/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: electron-forge
- dependency-name: "@electron-forge/maker-dmg"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: electron-forge
- dependency-name: "@electron-forge/maker-squirrel"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: electron-forge
- dependency-name: "@electron-forge/maker-zip"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: electron-forge
- dependency-name: "@electron-forge/plugin-auto-unpack-natives"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: electron-forge
- dependency-name: "@electron-forge/plugin-fuses"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: electron-forge
- dependency-name: "@electron-forge/plugin-webpack"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: electron-forge
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-forge-779bcb23f5 branch from 3828d94 to 3e084c3 Compare January 15, 2025 16:21
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants