Skip to content

chore(deps): bump the minor-and-patch group with 5 updates#8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-71c1c3da3c
Open

chore(deps): bump the minor-and-patch group with 5 updates#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-71c1c3da3c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 9, 2026

Copy link
Copy Markdown

Bumps the minor-and-patch group with 5 updates:

Package From To
@mariozechner/pi-tui 0.52.12 0.66.1
@opentelemetry/exporter-logs-otlp-http 0.212.0 0.214.0
@opentelemetry/sdk-logs 0.212.0 0.214.0
@opentelemetry/winston-transport 0.22.0 0.24.0
monarch-money-api 0.0.6 0.0.7

Updates @mariozechner/pi-tui from 0.52.12 to 0.66.1

Release notes

Sourced from @​mariozechner/pi-tui's releases.

v0.66.1

Changed

  • Changed the Earendil announcement from an automatic startup notice to the hidden /dementedelves slash command.

v0.66.0

New Features

  • Earendil startup announcement with bundled inline image rendering and a linked blog post for April 8 and 9, 2026.
  • Interactive Anthropic subscription auth warning when Anthropic subscription auth is active, clarifying that Anthropic third-party usage draws from extra usage and is billed per token.

Fixed

  • Fixed bare readline import to use node:readline prefix for Deno compatibility (#2885 by @​milosv-vtool)
  • Fixed auto-retry to treat stream failures like request ended without sending any chunks as transient errors (#2892)
  • Fixed interactive startup notices to render after the initial resource listing, and added a bundled Earendil startup announcement with inline image rendering for April 8 and 9, 2026. Moved the blog link above the image to avoid overlap with terminal image rendering.
  • Fixed interactive mode to warn when Anthropic subscription auth is active, so users know Anthropic third-party usage draws from extra usage and is billed per token.

v0.65.2

No release notes provided.

v0.65.1

Fixed

  • Fixed bash output truncation by line count to always persist full output to a temp file, preventing data loss when output exceeds 2000 lines but stays under the byte threshold (#2852)
  • RpcClient now forwards subprocess stderr to parent process in real-time (#2805)
  • Theme file watcher now handles async fs.watch error events instead of crashing the process (#2791)
  • Fixed stored session cwd handling so resuming or importing a session whose original working directory no longer exists now prompts interactive users to continue in the current cwd, while non-interactive modes fail with a clear error.
  • Fixed resource collision precedence so project and user skills, prompt templates, and themes override package resources consistently, and CLI-provided paths take precedence over discovered resources (#2781)
  • Fixed OpenAI-compatible completions streaming usage accounting to preserve prompt_tokens_details.cache_write_tokens and normalize OpenRouter cached_tokens, preventing incorrect cache read/write token and cost reporting in pi (#2802)
  • Fixed CLI extension paths like git:gist.github.com/... being incorrectly resolved against cwd instead of being passed through to the package manager (#2845 by @​aliou)
  • Fixed piped stdin runs with --mode json to preserve JSONL output instead of falling back to plain text (#2848 by @​aliou)
  • Fixed interactive command docs to stop listing removed /exit as a supported quit command (#2850)

v0.65.0

New Features

Breaking Changes

  • Removed extension post-transition events session_switch and session_fork. Use session_start with event.reason ("startup" | "reload" | "new" | "resume" | "fork"). For "new", "resume", and "fork", session_start includes previousSessionFile.
  • Removed session-replacement methods from AgentSession. Use AgentSessionRuntime for newSession(), switchSession(), fork(), and importFromJsonl(). Cross-cwd session replacement rebuilds all cwd-bound runtime state and replaces the live AgentSession instance.

... (truncated)

Changelog

Sourced from @​mariozechner/pi-tui's changelog.

[0.66.1] - 2026-04-08

[0.66.0] - 2026-04-08

[0.65.2] - 2026-04-06

Fixed

  • Fixed render scheduling under heavy streaming output by coalescing requestRender() calls to a 16ms frame budget while preserving immediate requestRender(true) behavior.

[0.65.1] - 2026-04-05

[0.65.0] - 2026-04-03

Fixed

  • Fixed markdown H1 headings ending with inline code from leaking underline styling into trailing line padding
  • Fixed slash-command argument autocomplete to await async getArgumentCompletions() results and ignore invalid return values, preventing crashes when extension commands provide asynchronous completions (#2719)
  • Fixed non-capturing overlay padding from inflating scrollback and corrupting the viewport on terminal widen (#2758 by @​dotBeeps)

[0.64.0] - 2026-03-29

Fixed

  • Fixed TUI cell size response handling to consume only exact CSI 6 ; height ; width t replies, so bare Escape is no longer swallowed while waiting for terminal image metadata (#2661)
  • Fixed Kitty keyboard protocol keypad functional keys to normalize to logical digits, symbols, and navigation keys, so numpad input in terminals such as iTerm2 no longer inserts Private Use Area gibberish or gets ignored (#2650)

[0.63.2] - 2026-03-29

[0.63.1] - 2026-03-27

[0.63.0] - 2026-03-27

Added

  • Added support for PI_TUI_WRITE_LOG directory paths, creating a unique log file (tui-<timestamp>-<pid>.log) per instance for easier debugging of multiple pi sessions (#2508 by @​mrexodia)

Fixed

  • Fixed blockquote text color breaking after inline links (and other inline elements) due to missing style restoration prefix
  • Fixed slash-command Tab completion from immediately chaining into argument autocomplete after completing the command name, restoring flows like /model that submit into a selector dialog (#2577)
  • Fixed stale content and incorrect viewport tracking after TUI content shrinks or transient components inflate the working area (#2126 by @​Perlence)
  • Fixed @ autocomplete to debounce editor-triggered searches, cancel in-flight fd lookups cleanly, and keep suggestions visible while results refresh (#1278)

[0.62.0] - 2026-03-23

Fixed

  • Fixed truncateToWidth() to stream truncation for very large strings, keep contiguous prefixes, and always terminate truncated SGR styling safely (#2447)

... (truncated)

Commits
  • f3780d7 Release v0.66.1
  • a99aee3 Add [Unreleased] section for next cycle
  • 918cc09 Release v0.66.0
  • 0ff00ad Add [Unreleased] section for next cycle
  • 573eb91 Release v0.65.2
  • 6f5f37f fix(tui): throttle render scheduling under streaming load
  • 78d4625 Add [Unreleased] section for next cycle
  • 4171cf0 Release v0.65.1
  • 84d1340 Add [Unreleased] section for next cycle
  • 8c1831b Release v0.65.0
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-logs-otlp-http from 0.212.0 to 0.214.0

Release notes

Sourced from @​opentelemetry/exporter-logs-otlp-http's releases.

experimental/v0.214.0

0.214.0

💥 Breaking Changes

  • feat(configuration)!: rename OTEL_EXPERIMENTAL_CONFIG_FILE to OTEL_CONFIG_FILE #6486 @​maryliag
  • refactor!(otlp-grpc-exporter-base): remove headers from gRPC exporter config type, passing headers now results in a compile-time error instead of being silently ignored #6487

🚀 Features

🐛 Bug Fixes

  • fix(opentelemetry-instrumentation): access require via globalThis to avoid webpack analysis #6481 @​overbalance
  • fix(sdk-logs): fix inflated droppedAttributesCount when updating existing attribute keys #6479 @​overbalance
  • fix(instrumentation-fetch): do not modify the returned type of fetch #6521 @​dyladan
  • fix(opentelemetry-sdk-node): add missing @opentelemetry/otlp-exporter-base dependency #6520 @​gotgenes

🏠 Internal

experimental/v0.213.0

0.213.0

💥 Breaking Changes

  • fix(api-logs)!: drop lingering includeTraceContext from LoggerOptions type #6451 @​trentm

🚀 Features

  • feat(instrumentation-http): provide http.request.header.<key> at server span creation time #6396 @​vitorvasc

🐛 Bug Fixes

  • fix(instrumentation-http): guard against double-instrumentation if loaded with require('http') and import 'http' #6428 @​trentm
  • fix(otlp-exporter-base): handle response error #6412 @​pichlermarc
    • Fixes a bug where when the response header was received, but the connection was reset by the server, an unhandled error would be thrown.
  • fix(otlp-exporter-base): remove sendBeacon in favor of fetch with keepalive #6391 @​overbalance
    • (user-facing) createOtlpSendBeaconExportDelegate will be removed in a future version
  • fix(otlp-transformer): downgrade protobufjs to version ^7.0.0 #6418 @​vitorvasc
  • fix(instrumentation-fetch): handle HeadersInit tuple arrays in _addHeaders #6341 @​overbalance @​imadha
Commits
  • 7e74509 chore: prepare next release (#6510)
  • c846919 fix(instrumentation-fetch): do not modify the returned type of fetch (#6521)
  • 99fb3fb fix(api): re-introduce fallback chain for global utils (#6523)
  • b842717 test(bundlers): add node webpack tests, expand edge coverage, assert known pr...
  • b5a6b12 fix(opentelemetry-sdk-node): add missing @​opentelemetry/otlp-exporter-base de...
  • dc93ed4 perf(sdk-trace-base): optimize Span.{addEvent,addLink} performance (#6516)
  • e9831e7 perf(sdk-trace-base): avoid Object.entries in Span.setAttributes (#6514)
  • d56af69 chore(deps): lock file maintenance (#6517)
  • f3a10ab chore(deps): update github/codeql-action digest to 3869755 (#6513)
  • 2f73776 chore(deps): update github/codeql-action digest to c6f9311 (#6511)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-logs from 0.212.0 to 0.214.0

Release notes

Sourced from @​opentelemetry/sdk-logs's releases.

experimental/v0.214.0

0.214.0

💥 Breaking Changes

  • feat(configuration)!: rename OTEL_EXPERIMENTAL_CONFIG_FILE to OTEL_CONFIG_FILE #6486 @​maryliag
  • refactor!(otlp-grpc-exporter-base): remove headers from gRPC exporter config type, passing headers now results in a compile-time error instead of being silently ignored #6487

🚀 Features

🐛 Bug Fixes

  • fix(opentelemetry-instrumentation): access require via globalThis to avoid webpack analysis #6481 @​overbalance
  • fix(sdk-logs): fix inflated droppedAttributesCount when updating existing attribute keys #6479 @​overbalance
  • fix(instrumentation-fetch): do not modify the returned type of fetch #6521 @​dyladan
  • fix(opentelemetry-sdk-node): add missing @opentelemetry/otlp-exporter-base dependency #6520 @​gotgenes

🏠 Internal

experimental/v0.213.0

0.213.0

💥 Breaking Changes

  • fix(api-logs)!: drop lingering includeTraceContext from LoggerOptions type #6451 @​trentm

🚀 Features

  • feat(instrumentation-http): provide http.request.header.<key> at server span creation time #6396 @​vitorvasc

🐛 Bug Fixes

  • fix(instrumentation-http): guard against double-instrumentation if loaded with require('http') and import 'http' #6428 @​trentm
  • fix(otlp-exporter-base): handle response error #6412 @​pichlermarc
    • Fixes a bug where when the response header was received, but the connection was reset by the server, an unhandled error would be thrown.
  • fix(otlp-exporter-base): remove sendBeacon in favor of fetch with keepalive #6391 @​overbalance
    • (user-facing) createOtlpSendBeaconExportDelegate will be removed in a future version
  • fix(otlp-transformer): downgrade protobufjs to version ^7.0.0 #6418 @​vitorvasc
  • fix(instrumentation-fetch): handle HeadersInit tuple arrays in _addHeaders #6341 @​overbalance @​imadha
Commits
  • 7e74509 chore: prepare next release (#6510)
  • c846919 fix(instrumentation-fetch): do not modify the returned type of fetch (#6521)
  • 99fb3fb fix(api): re-introduce fallback chain for global utils (#6523)
  • b842717 test(bundlers): add node webpack tests, expand edge coverage, assert known pr...
  • b5a6b12 fix(opentelemetry-sdk-node): add missing @​opentelemetry/otlp-exporter-base de...
  • dc93ed4 perf(sdk-trace-base): optimize Span.{addEvent,addLink} performance (#6516)
  • e9831e7 perf(sdk-trace-base): avoid Object.entries in Span.setAttributes (#6514)
  • d56af69 chore(deps): lock file maintenance (#6517)
  • f3a10ab chore(deps): update github/codeql-action digest to 3869755 (#6513)
  • 2f73776 chore(deps): update github/codeql-action digest to c6f9311 (#6511)
  • Additional commits viewable in compare view

Updates @opentelemetry/winston-transport from 0.22.0 to 0.24.0

Release notes

Sourced from @​opentelemetry/winston-transport's releases.

instrumentation-undici: v0.24.0

0.24.0 (2026-03-25)

Features

  • deps: update deps matching '@opentelemetry/*' (#3450) (c8df394)

instrumentation-kafkajs: v0.23.0

0.23.0 (2026-03-25)

Features

  • deps: update deps matching '@opentelemetry/*' (#3450) (c8df394)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.60.0 to ^0.61.0

winston-transport: v0.24.0

0.24.0 (2026-03-25)

Features

  • deps: update deps matching '@opentelemetry/*' (#3450) (c8df394)
Changelog

Sourced from @​opentelemetry/winston-transport's changelog.

0.24.0 (2026-03-25)

Features

  • deps: update deps matching '@opentelemetry/*' (#3450) (c8df394)

0.23.0 (2026-03-04)

Features

  • deps: update deps matching "@opentelemetry/*" (#3411) (7f4b776)
Commits

Updates monarch-money-api from 0.0.6 to 0.0.7

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@mariozechner/pi-tui](https://github.com/badlogic/pi-mono/tree/HEAD/packages/tui) | `0.52.12` | `0.66.1` |
| [@opentelemetry/exporter-logs-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.212.0` | `0.214.0` |
| [@opentelemetry/sdk-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.212.0` | `0.214.0` |
| [@opentelemetry/winston-transport](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/winston-transport) | `0.22.0` | `0.24.0` |
| [monarch-money-api](https://github.com/pbassham/monarch-money-api) | `0.0.6` | `0.0.7` |


Updates `@mariozechner/pi-tui` from 0.52.12 to 0.66.1
- [Release notes](https://github.com/badlogic/pi-mono/releases)
- [Changelog](https://github.com/badlogic/pi-mono/blob/main/packages/tui/CHANGELOG.md)
- [Commits](https://github.com/badlogic/pi-mono/commits/v0.66.1/packages/tui)

Updates `@opentelemetry/exporter-logs-otlp-http` from 0.212.0 to 0.214.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.212.0...experimental/v0.214.0)

Updates `@opentelemetry/sdk-logs` from 0.212.0 to 0.214.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.212.0...experimental/v0.214.0)

Updates `@opentelemetry/winston-transport` from 0.22.0 to 0.24.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/winston-transport/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/v0.24.0/packages/winston-transport)

Updates `monarch-money-api` from 0.0.6 to 0.0.7
- [Commits](https://github.com/pbassham/monarch-money-api/commits)

---
updated-dependencies:
- dependency-name: "@mariozechner/pi-tui"
  dependency-version: 0.66.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@opentelemetry/exporter-logs-otlp-http"
  dependency-version: 0.214.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@opentelemetry/sdk-logs"
  dependency-version: 0.214.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@opentelemetry/winston-transport"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: monarch-money-api
  dependency-version: 0.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Apr 9, 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