Skip to content

Bump @logtape/logtape from 2.2.4 to 2.3.0 - #571

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/logtape/logtape-2.3.0
Closed

Bump @logtape/logtape from 2.2.4 to 2.3.0#571
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/logtape/logtape-2.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps @logtape/logtape from 2.2.4 to 2.3.0.

Changelog

Sourced from @​logtape/logtape's changelog.

Version 2.3.0

Released on July 30, 2026.

@​logtape/logtape

  • Added withConfig() and withConfigSync() functions for applying a LogTape configuration only within the current execution context. Scoped configurations require Config.contextLocalStorage, support nesting, and fully override the process-wide logger routing while active. withConfigSync() rejects callbacks that return promises. [#185, #188]

  • Added ScopedConfig type for scoped configuration objects. It has the same sink, filter, and logger shape as Config, but excludes the process-wide reset and contextLocalStorage options. [#185, #188]

#185: dahlia/logtape#185 #188: dahlia/logtape#188

@​logtape/testing

  • Added createFailureLogReporter() for buffering LogTape records during a test callback and reporting them only when the callback fails by default. The reporter uses scoped configuration, preserves wrapped callback parameters, and supports mode: "on-failure", mode: "always", and mode: "never". [#186, #190]

    • Added FailureLogReporter interface with wrap() and run() methods.
    • Added FailureLogReporterOptions interface with mode, lowestLevel, sink, and formatter options.
    • Added getFailureLogReporterOptionsFromEnv() function and FailureLogReporterEnvOptions interface for parsing reporter options from runtime-supplied environment variable readers.
    • Added FailureLogReportMode type.
    • Added @logtape/testing/recorder and @logtape/testing/reporter subpath exports while keeping the root @logtape/testing export for compatibility.

#186: dahlia/logtape#186 #190: dahlia/logtape#190

@​logtape/testing-bun

  • Added new @​logtape/testing-bun package for using the failure log reporter with Bun's built-in bun:test runner. [#187, #191]

    • Added test and it exports that wrap test callbacks with createFailureLogReporter().

... (truncated)

Commits
  • f585339 Clarify level-aware sink inheritance
  • 5934c5d Merge tag '2.2.4'
  • a0fb08a Add Vitest testing integration
  • 7bff299 Add Bun test runner integration
  • e9f74f5 Add Deno test runner integration
  • ee4a02b Add Node test runner integration
  • 6c91328 Merge pull request #188 from dahlia/with-config
  • ab6a1d6 Cache scoped filter lookup
  • bde3be7 Validate scoped filter registry
  • 77fa6f1 Close scoped disposal races
  • 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 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 2.2.4 to 2.3.0.
- [Changelog](https://github.com/dahlia/logtape/blob/main/CHANGES.md)
- [Commits](https://github.com/dahlia/logtape/commits/2.3.0/packages/logtape)

---
updated-dependencies:
- dependency-name: "@logtape/logtape"
  dependency-version: 2.3.0
  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 Aug 3, 2026
@dahlia

dahlia commented Aug 4, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Aug 4, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/logtape/logtape-2.3.0 branch August 4, 2026 16:50
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