fix(deps): update dependency @jamx/logger to ^0.3.0#245
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/jamx-logger-0.x
branch
from
July 11, 2026 16:41
d33d54a to
7312441
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.1.0→^0.3.0Release Notes
joshamaju/jamx (@jamx/logger)
v0.3.0Compare Source
Minor Changes
943352e: AddWriterTransport, a runtime-neutral formatted transport that sends output and the originalLogRecordto an injected synchronous writer callback.d769a11: Rename the logger classes.Loggeris now the convenience facade with level-specific methods likeinfo(),warn(), anderror(). The previous low-levelLoggerimplementation is nowCoreLogger, available throughcreateCoreLogger.ContextLogger,createContextLogger, and the.child()method have beenremoved. UsecreateChildLogger(logger, meta)to derive a logger withadditional metadata.Patch Changes
3f9b18b: CompositeTransport now accepts resolver functions that can choose a transport per log recorde05a0f9: Add built-in log processors.Adds
CompositeProcessor,DefaultsProcessor,RedactProcessor, andErrorProcessor, plus a new@jamx/logger/Processorsubpath export. These processors support composing processor pipelines, adding default metadata, redacting configured metadata values without changing field names, and normalizingErrorvalues.4c42eb1: Add optionalflush()andclose()lifecycle methods to transports.da54793: Add log record processor support789b9a7: Add PrintfFormatter backed by @paydirt/fmt for printf-style message interpolation.5eba292: Make logging failures safe and harden metadata redaction processingv0.2.0Compare Source
Minor Changes
58025bc: Adds terminal/TTY line printer transport. Useful for doing task like logging i.e updating a previous log lineConfiguration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.