quasarframework / quasar-ui-qiconpicker

QIconPicker - Quasar App Extension
https://qiconpicker.netlify.app
MIT License
55 stars 19 forks source link

chore(deps-dev): bump electron from 7.1.13 to 8.0.2 in /demo #52

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps electron from 7.1.13 to 8.0.2.

Release notes

Sourced from electron's releases.

electron v8.0.2

Release Notes for v8.0.2

Fixes

  • Fixed "will-navigate" event not being emitted for sandboxed contents. #22328
  • Fixed Electron apps getting rejected to Mac App Store. #22298
  • Fixed session.setSpellCheckerDictionaryDownloadURL to append the dictionary name at the end of requests instead of requesting the same URL for all dictionaries. #22384
  • Fixed an issue where TypeError occurred on initializing CrashReporter. #22344
  • Fixed an issue with safeDialog preferences not being passed properly. #22377
  • Fixed issue where navigating with the mouse buttons 4/5 would result in full page loads instead of in-page popstate navigations. #22205
  • Removed unneccessary breakpad_symbols directory from the dsym zip file. #22218
  • Reverted a change to the name of the NSPrincipalClass, which could cause issues with protocol handlers on macOS (e.g. my-app://). #22326

Documentation

  • Documentation changes: #22265

electron v8.0.1

Release Notes for v8.0.1

Fixes

  • Fixed webRequest API not working with WebSockets. #22134
  • Fixed a crash in webContents.print() with custom print margins. #22186
  • Fixed a crash that could occur when visiting HTTPS sites with invalid certificates. #22124
  • Fixed an issue where undefined was printed from console.log on Window when no arguments were passed. #22172
  • Fixed bug that occurred when using trafficLightPosition API in RTL mode. #22162
  • Fixed flash plugin not working. #22110
  • Fixed issue where renderers could crash during GC when using the contextBridge module. #22114
  • Use system default printer if none is provided. #22011

Other Changes

electron v8.0.0

Generating release notes between origin/7-1-x and origin/8-x-y for version v8.0.0

Release Notes for v8.0.0

Breaking Changes

  • Upgraded to Chromium 80.0.3987.86 (New since Electron 7: Chromium 79, 80)
  • Upgraded to Node 12.13.0 (New since Electron 7: Node 12.9, 12.10, 12.11, 12.12, 12.13)
  • Upgraded to V8 8.0 (New since Electron 7: V8 7.9, 8.0)
  • IPC between main and renderer processes now uses the Structured Clone Algorithm. #20214

Features

  • Added --enable-api-filtering-logging command-line switch, which enables caller stack logging for desktopCapturer and remote APIs that can be blocked or filtered. #20335
... (truncated)
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.


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](https://app.dependabot.com): - 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[bot] commented 4 years ago

Superseded by #53.