Skip to content

fix(deps): update dependency @jamx/logger to ^0.3.0#245

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jamx-logger-0.x
Open

fix(deps): update dependency @jamx/logger to ^0.3.0#245
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jamx-logger-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@jamx/logger (source) ^0.1.0^0.3.0 age confidence

Release Notes

joshamaju/jamx (@​jamx/logger)

v0.3.0

Compare Source

Minor Changes
  • 943352e: Add WriterTransport, a runtime-neutral formatted transport that sends output and the original LogRecord to an injected synchronous writer callback.
  • d769a11: Rename the logger classes.Logger is now the convenience facade with level-specific methods likeinfo(), warn(), and error(). The previous low-level Loggerimplementation is now CoreLogger, available through createCoreLogger.ContextLogger, createContextLogger, and the .child() method have beenremoved. Use createChildLogger(logger, meta) to derive a logger withadditional metadata.
Patch Changes
  • 3f9b18b: CompositeTransport now accepts resolver functions that can choose a transport per log record

  • e05a0f9: Add built-in log processors.

    Adds CompositeProcessor, DefaultsProcessor, RedactProcessor, and ErrorProcessor, plus a new @jamx/logger/Processor subpath export. These processors support composing processor pipelines, adding default metadata, redacting configured metadata values without changing field names, and normalizing Error values.

  • 4c42eb1: Add optional flush() and close() lifecycle methods to transports.

  • da54793: Add log record processor support

  • 789b9a7: Add PrintfFormatter backed by @​paydirt/fmt for printf-style message interpolation.

  • 5eba292: Make logging failures safe and harden metadata redaction processing

v0.2.0

Compare Source

Minor Changes
  • 58025bc: Adds terminal/TTY line printer transport. Useful for doing task like logging i.e updating a previous log line

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • 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 was generated by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Jul 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 7312441

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/jamx-logger-0.x branch from d33d54a to 7312441 Compare July 11, 2026 16:41
@renovate renovate Bot changed the title fix(deps): update dependency @jamx/logger to ^0.2.0 fix(deps): update dependency @jamx/logger to ^0.3.0 Jul 11, 2026
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.

0 participants