Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps @logtape/pretty from 1.0.5 to 1.1.1.

Changelog

Sourced from @​logtape/pretty's changelog.

Version 1.1.1

Released on September 18, 2025.

@​logtape/pretty

  • Fixed a bug where logs with long property keys would cause the formatter to fail, resulting in no output being displayed. The issue occurred when property keys exceeded the indentation width, causing negative padding calculations that threw a RangeError. [#87]

#87: dahlia/logtape#87

Version 1.1.0

Released on September 11, 2025.

@​logtape/logtape

  • Added “fingers crossed” logging feature that buffers debug logs in memory and only outputs them when a trigger event occurs, reducing log noise while preserving context for debugging. [#59]

    • Added fingersCrossed() function that implements the fingers crossed logging pattern with support for trigger levels, buffer management, and category isolation.
    • Added FingersCrossedOptions interface for configuring fingers crossed behavior with options for trigger level, buffer size, and category isolation modes.
  • Added Logger.emit() method for emitting log records with custom fields, particularly useful for integrating external logs while preserving their original timestamps. [#78]

#59: dahlia/logtape#59 #78: dahlia/logtape#78

@​logtape/file

  • Changed getStreamFileSink() to implement AsyncDisposable instead of Disposable.

  • Fixed flaky behavior in high-volume logging scenarios where some log records could be lost during sink disposal. The sink now ensures all data is fully written to disk before disposal completes.

@​logtape/pretty

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file minor Minor version bump for tagpr labels Oct 6, 2025
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 minor Minor version bump for tagpr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants