Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"help": "backstage-cli help"
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-common": "0.24.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinning @backstage/* deps here to 0.24.1/1.24.0/0.2.0 won’t match the in-repo workspace package versions (e.g. @backstage/plugin-scaffolder-backend is 1.15.2-next.0), so Yarn will likely pull published packages from the registry instead of using the local workspaces. That can lead to duplicate @backstage/* installs and runtime/type mismatches (also applies to the other pinned @backstage/* lines in this file).

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/plugin-scaffolder-backend": "workspace:^",
"@backstage/plugin-scaffolder-node": "workspace:^",
"@backstage/plugin-scaffolder-backend": "1.24.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description notes yarn.lock wasn’t updated; if it stays unchanged, installs/CI may not consistently pick up the intended new resolutions. This can also make it harder to verify that the vulnerability fixes are actually in effect for the module.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

"@backstage/plugin-scaffolder-node": "0.2.0",
"@backstage/types": "workspace:^",
"fs-extra": "10.1.0",
"git-url-parse": "^13.1.0",
Expand Down
Loading