fix(deps): update dependency listr2 to v8 #10114
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:
^4.0.5
->^8.0.0
Release Notes
listr2/listr2 (listr2)
v8.2.4
Compare Source
listr2 8.2.4 (2024-07-27)
Bug Fixes
v8.2.3
Compare Source
listr2 8.2.3 (2024-06-21)
Bug Fixes
v8.2.2
Compare Source
listr2 8.2.2 (2024-06-19)
Bug Fixes
v8.2.1
Compare Source
listr2 8.2.1 (2024-04-03)
Bug Fixes
v8.2.0
Compare Source
listr2 8.2.0 (2024-04-02)
Features
v8.1.3
Compare Source
listr2 8.1.3 (2024-03-31)
Bug Fixes
v8.1.2
Compare Source
v8.1.1
Compare Source
listr2 8.1.1 (2024-03-27)
Bug Fixes
v8.1.0
Compare Source
listr2 8.1.0 (2024-03-27)
Features
v8.0.2
Compare Source
listr2 8.0.2 (2024-01-27)
Bug Fixes
v8.0.1
Compare Source
listr2 8.0.1 (2023-12-20)
Bug Fixes
v8.0.0
Compare Source
v7.0.2
Compare Source
listr2 7.0.2 (2023-10-18)
Bug Fixes
v7.0.1
Compare Source
listr2 7.0.1 (2023-09-19)
Bug Fixes
v6.6.1
Compare Source
v6.6.0
Compare Source
Features
v6.5.0
Compare Source
Features
v6.4.2
Compare Source
v6.4.1
Compare Source
Bug Fixes
v6.4.0
Compare Source
v6.3.1
Compare Source
Bug Fixes
v6.3.0
Compare Source
Bug Fixes
Features
v6.2.0
Compare Source
Bug Fixes
Features
v6.1.0
Compare Source
v6.0.4
Compare Source
Bug Fixes
v6.0.3
Compare Source
Bug Fixes
v6.0.2
Compare Source
Bug Fixes
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
Bug Fixes
Features
Performance Improvements
BREAKING CHANGES
collapse
tocollapseSubtasks
Listr
task list, conditions for fallback and silent renderer have beenrenamed.
rendererSilent
has been renamed tosilentRendererCondition
.rendererFallback
has been renamed tofallbackRendererCondition
.verbose
tosimple
, sincesimple
can mostly handle non-tty at this point.false
fromminimal
, since this isthe most hidden feature of them all, and it should be opt-in.
wrap
.nonTTYRenderer
,nonTTYRendererOptions
in Listr tasks has been renamed tofallbackRenderer
andfallbackRendererOptions
respectively.To be honest this was staying for the original Listr compatability but since so much is refactored,
it made sense to change it to match where the others are used.
the maintenance circle.
Properly uses the ProcessOutputHook for Simpler Renderer. Hooks on prompts.
Moves the ProcessOutputBuffer logic in to its own class, where streams can be recorded.
Deprecated through has been ditched by using a basic WritableStream, idk why i did use it in the
first place,
I guess it was coming from the original Listr implementation.
Still uses ansi escape parsing to properly render the output, still limited by mostly the log-update
but
buffering output for bells and clear line or hide cursor charachters breaks stuff too much, so it is
the safe
way.
instead of injected.
parameters are changed.
Now the renderers for things like timer and timestamps takes in
pluggable components through the shared constants, which makes them user
configurable.
The logger interface and logger itself has changed to handle all the
common cases for any kind of renderer, eventhough it does not use all of
them at the same time.
This is a big change that might make the user checkout the new README.
v5.0.8
Compare Source
Bug Fixes
v5.0.7
Compare Source
Bug Fixes
v5.0.6
Compare Source
Bug Fixes
v5.0.5
Compare Source
Bug Fixes
v5.0.4
Compare Source
Bug Fixes
v5.0.3
Compare Source
Bug Fixes
v5.0.2
Compare Source
Bug Fixes
v5.0.1
Compare Source
Bug Fixes
v5.0.0
Compare Source
Bug Fixes
Performance Improvements
BREAKING CHANGES
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.