Open ramblingenzyme opened 1 year ago
@arcanis could this be looked at? It adds incorrect noise for repos with private dependencies that have optional peer dependencies.
@ramblingenzyme What package registry are you using? I've noticed GitHub Package Registry strips the peerDependenciesMeta field. Their docs claim they support it so I think this is just a bug on GitHub's side
Self-service
Describe the bug
As commented on https://github.com/yarnpkg/berry/issues/4653
This is definitely an issue showing up, but it seems to only be an issue for privately published packages somehow.
And we're getting this in the output.
However, these are the dependencies in the root package.json of the workspace
and @easy-agile/scripts has a dependency on
license-webpack-plugin
, which has optional peer dependencies onwebpack
andwebpack-sources
which are not provided by @easy-agile/scripts nor the root package.json and there is no error message about them not being provided.So I think this feature is indeed working but only for public packages somehow.
To reproduce
Cannot reproduce this with Sherlock
Environment
Additional context
No response