Update dependency @logtape/logtape to v2.2.1#1941
Merged
Merged
Conversation
8c5096c to
72a2d4f
Compare
72a2d4f to
aa878c1
Compare
aa878c1 to
d29f111
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:
2.2.0→2.2.1Release Notes
dahlia/logtape (@logtape/logtape)
v2.2.1Compare Source
Released on June 24, 2026.
@logtape/logtape
withCategoryPrefix()was incorrectly applied tosub-loggers of the meta logger (e.g.,
["logtape", "meta", "sink"]).[#182 by Sebastian Wesley-Smith]
@logtape/sentry
Fixed the Sentry sink to report internal errors to the meta logger
(
["logtape", "meta", "sentry"]) instead ofconsole.debug(),making sink failures observable in tests and production.
[#181 by Sebastian Wesley-Smith]
Fixed a
TypeError: Converting circular structure to JSONraised whilerendering interpolated message values (e.g. logging a
Responseor anyvalue containing a circular reference as
logger.error("…{error}", { error })). The sink now uses the samecross-runtime
inspecthelper as @logtape/logtape and @logtape/pretty(
Deno.inspect()on Deno,util.inspect()on Node.js/Bun) via the#utilimport map, instead of a fallible
globalThis-detection fallback thatsilently degraded to
JSON.stringify()on Node.js. [#180]Configuration
📅 Schedule: (UTC)
* 7-16 * * 1,2,3,4)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.