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 9.3.2 to 10.1.3 #1074

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 13, 2020

Bumps electron from 9.3.2 to 10.1.3.

Release notes

Sourced from electron's releases.

electron v10.1.3

Release Notes for v10.1.3

Fixes

  • Fixed CORS not being disabled by webSecurity: false. #25503 (Also in 9, 10, 11)
  • Fixed ready-to-show event not emitted on some machines. #25476 (Also in 9, 10, 11)
  • Fixed a crash in app.importCertificate() on Linux. #25536 (Also in 9, 10, 11)
  • Fixed a crash when closing window in an event listener after exiting fullscreen on macOS. #25604 (Also in 10, 11)
  • Fixed an issue that could cause a normally-exiting process to fail with an "illegal access" message and exit code 7. #25458 (Also in 8, 9, 10, 11)
  • Fixed an issue where an error would be displayed when using webContents.print() if no default was set and no device name provided. #25606 (Also in 9, 10, 11)
  • Fixed an issue where multiple calls to window.print() could cause a crash. #25530
  • Fixed an issue where pageRanges was not properly honored when printing. #25597 (Also in 10)
  • Fixed crashes caused by attempting to modify destroyed views. #25511 (Also in 9, 10, 11)
  • Fixed the remote-debugging-port discovery page showing garbled text. #25601 (Also in 10, 11)
  • Updated Node root certs to use NSS 3.56. #25361 (Also in 8, 9, 10, 11)

Other Changes

  • Added a small console hint to console to help debug renderer crashes. #25472 (Also in 9, 10, 11)
  • Fixed resource leak in worker threads. #25662 (Also in 9, 10, 11)
  • Updated Chromium to 85.0.4183.121. #25559

Unknown

  • Fixed extension background page devtools not being openable. #25566 (Also in 9, 10, 11)

electron v10.1.2

Release Notes for v10.1.2

Fixes

  • Added missing module delay loads on windows to reduce per process reference set impact. #25435 (Also in 9, 10, 11)
  • Fixed a crash in the renderer process when invoking the Badging API. #25369 (Also in 9, 10, 11)
  • Fixed an issue where document.hasFocus and document.activeElement would be inconsistent upon showing a window that was initially created with show: false. #25330 (Also in 10, 11)
  • Fixed client_id file being generated in the working directory for node child process. #25309 (Also in 9, 10, 11)
  • Fixed multiple dock icons being left in system when calling dock.show/hide on macOS. #25299 (Also in 8, 9, 10, 11)

Other Changes

  • Updated Chromium to 85.0.4183.98. #25275

Unknown

  • Added support for some chrome.management APIs. #25345 (Also in 9, 10, 11)

electron v10.1.1

Release Notes for v10.1.1

Fixes

  • Fixed an issue where filters set in dialogs on macOS would have nondeterministic ordering. #25192
  • Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. #25178
  • Fixed the following issues for frameless when maximized on Windows:
Commits

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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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 13, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/electron-10.1.3 branch from 553bc42 to 90fac70 Compare October 13, 2020 01:37
Bumps [electron](https://github.com/electron/electron) from 9.3.2 to 10.1.3.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](electron/electron@v9.3.2...v10.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/electron-10.1.3 branch from 90fac70 to ee44e7d Compare October 13, 2020 01:43
@dependabot-preview dependabot-preview bot merged commit 3d1db14 into master Oct 13, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/electron-10.1.3 branch October 13, 2020 01:49
@UnchartedBull
Copy link
Owner

@dependabot ignore this major version

UnchartedBull pushed a commit that referenced this pull request Oct 13, 2020
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you about version 10.x.x again, unless you re-open this PR or update to a 10.x.x release yourself.

kantlivelong pushed a commit to kantlivelong/OctoDash that referenced this pull request May 5, 2021
kantlivelong pushed a commit to kantlivelong/OctoDash that referenced this pull request May 5, 2021
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.

None yet

1 participant