Skip to content

Bump @logtape/logtape from 2.0.0 to 2.0.1#348

Merged
Germandrummer92 merged 1 commit intomainfrom
dependabot/npm_and_yarn/logtape/logtape-2.0.1
Jan 23, 2026
Merged

Bump @logtape/logtape from 2.0.0 to 2.0.1#348
Germandrummer92 merged 1 commit intomainfrom
dependabot/npm_and_yarn/logtape/logtape-2.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps @logtape/logtape from 2.0.0 to 2.0.1.

Changelog

Sourced from @​logtape/logtape's changelog.

Version 2.0.1

Released on January 20, 2026.

@​logtape/otel

  • Fixed OpenTelemetry sink to preserve nested object structures in attributes instead of converting them to JSON strings. This follows the OpenTelemetry specification which supports map<string, AnyValue> for nested objects. [#135]

    Before this fix, nested objects were serialized as JSON strings:

    logger.info("Event", { workspace: { id: 42, name: "test" } });
    // OpenTelemetry attribute: workspace = '{"id":42,"name":"test"}'

    After this fix, nested objects are preserved as structured data:

    logger.info("Event", { workspace: { id: 42, name: "test" } });
    // OpenTelemetry attribute: workspace = { id: 42, name: "test" }

    This allows OpenTelemetry backends (like Axiom, Honeycomb, etc.) to properly query and filter on nested properties (e.g., workspace.id = 42).

    • Error objects in properties (when exceptionAttributes is "raw" or false) are now serialized as structured objects instead of JSON strings, preserving properties like name, message, stack, cause, and custom properties.

#135: dahlia/logtape#135

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 23, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 23, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@Germandrummer92 Germandrummer92 enabled auto-merge (squash) January 23, 2026 07:32
Bumps [@logtape/logtape](https://github.com/dahlia/logtape/tree/HEAD/packages/logtape) from 2.0.0 to 2.0.1.
- [Changelog](https://github.com/dahlia/logtape/blob/main/CHANGES.md)
- [Commits](https://github.com/dahlia/logtape/commits/2.0.1/packages/logtape)

---
updated-dependencies:
- dependency-name: "@logtape/logtape"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/logtape/logtape-2.0.1 branch from 84c14fe to 6e94d68 Compare January 23, 2026 07:33
@Germandrummer92 Germandrummer92 merged commit f14a630 into main Jan 23, 2026
4 checks passed
@Germandrummer92 Germandrummer92 deleted the dependabot/npm_and_yarn/logtape/logtape-2.0.1 branch January 23, 2026 07:33
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant