Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency listr2 to v8 #10114

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
listr2 ^4.0.5 -> ^8.0.0 age adoption passing confidence

Release Notes

listr2/listr2 (listr2)

v8.2.4

Compare Source

listr2 8.2.4 (2024-07-27)

Bug Fixes
  • deps: update dependency log-update to ^6.1.0 (df1407f)

v8.2.3

Compare Source

listr2 8.2.3 (2024-06-21)

Bug Fixes
  • process-output: trick inquirer and such to not wrap on their own (78b9a90)

v8.2.2

Compare Source

listr2 8.2.2 (2024-06-19)

Bug Fixes
  • deps: update dependencies (642d3f7)

v8.2.1

Compare Source

listr2 8.2.1 (2024-04-03)

Bug Fixes
  • remove trying to remove non existing signal handler (1178601), closes #​712

v8.2.0

Compare Source

listr2 8.2.0 (2024-04-02)

Features
  • expose root/subtask through listr and use it directly (c5f8cab)

v8.1.3

Compare Source

listr2 8.1.3 (2024-03-31)

Bug Fixes
  • remove all listeners call (763ada8)

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
  • make observable and stream independent of node and external deps (4eab16a), closes #​707

v8.0.2

Compare Source

listr2 8.0.2 (2024-01-27)

Bug Fixes
  • deps: update all minor dependency updates (6662e0b)

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
  • renderer: subtask options checking problem for default renderer (de71a4d), closes #​694

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
  • expose manager tasks for brownie (f8fdbf0)

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
  • task: splat on titles for brownie and nx repositories (a756a47)

v6.3.0

Compare Source

Bug Fixes
  • renderer/default: update how bottom bar is checked (0b5dab9)
Features

v6.2.0

Compare Source

Bug Fixes
Features
  • force publish since semantic-release is stuck (fa0fae1)

v6.1.0

Compare Source

v6.0.4

Compare Source

Bug Fixes

v6.0.3

Compare Source

Bug Fixes
  • renderer: update typings (a080d11)

v6.0.2

Compare Source

Bug Fixes
  • typing issues with secondary renderer not being changed (f5c9871)

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Bug Fixes
  • comply with breaking changes on types (23d1855)
  • expose colorrette and some more utils (d9e0812)
  • handle non string values (04c583c)
  • issue with empty skips from before (5c04f19)
  • issue with test coverage (1bd74d9)
  • missing stuff (9d442f8)
  • move wrong dependency type to dev (d93f135)
  • refactor some of the api for work (4bce0c0)
  • task: update naming scheme and hide taskfn (1b19a89)
  • the issue with rendering, make default renderer method naming scheme similar to logger (6c5c172)
  • update ci configuration for codecov and semantic-release pushback (4f94de6)
  • update dependencies and configuration (ee07b2a)
  • update deps (8140f28)
  • update jsdocs, change default renderer option (2d99b67)
  • update logger to be more flexible (3b76139)
  • update option name (9ddfea3)
  • update splat from logger (142be8c)
  • update typescript path and the import paths accordingly (0d3afcb)
Features
  • add new options for base listr (1a41939)
  • add possiblity to force unicode on all systems (08ba157)
  • add process hooks to hook terminal to obstruct anything while rendering (db7398d), closes #​662
  • add splat util.format to output, title and skip (02e5432)
  • add task retry delay (b72eaf3), closes #​668
  • adds new test renderer (6098586)
  • ditch rxjs completely and use event emitter based approach (213bc76)
  • expose and alias more of the interfaces since they can be used outside (38479b0)
  • expose more api for pending tasks (a7b1981)
  • expose path from task directly (5c393d0)
  • expose spinner through its own stateful class (99bd97d)
  • process-output: ability to overwrite streams on process output (474e096)
  • process-output: hide cursor as before when hijacking output (a0e150c)
  • renderer: simplify and add eager option (5248c78)
Performance Improvements
  • bump node version to 16 since 14 dies in less than 1 month (36dde30)
  • change field name (91f6fda)
  • change naming scheme for renderer tasks to make it singular (cbcdfe2)
  • change the default behavior for error collection (4785730)
  • change the exposed API of the application (513ed76)
  • changes and reuses logger component and pluggable plugins for renderers (cbf668c), closes #​651 #​646 #​613
  • constants: changes names of listr states (cf9c19d)
  • default fallback renderer changed to simple renderer (67b5b62)
  • deps: ditch-pmap instead of a basic implementation (eb7cfdc)
  • go full esm on jest/ts-node, use dynamic imports for esm modules on default renderer (9cc01c0)
  • handle prompts properly, rename loglevels to listrloglevels (73cad76)
  • logger: move splat to logger as well and refactor multiline message handling (fea0227)
  • logger: unify the logger field input (30a2658)
  • logger: use logger prototype instead of instance for initiating, always pass default (1fc7ef9)
  • move prompt to own instance (7cacdbd)
  • refactor and simplify default renderer (a9ec3c4)
  • refactor the name to shorten it, since it is still understandable (acfe5bd)
  • rename error field of listr and share through parent tasks (88eb34e)
  • rename field (aa831bd)
  • rename for consistency (0530c22)
  • rename nonttyrenderer and its related settings (f29bb12)
  • rename property (5e8a7be)
  • renderer: change the default (796826a)
  • update api and rename for consistency (ffbe9f2)
  • update documentation, rename presets (4041410)
  • update how bottom bar is handled through process output buffer (1729962)
  • update how logger is implemented and injected (3146082)
  • update how test renderer logs and use a serializer instead of constantly creating objects (5859ac4)
  • update naming scheme (acc1f9d)
BREAKING CHANGES
  • renames default renderer options collapse to
    collapseSubtasks
  • On the main Listr task list, conditions for fallback and silent renderer have been
    renamed.
  • rendererSilent has been renamed to silentRendererCondition.
  • rendererFallback has been renamed to fallbackRendererCondition.
  • Default fallback renderer has been changed from verbose to simple, since
    simple can mostly handle non-tty at this point.
  • Changes default error collection behavior to false from minimal, since this is
    the most hidden feature of them all, and it should be opt-in.
  • err field in manager has been renamed to errors as well
  • renames retry property withError to basically error
  • renderer: The default behavior of handling longer output has been changed to wrap.
  • nonTTYRenderer, nonTTYRendererOptions in Listr tasks has been renamed to
    fallbackRenderer and fallbackRendererOptions 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.

  • Minimum node version usable is increased to node16 since node14 has been put out of
    the maintenance circle.
  • Moves prompt to another channel and avoids using the output channel for prompts.

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.

  • Renames the err field to errors in Listr class. So error collection is shared
    instead of injected.
  • This completely breaks old behavior with the renderers, even the basic
    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.

  • constants: State names has been changed, which might break backwards compatability.

v5.0.8

Compare Source

Bug Fixes
  • render subtasks of the subtasks if parent has no title (7b443f9), closes #​663

v5.0.7

Compare Source

Bug Fixes
  • deps: update dependency rxjs to ^7.8.0 (0e83e8d)

v5.0.6

Compare Source

Bug Fixes
  • deps: update dependency rxjs to ^7.5.7 (324f012)

v5.0.5

Compare Source

Bug Fixes

v5.0.4

Compare Source

Bug Fixes
  • listr-error: changes the types for the listrerror (306a304), closes #​653

v5.0.3

Compare Source

Bug Fixes
  • Use 'isObservable' utility instance of 'instanceof' (197e373)

v5.0.2

Compare Source

Bug Fixes
  • update build configuration because of seg fault (54b54dd)

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Bug Fixes
  • update command for docs (6e42d91)
Performance Improvements
BREAKING CHANGES
  • drops support for node12, migrate build to gitlab

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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Aug 21, 2024

🦋 Changeset detected

Latest commit: 7333d68

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@graphql-codegen/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor Author

renovate bot commented Aug 21, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

Successfully merging this pull request may close these issues.

0 participants