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

Bump @electron-forge/maker-deb from 6.0.0-beta.66 to 6.0.0-beta.70 #37

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps @electron-forge/maker-deb from 6.0.0-beta.66 to 6.0.0-beta.70.

Release notes

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

6.0.0-beta.69

What's Changed

Breaking Changes

Features

Other Changes

New Contributors

Full Changelog: electron/forge@v6.0.0-beta.68...v6.0.0-beta.69

v6.0.0-beta.68

What's Changed

Breaking Changes

Forge v6.0.0-beta.68 introduces a few breaking changes to the Forge config.

Renamed Electron Rebuild config (electron-userland/electron-forge#2963)

For consistency with the packagerConfig option for electron-packager, the field to configure electron-rebuild has now been shortened to rebuildConfig.

{
-  electronRebuildConfig: { /* ... */ }
+  rebuildConfig: { /* ... */ }
}

Changed plugin configuration syntax (electron-userland/electron-forge#2963)

The plugins array now takes objects containing an object with properties name and config, rather than tuples containing the plugin name and config.

This aligns the syntax for this configuration with the publishers and makers arrays.

... (truncated)

Changelog

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

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

Bug Fixes

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

New Features
  • publisher-s3: Add sessionToken and change default fallback (#2984) (72b80a7f)
  • add support for forge.config.ts et. al (#2993) (e404bf10)
  • plugin-webpack: support standalone preload entry points (#2950) (93b31c7d)
Bug Fixes
  • plugin-webpack: keep devDependencies, dependencies, optionalDependencies and peerDependencies in the distributed package.json (#3007) (0f75ce08)
  • template-webpack: use new plugin syntax (#2990) (14721498)
  • template-typescript-webpack: use new plugin syntax (#2989) (4f222f48)
Other Changes
  • prefer forge.config.js over package.json config (#2991) (777197e5)

6.0.0-beta.68 (2022-10-24)

Bug Fixes
  • docs:
  • pin gh-actions to SHAs, update to remove deprecation warning (#2966) (fbc92e46)
  • plugin-webpack: better webpack-dev-server types (#2952) (6c0c222b)
Other Changes

6.0.0-beta.67 (2022-10-05)

New Features
Bug Fixes

... (truncated)

Commits
  • d340c6f Update CHANGELOG.md for 6.0.0-beta.70
  • 235a56e Release 6.0.0-beta.70
  • afa9883 build: add icon to MakerWixConfig (#3017)
  • ab160d5 fix(template-typescript-webpack): install ts-node (#3016)
  • 378e200 fix(template-typescript-webpack): webpack entrypoint extensions (#3014)
  • c3a8db4 fix(template-typescript-webpack): clean up forge config code (#3009)
  • 0731039 Release 6.0.0 beta.69 (#3011)
  • bfb7280 chore: fix links from userland migration (#3010)
  • 777197e feat!: prefer forge.config.js over package.json config (#2991)
  • 25a0a63 chore: build electron-wix-msi to 5.0.0 (#3008)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by georgexu99, a new releaser for @​electron-forge/maker-deb since your current version.


Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@electron-forge/maker-deb](https://github.com/electron/forge) from 6.0.0-beta.66 to 6.0.0-beta.70.
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v6.0.0-beta.66...v6.0.0-beta.70)

---
updated-dependencies:
- dependency-name: "@electron-forge/maker-deb"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
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