Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This automated change is incorrect and should be rejected. It replaces the yarn workspace dependency with a pinned, and much older, version of
@backstage/types.Breaks Workspace Linking: Changing
"workspace:^"to"0.1.1"will causeyarnto fetch this package from the npm registry instead of linking to the local@backstage/typespackage within this monorepo. This is a fundamental change to how dependencies are managed in this project.Significant Downgrade: The suggested version
0.1.1is a major downgrade. The local@backstage/typespackage is at version1.1.0. This downgrade would likely cause build failures or runtime errors, astech-insights-commondepends on features from newer versions of@backstage/types.It appears Snyk has misinterpreted the
workspace:^protocol, which is also indicated by the warning in the PR description about failing to updateyarn.lock. The vulnerabilities it aims to fix may already be resolved in the1.1.0version currently in use via the workspace. This PR should be closed. If vulnerabilities persist, the dependencies of the@backstage/typespackage should be updated directly.