Skip to content

Bump @electron-forge/cli from 6.0.0-beta.52 to 6.0.0-beta.57#250

Closed
dependabot-preview[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/electron-forge/cli-6.0.0-beta.57
Closed

Bump @electron-forge/cli from 6.0.0-beta.52 to 6.0.0-beta.57#250
dependabot-preview[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/electron-forge/cli-6.0.0-beta.57

Conversation

@dependabot-preview
Copy link
Contributor

Bumps @electron-forge/cli from 6.0.0-beta.52 to 6.0.0-beta.57.

Release notes

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

6.0.0-beta.57

Bug Fixes

  • webpack-plugin: add web as a target for the renderer process (#2285) (9f2bc411)

6.0.0-beta.56

Breaking Changes

Bug Fixes
  • plugin-local-electron: bind methods correctly (#2280) (e60445d7)

6.0.0-beta.55

Build dependencies

Bug fixes

  • core: better error detection for electron-prebuilt-compile (#2268) (fdc82117)
  • template/typescript-webpack:
    • magic constant is a string w/comments about what it's for (#2166) (f15b5c7a)
    • add ts/tsx to known eslint-plugin-import extensions (#2139) (90f122c2)
  • plugin-webpack: correctly define the asset relocator base dir (#2022) (390219fd)
  • template-typescript: add eslint-plugin-import/typescript rules (#2048) (c27ca4bf)
  • cli: don't hardcode the minimum required Node version (#2003) (704db4b1)

6.0.0-beta.54

Fixed

  • publisher-github:
  • core: init should install the latest caret version of Forge (#1963) (b1693f09)

6.0.0-beta.53

New Features

  • add Electronegativity plugin (#1900) (a6a65cae)
  • core: add params to the postPackage hook (#1896) (e9a2ba07)

Bug Fixes

  • template: remove TS warning while scaffolding TS templates (#1664) (e447adc6)
  • plugin-webpack: prevent the renderer config from overriding its preload config's target (#1853) (8126a736)
  • core: Re-throw non-require errors when using requireSearch (#1876) (301d6e17)
Changelog

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

6.0.0-beta.57 (2021-05-23)

Chores
Bug Fixes
  • webpack-plugin: add web as a target for the renderer process (#2285) (9f2bc411)

6.0.0-beta.56 (2021-05-22)

Build System / Dependencies
Chores
Bug Fixes
  • plugin-local-electron: bind methods correctly (#2280) (e60445d7)
Other Changes

6.0.0-beta.55 (2021-05-18)

Build System / Dependencies
  • deps:
    • upgrade transitive dependencies (a06b5b7d)
    • bump ssri from 6.0.1 to 6.0.2 (2215dac5)
    • upgrade xterm to 4.12.0 (0a8b1fb1)
    • upgrade webpack-dev-middleware to 4.2.0 (790647dc)
    • upgrade semver to 7.3.5 (30be10a6)
    • upgrade ora to 5.4.0 (c1866c46)
    • upgrade mime-types to 2.1.30 (679b3610)
    • upgrade glob to 7.1.7 (ce94a505)
    • upgrade electron-wix-msi to 3.2.0 (cfce085e)
    • upgrade aws-sdk to 2.908.0 (f7a9dd53)
    • upgrade @​octokit/types to 6.14.2 (c636a05b)
    • upgrade @​octokit/rest to 18.5.3 (f5e57ae6)
    • upgrade @​octokit/core to 3.4.0 (33d51315)
    • upgrade @​malept/electron-installer-flatpak to 0.11.3 (31449bcd)

... (truncated)

Commits
  • 4a1fd92 Update CHANGELOG.md for 6.0.0-beta.57
  • 2e4a01e Release 6.0.0-beta.57
  • d378b20 chore: set up typeRoots for package tsconfig (#2286)
  • 9f2bc41 fix(webpack-plugin): add web as a target for the renderer process (#2285)
  • 7bbff3a Update CHANGELOG.md for 6.0.0-beta.56
  • 20dbce7 Release 6.0.0-beta.56
  • 8293fe7 build(deps-dev): bump ts-loader (#2282)
  • 0c980da build(deps-dev): bump node-loader (#2219)
  • 0ff2a51 build(deps-dev): bump node-loader in /packages/template/webpack/tmpl (#2218)
  • 8fbbad2 chore: require Node 12 for all packages (#2281)
  • 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 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)
  • 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 May 24, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #280.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/electron-forge/cli-6.0.0-beta.57 branch July 19, 2021 11:24
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