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

Update dependency electron to v8 #166

Merged
merged 1 commit into from
Mar 29, 2020
Merged

Update dependency electron to v8 #166

merged 1 commit into from
Mar 29, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2020

This PR contains the following updates:

Package Type Update Change
electron devDependencies major 7.2.1 -> 8.2.0

Release Notes

electron/electron

v8.2.0

Compare Source

Release Notes for v8.2.0

Features

    • Added new useSessionCookies flag to net requests to allow them to use the session cookie store.
      • Fixed issue where SameSite cookies would not be attached to outgoing requests from the net module. #​22807
  • Added disableDialogs option to WebPreferences. #​22665

Fixes

  • Fixed a crash that could occur when sending arrays over IPC. #​22758
  • Fixed a potential crash on invalid zoomFactor values when setting the zoom factor of a webpage. #​22709
  • Fixed issue where mutating the global Object prototype could cause internal Electron logic to throw errors. #​22728
  • Returns a more graceful error when adding duplicate items to a single TouchBar instance. #​22645

Other Changes

  • Updated Chromium to 80.0.3987.158. #​22742

v8.1.1

Compare Source

Release Notes for v8.1.1

Fixes

  • DeviceId from navigator.mediaDevices.enumerateDevices is now consistent across reloads. #​22569

Other Changes

  • Updated Chromium to 80.0.3987.141. #​22593

v8.1.0

Compare Source

Release Notes for v8.1.0

Features

  • Added ability to set and get title bar traffic light position on the fly (macOS). #​22564
  • Added new spellcheck-dictionary-* events on the `session module to help track and debug dictionary initialization. #​22558
  • Allow some NODE_OPTIONs in packaged apps. #​22539

Fixes

  • Fixed process.getProcessMemoryInfo() return wrong private value on macOS. #​22496
  • Fixed a potential crash on devices which had not connected any printers to their network. #​22518
  • Fixed an occasional segfault with modal windows being closed or destroyed. #​22481
  • Fixed issue where repositioned traffic lights would be in the wrong position after the user switches OS theme. #​22559
  • Fixed some properties not working in webview tags. #​22510
  • MacOS VoiceOver is now able to find its way back into web contents after it navigated "out" of an application. #​22470
  • Removed assurance of object identity equality from the contextBridge as it is incapable of handling mutations. #​22557
  • Updating the document title while in fullscreen with custom traffic light positions no longer makes the traffic lights invisible. #​22508

Other Changes

  • Updated Chromium to 80.0.3987.137. #​22548

v8.0.3

Compare Source

Release Notes for v8.0.3

Fixes

  • Fixed ARIA role="tree" for macOS VoiceOver. #​22423
  • Fixed issue where dictionary files for the spellchecker would be downloaded to the app install directory instead of the user data directory. #​22448

Other Changes

  • Updated Chromium to 80.0.3987.134. #​22463
  • Updated g_swizzle_imk_input_session for new SDK. a315283

v8.0.2

Compare Source

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

v8.0.1

Compare Source

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

v8.0.0

Compare Source

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
  • Added app.getApplicationNameForProtocol(). #​21117
  • Added app.setAboutPanelOptions() support for credits and iconPath on Windows. #​19420
  • Added BrowserWindow.moveAbove(mediaSourceId). #​18926
  • Added contents.getAllSharedWorkers() and contents.inspectSharedWorkerById(workerId) to allow inspection of specific shared workers. #​20389
  • Added Notification() options' timeoutType property to allows users to set timeout type for Linux and Windows notifications. #​20153
  • Added Notification() options' urgency property to allow customization of Linux-based notifications. #​20152
  • Added session.addWordToSpellCheckerDictionary API to support custom words in the. #​21297
  • Added session.downloadURL() to allow downloads to trigger without a BrowserWindow. #​19889
  • Added systemPreferences.getMediaAccessStatus().screen for detecting the new macOS Catalina permissions. #​21116
  • Added trafficLightPosition option in BrowserWindow API to allow custom positioning of traffic lights. #​21990
  • Added tray.displayBalloon() options: iconType, largeIcon, noSound and respectQuietTime. #​19544
  • Added tray.focus(), which returns focus to the taskbar notification area. #​19548
  • Added tray.removeBalloon(), which removes an already displayed balloon notification. #​19547
  • Added WebContents.printToPDF() support for fitToPageEnabled and scaleFactor. #​20436
  • Added win.accessibleTitle property to augment the window title for screen readers. #​19698
  • Added options to enable customization of print page headers and footers. #​19688
  • Added support for picture-in-picture mode for video elements. #​17686
  • Added support for the built-in spellchecker. We will use the OS spellchecker on macOS and hunspell on all other platforms. #​20897
  • Added the ability to prevent documents from being added to recent documents on Windows in open dialogs. #​19669
  • Enable macOS users to fallback to item removal when when shell.moveItemToTrash fails. #​19700
  • Exposed webContents.executeJavaScriptInIsolatedWorld. #​21267
  • Exposing methods required by capturing a hidden webContents. #​21895
  • Added BrowserWindow.will-move event support on macOS. #​19641
  • Improved TouchBarButton and TouchBarLabel a11y with the new accessibilityLabel property. #​20454

Fixes

  • Added name of module to context-aware deprecation warning (#​18397). #​21958
  • Fixed Linux console warning about gtk_disable_setlocale(). #​19986
  • Don't destroy active menus created as local objects in javascript. #​19427
  • Fixed BrowserWindow.fromWebContents() to return null when no window is found for consistency with other APIs. #​19983
  • Fixed a crash that could occur when calling crashReporter.getUploadedReports. #​20428
  • Fixed a potential crash on faulty deviceNames in webContents.print(). #​21982
  • Fixed an issue in the remote module which could cause the name of the Object constructor to be overwritten globally. #​20637
  • Fixed an issue that prevented setuid binaries from being launched from the renderer process on Linux. #​19953
  • Fixed an issue where menu.closePopup() would have no effect if called too soon after menu.popup(). #​20114
  • Fixed an issue where net requests with redirection mode 'error' could incorrectly follow a redirect. #​20686
  • Fixed an issue where microtasks could sometimes be scheduled too eagerly, causing crashes when invoking Electron APIs during promises in certain situations. #​20303
  • Fixed an issue where sites using ShadowDOMV0, CustomElementsV0, or HTMLImports would not load properly. #​21866
  • Fixed an issue with Node.js context initialization in renderer processes. #​20836
  • Fixed async Node APIs not working after received IPC message. #​19718
  • Fixed compilation error for native modules building with VS 2015. #​21960
  • Fixed crash when doing redirect navigation with webRequest listener. #​21841
  • Fixed debug symbol files on linux not containing private symbols. #​20530
  • Fixed disabling color correct rendering with --disable-color-correct-rendering. #​20356
  • Fixed issue with when playing videos or audio Electron would ask for accessibility access. #​21998
  • Fixed memory leak when using protocol.registerSchemeAsPrivileged api. #​20546
  • Fixed printing. #​21059
  • Fixed setting content-type header with charset breaking protocol APIs. #​20538
  • Fixed several deprecation warnings in Electron code. #​20805
  • Fixed some systemPreferences.getColor() inconsistencies on macOS. #​20611
  • Fixed white flash after restoring an app from the background. #​19873
  • Prevented 'Reopen windows?' dialog from appearing on macOS after a crash. #​19584
  • Re-enable DOM storage quota enforcement but change limit from 10MiB to 100MiB. #​21380
  • Removed unnecessary chromium patch for browser compositor on mac. #​20390
  • setLayoutZoomLevelLimits no longer works in Electron 8, so emit a warning message when using it. The function will be removed in Electron 9. #​21360
  • Fixed a crash that could occur if a WebContents was destroyed during a navigation event. #​20099
  • Fixed bug in 8.0.0 beta releases that prevented the dictionarySuggestions property from being populated correctly when the built-in spellchecker is enabled. #​22015

Other Changes

  • Added Windows on Arm (64 bit) release. #​20094
  • Added Windows on Arm node header files to checksum file. #​20255
  • Deprecated the default value of app.allowRendererProcessReuse (See #​18397). #​21287
  • Deprecated <webview>.getWebContents() due to its dependency on the remote module. #​21039
  • Fixed first beta version choosing logic. bf66fe51
  • Made strip_absolute_paths_from_debug_symbols to false in debug.gn. #​21316
  • No-notes. #​18760, #​20003
  • Removed undocumented ipcRenderer.sendToAll(). #​19556

Documentation


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Feb 3, 2020

Codecov Report

Merging #166 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #166   +/-   ##
========================================
  Coverage    80.08%   80.08%           
========================================
  Files           55       55           
  Lines          467      467           
  Branches       111      111           
========================================
  Hits           374      374           
  Misses          78       78           
  Partials        15       15

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 287f737...13556b6. Read the comment docs.

@renovate renovate bot force-pushed the renovate/electron-8.x branch 10 times, most recently from 6a8440d to c50980e Compare February 11, 2020 00:35
@renovate renovate bot force-pushed the renovate/electron-8.x branch 8 times, most recently from c2cb8a5 to e99d9e0 Compare February 18, 2020 02:46
@renovate renovate bot force-pushed the renovate/electron-8.x branch 11 times, most recently from c9fded3 to d8408d0 Compare February 25, 2020 20:56
@renovate renovate bot force-pushed the renovate/electron-8.x branch 6 times, most recently from cd3e843 to c780924 Compare March 13, 2020 03:46
@renovate renovate bot force-pushed the renovate/electron-8.x branch 7 times, most recently from b868572 to 5d6affc Compare March 22, 2020 17:42
@renovate renovate bot force-pushed the renovate/electron-8.x branch 9 times, most recently from e0c42f6 to 5ccf3e9 Compare March 28, 2020 20:28
@jmarceli jmarceli self-requested a review March 28, 2020 21:25
@jmarceli jmarceli merged commit 173e1a5 into develop Mar 29, 2020
@jmarceli jmarceli deleted the renovate/electron-8.x branch March 29, 2020 13:42
jmarceli added a commit that referenced this pull request Mar 29, 2020
* Update dependency @material-ui/core to v4.7.2 (#46)

* Update dependency react-use to v13.11.0 (#47)

* Update renovate.json (#52)

* Update dependency @types/papaparse to v5.0.3 (#55)

* Update dependency electron to v7.1.4 (#56)

* Update typescript-eslint monorepo to v2.11.0 (#53)

* Update renovate.json (#58)

* Update renovate.json

* Update renovate.json

* Update dependency @testing-library/react to v9.3.3 (#59)

* Update dependency react-popper to v1.3.7 (#51)

* Update dependency @types/node to v12.12.17 (#48)

* Update dependency @types/react to v16.9.16 (#49)

* Update dependency react-use to v13.12.2 (#50)

* Update dependency @testing-library/react to v9.4.0 (#64)

* Update dependency electron to v7.1.5 (#65)

* Update Apollo GraphQL packages (#66)

* Update dependency @material-ui/core to v4.8.0 (#67)

* Update dependency @types/node to v12.12.18 (#68)

* Update typescript-eslint monorepo to v2.12.0 (#69)

* Fix/bug query explorer ssl (#62)

* Use electron for explorer if checkbox is selected

* Rename query files

* Fix queryBase results bug

* Fix query explorer and add compact view option

* Use Typescript for Electron build

* Restructure code and handle history with Context

* Fix and adjust Explorer

* Fix tests

* Remove unused code

* Fix e2e tests

* Update lock file

* Clean and improve tests

* Add missing @types/qs

* Chore/improve code coverage (#71)

* Render Root component

* Fix TS bugs

* Clean unused code

* Add more tests

* Add some tests for Electron main file

* Update renovate.json

* Fix Renovate config

* Chore/rearrange files (#76)

* Change components structure

* Move helpers out of apollo dir

* Add Connection data saving test

* Add form tests

* Fix CI configuration bug

* Remove condition from apollo base file

* Add password visibility toggle tests

* Update dependency electron to v7.1.6 (#77)

* Update dependency papaparse to v5.1.1 (#78)

* Update dependency @types/jest to v24.0.24 (#79)

* Update Node.js to v10.18.0 (#81)

* Update dependency electron to v7.1.7 (#82)

* Update dependency @types/react to v16.9.17 (#83)

* Update dependency @types/mui-datatables to v2.13.2 (#84)

* Update dependency eslint to v6.8.0 (#85)

* Update dependency typescript to v3.7.4 (#86)

* Update typescript-eslint monorepo to v2.13.0 (#88)

* Update dependency @material-ui/core to v4.8.1 (#89)

* Update dependency @types/jest to v24.0.25 (#90)

* Update dependency react-use to v13.13.0 (#91)

* Update dependency @types/mui-datatables to v2.13.3 (#92)

* Update dependency @types/node to v12.12.22 (#80)

* Update dependency @material-ui/core to v4.8.2 (#93)

* Update typescript-eslint monorepo to v2.14.0 (#94)

* Update dependency @types/node to v12.12.23 (#95)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update dependency react-use to v13.14.0 (#96)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update dependency @types/node to v12.12.24 (#97)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update dependency @types/webpack-env to v1.15.0 (#98)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update dependency @material-ui/core to v4.8.3 (#99)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update typescript-eslint monorepo to v2.15.0 (#100)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update dependency axios to v0.19.1 (#101)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update dependency react-use to v13.14.1 (#102)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update dependency @types/mui-datatables to v2.13.4 (#103)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update dependency react-use to v13.14.2 (#104)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update dependency react-use to v13.14.3 (#105)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update dependency date-fns to v2.9.0 (#106)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update dependency electron to v7.1.8 (#107)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>

* Update dependency react-use to v13.15.0 (#108)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update typescript-eslint monorepo to v2.16.0 (#109)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency electron to v7.1.9 (#110)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update Node.js to v10.18.1 (#111)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.16.0 (#113)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.16.1 (#114)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/jest to v24.9.0 (#115)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.17.0 (#116)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency eslint-plugin-react to v7.18.0 (#117)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.18.0 (#118)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.19.0 (#119)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency typescript to v3.7.5 (#120)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency mui-datatables to v2.14.0 (#121)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.20.0 (#122)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/node to v12.12.25 (#123)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.21.0 (#126)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update typescript-eslint monorepo to v2.17.0 (#127)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/react-dom to v16.9.5 (#128)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/react to v16.9.18 (#129)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency axios to v0.19.2 (#130)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-final-form to v6.3.4 (#131)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/react to v16.9.19 (#132)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/jest to v24.9.1 (#134)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency codecov to v3.6.2 (#135)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency electron to v7.1.10 (#136)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency final-form to v4.18.7 (#137)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-final-form to v6.3.5 (#138)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.22.0 (#139)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.22.1 (#141)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency graphql to v14.6.0 (#140)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.22.2 (#142)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update typescript-eslint monorepo to v2.18.0 (#143)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency rimraf to v3.0.1 (#145)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.22.3 (#146)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @testing-library/cypress to v5.1.0 (#147)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/node to v12.12.26 (#148)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/react-inspector to v4 (#87)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency wait-on to v4 (#125)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Fix missing unsafeSsl in ExplorerPanel (#149)

* Fix missing unsafeSsl in ExplorerPanel

* Fix tests

* Update CHANGELOG

* 0.1.8

* Update DEVELOPMENT.md

* Udpate version in .env

* Remove unsafeSsl from connection id and fix tests

* Add Stale Bot

* Update dependency @types/webpack-env to v1.15.1 (#152)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @testing-library/cypress to v5.1.1 (#153)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency electron to v7.1.11 (#154)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.22.4 (#155)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @testing-library/cypress to v5.1.2 (#156)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-scripts to v3.3.1 (#157)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency codecov to v3.6.3 (#158)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency codecov to v3.6.4 (#159)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency eslint-plugin-react to v7.18.1 (#160)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency eslint-plugin-react to v7.18.2 (#161)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @testing-library/cypress to v5.2.0 (#162)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update mui monorepo to v4.9.1 (#133)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @testing-library/cypress to v5.2.1 (#163)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency eslint-plugin-react to v7.18.3 (#164)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update typescript-eslint monorepo to v2.19.0 (#165)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.24.0 (#167)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency graphql-tag to v2.10.2 (#168)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency graphql-tag to v2.10.3 (#169)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @testing-library/cypress to v5.3.0 (#171)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency codecov to v3.6.5 (#172)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/qs to v6.9.1 (#173)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update Node.js to v10.19.0 (#174)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @material-ui/core to v4.9.2 (#176)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency rimraf to v3.0.2 (#175)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency electron to v7.1.12 (#178)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update typescript-eslint monorepo to v2.19.2 (#177)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/node to v12.12.27 (#179)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @material-ui/core to v4.9.3 (#183)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.26.1 (#182)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency compare-versions to v3.6.0 (#180)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-scripts to v3.4.0 (#181)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update typescript-eslint monorepo to v2.20.0 (#184)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/react to v16.9.20 (#185)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/node to v12.12.28 (#187)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/react to v16.9.21 (#188)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency electron to v7.1.13 (#189)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency typescript to v3.8.2 (#190)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/react to v16.9.22 (#191)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @testing-library/react to v9.4.1 (#192)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @material-ui/core to v4.9.4 (#194)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency cypress to v3.8.3 (#193)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.26.2 (#195)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update typescript-eslint monorepo to v2.21.0 (#196)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency date-fns to v2.10.0 (#197)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/react to v16.9.23 (#198)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency babel-eslint to v10.1.0 (#199)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.26.3 (#200)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update react monorepo to v16.13.0 (#201)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency wait-on to v4.0.1 (#202)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/node to v12.12.29 (#203)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency typescript to v3.8.3 (#204)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency electron to v7.1.14 (#205)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.26.4 (#206)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @material-ui/core to v4.9.5 (#207)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.26.5 (#208)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update typescript-eslint monorepo to v2.22.0 (#209)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency react-use to v13.27.0 (#210)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @testing-library/react to v9.5.0 (#211)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

* Update dependency @types/jest to v25 (#144)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @types/classnames to v2.2.10 (#212)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency eslint-plugin-react to v7.19.0 (#213)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @types/jest to v25.1.4 (#214)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency react-inspector to v4.0.1 (#215)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update typescript-eslint monorepo to v2.23.0 (#216)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @testing-library/cypress to v5.3.1 (#218)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @types/node to v12.12.30 (#221)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update typescript-eslint monorepo to v2.24.0 (#223)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency date-fns to v2.11.0 (#222)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @material-ui/core to v4.9.6 (#224)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @material-ui/core to v4.9.7 (#225)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update react monorepo to v16.13.1 (#226)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @types/react to v16.9.25 (#227)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency qs to v6.9.2 (#230)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update typescript-eslint monorepo to v2.25.0 (#231)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency electron to v7.2.0 (#232)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency electron to v7.2.1 (#233)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @types/node to v12.12.31 (#234)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency react-use to v13.27.1 (#235)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency qs to v6.9.3 (#236)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @types/react to v16.9.26 (#237)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency date-fns to v2.11.1 (#238)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @types/node to v12.12.32 (#239)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @material-ui/core to v4.9.8 (#240)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @types/react to v16.9.27 (#241)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency electron-builder to v22 (#112)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency electron to v8 (#166)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency cypress to v4 (#170)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Fix DrawerRight resizeability

* Update dependency prettier to v2 (#229)

* Update dependency prettier to v2

* Update dependency prettier to v2

* Reformat code with Prettier

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jan Grzegorowski <grzegorowski@gmail.com>

* Update dependency @testing-library/react to v10 (#219)

* Update dependency @testing-library/react to v10

* Update tests for testing-library-react-10.x

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jan Grzegorowski <grzegorowski@gmail.com>

* Update dependency react-inspector to v5 (#217)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @testing-library/cypress to v6 (#220)

* Update dependency @testing-library/cypress to v6

* Update dependency @testing-library/cypress to v6

* Adjust Cypress tests for 6.x

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jan Grzegorowski <grzegorowski@gmail.com>

* Fix missing nan dependency

* Update changelog

* 0.1.9

* Update version

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants