Skip to content
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
40b1653
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Jul 20, 2025
3e18615
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Jan 30, 2026
409f593
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Jan 30, 2026
b765ab6
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Jan 31, 2026
1eb5de6
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 1, 2026
11bdd81
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 2, 2026
112f0af
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 3, 2026
55f989f
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 4, 2026
d578dcd
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 6, 2026
6f6df28
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 6, 2026
eb53b2f
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 7, 2026
1de3268
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 8, 2026
2cbb5d8
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 9, 2026
e77136d
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 10, 2026
4242595
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 11, 2026
38b68f2
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 13, 2026
587c393
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 14, 2026
4d67588
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 15, 2026
7a17a5b
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulner…
snyk-io[bot] Feb 16, 2026
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 packages/techdocs-cli-embedded-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@backstage/core-plugin-api": "workspace:^",
"@backstage/integration-react": "workspace:^",
"@backstage/plugin-catalog": "workspace:^",
"@backstage/plugin-techdocs": "workspace:^",
"@backstage/plugin-techdocs": "0.1.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Correctness: Critical version downgrade from workspace:^ (1.6.6-next.0) to 0.1.1, creating a major version mismatch that may cause runtime errors, dependency conflicts, and build failures.

📝 Committable Code Suggestion

‼️ Ensure you review the code suggestion before committing it to the branch. Make sure it replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
"@backstage/plugin-techdocs": "0.1.1",
"@backstage/plugin-techdocs": "workspace:^",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Style: Breaking the established pattern of using workspace protocol for internal dependencies, creating maintenance overhead and potential version drift.

📝 Committable Code Suggestion

‼️ Ensure you review the code suggestion before committing it to the branch. Make sure it replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
"@backstage/plugin-techdocs": "0.1.1",
"@backstage/plugin-techdocs": "workspace:^",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Security: Using an extremely old version (0.1.1 vs current 1.6.6) exposes the application to known vulnerabilities that have been fixed in newer versions.

📝 Committable Code Suggestion

‼️ Ensure you review the code suggestion before committing it to the branch. Make sure it replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
"@backstage/plugin-techdocs": "0.1.1",
"@backstage/plugin-techdocs": "workspace:^",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Style: Deviation from the established monorepo dependency management strategy without clear justification, reducing maintainability and consistency.

📝 Committable Code Suggestion

‼️ Ensure you review the code suggestion before committing it to the branch. Make sure it replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
"@backstage/plugin-techdocs": "0.1.1",
"@backstage/plugin-techdocs": "workspace:^",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Style: Missing context or explanation for why this specific version is needed, lacking documentation in commit message, PR description, or code comments.

"@backstage/plugin-techdocs-react": "workspace:^",
"@backstage/test-utils": "workspace:^",
"@backstage/theme": "workspace:^",
Expand Down
Loading