-
Notifications
You must be signed in to change notification settings - Fork 639
Update dependency @material-table/core to v7 #8903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@backstage-community/plugin-mend': patch | ||
| --- | ||
|
|
||
| Updated dependency `@material-table/core` to `^7.0.0`. |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -54,7 +54,7 @@ | |||||||||
| "@backstage/frontend-plugin-api": "^0.14.1", | ||||||||||
| "@backstage/plugin-catalog-react": "^2.0.0", | ||||||||||
| "@backstage/theme": "^0.7.2", | ||||||||||
| "@material-table/core": "4.3.46", | ||||||||||
| "@material-table/core": "7.0.0", | ||||||||||
|
||||||||||
| "@material-table/core": "7.0.0", | |
| "@material-table/core": "^6.4.0", |
Copilot
AI
Apr 29, 2026
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.
@material-table/core@7.0.0 requires react/react-dom >=19.2.0, but this workspace resolves react@18.3.1 (see workspaces/mend/yarn.lock). Either upgrade React for the workspace or stay on a material-table version that supports React 18.
| "@material-table/core": "7.0.0", | |
| "@material-table/core": "^6.4.8", |
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.
@material-table/core@7.0.0declares peerDependencies onreact/react-dom">=19.2.0" (seeworkspaces/mend/yarn.lockentry for@material-table/core@npm:7.0.0), but this plugin’s ownpeerDependenciesonly allow React 17/18. This makes the published plugin incompatible with its stated peer range unless consumers upgrade to React 19+; consider keeping@material-table/coreon a React-18-compatible major, or bump this plugin’s peer deps as part of a breaking release.