-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Labels
Description
Verify latest release
- I verified that the issue exists in the latest pnpm release
pnpm version
No response
Which area(s) of pnpm are affected? (leave empty if unsure)
CLI
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
using pnpm update --interactive --recursive --latest
Describe the Bug
❯ pnpm update --interactive --recursive --latest
? Choose which packages to update (Press <space> to select, <a> to toggle all, <i> to invert selection) …
❯ ○ devDependencies
○ Package Current Target Workspace URL
○ @swc/core 1.11.1 ❯ 1.11.5 x
○ @types/eventsource 3.0.0 ❯ 3.0.0 x
○ @types/node 20.17.19 ❯ 22.13.8 x
○ prettier 3.5.2 ❯ 3.5.3 x
○ typescript 5.7.3 ❯ 5.8.2 x
Enter to start updating. Ctrl-c to cancel.Note @types/eventsource current and target versions are the same.
'@types/[email protected]':
resolution: {integrity: sha512-yEhFj31FTD29DtNeqePu+A+lD6loRef6YOM5XfN1kUwBHyy2DySGlA3jJU+FbQSkrfmlBVluf2Dub/OyReFGKA==}
deprecated: This is a stub types definition. eventsource provides its own type definitions, so you do not need this installed.Even choosing it to upgrade doesn't make any changes.
Expected Behavior
Not listing packages that have no update
Which Node.js version are you using?
v20.18.3
Which operating systems have you used?
- macOS
- Windows
- Linux
If your OS is a Linux based, which one it is? (Include the version if relevant)
No response
Reactions are currently unavailable