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

chore(deps): update electron-log to 5.1.2 #397

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron-log 4.4.8 -> 5.1.2 age adoption passing confidence

Release Notes

megahertz/electron-log (electron-log)

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

  • New entry point for NW.js / Node.js apps: 'electron-log/node'

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

Core
  • Now it's a time to use modern ES instead of ES5. It was a joy to use
    old-fashioned ES5, but since the library grows it becomes
    harder to follow its restrictions. Starting from v5 the library
    requires Node.js 14+ or Electron 13 at least.
  • Now a renderer process just sends log data to the main through IPC,
    so only the main logger can be configured. See
    initialize for more information
  • A new tranforms property is added for each transport. It allows to
    configure transformations preformed on message data. See
    transforms for more information.
  • log.create(logId) is replaced by log.create({ logId })
File transport
  • archiveLog options is renamed to archiveLogFn
  • resolvePath options is renamed to resolvePathFn
  • All logs are written to main.log file. If you want to write renderer
    logs to a separated file, you can do that by overriding resolvePathFn
Console transport
  • writeFn callback is added. By default, it just passes message.data to
    console.log function
Remote transport
  • onError is renamed to processErrorFn({ error, message, request })
  • transformBody is renamed to makeBodyFn({ logger, message, transport })
Electron event logger

To simplify app debugging the
Electron event logging
was implemented.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/electron-log-5.x branch 4 times, most recently from 7ff9b14 to ebf3e7c Compare April 19, 2024 22:59
@renovate renovate bot force-pushed the renovate/electron-log-5.x branch from ebf3e7c to 885e759 Compare April 20, 2024 17:36
@renovate renovate bot changed the title chore(deps): update electron-log to 5.1.2 chore(deps): update electron-log to 5.1.2 - autoclosed Apr 22, 2024
@renovate renovate bot closed this Apr 22, 2024
@renovate renovate bot deleted the renovate/electron-log-5.x branch April 22, 2024 16:39
@renovate renovate bot changed the title chore(deps): update electron-log to 5.1.2 - autoclosed chore(deps): update electron-log to 5.1.2 Apr 22, 2024
@renovate renovate bot reopened this Apr 22, 2024
@renovate renovate bot restored the renovate/electron-log-5.x branch April 22, 2024 18:33
@renovate renovate bot changed the title chore(deps): update electron-log to 5.1.2 chore(deps): update dependency electron-log to v5 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/electron-log-5.x branch from 885e759 to 9fec4ab Compare April 22, 2024 20:31
@renovate renovate bot changed the title chore(deps): update dependency electron-log to v5 chore(deps): update electron-log to 5.1.2 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/electron-log-5.x branch from 9fec4ab to 798118d Compare April 22, 2024 20:54
@renovate renovate bot force-pushed the renovate/electron-log-5.x branch from 798118d to d7e0efa Compare April 22, 2024 21:24
@TheComputerGenie TheComputerGenie merged commit 91ebd01 into development Apr 22, 2024
1 of 4 checks passed
@TheComputerGenie TheComputerGenie deleted the renovate/electron-log-5.x branch April 22, 2024 22:46
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.

1 participant