rusackas opened a new pull request, #40205: URL: https://github.com/apache/superset/pull/40205
## Summary Coordinated bump of ag-grid-community and ag-grid-react together (both in main `superset-frontend` and `packages/superset-ui-core`), replacing the 4 dependabot PRs that were closed because they could not be merged independently: - closes #40150 (ag-grid-community in superset-frontend) - closes #40113 (ag-grid-react in superset-frontend) - closes #40094 (ag-grid-react in superset-ui-core) - closes #40093 (ag-grid-community in superset-ui-core) ### Why coordinated? ag-grid-react bundles its own nested copy of ag-grid-community via package-lock resolution. When only one of the two is bumped, the type instances diverge — e.g. `GridReadyEvent` from the top-level ag-grid-community no longer matches the nested one consumed by ag-grid-react, producing TS2345 errors like: ``` Argument of type 'ag-grid-community/dist/types/src/events.GridReadyEvent' is not assignable to parameter of type 'ag-grid-react/node_modules/ag-grid-community/dist/types/src/events.GridReadyEvent'. ``` Bumping both together at the same version resolves the duplication. ## Test plan - [x] `npm ci --dry-run` passes (lockfile in sync) - [ ] Full CI matrix passes (frontend lint, unit tests, playwright, cypress) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
