Merge pull request #34006 from backstage/rugvip/fix-lockfile-removal-detection

Fix lockfile dependency removal detection in PackageGraph
This commit is contained in:
Patrik Oldsberg
2026-04-22 15:36:14 +02:00
committed by GitHub
3 changed files with 53 additions and 1 deletions
@@ -0,0 +1,5 @@
---
'@backstage/cli-node': patch
---
Fixed a bug in `PackageGraph.listChangedPackages` where removed dependencies were not detected during lockfile analysis. The dependency graph from the previous lockfile was not being merged, causing transitive dependency removals to be missed.