mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 18:18:56 -04:00
6
.changeset/full-houses-camp.md
Normal file
6
.changeset/full-houses-camp.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@pnpm/outdated": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
`pnpm outdated --long` should work [#10040](https://github.com/pnpm/pnpm/issues/10040).
|
||||
@@ -24,7 +24,7 @@ export function createManifestGetter (
|
||||
const { resolve } = createResolver({
|
||||
...opts,
|
||||
authConfig: opts.rawConfig,
|
||||
filterMetadata: Boolean(opts.minimumReleaseAge),
|
||||
filterMetadata: false, // We need all the data from metadata for "outdated --long" to work.
|
||||
strictPublishedByCheck: Boolean(opts.minimumReleaseAge),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user