Node Monorepo - Root package-lock.json #2161
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
release-please
version: 16.4.0Steps to reproduce
The problem is that release-please only tries to update the lock file in the local package folder (e.g. packages/package-a/package-lock.json), but not the root lock file.
In the following pull request https://github.com/authup/authup/pull/1566/files, for example, I would assume that the version of the respective package that is to be updated is also updated in the root package-lock.json file
The text was updated successfully, but these errors were encountered: