Skip to content
Closed
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
4 changes: 2 additions & 2 deletions plugins/search-backend-module-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/backend-plugin-api": "0.6.19",
"@backstage/config": "workspace:^",
"@backstage/integration-aws-node": "workspace:^",
"@backstage/plugin-search-backend-node": "workspace:^",
"@backstage/plugin-search-common": "workspace:^",
"@backstage/plugin-search-common": "0.3.1",
Comment on lines +40 to +44
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Warning: Dependency Version Mismatch

The PR changes dependencies from workspace references to fixed versions:

  • @backstage/backend-plugin-api: workspace:^@backstage/backend-plugin-api: 0.6.19
  • @backstage/plugin-search-common: workspace:^@backstage/plugin-search-common: 0.3.1

The PR description explicitly states that the yarn.lock update failed. This inconsistency between package.json and yarn.lock could cause compatibility issues or build failures.

Before merging, please manually update the yarn.lock file to reflect these dependency changes. For zero-installs users, the .yarn/cache/ directory will also need updating by running yarn.

Suggested change
"@backstage/backend-plugin-api": "0.6.19",
"@backstage/config": "workspace:^",
"@backstage/integration-aws-node": "workspace:^",
"@backstage/plugin-search-backend-node": "workspace:^",
"@backstage/plugin-search-common": "workspace:^",
"@backstage/plugin-search-common": "0.3.1",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/integration-aws-node": "workspace:^",
"@backstage/plugin-search-backend-node": "workspace:^",
"@backstage/plugin-search-common": "workspace:^",

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

"@elastic/elasticsearch": "^7.13.0",
"@opensearch-project/opensearch": "^2.2.1",
"aws4": "^1.12.0",
Expand Down
Loading