Skip to content

build(deps-dev): bump the electron-forge group with 8 updates#1617

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/electron-forge-1b6184808f
Closed

build(deps-dev): bump the electron-forge group with 8 updates#1617
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/electron-forge-1b6184808f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2023

Bumps the electron-forge group with 8 updates:

Package From To
@electron-forge/cli 6.4.1 7.2.0
@electron-forge/maker-deb 6.4.1 7.2.0
@electron-forge/maker-rpm 6.4.1 7.2.0
@electron-forge/maker-squirrel 6.4.1 7.2.0
@electron-forge/maker-zip 6.4.1 7.2.0
@electron-forge/plugin-auto-unpack-natives 6.4.1 7.2.0
@electron-forge/plugin-webpack 6.4.1 7.2.0
@electron-forge/publisher-github 6.4.2 7.2.0

Updates @electron-forge/cli from 6.4.1 to 7.2.0

Release notes

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

v7.2.0

What's Changed

Features

Fixes

Documentation

Other Changes

Full Changelog: electron/forge@v7.1.0...v7.2.0

image

v7.1.0

What's Changed

Full Changelog: electron/forge@v7.0.0...v7.1.0

v7.0.0

What's Changed

Breaking Changes

Features

... (truncated)

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
  • 30af3b2 v7.2.0
  • cf760c9 feat: add support for sequential groups of webpack builds (#3435)
  • f3cd9c6 fix: ensure that webpack is run once per arch for universal builds (#3433)
  • a7efb59 chore: update deps to clear some audit warnings (#3429)
  • 0b0b8c6 fix: set empty publicPath for preload scripts (#3428)
  • 450d9d0 fix: handle webpack configs exported as default (#3427)
  • 61d398a chore: bump electronjs/node to 2.1.0 (main) (#3422)
  • 6c0c16f refactor: dedupe key resolver for static publishers (#3421)
  • c100186 docs: add notes on publishing a new monorepo package (#3415)
  • c24cacb docs: remove mention of v5 -> v6 migration (#3412)
  • Additional commits viewable in compare view

Updates @electron-forge/maker-deb from 6.4.1 to 7.2.0

Release notes

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

v7.2.0

What's Changed

Features

Fixes

Documentation

Other Changes

Full Changelog: electron/forge@v7.1.0...v7.2.0

image

v7.1.0

What's Changed

Full Changelog: electron/forge@v7.0.0...v7.1.0

v7.0.0

What's Changed

Breaking Changes

Features

... (truncated)

Changelog

Sourced from @​electron-forge/maker-deb'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
  • 30af3b2 v7.2.0
  • cf760c9 feat: add support for sequential groups of webpack builds (#3435)
  • f3cd9c6 fix: ensure that webpack is run once per arch for universal builds (#3433)
  • a7efb59 chore: update deps to clear some audit warnings (#3429)
  • 0b0b8c6 fix: set empty publicPath for preload scripts (#3428)
  • 450d9d0 fix: handle webpack configs exported as default (#3427)
  • 61d398a chore: bump electronjs/node to 2.1.0 (main) (#3422)
  • 6c0c16f refactor: dedupe key resolver for static publishers (#3421)
  • c100186 docs: add notes on publishing a new monorepo package (#3415)
  • c24cacb docs: remove mention of v5 -> v6 migration (#3412)
  • Additional commits viewable in compare view

Updates @electron-forge/maker-rpm from 6.4.1 to 7.2.0

Release notes

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

v7.2.0

What's Changed

Features

Fixes

Documentation

Other Changes

Full Changelog: electron/forge@v7.1.0...v7.2.0

image

v7.1.0

What's Changed

Full Changelog: electron/forge@v7.0.0...v7.1.0

v7.0.0

What's Changed

Breaking Changes

Features

... (truncated)

Changelog

Sourced from @​electron-forge/maker-rpm'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
  • 30af3b2 v7.2.0
  • cf760c9 feat: add support for sequential groups of webpack builds (#3435)
  • f3cd9c6 fix: ensure that webpack is run once per arch for universal builds (#3433)
  • a7efb59 chore: update deps to clear some audit warnings (#3429)
  • 0b0b8c6 fix: set empty publicPath for preload scripts (#3428)
  • 450d9d0 fix: handle webpack configs exported as default (#3427)
  • 61d398a chore: bump electronjs/node to 2.1.0 (main) (#3422)
  • 6c0c16f refactor: dedupe key resolver for static publishers (#3421)
  • c100186 docs: add notes on publishing a new monorepo package (#3415)
  • c24cacb docs: remove mention of v5 -> v6 migration (#3412)
  • Additional commits viewable in compare view

Updates @electron-forge/maker-squirrel from 6.4.1 to 7.2.0

Release notes

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

v7.2.0

What's Changed

Features

Fixes

Documentation

Other Changes

Full Changelog: electron/forge@v7.1.0...v7.2.0

image

v7.1.0

What's Changed

Full Changelog: electron/forge@v7.0.0...v7.1.0

v7.0.0

What's Changed

Breaking Changes

Features

... (truncated)

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
  • 30af3b2 v7.2.0
  • cf760c9 feat: add support for sequential groups of webpack builds (#3435)
  • f3cd9c6 fix: ensure that webpack is run once per arch for universal builds (#3433)
  • a7efb59 chore: update deps to clear some audit warnings (#3429)
  • 0b0b8c6 fix: set empty publicPath for preload scripts (#3428)
  • 450d9d0 fix: handle webpack configs exported as default (#3427)
  • 61d398a chore: bump electronjs/node to 2.1.0 (main) (#3422)
  • 6c0c16f refactor: dedupe key resolver for static publishers (#3421)
  • c100186 docs: add notes on publishing a new monorepo package (#3415)
  • c24cacb docs: remove mention of v5 -> v6 migration (#3412)
  • Additional commits viewable in compare view

Updates @electron-forge/maker-zip from 6.4.1 to 7.2.0

Release notes

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

v7.2.0

What's Changed

Features

Fixes

Documentation

Other Changes

Full Changelog: electron/forge@v7.1.0...v7.2.0

image

v7.1.0

What's Changed

Full Changelog: electron/forge@v7.0.0...v7.1.0

v7.0.0

What's Changed

Breaking Changes

Features

... (truncated)

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
  • 30af3b2 v7.2.0
  • cf760c9 feat: add support for sequential groups of webpack builds (#3435)
  • f3cd9c6 fix: ensure that webpack is run once per arch for universal builds (#3433)
  • a7efb59 chore: update deps to clear some audit warnings (#3429)
  • 0b0b8c6 fix: set empty publicPath for preload scripts (#3428)
  • 450d9d0 fix: handle webpack configs exported as default (#3427)
  • 61d398a chore: bump electronjs/node to 2.1.0 (main) (#3422)
  • 6c0c16f refactor: dedupe key resolver for static publishers (#3421)
  • c100186 docs: add notes on publishing a new monorepo package (#3415)
  • c24cacb docs: remove mention of v5 -> v6 migration (#3412)
  • Additional commits viewable in compare view

Updates @electron-forge/plugin-auto-unpack-natives from 6.4.1 to 7.2.0

Re...

Description has been truncated

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 28, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-forge-1b6184808f branch 3 times, most recently from 3cff088 to 968a733 Compare January 4, 2024 07:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-forge-1b6184808f branch 3 times, most recently from 141dffc to 41825de Compare January 11, 2024 07:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-forge-1b6184808f branch 3 times, most recently from c6bd3f2 to fd58ff3 Compare January 22, 2024 08:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-forge-1b6184808f branch from fd58ff3 to 7b8ed78 Compare January 29, 2024 07:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-forge-1b6184808f branch 3 times, most recently from df380f7 to f32980b Compare February 12, 2024 07:35
Bumps the electron-forge group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@electron-forge/cli](https://github.com/electron/forge) | `6.4.1` | `7.2.0` |
| [@electron-forge/maker-deb](https://github.com/electron/forge) | `6.4.1` | `7.2.0` |
| [@electron-forge/maker-rpm](https://github.com/electron/forge) | `6.4.1` | `7.2.0` |
| [@electron-forge/maker-squirrel](https://github.com/electron/forge) | `6.4.1` | `7.2.0` |
| [@electron-forge/maker-zip](https://github.com/electron/forge) | `6.4.1` | `7.2.0` |
| [@electron-forge/plugin-auto-unpack-natives](https://github.com/electron/forge) | `6.4.1` | `7.2.0` |
| [@electron-forge/plugin-webpack](https://github.com/electron/forge) | `6.4.1` | `7.2.0` |
| [@electron-forge/publisher-github](https://github.com/electron/forge) | `6.4.2` | `7.2.0` |


Updates `@electron-forge/cli` from 6.4.1 to 7.2.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v6.4.1...v7.2.0)

Updates `@electron-forge/maker-deb` from 6.4.1 to 7.2.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v6.4.1...v7.2.0)

Updates `@electron-forge/maker-rpm` from 6.4.1 to 7.2.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v6.4.1...v7.2.0)

Updates `@electron-forge/maker-squirrel` from 6.4.1 to 7.2.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v6.4.1...v7.2.0)

Updates `@electron-forge/maker-zip` from 6.4.1 to 7.2.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v6.4.1...v7.2.0)

Updates `@electron-forge/plugin-auto-unpack-natives` from 6.4.1 to 7.2.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v6.4.1...v7.2.0)

Updates `@electron-forge/plugin-webpack` from 6.4.1 to 7.2.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v6.4.1...v7.2.0)

Updates `@electron-forge/publisher-github` from 6.4.2 to 7.2.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v6.4.2...v7.2.0)

---
updated-dependencies:
- dependency-name: "@electron-forge/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron-forge
- dependency-name: "@electron-forge/maker-deb"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron-forge
- dependency-name: "@electron-forge/maker-rpm"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron-forge
- dependency-name: "@electron-forge/maker-squirrel"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron-forge
- dependency-name: "@electron-forge/maker-zip"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron-forge
- dependency-name: "@electron-forge/plugin-auto-unpack-natives"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron-forge
- dependency-name: "@electron-forge/plugin-webpack"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron-forge
- dependency-name: "@electron-forge/publisher-github"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: electron-forge
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-forge-1b6184808f branch from f32980b to 8eaf161 Compare February 20, 2024 07:55
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2024

Superseded by #1700.

@dependabot dependabot bot closed this Feb 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-forge-1b6184808f branch February 22, 2024 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.

0 participants