-
Notifications
You must be signed in to change notification settings - Fork 193
Update ag-grid monorepo to v35 (major) #3488
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
base: master
Are you sure you want to change the base?
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 |
|---|---|---|
|
|
@@ -54,8 +54,8 @@ | |
| "@tremor/react": "^1.8.2", | ||
| "ace-builds": "^1.42.1", | ||
| "acorn": "^8.9.0", | ||
| "ag-grid-community": "^34.1.1", | ||
| "ag-grid-react": "^34.1.1", | ||
| "ag-grid-community": "^35.0.0", | ||
| "ag-grid-react": "^35.0.0", | ||
martin-henz marked this conversation as resolved.
Show resolved
Hide resolved
Comment on lines
55
to
+58
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The upgrade to Suggested FixUpdate the code to use the modern Prompt for AI Agent
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Claude code says: This sentry bot comment is partially valid but not critical. Here's the analysis: What's actually happening:
However, these APIs are deprecated but not removed in v35 — if they were removed, TypeScript compilation would have failed, and CI passed cleanly. So this is a deprecation warning The real risk is the behavioral one the bot describes: ag-grid v35's new automatic overlay system could conflict with these manual calls, potentially causing duplicate/flickering Verdict: The PR is still safe to merge — it won't break the build or crash anything. But there's a minor UX risk of overlay quirks in the grading submissions table.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess we should check if we can migrate to ag-grid v35. Some more investigation needed.
Comment on lines
55
to
+58
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The code calls Suggested FixRemove the imperative calls to Prompt for AI Agent |
||
| "array-move": "^4.0.0", | ||
| "browserfs": "^1.4.3", | ||
| "classnames": "^2.3.2", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.