cloudfoundry-community / stratos

Stratos: Web-based Management UI for Cloud Foundry and Kubernetes
MIT License
2 stars 7 forks source link

Bump @electron-forge/publisher-github from 6.0.0-beta.54 to 7.3.1 in /electron #15

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps @electron-forge/publisher-github from 6.0.0-beta.54 to 7.3.1.

Release notes

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

v7.3.1

What's Changed

Highlighted Feature:

This change enables advanced code signing with [@​electron/windows-sign][@​electron/windows-sign], supporting two different ways to codesign your application and the installer:

  1. Modern: By passing a windowsSign option, which will be passed to [@​electron/windows-sign]. This method allows full customization of the code-signing process - and supports more complicated scenarios like cloud-hosted EV certificates, custom sign pipelines, and per-file overrides. It also supports all existing "simple" codesigning scenarios, including just passing a certificate file and password. Please see https://github.com/@​electron/windows-sign for all possible configuration options.

    When passing windowsSign, do not pass any other available parameters at the top level (like certificateFile, certificatePassword, or signWithParams).

  2. Legacy: By passing the top-level settings (certificateFile, certificatePassword, and signWithParams). For simple codesigning scenarios, there's no reason not to use this method - it'll work just as fine as the modern method.

Bug Fixes and Improvements

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v7.3.0...v7.3.1

image

v7.3.0

What's Changed

Features

... (truncated)

Changelog

Sourced from @​electron-forge/publisher-github'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
  • ccf6063 v7.3.1
  • c05bf0a build(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#3537)
  • 3c5bf3d docs: update forge create-electron-app template to match tutorial (#3528)
  • a6a8bde chore: Bump @​electron/windows-sign deps (#3524)
  • b6fd1f3 build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 (#3522)
  • 3dc6fe7 ci(windows): pin version of wix toolset to v3.14.0 (#3525)
  • 1aa94fc build: fix keyv type resolution warning during dev (#3507)
  • 7ae554b fix(publisher-github): don't sanitize asset names before upload (#3485)
  • a5c60d5 build: bump memory limit for docs:generate script (#3500)
  • 81160c5 v7.3.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by georgexu99, 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 5 months ago

Superseded by #30.