Skip to content

--workspaces flag skipping some deps #1510

Open
@spacedawwwg

Description

@spacedawwwg

Steps to Reproduce

Steps:

Current Behavior

I have the following in a monorepo package /apps/storybook/package.json

"storybook": "8.6.11",

In my root i run this script

pnpx npm-check-updates --root --workspaces --dep dev,optional,peer,prod,overrides,resolutions --upgrade --packageManager pnpm

this skips the above storybook package (but updates everything else!)

THOUGH, if I cd ./apps/storybook and run pnpx npm-check-updates --dep dev,optional,peer,prod,overrides,resolutions --upgrade --packageManager pnpm it works.

storybook  8.6.11  →  8.6.12

which makes me think this is something to do with the --workspaces flag

Expected Behavior

updates to

"storybook": "8.6.12",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions