fix(deps): update dependency listr2 to v10#10711
fix(deps): update dependency listr2 to v10#10711renovate[bot] wants to merge 2 commits intomasterfrom
Conversation
🦋 Changeset detectedLatest commit: 96f2fc8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
|
This is done in the next major release: #10650 |
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-codegen/cli |
6.2.2-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/core |
5.0.2-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/add |
6.0.1-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/fragment-matcher |
6.0.1-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/introspection |
5.0.2-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/schema-ast |
5.0.2-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/visitor-plugin-common |
6.2.5-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-document-nodes |
5.0.10-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/gql-tag-operations |
5.1.5-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-operations |
5.0.10-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-resolvers |
5.1.8-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typed-document-node |
6.1.8-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript |
5.0.10-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/client-preset |
5.2.5-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/graphql-modules-preset |
5.1.5-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/testing |
4.0.5-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/plugin-helpers |
6.2.2-alpha-20260412125325-a76fa415618c88e01f9588351f18ea6aac4baec4 |
npm ↗︎ unpkg ↗︎ |
Edited/Blocked NotificationRenovate 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. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
💻 Website PreviewThe latest changes are available as preview in: https://pr-10711.graphql-code-generator.pages.dev |
This PR contains the following updates:
^9.0.0→^10.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
listr2/listr2 (listr2)
v10.2.1Compare Source
listr2 10.2.1 (2026-03-02)
Bug Fixes
v10.2.0Compare Source
listr2 10.2.0 (2026-03-02)
Features
v10.1.2Compare Source
listr2 10.1.2 (2026-03-01)
Bug Fixes
v10.1.1Compare Source
listr2 10.1.1 (2026-02-23)
Bug Fixes
v10.1.0Compare Source
listr2 10.1.0 (2026-01-26)
Features
v10.0.0Compare Source
listr2 10.0.0 (2026-01-14)
Performance Improvements
BREAKING CHANGES
deps: This change drops node 20 support since it is reaching end of life.
fix: tiny bug with spinner
chore: update auxilary dependency versions
ci: update ci configuration for new node versions
WIP:
Signed-off-by: Cenk Kılıç cenk@kilic.dev
Node.js 22 and 24 introduced breaking changes to readline behavior that
cause "readline was closed" errors when enquirer attempts to clean up
after cancellation. This is a race condition in enquirer 2.4.1 that
hasn't been fixed upstream (package hasn't been updated in 2 years).
This commit adds error handling to suppress these specific errors while
still allowing the prompt to be properly cancelled and cleaned up.
References:
Configuration
📅 Schedule: (UTC)
🚦 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.