Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @electron-forge/publisher-github from 6.0.0-beta.61 to 6.0.0-beta.68.

Release notes

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

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.

{
  plugins: [
-      [
-        '@electron-forge/plugin-webpack',
-        { /* ... */ }
-      ]
+
+      {
+        name: '@electron-forge/plugin-webpack',
+        config: { /* ... */ }
+      }
 ]
}

Upgraded Package dependency to electron-packager@17 (electron-userland/electron-forge#2978)

The upgrade to Electron Packager 17 introduces the shiny new @electron/osx-sign package for macOS code signing. It's a rewrite of the old electron-osx-sign tool with more sensible defaults.

To migrate, we recommend seeing if the default packagerConfig.osxSign options work for you and tweaking the default entitlements to your needs. Otherwise, see the @electron/osx-sign MIGRATION.md doc for a 1:1 conversion from the old config options to the new ones.

Fixes

Other Changes

... (truncated)

Changelog

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

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
  • template-typescript-webpack: preload file to webpack config (#2936) (cb1e5600)

6.0.0-beta.66 (2022-09-07)

New Features
  • plugin-webpack: Allow each entrypoints to specify nodeIntegration (#2867) (1f45e2ca)
Other Changes

6.0.0-beta.65 (2022-07-25)

Bug Fixes
Chores

6.0.0-beta.64 (2022-06-16)

New Features

... (truncated)

Commits
  • 07d54a4 Update CHANGELOG.md for 6.0.0-beta.68
  • 442a30a Release 6.0.0-beta.68
  • 629872d feat!: upgrade electron-packager@17 (#2978)
  • bb29cd5 fix(docs): only load modules if package has entry point (#2981)
  • 4d80cb3 docs: avoid generating Typescript primitives (#2980)
  • 5104cc0 chore(docs): rename <Internal> to InternalModule (#2979)
  • a8b9dfc fix(docs): only publish API docs on v6 tags (#2976)
  • 2c12d73 feat!: improve forge configuration DX (#2963)
  • fbc92e4 fix: pin gh-actions to SHAs, update to remove deprecation warning (#2966)
  • 362099a chore: delete lint command (#2964)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by vertedinde, a new releaser for @​electron-forge/publisher-github 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/publisher-github](https://github.com/electron-userland/electron-forge) from 6.0.0-beta.61 to 6.0.0-beta.68.
- [Release notes](https://github.com/electron-userland/electron-forge/releases)
- [Changelog](https://github.com/electron-userland/electron-forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v6.0.0-beta.61...v6.0.0-beta.68)

---
updated-dependencies:
- dependency-name: "@electron-forge/publisher-github"
  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 25, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2022

Superseded by #270.

@dependabot dependabot bot closed this Oct 28, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-forge/publisher-github-6.0.0-beta.68 branch October 28, 2022 16:03
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