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

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/superset-websocket/typescript-eslint-8.59.4
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit fb69a8b5f56 chore(deps-dev): bump typescript-eslint in 
/superset-websocket
     add e6179036ec6 fix(sqllab): handle scientific notation in big number JSON 
responses (#39994)
     add 0a3a35018ce fix(mcp): changed_on_humanized null in write tool 
responses (generate_dashboard, generate_chart) (#39488)
     add b98bd2a07ac fix(mcp): Block destructive DDL (DROP, TRUNCATE, ALTER) in 
execute_sql (#39621)
     add 55024e8f4d0 feat(mcp): Add mcp_call_id to tool responses for server 
log correlation (#39776)
     add 6e8b3bf9761 fix(mcp): raise right error (#39964)
     add fb276b08ddd fix(mcp): Skip misleading trend analysis for categorical 
ASCII charts (#39761)
     add 5bb54cc96bc fix(echarts): preserve dataZoom range across 
setOption(notMerge) (#40173)
     add 038414ea5ca chore(deps-dev): bump ts-jest from 29.4.9 to 29.4.10 in 
/superset-websocket (#40290)
     add ea1ce7140c9 chore(deps-dev): bump webpack from 5.106.2 to 5.107.0 in 
/docs (#40291)
     add ed001a4b1fe chore(deps-dev): bump typescript-eslint in 
/superset-websocket

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   (fb69a8b5f56)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint-8.59.4 
(ed001a4b1fe)

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:
 docs/package.json                                  |   2 +-
 docs/yarn.lock                                     |  87 ++++------
 .../src/connection/callApi/parseResponse.ts        |   3 +-
 .../test/connection/callApi/parseResponse.test.ts  |  20 +++
 .../plugin-chart-echarts/src/components/Echart.tsx |  45 +++++
 .../test/components/Echart.test.tsx                | 192 +++++++++++++++++++++
 superset-websocket/package-lock.json               |  30 ++--
 superset-websocket/package.json                    |   2 +-
 superset/mcp_service/chart/ascii_charts.py         |  65 ++++---
 superset/mcp_service/chart/compile.py              | 101 +++++++++++
 superset/mcp_service/chart/tool/generate_chart.py  |  18 +-
 .../dashboard/tool/generate_dashboard.py           |  14 ++
 superset/mcp_service/middleware.py                 |  16 +-
 superset/mcp_service/sql_lab/tool/execute_sql.py   |  50 +++++-
 superset/mcp_service/system/schemas.py             |   8 +
 .../mcp_service/system/tool/generate_bug_report.py |   6 +
 superset/sql/parse.py                              |  53 ++++++
 .../mcp_service/chart/test_ascii_charts.py         |  83 ++++++++-
 tests/unit_tests/mcp_service/chart/test_compile.py |  87 ++++++++++
 .../dashboard/tool/test_dashboard_generation.py    |   5 +-
 .../mcp_service/sql_lab/tool/test_execute_sql.py   | 150 ++++++++++++++++
 .../system/tool/test_generate_bug_report.py        |  36 ++++
 .../mcp_service/test_middleware_logging.py         | 109 ++++++++++--
 tests/unit_tests/sql/parse_tests.py                |  60 +++++++
 24 files changed, 1121 insertions(+), 121 deletions(-)
 create mode 100644 
superset-frontend/plugins/plugin-chart-echarts/test/components/Echart.test.tsx

Reply via email to