8000 GitHub - fpapado/pnpm-outdated-test: Reproduction for `pnpm outdated` showing deprecations inconsistently
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fpapado/pnpm-outdated-test

Folders and files

NameNam 9B75 e
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pnpm outdated inconsistent display

Quick start

You will need node and corepack. Assuming you are using a node version manager like nvm:

nvm use
corepack enable
pnpm install

Then, evaluate the output of these commands:

pnpm outdated
pnpm outdated --no-table
pnpm outdated --json

The expectation is that all three of these commands display @types/yup as deprecated. However, only the JSON view does so.

{
  "@types/yup": {
    "current": "0.29.14",
    "latest": "0.32.0",
    "wanted": "0.29.14",
    "isDeprecated": true,
    "dependencyType": "devDependencies"
  }
}

About

Reproduction for `pnpm outdated` showing deprecations inconsistently

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0