Skip to content

chore(deps): update dependency listr2 to v11 - #187

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

chore(deps): update dependency listr2 to v11#187
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/listr2-11.x

Conversation

@renovate

@renovate renovate Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
listr2 ^10.2.2^11.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: Whenever PR becomes conflicted, 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.

@renovate
renovate Bot temporarily deployed to cloudflare-pages July 21, 2026 22:52 Inactive
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 21, 2026

Copy link
Copy Markdown

Deploying auth-wiki with  Cloudflare Pages  Cloudflare Pages

Latest commit: 180cf51
Status: ✅  Deploy successful!
Preview URL: https://f74355eb.auth-wiki.pages.dev
Branch Preview URL: https://renovate-listr2-11-x.auth-wiki.pages.dev

View logs

@renovate
renovate Bot force-pushed the renovate/listr2-11.x branch from b24725e to 180cf51 Compare July 24, 2026 21:48
@renovate
renovate Bot temporarily deployed to cloudflare-pages July 24, 2026 21:48 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants