From 272d7f43e54388c329c46854e83d18e6871a9fd7 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:37:10 -0500 Subject: [PATCH] Update dependency listr2 to ^8.2.5 (main) (#196899) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [listr2](https://togithub.com/listr2/listr2) | devDependencies | patch | [`^8.2.4` -> `^8.2.5`](https://renovatebot.com/diffs/npm/listr2/8.2.4/8.2.5) | --- ### Release Notes
listr2/listr2 (listr2) ### [`v8.2.5`](https://togithub.com/listr2/listr2/releases/tag/listr2%408.2.5) [Compare Source](https://togithub.com/listr2/listr2/compare/listr2@​8.2.4...listr2@​8.2.5) #### listr2 [8.2.5](https://togithub.com/listr2/listr2/compare/listr2@​8.2.4...listr2@​8.2.5) (2024-10-03) ##### Bug Fixes - ability to use zen-observable ([bae701b](https://togithub.com/listr2/listr2/commit/bae701bab5569521cdc00b2a6ce6a1969e9eafaf)), closes [#​724](https://togithub.com/listr2/listr2/issues/724)
--- ### 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 has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> (cherry picked from commit 22b442f61664d06969852038f6abafb3ecafc3ad) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 21fcc82ae2506..872753af57074 100644 --- a/package.json +++ b/package.json @@ -1766,7 +1766,7 @@ "json5": "^2.2.3", "jsondiffpatch": "0.4.1", "license-checker": "^25.0.1", - "listr2": "^8.2.4", + "listr2": "^8.2.5", "lmdb": "^2.9.2", "loader-utils": "^2.0.4", "marge": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 323d2738718b8..8ef3eb81037a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22450,10 +22450,10 @@ listr2@^3.8.3: through "^2.3.8" wrap-ansi "^7.0.0" -listr2@^8.2.4: - version "8.2.4" - resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.2.4.tgz#486b51cbdb41889108cb7e2c90eeb44519f5a77f" - integrity sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g== +listr2@^8.2.5: + version "8.2.5" + resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.2.5.tgz#5c9db996e1afeb05db0448196d3d5f64fec2593d" + integrity sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ== dependencies: cli-truncate "^4.0.0" colorette "^2.0.20"