This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/superset-frontend/geostyler-18.2.1
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 6735a431f3 chore(deps): bump geostyler from 14.2.0 to 18.2.1 in 
/superset-frontend
     add 129b8e10a2 chore(deps-dev): bump @babel/core from 7.28.3 to 7.28.6 in 
/superset-frontend (#37154)
     add e071e0c5a4 chore(deps-dev): bump eslint-plugin-prettier from 5.5.4 to 
5.5.5 in /superset-frontend (#37160)
     add b142f1956f chore(deps): bump chrono-node from 2.7.8 to 2.9.0 in 
/superset-frontend (#36632)
     add 95c14b1fc1 chore(Matrixify): disable matrixify for incompatible viz 
types (#37163)
     add 9555798d37 fix(data-zoom): Data-zoom not rendered properly in 
Matrixify (#37134)
     add ab8df1ab34 fix: Move head_custom_extra above csrf token input (#37173)
     add 54f19856de fix: HTML detection in tables (#37171)
     add c30edaf075 feat: add tab select with save chart to dashboard (#36332)
     add 4532ccf638 fix(mcp): push Flask app context in mcp_auth_hook for tool 
execution (#37190)
     add d0783da3e5 fix(mcp): Handle big_number charts and make semantic 
warnings non-blocking (#37142)
     add 2bcb66c2fc refactor(mcp): simplify single metric chart type check 
(#37215)
     add 4b1d92e575 feat: add droppable area to tab empty state (#37210)
     add 896947c787 fix(mcp): restore select_columns filtering in list tools 
(#37213)
     add f4474b2e3e feat: Dynamic currency (#36416)
     add b941be01cf chore(deps-dev): bump @types/node from 25.0.8 to 25.0.9 in 
/superset-websocket (#37193)
     add 33ff127370 chore(deps-dev): bump baseline-browser-mapping from 2.9.9 
to 2.9.14 in /superset-frontend (#37198)
     add f00f7d1c18 chore(deps): bump ioredis from 5.9.0 to 5.9.2 in 
/superset-websocket (#37194)
     add a77c2d550c fix(mixed-timeseries): prevent duplicate legend entries 
(#37217)
     add f984dca5cc fix(sunburst): make Show Total text theme-aware (#37177)
     add 6453980d8d chore(deps): bump react-error-boundary from 6.0.0 to 6.1.0 
in /superset-frontend (#37206)
     add cee5ce13e0 chore(deps-dev): bump @types/node from 25.0.3 to 25.0.9 in 
/superset-frontend (#37196)
     add a06e6eb680 chore(deps): bump googleapis from 169.0.0 to 170.1.0 in 
/superset-frontend (#37195)
     add 4d462c76bd chore(deps-dev): bump @types/urijs from 1.19.25 to 1.19.26 
in /superset-frontend (#36636)
     add 476e454384 chore(deps): update @deck.gl/extensions requirement from 
~9.2.2 to ~9.2.5 in /superset-frontend/plugins/legacy-preset-chart-deckgl 
(#36618)
     add dc962880a2 chore(deps): bump geostyler from 14.2.0 to 18.2.1 in 
/superset-frontend

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6735a431f3)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/geostyler-18.2.1 
(dc962880a2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 175 +++++-----
 superset-frontend/package.json                     |  12 +-
 .../packages/superset-core/package.json            |   2 +-
 .../src/shared-controls/sharedControls.tsx         |   3 +
 .../superset-ui-chart-controls/src/types.ts        |   1 +
 .../packages/superset-ui-core/package.json         |   4 +-
 .../src/chart/components/FallbackComponent.tsx     |   5 +-
 .../src/chart/components/StatefulChart.test.tsx    | 248 +++++++++++++
 .../src/chart/components/StatefulChart.tsx         |  26 +-
 .../CurrencyFormats.ts}                            |   4 +-
 .../src/currency-format/CurrencyFormatter.ts       |  88 ++++-
 .../superset-ui-core/src/currency-format/index.ts  |  10 +-
 .../Drawer => currency-format}/types.ts            |  11 +-
 .../superset-ui-core/src/currency-format/utils.ts  | 129 ++++++-
 .../superset-ui-core/src/query/types/Datasource.ts |   1 +
 .../src/query/types/QueryResponse.ts               |   6 +
 .../superset-ui-core/src/utils/html.test.tsx       |  18 +
 .../packages/superset-ui-core/src/utils/html.tsx   | 129 +++----
 .../chart/components/FallbackComponent.test.tsx    |   9 +-
 .../test/currency-format/CurrencyFormatter.test.ts |  31 ++
 .../currency-format/analyzeCurrencyInData.test.ts} |  23 +-
 .../currency-format/hasMixedCurrencies.test.ts}    |  18 +-
 .../currency-format/normalizeCurrency.test.ts}     |  23 +-
 .../packages/superset-ui-demo/package.json         |   2 +-
 .../src/transformProps.js                          |  13 +-
 .../legacy-preset-chart-deckgl/package.json        |   4 +-
 .../BigNumberPeriodOverPeriod/transformProps.ts    |  13 +-
 .../src/BigNumber/BigNumberTotal/transformProps.ts |  16 +-
 .../BigNumberWithTrendline/transformProps.ts       |  11 +-
 .../plugin-chart-echarts/src/BigNumber/types.ts    |   2 +-
 .../src/Funnel/transformProps.ts                   |  11 +-
 .../src/Gauge/transformProps.ts                    |   6 +
 .../src/Heatmap/transformProps.ts                  |  17 +-
 .../src/MixedTimeseries/transformProps.ts          |  54 ++-
 .../plugin-chart-echarts/src/Pie/transformProps.ts |  13 +-
 .../src/Sunburst/transformProps.ts                 |  12 +-
 .../src/Timeseries/transformProps.ts               |  29 +-
 .../src/Treemap/transformProps.ts                  |  12 +-
 .../test/BigNumber/transformProps.test.ts          |  56 +++
 .../test/Timeseries/transformProps.test.ts         | 132 +++++++
 .../src/PivotTableChart.tsx                        | 124 ++++++-
 .../src/plugin/transformProps.ts                   |  18 +-
 .../src/react-pivottable/TableRenderers.jsx        |   8 +-
 .../src/react-pivottable/utilities.js              |  56 ++-
 .../plugins/plugin-chart-pivot-table/src/types.ts  |   2 +
 .../test/plugin/transformProps.test.ts             | 189 ++++++++++
 .../plugins/plugin-chart-table/src/TableChart.tsx  |   2 +-
 .../plugin-chart-table/src/transformProps.ts       |  35 +-
 .../plugins/plugin-chart-table/src/types.ts        |   1 +
 .../plugin-chart-table/src/utils/formatValue.ts    |  11 +-
 .../plugin-chart-table/src/utils/isEqualColumns.ts |   3 +
 .../test/utils/formatValue.test.ts                 | 155 +++++++++
 .../Datasource/DatasourceModal/index.tsx           |   1 +
 .../DatasourceEditor/DatasourceEditor.jsx          | 183 ++++++----
 .../tests/DatasourceEditor.test.tsx                |  44 ++-
 .../tests/DatasourceEditorCurrency.test.tsx        |  67 ++++
 .../components/gridComponents/Tab/Tab.jsx          |  86 +++--
 .../components/gridComponents/Tab/Tab.test.tsx     |  69 +++-
 superset-frontend/src/dashboard/constants.ts       |   3 +
 .../components/ControlPanelsContainer.test.tsx     | 109 ++++++
 .../explore/components/ControlPanelsContainer.tsx  |  14 +-
 .../src/explore/components/SaveModal.test.jsx      | 383 +++++++++++++++++++++
 .../src/explore/components/SaveModal.tsx           | 287 ++++++++++++++-
 .../ColumnConfigControl/ColumnConfigControl.tsx    |   2 +
 .../controls/ColumnConfigControl/constants.tsx     |   2 +-
 .../CurrencyControl.test.tsx}                      |  27 +-
 .../controls/CurrencyControl/CurrencyControl.tsx   |  80 ++++-
 superset-frontend/src/explore/types.ts             |  19 +
 superset-frontend/src/features/datasets/types.ts   |   1 +
 superset-websocket/package-lock.json               |  28 +-
 superset-websocket/package.json                    |   4 +-
 superset/charts/schemas.py                         |   9 +
 superset/cli/examples.py                           |   3 +
 superset/common/query_actions.py                   |  65 ++++
 superset/common/query_context_factory.py           |  34 ++
 superset/connectors/sqla/models.py                 |   6 +-
 superset/dashboards/schemas.py                     |   1 +
 superset/datasets/api.py                           |   2 +
 superset/datasets/schemas.py                       |   2 +
 superset/examples/data_loading.py                  |   2 +
 superset/examples/international_sales.py           | 238 +++++++++++++
 superset/mcp_service/auth.py                       |  83 +++--
 superset/mcp_service/chart/tool/get_chart_data.py  |  21 +-
 superset/mcp_service/chart/tool/list_charts.py     |  25 +-
 .../chart/validation/runtime/__init__.py           |  22 +-
 .../mcp_service/dashboard/tool/list_dashboards.py  |  25 +-
 superset/mcp_service/dataset/tool/list_datasets.py |  25 +-
 ...00_9787190b3d89_add_currency_column_support.py} |  23 +-
 superset/superset_typing.py                        |   2 +
 superset/templates/superset/spa.html               |   7 +-
 superset/utils/currency.py                         | 160 +++++++++
 superset/views/core.py                             |  21 +-
 superset/viz.py                                    |   1 +
 tests/integration_tests/datasets/commands_tests.py |   3 +
 tests/integration_tests/fixtures/importexport.py   |   1 +
 .../common/test_query_actions_currency.py          | 290 ++++++++++++++++
 .../common/test_query_context_factory.py           | 106 ++++++
 tests/unit_tests/connectors/sqla/models_test.py    |  64 ++++
 tests/unit_tests/datasets/commands/export_test.py  |   1 +
 tests/unit_tests/datasets/schema_tests.py          |  29 ++
 .../mcp_service/chart/tool/test_get_chart_data.py  | 130 ++++++-
 .../mcp_service/chart/validation}/__init__.py      |   0
 .../chart/validation/test_runtime_validator.py     | 221 ++++++++++++
 tests/unit_tests/utils/currency_test.py            | 332 ++++++++++++++++++
 104 files changed, 4799 insertions(+), 547 deletions(-)
 copy 
superset-frontend/packages/superset-ui-core/src/{components/Divider/types.ts => 
currency-format/CurrencyFormats.ts} (90%)
 copy superset-frontend/packages/superset-ui-core/src/{components/Drawer => 
currency-format}/types.ts (83%)
 copy superset-frontend/{src/explore/exploreUtils/getLegacyEndpointType.test.ts 
=> 
packages/superset-ui-core/test/currency-format/analyzeCurrencyInData.test.ts} 
(57%)
 copy 
superset-frontend/packages/{superset-ui-chart-controls/test/operators/utils/timeOffset.test.ts
 => superset-ui-core/test/currency-format/hasMixedCurrencies.test.ts} (60%)
 copy 
superset-frontend/packages/superset-ui-core/{src/components/Input/Input.test.tsx
 => test/currency-format/normalizeCurrency.test.ts} (61%)
 create mode 100644 
superset-frontend/plugins/plugin-chart-table/test/utils/formatValue.test.ts
 copy 
superset-frontend/src/explore/components/controls/{DateFilterControl/tests/CurrentCalendarFrame.test.tsx
 => CurrencyControl/CurrencyControl.test.tsx} (62%)
 create mode 100644 superset/examples/international_sales.py
 copy 
superset/migrations/versions/{2025-03-03_20-52_94e7a3499973_add_folders_column_to_dataset.py
 => 2025-11-18_14-00_9787190b3d89_add_currency_column_support.py} (66%)
 create mode 100644 superset/utils/currency.py
 create mode 100644 tests/unit_tests/common/test_query_actions_currency.py
 copy {superset-core/src/superset_core/api => 
tests/unit_tests/mcp_service/chart/validation}/__init__.py (100%)
 create mode 100644 
tests/unit_tests/mcp_service/chart/validation/test_runtime_validator.py
 create mode 100644 tests/unit_tests/utils/currency_test.py

Reply via email to