Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion plugins/code-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.11.0",
"@mui/styles": "^5.0.0",
"highlight.js": "^10.6.0",
"luxon": "^3.0.0",
"react-use": "^17.2.4",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cost-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.9.6",
"@mui/styles": "^5.0.0",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/recharts": "^1.8.14",
"classnames": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion plugins/sonarqube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.10.0",
"@mui/styles": "^5.0.0",
"cross-fetch": "^3.1.5",
"luxon": "^3.0.0",
"rc-progress": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/techdocs-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@backstage/version-bridge": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.11.0",
"@mui/styles": "^5.0.0",
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 28, 2026

Choose a reason for hiding this comment

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

This package still imports from @material-ui/styles (e.g. plugins/techdocs-react/src/component.tsx), so replacing the declared dependency here may cause repo/package dependency checks to fail (or end up relying on transitive deps). Other locations where this applies: plugins/code-coverage/package.json:36, plugins/sonarqube/package.json:47, plugins/techdocs/package.json:51.

Severity: high

Other Locations
  • plugins/code-coverage/package.json:36
  • plugins/sonarqube/package.json:47
  • plugins/techdocs/package.json:51

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 28, 2026

Choose a reason for hiding this comment

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

@mui/styles@5.0.0 has a react peer dependency of ^17.0.2, but these plugins advertise compatibility with react ^16.13.1 || ^17.0.0, which can create peer-dependency conflicts for React 16 (and even 17.0.0/17.0.1) consumers. Other locations where this applies: plugins/code-coverage/package.json:36, plugins/cost-insights/package.json:45, plugins/sonarqube/package.json:47, plugins/techdocs/package.json:51.

Severity: medium

Other Locations
  • plugins/code-coverage/package.json:36
  • plugins/cost-insights/package.json:45
  • plugins/sonarqube/package.json:47
  • plugins/techdocs/package.json:51

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"@types/react": "^16.13.1 || ^17.0.0",
"jss": "~10.10.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion plugins/techdocs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.10.0",
"@mui/styles": "^5.0.0",
"@types/react": "^16.13.1 || ^17.0.0",
"dompurify": "^2.2.9",
"event-source-polyfill": "1.0.25",
Expand Down
Loading
Loading