Skip to content

deps-dev(deps-dev): bump tuistory from 0.10.1 to 0.11.0 in the development-dependencies group across 1 directory - #500

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-d9b4d50afd
Open

deps-dev(deps-dev): bump tuistory from 0.10.1 to 0.11.0 in the development-dependencies group across 1 directory#500
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-d9b4d50afd

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 1 update in the / directory: tuistory.

Updates tuistory from 0.10.1 to 0.11.0

Release notes

Sourced from tuistory's releases.

tuistory@0.11.0

  1. Configurable terminal idle delay — programmatic users can reduce the default 200ms settling delay when their TUI renders atomically or their tests use a stronger readiness check. This can substantially reduce large PTY test suite runtimes while preserving the safer default behavior:

    const session = await launchTerminal({
      command: 'my-tui',
      idleDelayMs: 60,
    })

    The implicit waitIdle() timeout now grows with longer configured delays. Explicit waitIdle({ timeout }) values still take precedence.

  2. Silent processes now launch and restart successfully — commands such as sleep and listening ffmpeg processes no longer fail when they produce no startup output. Tuistory keeps the live session running and prints a warning that suggests --no-wait for expected silence.

Thanks @​benvinegar for remorses/tuistory#5!

Changelog

Sourced from tuistory's changelog.

0.11.0

  1. Configurable terminal idle delay — programmatic users can reduce the default 200ms settling delay when their TUI renders atomically or their tests use a stronger readiness check. This can substantially reduce large PTY test suite runtimes while preserving the safer default behavior:

    const session = await launchTerminal({
      command: 'my-tui',
      idleDelayMs: 60,
    })

    The implicit waitIdle() timeout now grows with longer configured delays. Explicit waitIdle({ timeout }) values still take precedence. Thanks @​benvinegar for #5!

  2. Silent processes now launch and restart successfully — commands such as sleep and listening ffmpeg processes no longer fail when they produce no startup output. Tuistory keeps the live session running and prints a warning that suggests --no-wait for expected silence.

Commits
  • fc23ae1 build: refresh Bun lockfile for OpenTUI 0.4.5
  • b3f9797 release: tuistory@0.11.0
  • 1660322 Merge pull request #5 from benvinegar/feat/configurable-idle-delay
  • 5f6bca1 feat: make idle delay configurable
  • 7a38291 Update tuistory to OpenTUI 0.4.5
  • 2987e20 fix: launch timeout on silent process warns instead of failing
  • See full diff in compare view

@dependabot @github

dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

Bumps the development-dependencies group with 1 update in the / directory: [tuistory](https://github.com/remorses/tuistory).


Updates `tuistory` from 0.10.1 to 0.11.0
- [Release notes](https://github.com/remorses/tuistory/releases)
- [Changelog](https://github.com/remorses/tuistory/blob/main/CHANGELOG.md)
- [Commits](https://github.com/remorses/tuistory/compare/tuistory@0.10.1...tuistory@0.11.0)

---
updated-dependencies:
- dependency-name: tuistory
  dependency-version: 0.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps-dev(deps-dev): bump tuistory from 0.10.1 to 0.11.0 in the development-dependencies group deps-dev(deps-dev): bump tuistory from 0.10.1 to 0.11.0 in the development-dependencies group across 1 directory Aug 23, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-d9b4d50afd branch from 4c0c77f to 822181d Compare August 23, 2026 21:04
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