This is an automated email from the ASF dual-hosted git repository. elizabeth pushed a commit to branch elizabeth/fix-resize-bug in repository https://gitbox.apache.org/repos/asf/superset.git
commit 7f0731b5f71d55458bf72708278d54a0f9eb0fc8 Author: Đỗ Trọng Hải <[email protected]> AuthorDate: Tue Jul 29 07:46:55 2025 +0700 build(deps): update `ag-grid` to non-breaking major v34 (#34326) --- superset-frontend/package-lock.json | 32 ++++++++++++---------- superset-frontend/package.json | 4 +-- .../plugin-chart-ag-grid-table/package.json | 4 +-- 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index c6b1ec52c5..3f23dcd39b 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -53,8 +53,8 @@ "@visx/scale": "^3.5.0", "@visx/tooltip": "^3.0.0", "@visx/xychart": "^3.5.1", - "ag-grid-community": "33.1.1", - "ag-grid-react": "33.1.1", + "ag-grid-community": "^34.0.2", + "ag-grid-react": "34.0.2", "antd": "^5.24.6", "chrono-node": "^2.7.8", "classnames": "^2.2.5", @@ -18747,27 +18747,27 @@ } }, "node_modules/ag-charts-types": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-11.1.1.tgz", - "integrity": "sha512-bRmUcf5VVhEEekhX8Vk0NSwa8Te8YM/zchjyYKR2CX4vDYiwoohM1Jg9RFvbIhVbLC1S6QrPEbx5v2C6RDfpSA==", + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-12.0.2.tgz", + "integrity": "sha512-AWM1Y+XW+9VMmV3AbzdVEnreh/I2C9Pmqpc2iLmtId3Xbvmv7O56DqnuDb9EXjK5uPxmyUerTP+utL13UGcztw==", "license": "MIT" }, "node_modules/ag-grid-community": { - "version": "33.1.1", - "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-33.1.1.tgz", - "integrity": "sha512-CNubIro0ipj4nfQ5WJPG9Isp7UI6MMDvNzrPdHNf3W+IoM8Uv3RUhjEn7xQqpQHuu6o/tMjrqpacipMUkhzqnw==", + "version": "34.0.2", + "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-34.0.2.tgz", + "integrity": "sha512-hVJp5vrmwHRB10YjfSOVni5YJkO/v+asLjT72S4YnIFSx8lAgyPmByNJgtojk1aJ5h6Up93jTEmGDJeuKiWWLA==", "license": "MIT", "dependencies": { - "ag-charts-types": "11.1.1" + "ag-charts-types": "12.0.2" } }, "node_modules/ag-grid-react": { - "version": "33.1.1", - "resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-33.1.1.tgz", - "integrity": "sha512-xJ+t2gpqUUwpFqAeDvKz/GLVR4unkOghfQBr8iIY9RAdGFarYFClJavsOa8XPVVUqEB9OIuPVFnOdtocbX0jeA==", + "version": "34.0.2", + "resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-34.0.2.tgz", + "integrity": "sha512-1KBXkTvwtZiYVlSuDzBkiqfHjZgsATOmpLZdAtdmsCSOOOEWai0F9zHHgBuHfyciAE4nrbQWfojkx8IdnwsKFw==", "license": "MIT", "dependencies": { - "ag-grid-community": "33.1.1", + "ag-grid-community": "34.0.2", "prop-types": "^15.8.1" }, "peerDependencies": { @@ -61168,8 +61168,8 @@ "@react-icons/all-files": "^4.1.0", "@types/d3-array": "^2.9.0", "@types/react-table": "^7.7.20", - "ag-grid-community": "^33.1.1", - "ag-grid-react": "^33.1.1", + "ag-grid-community": "^34.0.2", + "ag-grid-react": "^34.0.2", "classnames": "^2.5.1", "d3-array": "^2.4.0", "lodash": "^4.17.21", @@ -61205,8 +61205,10 @@ }, "peerDependencies": { "@ant-design/icons": "^5.2.6", + "@reduxjs/toolkit": "*", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", + "@types/react-redux": "*", "geostyler": "^14.1.3", "geostyler-data": "^1.0.0", "geostyler-openlayers-parser": "^4.0.0", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index bc076d681d..71397bcf14 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -121,8 +121,8 @@ "@visx/scale": "^3.5.0", "@visx/tooltip": "^3.0.0", "@visx/xychart": "^3.5.1", - "ag-grid-community": "33.1.1", - "ag-grid-react": "33.1.1", + "ag-grid-community": "^34.0.2", + "ag-grid-react": "34.0.2", "antd": "^5.24.6", "chrono-node": "^2.7.8", "classnames": "^2.2.5", diff --git a/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json b/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json index d756fec507..712477742e 100644 --- a/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json +++ b/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json @@ -27,8 +27,8 @@ "@react-icons/all-files": "^4.1.0", "@types/d3-array": "^2.9.0", "@types/react-table": "^7.7.20", - "ag-grid-community": "^33.1.1", - "ag-grid-react": "^33.1.1", + "ag-grid-community": "^34.0.2", + "ag-grid-react": "^34.0.2", "classnames": "^2.5.1", "d3-array": "^2.4.0", "lodash": "^4.17.21",
