Update dependency listr2 to v10 #1517
Open
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.
This PR contains the following updates:
6.6.1→10.1.0Release Notes
listr2/listr2 (listr2)
v10.1.0Compare Source
listr2 10.1.0 (2026-01-26)
Features
v10.0.0Compare Source
listr2 10.0.0 (2026-01-14)
Performance Improvements
BREAKING CHANGES
deps: This change drops node 20 support since it is reaching end of life.
fix: tiny bug with spinner
chore: update auxilary dependency versions
ci: update ci configuration for new node versions
WIP:
Signed-off-by: Cenk Kılıç cenk@kilic.dev
Node.js 22 and 24 introduced breaking changes to readline behavior that
cause "readline was closed" errors when enquirer attempts to clean up
after cancellation. This is a race condition in enquirer 2.4.1 that
hasn't been fixed upstream (package hasn't been updated in 2 years).
This commit adds error handling to suppress these specific errors while
still allowing the prompt to be properly cancelled and cleaned up.
References:
v9.0.5Compare Source
listr2 9.0.5 (2025-10-20)
Bug Fixes
v9.0.4Compare Source
v9.0.3Compare Source
v9.0.2Compare Source
listr2 9.0.2 (2025-08-20)
Bug Fixes
v9.0.1Compare Source
listr2 9.0.1 (2025-07-11)
Bug Fixes
v9.0.0Compare Source
v8.3.3Compare Source
listr2 8.3.3 (2025-05-06)
Bug Fixes
v8.3.2Compare Source
listr2 8.3.2 (2025-04-10)
Bug Fixes
v8.3.1Compare Source
listr2 8.3.1 (2025-04-09)
Bug Fixes
v8.3.0Compare Source
listr2 8.3.0 (2025-04-09)
Features
v8.2.5Compare Source
listr2 8.2.5 (2024-10-03)
Bug Fixes
v8.2.4Compare Source
listr2 8.2.4 (2024-07-27)
Bug Fixes
v8.2.3Compare Source
listr2 8.2.3 (2024-06-21)
Bug Fixes
v8.2.2Compare Source
listr2 8.2.2 (2024-06-19)
Bug Fixes
v8.2.1Compare Source
listr2 8.2.1 (2024-04-03)
Bug Fixes
v8.2.0Compare Source
listr2 8.2.0 (2024-04-02)
Features
v8.1.3Compare Source
listr2 8.1.3 (2024-03-31)
Bug Fixes
v8.1.2Compare Source
v8.1.1Compare Source
listr2 8.1.1 (2024-03-27)
Bug Fixes
v8.1.0Compare Source
listr2 8.1.0 (2024-03-27)
Features
v8.0.2Compare Source
listr2 8.0.2 (2024-01-27)
Bug Fixes
v8.0.1Compare Source
listr2 8.0.1 (2023-12-20)
Bug Fixes
v8.0.0Compare Source
v7.0.2Compare Source
listr2 7.0.2 (2023-10-18)
Bug Fixes
v7.0.1Compare Source
listr2 7.0.1 (2023-09-19)
Bug Fixes
Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.