Skip to content
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0afccd6
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Jul 21, 2025
74de1d9
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Jan 30, 2026
bedcbb2
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Jan 30, 2026
f494174
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Jan 31, 2026
8c6e23c
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 1, 2026
091bd22
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 2, 2026
531030c
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 3, 2026
bb6b342
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 4, 2026
c8ed8bf
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 5, 2026
af792ff
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 6, 2026
f838310
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 7, 2026
0b698d1
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 8, 2026
96d357c
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 9, 2026
58a809d
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 10, 2026
a76777d
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 12, 2026
0267e01
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 13, 2026
ef3d2f7
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 14, 2026
17dfb0a
fix: plugins/api-docs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 16, 2026
4621d2f
fix: plugins/api-docs/package.json to reduce vulnerabilities
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/api-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@asyncapi/react-component": "1.0.0-next.48",
"@asyncapi/react-component": "1.0.0",
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: Dangerous version upgrade that introduces a dependency on an unstable parser. Current version uses stable @asyncapi/parser ^1.18.0 while target version uses unstable @asyncapi/parser ^3.0.0-next-major-spec.1

📝 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
"@asyncapi/react-component": "1.0.0",
"@asyncapi/react-component": "1.0.0-next.48",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Performance: Version upgrade causes significant bundle size increase (10.4 MB unpacked vs 3.9 MB), potentially impacting application load times and memory usage

📝 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
"@asyncapi/react-component": "1.0.0",
"@asyncapi/react-component": "1.0.0-next.48",

"@backstage/catalog-model": "workspace:^",
"@backstage/core-components": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
Expand Down
Loading