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-packager from 14.0.6 to 15.2.0 #141

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 7, 2020

Bumps electron-packager from 14.0.6 to 15.2.0.

Release notes

Sourced from electron-packager's releases.

15.1.0

Added

  • add darwin/arm64 and mas/arm64 as official platform/arch combinations (#1168)

Fixed

  • TypeScript: ensure OsxNotarizeOptions definition contains credentials (#1167)

15.0.0

Added

  • mac: app API key notarization (#1127)
  • TypeScript definition (#1131)

Changed

  • Replace cross-zip with extract-zip (#1139)

Removed

  • Node < 10 support (#1122)

14.2.1

Fixed

  • mac: don't fail if the icon path doesn't exist (#1101)
  • win32: correctly catch missing wine exceptions (#1117)

14.2.0

Added

  • electronZipDir option (#1094)

14.1.1

Fixed

  • Regression that caused the symlink test on Windows to not work as intended (#1071)
  • Always initialize proxy support when running the CLI (#1077)
  • Clarify the error message when infer cannot find a package.json file (#1079)
  • Handle a missing inferred app version better (#1079)

Chores

  • Upgrade electron-notarize to ^0.2.0 (#1069)

14.1.0

Added

  • (darwin/mas only) usageDescription option (#1049)
Changelog

Sourced from electron-packager's changelog.

15.2.0 - 2020-12-04

Added

  • Upgrade electron-osx-sign to 0.5.0 which adds a new option, entitlementsForFile (#1189)

Fixed

  • Add package manager lockfiles to default ignore list (#1182)
  • Allow checking official builds against prerelease versions (#1191)

15.1.0 - 2020-08-21

Added

  • add darwin/arm64 and mas/arm64 as official platform/arch combinations (#1168)

Fixed

  • TypeScript: ensure OsxNotarizeOptions definition contains credentials (#1167)

15.0.0 - 2020-06-27

Added

  • mac: app API key notarization (#1127)
  • TypeScript definition (#1131)

Changed

  • Replace cross-zip with extract-zip (#1139)

Removed

  • Node < 10 support (#1122)

14.2.1 - 2020-02-07

Fixed

  • mac: don't fail if the icon path doesn't exist (#1101)
  • win32: correctly catch missing wine exceptions (#1117)
Commits
  • 7d54c12 15.2.0
  • aafe0fd chore(deps-dev): bump tsd from 0.13.1 to 0.14.0 (#1193)
  • fec9737 chore(deps-dev): remove unused eslint-plugin-standard (#1192)
  • 5210c37 fix(targets): allow checking official builds against prerelease versions (#1191)
  • 7bc13c4 chore(deps): bump electron-osx-sign from 0.4.17 to 0.5.0 (#1189)
  • 3e2ecec docs: add link to plugins from HookFunction
  • ae205eb chore(deps-dev): bump eslint-config-standard from 15.0.1 to 16.0.0 (#1188)
  • 4fad4dc chore(deps-dev): bump eslint-config-standard from 14.1.1 to 15.0.0 (#1186)
  • e8dc949 ci: skip CircleCI for automatic commits to gh-pages (#1187)
  • f1c159f fix(copy-filter): add package manager lockfiles to default ignore (#1182)
  • Additional commits viewable in compare view

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 will not automatically merge this PR because it includes a major update to a production dependency.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 7, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/electron-packager-15.2.0 branch from ec741a1 to 5df7f1f Compare January 11, 2021 16:42
Bumps [electron-packager](https://github.com/electron/electron-packager) from 14.0.6 to 15.2.0.
- [Release notes](https://github.com/electron/electron-packager/releases)
- [Changelog](https://github.com/electron/electron-packager/blob/master/NEWS.md)
- [Commits](electron/packager@v14.0.6...v15.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/electron-packager-15.2.0 branch from 5df7f1f to 1b5d00a Compare May 6, 2021 17:33
@dependabot-preview
Copy link
Contributor Author

Superseded by #176.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/electron-packager-15.2.0 branch July 19, 2021 06:31
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