Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps @logtape/logtape from 1.2.5 to 1.3.5.

Changelog

Sourced from @​logtape/logtape's changelog.

Version 1.3.5

Released on December 19, 2025.

@​logtape/redaction

  • Fixed a regression where Error, Date, RegExp, and other built-in objects were incorrectly converted to empty objects {} when processed by redactByField() and redactByPattern(). These objects are now preserved without modification. [#114]

#114: dahlia/logtape#114

Version 1.3.4

Released on December 18, 2025.

@​logtape/redaction

  • Fixed redactByField() to use redacted property values for all message placeholders, not just those directly matching field patterns. Previously, named placeholders like {args} would use original values even when containing nested sensitive fields (e.g., args[0].email), exposing sensitive data in the log message. [#99]

Version 1.3.3

Released on December 18, 2025.

@​logtape/redaction

  • Fixed redactByField() to recursively process arrays, ensuring that sensitive fields inside objects within arrays are properly redacted. Previously, arrays were not traversed, so sensitive data in nested structures like { args: [{ email: "..." }] } would not be redacted. [#99]

Version 1.3.2

Released on December 18, 2025.

  • Reduced npm package sizes by excluding unnecessary source files from published packages. Previously, the src/ directory was included in npm

... (truncated)

Commits
  • c7e0dbf Version bump
  • 64aa347 Version bump
  • d315f4f Version bump
  • a2fdf46 Merge tag '1.2.3' into 1.3-maintenance
  • 1c0d309 Version bump
  • b62f9c2 Version bump
  • 24acd12 Highlight framework integrations in README and docs
  • fd5ba0d Add @​logtape/koa package for Koa HTTP request logging
  • 6b19412 @​logtape/hono package for Hono HTTP request logging
  • 6e95a99 @​logtape/express for Express HTTP request logging
  • 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.2.5 to 1.3.5.
- [Changelog](https://github.com/dahlia/logtape/blob/main/CHANGES.md)
- [Commits](https://github.com/dahlia/logtape/commits/1.3.5/packages/logtape)

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

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 Dec 22, 2025
@dahlia
Copy link
Member

dahlia commented Dec 22, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Looks like @logtape/logtape is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/logtape/logtape-1.3.5 branch December 22, 2025 12:00
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.

2 participants