From c19645aeebdde550564628ed97718d5aff627cbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:41:20 +0000 Subject: [PATCH 1/2] fix(deps): update dependency listr2 to v8 --- packages/graphql-codegen-cli/package.json | 2 +- yarn.lock | 16 +--------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index a09f8f17e9c..a0c3e1dd615 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -66,7 +66,7 @@ "is-glob": "^4.0.1", "jiti": "^1.17.1", "json-to-pretty-yaml": "^1.2.2", - "listr2": "^4.0.5", + "listr2": "^8.0.0", "log-symbols": "^4.0.0", "micromatch": "^4.0.5", "shell-quote": "^1.7.3", diff --git a/yarn.lock b/yarn.lock index 27818884f6d..fc39ea8dde1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10389,21 +10389,7 @@ listr2@^3.8.3: through "^2.3.8" wrap-ansi "^7.0.0" -listr2@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/listr2/-/listr2-4.0.5.tgz#9dcc50221583e8b4c71c43f9c7dfd0ef546b75d5" - integrity sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA== - dependencies: - cli-truncate "^2.1.0" - colorette "^2.0.16" - log-update "^4.0.0" - p-map "^4.0.0" - rfdc "^1.3.0" - rxjs "^7.5.5" - through "^2.3.8" - wrap-ansi "^7.0.0" - -listr2@~8.2.4: +listr2@^8.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== From 7333d68f90a0e8404b3615787bdb552fa7b5da8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Aug 2024 16:02:35 +0000 Subject: [PATCH 2/2] chore(dependencies): updated changesets for modified dependencies --- .changeset/@graphql-codegen_cli-10114-dependencies.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/@graphql-codegen_cli-10114-dependencies.md diff --git a/.changeset/@graphql-codegen_cli-10114-dependencies.md b/.changeset/@graphql-codegen_cli-10114-dependencies.md new file mode 100644 index 00000000000..bd9f11010ad --- /dev/null +++ b/.changeset/@graphql-codegen_cli-10114-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphql-codegen/cli": patch +--- +dependencies updates: + - Updated dependency [`listr2@^8.0.0` ↗︎](https://www.npmjs.com/package/listr2/v/8.0.0) (from `^4.0.5`, in `dependencies`)