Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 66 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ catalog:
'@inquirer/input': 4.2.2
'@inquirer/password': 4.0.18
'@inquirer/search': 3.1.1
'@inquirer/select': 4.3.2
'@inquirer/select': 5.0.1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Dependency requires newer Node.js than project supports

The @inquirer/[email protected] upgrade introduces a Node.js version incompatibility. The new version requires node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0', but the project's package.json declares engines.node: >=18 as supported. This breaks compatibility with Node.js 18.x and 19.x users entirely, and CI workflows using Node.js 22.11.0 (in build-smol.yml and build-wasm.yml) would also fail since they don't meet the ^22.13.0 requirement.

Additional Locations (1)

Fix in Cursor Fix in Web

'@npmcli/package-json': 7.0.0
'@npmcli/promise-spawn': 8.0.3
'@socketregistry/is-unicode-supported': 1.0.5
Expand Down