Skip to content

Update dependency listr2 to v11#4020

Merged
gilgardosh merged 1 commit into
mainfrom
renovate/listr2-11.x
Jul 26, 2026
Merged

Update dependency listr2 to v11#4020
gilgardosh merged 1 commit into
mainfrom
renovate/listr2-11.x

Conversation

@renovate

@renovate renovate Bot commented Jul 22, 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: 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 added the dependencies Pull requests that update a dependency file label Jul 22, 2026
@renovate
renovate Bot temporarily deployed to accounter-fullstack July 22, 2026 00:43 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack July 22, 2026 00:43 Inactive
@github-actions

github-actions Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@accounter/client 0.1.0-alpha-20260726081940-b0a026b8c9868f60192381758d7d8f063554a66a npm ↗︎ unpkg ↗︎
@accounter/gmail-listener 0.1.3-alpha-20260726081940-b0a026b8c9868f60192381758d7d8f063554a66a npm ↗︎ unpkg ↗︎
@accounter/israeli-vat-scraper 0.1.13-alpha-20260726081940-b0a026b8c9868f60192381758d7d8f063554a66a npm ↗︎ unpkg ↗︎
@accounter/modern-poalim-scraper 0.10.7-alpha-20260726081940-b0a026b8c9868f60192381758d7d8f063554a66a npm ↗︎ unpkg ↗︎
@accounter/scraper-app 0.0.3-alpha-20260726081940-b0a026b8c9868f60192381758d7d8f063554a66a npm ↗︎ unpkg ↗︎
@accounter/server 0.2.0-alpha-20260726081940-b0a026b8c9868f60192381758d7d8f063554a66a npm ↗︎ unpkg ↗︎
@accounter/shaam-uniform-format-generator 0.2.7-alpha-20260726081940-b0a026b8c9868f60192381758d7d8f063554a66a npm ↗︎ unpkg ↗︎
@accounter/shaam6111-generator 0.1.9-alpha-20260726081940-b0a026b8c9868f60192381758d7d8f063554a66a npm ↗︎ unpkg ↗︎

@renovate
renovate Bot force-pushed the renovate/listr2-11.x branch from d0e5673 to cf2e74f Compare July 24, 2026 20:53
@renovate
renovate Bot temporarily deployed to accounter-fullstack July 24, 2026 20:53 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack July 24, 2026 20:53 Inactive
@gilgardosh
gilgardosh merged commit a549e32 into main Jul 26, 2026
12 of 13 checks passed
@gilgardosh
gilgardosh deleted the renovate/listr2-11.x branch July 26, 2026 08:27
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant