Skip to content

chore(deps): bump ag-grid-community from 35.0.1 to 35.2.0 in /superset-frontend#39085

Closed
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/npm_and_yarn/superset-frontend/ag-grid-community-35.2.0
Closed

chore(deps): bump ag-grid-community from 35.0.1 to 35.2.0 in /superset-frontend#39085
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/npm_and_yarn/superset-frontend/ag-grid-community-35.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 3, 2026

Bumps ag-grid-community from 35.0.1 to 35.2.0.

Release notes

Sourced from ag-grid-community's releases.

v35.2.0

https://www.ag-grid.com/changelog/?fixVersion=35.2.0

v35.1.0

https://www.ag-grid.com/changelog/?fixVersion=35.1.0

Commits
  • dbe8ab3 Release 35.2.0 Prep
  • 085f005 Take account of ai blocks
  • 7225619 Release 35.2.0 Prep
  • 09be48d [RTI-3260] Fix(columns): staged state equivalent to current still shows apply...
  • 05a5047 RTI-3282-more-docs-fixes-for-group-edit (#13396)
  • 2016765 [RTI-3309] Fix(docs): restructure ctp deferred updates example and align csrm...
  • 8e87b78 RTI-3258 Fix Doc tests for animations (#13368)
  • 6ae1cce Release 35.2.0 Prep
  • a05a652 RTI-3257-more-fixes-to-group-row-editable (#13393)
  • 5a80b92 Release 35.2.0 Prep
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ag-grid-community](https://github.com/ag-grid/ag-grid) from 35.0.1 to 35.2.0.
- [Release notes](https://github.com/ag-grid/ag-grid/releases)
- [Commits](ag-grid/ag-grid@release-35.0.1...release-35.2.0)

---
updated-dependencies:
- dependency-name: ag-grid-community
  dependency-version: 35.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot npm Dependabot - npm related PRs labels Apr 3, 2026
@bito-code-review
Copy link
Copy Markdown
Contributor

bito-code-review Bot commented Apr 3, 2026

Bito Automatic Review Skipped - Files Excluded

Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at evan@preset.io.

ag-grid-react 35.0.1 has an exact dependency on ag-grid-community
35.0.1, so bumping only ag-grid-community to 35.2.0 caused npm to
install a nested ag-grid-community@35.0.1 inside ag-grid-react's
node_modules. This produced two parallel copies of ag-grid-community:

- AgGridReact (from ag-grid-react) used its bundled 35.0.1 module
  registry, which had no modules registered (setupAGGridModules
  registers on the top-level 35.2.0 copy). Without
  ClientSideRowModelModule, the grid renders an empty container with
  no role="grid" element, breaking 11 FilterableTable jest tests and
  ResultSet/GridTable tests.
- TypeScript surfaced the duplication as "Argument of type 'GridApi'
  is not assignable to parameter of type 'GridApi'" errors in
  plugin-chart-ag-grid-table (lint-frontend / validate-frontend).

Bumping ag-grid-react (and the same pin in superset-ui-core) to 35.2.0
dedupes the install back to a single copy, restoring the accessible
DOM and resolving the type mismatch.

Files: superset-frontend/package.json,
superset-frontend/packages/superset-ui-core/package.json,
superset-frontend/package-lock.json
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 21, 2026

Deploy Preview for superset-docs-preview ready!

Name Link
🔨 Latest commit fba6997
🔍 Latest deploy log https://app.netlify.com/projects/superset-docs-preview/deploys/69e6edbddc841e0008c23971
😎 Deploy Preview https://deploy-preview-39085--superset-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.54%. Comparing base (c5bce75) to head (fba6997).
⚠️ Report is 202 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #39085   +/-   ##
=======================================
  Coverage   64.54%   64.54%           
=======================================
  Files        2536     2536           
  Lines      131164   131164           
  Branches    30451    30451           
=======================================
  Hits        84659    84659           
  Misses      45042    45042           
  Partials     1463     1463           
Flag Coverage Δ
javascript 66.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rusackas
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 21, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@rusackas
Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 21, 2026

Looks like ag-grid-community is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 21, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/superset-frontend/ag-grid-community-35.2.0 branch April 21, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant