Skip to content

deps-dev(deps-dev): bump tuistory from 0.10.1 to 0.11.0 in the development-dependencies group - #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#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: 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 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 <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 development-dependencies group with 1 update: [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 @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.

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