Skip to content
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
77ca4fc
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Jul 19, 2025
47d952e
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Jan 29, 2026
457f0f5
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Jan 30, 2026
ffc3176
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Jan 31, 2026
9cc5b1f
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 1, 2026
7df8b55
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 2, 2026
8ad3b46
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 3, 2026
e49e513
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 4, 2026
5bd20a6
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 6, 2026
9451e74
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 7, 2026
3f30e28
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 8, 2026
79c8905
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 9, 2026
07b0f83
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 10, 2026
2d975f9
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 12, 2026
51ba1d2
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 13, 2026
7bc68c8
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 14, 2026
e7623ab
fix: plugins/techdocs-addons-test-utils/package.json to reduce vulner…
snyk-io[bot] Feb 15, 2026
8f1b804
fix: plugins/techdocs-addons-test-utils/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 plugins/techdocs-addons-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@backstage/integration-react": "workspace:^",
"@backstage/plugin-catalog": "workspace:^",
"@backstage/plugin-search-react": "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.

Security: Critical security regression: Downgrading @backstage/plugin-techdocs from workspace:^ to version 0.1.1 (4+ years old) introduces numerous security vulnerabilities and compatibility issues

📝 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.

Correctness: Breaking change: Version 0.1.1 from 2020 is completely incompatible with the current Backstage architecture, causing API incompatibilities and potential runtime 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.

Security: Incorrect problem resolution: Downgrading to an ancient version is not the correct solution for the DOMPurify vulnerability SNYK-JS-DOMPURIFY-7984421

📝 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: Inconsistent dependency management pattern: All other dependencies use workspace:^ pattern, but this change uses a hardcoded version

📝 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:^",

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