chore(deps): bump listr2 to v11 - #1175
Draft
trivikr wants to merge 1 commit into
Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1175 +/- ##
=======================================
Coverage 57.81% 57.81%
=======================================
Files 53 53
Lines 10398 10398
=======================================
Hits 6012 6012
Misses 4386 4386 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Member
|
Looks fine (no applicable breaking changes that I can identify) but we may as well wait for that change to land. |
trivikr
marked this pull request as draft
August 31, 2026 20:14
Member
Author
Marked as draft. Will update and make ready for review when I'll still prefer to keep the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump needed to use
figures.infowhich will be available in future versions oflistr2@v11Refs: #1174 (comment)
Upgrade
listr2from v9.0.5 to v11.0.1.Also upgrade
@listr2/prompt-adapter-inquirerfrom v3.0.5 to v4.2.6 because the adapter requires the correspondinglistr2v11 release.Notable upstream changes in
listr2v10
node-core-utilsalready requires Node.js 22.22.2 or newer.colorettewith Node.jsutil.styleText.See the
listr2v10.0.0, v10.1.0, and v10.2.0 release notes.v11
EventEmitterinstead ofeventemitter3.The v11 error-collection API has breaking changes, but
node-core-utilsdoes not use the affectedListr.errorsorcollectErrorsAPIs. Existing task lists and the Inquirer prompt integration require no source changes.See the
listr2v11.0.0 release notes.