What is the current behavior?
There is a kind of dependency which we do not support yet called configDependencies. As far as I can tell, we currently ignore it.
Describe the feature
This came up during testing of pnpm 11, because the presence of configDependencies is one thing that can cause pnpm-lock.yaml to be a multi-document file. We are likely going to get pnpm 11 working by just ignoring the extra document, but it seems worth considering whether we should eventually add real support for this.
What is the current behavior?
There is a kind of dependency which we do not support yet called configDependencies. As far as I can tell, we currently ignore it.
Describe the feature
This came up during testing of pnpm 11, because the presence of
configDependenciesis one thing that can causepnpm-lock.yamlto be a multi-document file. We are likely going to get pnpm 11 working by just ignoring the extra document, but it seems worth considering whether we should eventually add real support for this.