Skip to content

chore(deps): bump @logtape/logtape from 1.3.5 to 2.0.2#96

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/logtape/logtape-2.0.2
Open

chore(deps): bump @logtape/logtape from 1.3.5 to 2.0.2#96
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/logtape/logtape-2.0.2

Conversation

@dependabot
Copy link
Contributor

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

Bumps @logtape/logtape from 1.3.5 to 2.0.2.

Changelog

Sourced from @​logtape/logtape's changelog.

Version 2.0.2

Released on January 25, 2026.

@​logtape/pretty

  • Fixed getters and showProxy options in inspectOptions not being passed to Deno.inspect() on Deno runtime. Previously, these options were defined in the interface but ignored, causing getter properties to display as [Getter] instead of their evaluated values. [#136]

#136: dahlia/logtape#136

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

... (truncated)

Commits
  • c9ebc47 Version bump
  • 218fd00 Version bump
  • 1100fe1 Add log4js adapter package
  • 85843b1 Update project descriptions to emphasize core strengths
  • d24a492 Migrate test suite from @​alinea/suite to node:test
  • 4d31713 Add lazy() function for deferred context property evaluation
  • 3c6fc1d Bump version to 2.0.0
  • fa998a2 Replace markdownlint with Hongdown formatter
  • 27ca01d Add async callback support for lazy evaluation of structured data
  • 8098cae Add Logger.isEnabledFor() method to check if a log level is enabled
  • Additional commits viewable in compare view

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)

Bumps [@logtape/logtape](https://github.com/dahlia/logtape/tree/HEAD/packages/logtape) from 1.3.5 to 2.0.2.
- [Changelog](https://github.com/dahlia/logtape/blob/main/CHANGES.md)
- [Commits](https://github.com/dahlia/logtape/commits/2.0.2/packages/logtape)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 26, 2026
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.

0 participants