Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

fix(deps): update dependency electron-log to v4 #1577

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2019

This PR contains the following updates:

Package Type Update Change
electron-log dependencies major ^3.0.7 -> ^4.0.0

Release Notes

megahertz/electron-log

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

Core
  • multiple logger instances support.

    const log = electronLog.create('loggerId')

  • add object log.functions

  • Web Workers support

File transport
  • New default log file path:

    • on Linux: ~/.config/{app name}/logs/{process type}.log
    • on macOS: ~/Library/Logs/{app name}/{process type}.log
    • on Windows: %USERPROFILE%\AppData\Roaming\{app name}\logs\{process type}.log
  • the option file.fileName is now main.log, renderer.log or worker.log
    depending on process type

  • new option file.resolvePath

  • new method file.getFile()

  • deprecated file.file, use file.resolvePath instead

  • deprecated file.bytesWritten, use file.getFile().bytesWritten instead

  • deprecated file.fileSize, use file.getFile().size instead

  • deprecated file.clear(), use file.getFile().clear() instead

  • deprecated file.findLogPath(), use file.getFile().path instead

  • deprecated file.init(), doesn't matter anymore

IPC transport
  • mainConsole and rendererConsole are combined into ipc transport

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 if you tick the rebase/retry checkbox below.

🔕 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 Dec 9, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1577   +/-   ##
========================================
  Coverage    63.91%   63.91%           
========================================
  Files          138      138           
  Lines         3813     3813           
  Branches       797      797           
========================================
  Hits          2437     2437           
  Misses        1150     1150           
  Partials       226      226

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 87257d1...5b826c6. Read the comment docs.

@renovate renovate bot force-pushed the renovate/electron-log-4.x branch 4 times, most recently from 9c4558d to 0a65bb4 Compare December 11, 2019 15:30
@renovate renovate bot force-pushed the renovate/electron-log-4.x branch 2 times, most recently from 67faa8d to 3a3b17f Compare December 20, 2019 18:06
@renovate renovate bot force-pushed the renovate/electron-log-4.x branch 4 times, most recently from 0a9dca1 to 9e262a3 Compare January 8, 2020 17:54
@renovate renovate bot force-pushed the renovate/electron-log-4.x branch from 9e262a3 to 16c0fc5 Compare January 14, 2020 12:24
@renovate renovate bot force-pushed the renovate/electron-log-4.x branch from 16c0fc5 to e45609b Compare January 22, 2020 04:14
@renovate renovate bot force-pushed the renovate/electron-log-4.x branch 7 times, most recently from a8c700f to f3c729f Compare January 31, 2020 14:56
@renovate renovate bot force-pushed the renovate/electron-log-4.x branch 6 times, most recently from 115d463 to d5202a2 Compare February 12, 2020 16:50
@renovate renovate bot force-pushed the renovate/electron-log-4.x branch 9 times, most recently from 5f9488f to f3389b7 Compare February 19, 2020 17:00
@renovate renovate bot force-pushed the renovate/electron-log-4.x branch from f3389b7 to 5b826c6 Compare February 19, 2020 18:11
@faustbrian faustbrian merged commit 44bd702 into develop Feb 20, 2020
@faustbrian faustbrian deleted the renovate/electron-log-4.x branch February 20, 2020 03:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants