Skip to content

Update dependency listr2 to v11 - #1923

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/listr2-11.x
Open

Update dependency listr2 to v11#1923
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/listr2-11.x

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
listr2 10.2.211.0.0 age confidence

Release Notes

listr2/listr2 (listr2)

v11.0.0

Compare Source

listr2 11.0.0 (2026-07-21)

Bug Fixes
  • lib: preserve OSC-8 hyperlinks in cleanseAnsi (#​776) (4f6fc87), closes #​768
  • lib: return null from Listr.errors when collection is disabled (4246ac7)
  • renderer: derive wrap width from configured output stream (c7e3d4f)
  • renderer: serialize the cancelled state in the test renderer (f703f09)
  • renderer: stop leaking output listeners on finalized tasks (1278eb5), closes #​772
Features
  • lib: replace eventemitter3 with Node built-in EventEmitter (#​760) (3154aaa)
  • lib: reset a task's streamed output when set to null (e06f9f0)
  • lib: run rollback on interruption and add a cancelled task state (5bcf69a)
Performance Improvements
  • lib: drop rfdc and simplify collectErrors to a boolean (#​774) (d4c9cee)
  • renderer: render task list with partial updates via log-update v8 (2820749)
BREAKING CHANGES
  • lib: Listr.errors is now ListrError[] | null. With the
    default collectErrors: [secure] it is null instead of an empty array;
    guard reads with listr.errors?.length or an explicit null check.

refs K-715

  • lib: on interruption, tasks without a rollback are now marked as
    CANCELLED instead of FAILED, and the process exits only after in-flight
    rollbacks have settled. Custom renderers that switch on the task state must
    handle ListrTaskState.CANCELLED.

refs K-703

  • lib: collectErrors no longer accepts 'minimal' or 'full', use
    true for the previous 'minimal' behavior. ListrError.ctx is removed and the
    context is no longer cloned into collected errors. The cloneObject utility
    export and the rfdc dependency are removed.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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