Skip to content

build: update dependency listr2 to v11 (main)#33649

Open
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-listr2-11-x
Open

build: update dependency listr2 to v11 (main)#33649
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-listr2-11-x

Conversation

@angular-robot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
listr2 10.2.211.0.0 age adoption passing confidence

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

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.

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Jul 24, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the dependency version of listr2 from 10.2.2 to 11.0.0 in both packages/angular/build/package.json and packages/angular/cli/package.json. There are no review comments, and I have no feedback to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant