Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 22, 2019

Bumps electron from 5.0.7 to 7.0.0.

Release notes

Sourced from electron's releases.

electron v7.0.0

Release Notes for v7.0.0

Fixes

  • Fixed native modules size increase with VC++ and node 12 on windows. #20626

electron v7.0.0-beta.7

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@7.0.0-beta.7.

Release Notes for v7.0.0-beta.7

Fixes

  • Fixed cookies.get not working when url is not specified in filter. #20496
  • Fixed an issue where the open-url event was not properly being fired on macOS. #20523
  • Fixed memory leak when using protocol.registerSchemeAsPrivileged api. #20558
  • Fixed setting content-type header with charset breaking protocol APIs. #20544

electron v7.0.0-beta.6

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@7.0.0-beta.6.

Release Notes for v7.0.0-beta.6

Features

    • Added nativeTheme.themeSource to allow apps to override Chromium and the OS's theme choice
  • Limited the nativeTheme API to the browser process only
  • Fix crash when the native OS theme changes. #20486

Fixes

  • Fixed Node.js' worker_threads in ELECTRON_RUN_AS_NODE. #20456
  • Fixed a regression in the recentDocuments MenuItem role on macOS. #20410
  • Fixed desktopCapturer leak. #20280
  • Fixed disabling color correct rendering with --disable-color-correct-rendering. #20359
  • Fixed parsing of paths with .asar in directory name extensions. #20401
  • Fixed process taking 100% CPU when crashed with no crashReporter set up on Windows x64. #20395
  • [deps/uv] fsevents: fix file event reporting (backport: v12.x). #20430

electron v7.0.0-beta.5

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@7.0.0-beta.5.

Release Notes for v7.0.0-beta.5

... (truncated)
Commits
  • 3083693 Bump v7.0.0
  • 2a2f7e7 fix: add patch to node for native module size issue on windows (#20614) (#20626)
  • f4c697d test: skip desktopCapturer / remote module tests when the features are disabl...
  • 944690e Bump v7.0.0-beta.7
  • ae303ad spec: allow "Yu Gothic" as a Japanese sans-serif font on Windows (#20570)
  • 19162f4 fix: append network switches to network service process (#20558)
  • ee53f8c fix: do not manually parse content-type (#20544)
  • 4463715 fix: properly register custom url evt handling (#20523)
  • f6894da fix: when building with enable_plugins=false (#20507)
  • 1657908 build: fix build with Visual Studio 2019 (7-0-x) (#20502)
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 Oct 22, 2019
@dependabot-preview dependabot-preview bot requested a review from tomusdrw October 22, 2019 09:21
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/electron-7.0.0 branch 2 times, most recently from 3ca1b67 to 131aa41 Compare October 22, 2019 12:25
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/electron-7.0.0 branch 5 times, most recently from 04780d1 to 6c43d0b Compare October 29, 2019 13:27
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/electron-7.0.0 branch from 6c43d0b to f7a9393 Compare October 29, 2019 18:57
Bumps [electron](https://github.com/electron/electron) from 5.0.7 to 7.0.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v5.0.7...v7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/electron-7.0.0 branch from f7a9393 to a7af7fb Compare October 30, 2019 02:46
@dependabot-preview
Copy link
Contributor Author

Superseded by #586.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/electron-7.0.0 branch November 5, 2019 10:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant