Skip to content

Commit

Permalink
Update dependency listr2 to ^8.2.3 (main) (elastic#189233)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [listr2](https://github.com/listr2/listr2) | [`^8.2.1` ->
`^8.2.3`](https://renovatebot.com/diffs/npm/listr2/8.2.1/8.2.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/listr2/8.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/listr2/8.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/listr2/8.2.1/8.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/listr2/8.2.1/8.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>listr2/listr2 (listr2)</summary>

###
[`v8.2.3`](https://github.com/listr2/listr2/releases/tag/listr2%408.2.3)

[Compare
Source](https://github.com/listr2/listr2/compare/listr2@&#8203;8.2.2...listr2@&#8203;8.2.3)

#### listr2
[8.2.3](https://github.com/listr2/listr2/compare/listr2@&#8203;8.2.2...listr2@&#8203;8.2.3)
(2024-06-21)

##### Bug Fixes

- **process-output:** trick inquirer and such to not wrap on their own
([78b9a90](https://github.com/listr2/listr2/commit/78b9a90af37827a060e806cc2b1c6fd031343361))

###
[`v8.2.2`](https://github.com/listr2/listr2/releases/tag/listr2%408.2.2)

[Compare
Source](https://github.com/listr2/listr2/compare/listr2@&#8203;8.2.1...listr2@&#8203;8.2.2)

#### listr2
[8.2.2](https://github.com/listr2/listr2/compare/listr2@&#8203;8.2.1...listr2@&#8203;8.2.2)
(2024-06-19)

##### Bug Fixes

- **deps:** update dependencies
([642d3f7](https://github.com/listr2/listr2/commit/642d3f7c326a53f702968b75c1ca39f2a183dbd9))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/elastic/kibana).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
  • Loading branch information
renovate[bot] and Ikuni17 authored Jul 30, 2024
1 parent 3c9b2f4 commit 6c87925
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@
"json5": "^2.2.3",
"jsondiffpatch": "0.4.1",
"license-checker": "^25.0.1",
"listr2": "^8.2.1",
"listr2": "^8.2.3",
"lmdb": "^2.9.2",
"loader-utils": "^2.0.4",
"marge": "^1.0.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22134,16 +22134,16 @@ listr2@^3.8.3:
through "^2.3.8"
wrap-ansi "^7.0.0"

listr2@^8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.2.1.tgz#06a1a6efe85f23c5324180d7c1ddbd96b5eefd6d"
integrity sha512-irTfvpib/rNiD637xeevjO2l3Z5loZmuaRi0L0YE5LfijwVY96oyVn0DFD3o/teAok7nfobMG1THvvcHh/BP6g==
listr2@^8.2.3:
version "8.2.3"
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.2.3.tgz#c494bb89b34329cf900e4e0ae8aeef9081d7d7a5"
integrity sha512-Lllokma2mtoniUOS94CcOErHWAug5iu7HOmDrvWgpw8jyQH2fomgB+7lZS4HWZxytUuQwkGOwe49FvwVaA85Xw==
dependencies:
cli-truncate "^4.0.0"
colorette "^2.0.20"
eventemitter3 "^5.0.1"
log-update "^6.0.0"
rfdc "^1.3.1"
rfdc "^1.4.1"
wrap-ansi "^9.0.0"

lmdb@^2.9.2:
Expand Down Expand Up @@ -27791,10 +27791,10 @@ rfc4648@^1.5.2:
resolved "https://registry.yarnpkg.com/rfc4648/-/rfc4648-1.5.2.tgz#cf5dac417dd83e7f4debf52e3797a723c1373383"
integrity sha512-tLOizhR6YGovrEBLatX1sdcuhoSCXddw3mqNVAcKxGJ+J0hFeJ+SjeWCv5UPA/WU3YzWPPuCVYgXBKZUPGpKtg==

rfdc@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.1.tgz#2b6d4df52dffe8bb346992a10ea9451f24373a8f"
integrity sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==
rfdc@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==

rgbcolor@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 6c87925

Please sign in to comment.