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 from 1.8.3 to 7.0.0 #105

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 29, 2019

Bumps electron from 1.8.3 to 7.0.0.

Release notes

Sourced from electron's releases.

electron v7.0.0

Release Notes for v7.0.0

Notable Changes

  • Stack upgrades:

    Stack Electron 7 What's New Electron 6
    Chromium 78.0.3905.1 78, 77 76.0.3809.146
    V8 7.8 7.8, 7.7 7.6
    Node.js 12.8.1 12.8.1, 12.8, 12.7, 12.6, 12.5 12.4.0
  • Added Windows on Arm (64 bit) release. #18591, #20112

  • Added ipcRenderer.invoke() and ipcMain.handle() for asynchronous request/response-style IPC. These are strongly recommended over the remote module. See this "Electron’s ‘remote’ module considered harmful" blog post for more information. #18449

  • Added nativeTheme API to read and respond to changes in the OS's theme and color scheme. #19758, #20486

  • Switched to a new TypeScript Definitions generator, which generates more precise definitions. If your TypeScript build fails, this is the likely cause. #18103

Breaking Changes

More information about these and future changes can be found on project's Planned Breaking Changes page.

  • Removed deprecated APIs:
    • Callback-based versions of functions that now use Promises. #17907
    • Tray.setHighlightMode() (macOS). #18981
    • app.enableMixedSandbox() #17894
    • app.getApplicationMenu(),
    • app.setApplicationMenu(),
    • powerMonitor.querySystemIdleState(),
    • powerMonitor.querySystemIdleTime(),
    • webFrame.setIsolatedWorldContentSecurityPolicy(),
    • webFrame.setIsolatedWorldHumanReadableName(),
    • webFrame.setIsolatedWorldSecurityOrigin() #18159
  • Session.clearAuthCache() no longer allows filtering the cleared cache entries. #17970
  • Native interfaces on macOS (menus, dialogs, etc.) now automatically match the dark mode setting on the user's machine. #19226
  • Updated the electron module to use @electron/get. The minimum supported node version is now Node 8. #18413
  • The electron.asar file no longer exists. Any packaging scripts that depend on its existence should be updated. #18577

New Features

  • netLog.startLogging() now returns a promise which resolves when the net log has started recording.
  • All async webContents / <webview> methods now return a Promise. #18792
  • Added always-on-top-changed event emission for macOS. #19462
  • Added app.resignCurrentActivity() to allows marking inactive the current Handoff user activity without invalidating it. #18659
  • Added captureMode and maxFileSize options to the netLog API. #19215
  • Added creationTime / sandboxed / integrityLevel to app.getAppMetrics() output. #18718
  • Added failureReason parameter to the webContents.print() callback function to distinguish between success, failure, and cancellation. #19000
  • Added getBounds() method for BrowserView. #19370
  • Added gpu-info-update event to app, which is emitted whenever there is a GPU info update. #18250
  • Added memory to app.getAppMetrics(). #18831
  • Added process.getBlinkMemoryInfo(). #17762
  • Added removeInsertedCSS() to webFrame / webContents / <webview>. #16579
... (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
Maintainer changes

This version was pushed to npm by electron-nightly, a new releaser for electron 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 29, 2019
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 7, 2020

Superseded by #106.

@dependabot dependabot bot closed this Jul 7, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-7.0.0 branch July 7, 2020 03:51
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