Skip to content

6.0.0 requires itself 5.x.x as a peer #4354

@s-h-a-d-o-w

Description

@s-h-a-d-o-w

Describe the bug

See pnpm output when installing 6.0.0:

 WARN  Issues with peer dependencies found
.
└─┬ webpack-cli 6.0.0
  ├─┬ @webpack-cli/configtest 3.0.0
  │ └── ✕ unmet peer [email protected]: found 6.0.0
  ├─┬ @webpack-cli/info 3.0.0
  │ └── ✕ unmet peer [email protected]: found 6.0.0
  └─┬ @webpack-cli/serve 3.0.0
    └── ✕ unmet peer [email protected]: found 6.0.0

To Reproduce

Install 6.0.0

Expected behavior

cli should not require itself at a lower version.

Additional context

For example:

"webpack-cli": "5.x.x"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions