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
2 changes: 1 addition & 1 deletion plugins/catalog-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@backstage/catalog-model": "workspace:^",
"@backstage/plugin-permission-common": "workspace:^",
"@backstage/plugin-search-common": "workspace:^"
"@backstage/plugin-search-common": "0.3.1"
Copy link

Choose a reason for hiding this comment

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

@backstage/plugin-search-common is also a local workspace package in this repo (plugins/search-common, currently v1.2.5); pinning 0.3.1 will force Yarn to fetch an older external copy instead of using the workspace package.
This can introduce duplicate/mismatched Backstage packages and break builds/runtime expectations in the monorepo.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

Copy link

Choose a reason for hiding this comment

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

Snyk notes the lockfile update failed; since yarn.lock isn’t updated in this PR, CI may still resolve the previous dependency graph (or fail due to an out-of-sync lockfile).
Before merging, make sure the lockfile reflects the intended resolution for this dependency change (especially if using zero-installs).

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

},
"devDependencies": {
"@backstage/cli": "workspace:^"
Expand Down
Loading