Skip to content

chore(deps): Bump @logtape/logtape from 1.1.0 to 2.0.2 in /backend#5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/logtape/logtape-2.0.2
Open

chore(deps): Bump @logtape/logtape from 1.1.0 to 2.0.2 in /backend#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/logtape/logtape-2.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 13, 2026

Copy link
Copy Markdown
Contributor

Bumps @logtape/logtape from 1.1.0 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
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​logtape/logtape since your current version.


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 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 @github

dependabot Bot commented on behalf of github Mar 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [@logtape/logtape](https://github.com/dahlia/logtape/tree/HEAD/packages/logtape) from 1.1.0 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 force-pushed the dependabot/npm_and_yarn/backend/logtape/logtape-2.0.2 branch from 7a50b19 to e4c409a Compare March 13, 2026 12:34
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