Skip to content

⬆️ Bump electron-log from 3.0.1 to 4.2.2#72

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/electron-log-4.2.2
Closed

⬆️ Bump electron-log from 3.0.1 to 4.2.2#72
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/electron-log-4.2.2

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps electron-log from 3.0.1 to 4.2.2.

Changelog

Sourced from electron-log's changelog.

4.2.2

  • Add transports.file.depth option

4.2.0

  • Feature: Helper for custom log levels: log.levels.add
  • Stringify Errors instead of converting to object
  • Feature: Submit error report to github or other source

4.1.0

  • Feature: Scopes

4.0.0

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

3.0.0

... (truncated)
Commits
  • 1b114c0 4.2.2
  • 5c21ee1 feat(file): Add depth option
  • 531769c 4.2.1
  • 3305368 feat(catchError): Helper for submitting an error report
  • 31e58d7 fix(file): Prevent adding multiple error listener (#198)
  • fc9ec2d 4.2.0
  • 73494ab docs: Changelog for the next minor version
  • fc5eeed fix(transform): Stringify error instead of converting to object
  • 019492c feat: Add a helper for creating a custom log level
  • d2cd4d8 4.1.4
  • Additional commits viewable in compare view

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:

  • 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 dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jun 17, 2020
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #78.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/electron-log-4.2.2 branch August 12, 2020 04:25
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