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/eslint-10.0.2
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 492a13d7d8c chore(deps-dev): bump eslint from 8.57.1 to 10.0.2 in 
/superset-frontend
     add 1cd35bb1029 feat(mcp): dynamic feature availability via menus and 
feature flags (#37964)
     add 30849079318 feat(mcp): support unsaved state in Explore and Dashboard 
tools (#37183)
     add a1312a86e88 fix(mcp): normalize column names to fix time series filter 
prompt issue (#37187)
     add b543358d2f5 chore(deps-dev): bump @swc/core from 1.15.11 to 1.15.13 in 
/superset-frontend (#38237)
     add 1b605c4ddad chore(deps): bump fs-extra from 11.3.2 to 11.3.3 in 
/superset-frontend (#38234)
     add 79b2647481b chore(deps): bump @swc/core from 1.15.11 to 1.15.13 in 
/docs (#38207)
     add 37a46370181 chore(deps-dev): bump typescript-eslint from 8.56.0 to 
8.56.1 in /superset-websocket (#38203)
     add 438a9274206 chore(deps-dev): bump oxlint from 1.49.0 to 1.50.0 in 
/superset-frontend (#38240)
     add 13ed568eff3 chore(deps-dev): bump eslint from 8.57.1 to 10.0.2 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   (492a13d7d8c)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/eslint-10.0.2 (13ed568eff3)

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                                     | 128 ++--
 superset-frontend/package-lock.json                | 248 ++++----
 superset-frontend/package.json                     |   4 +-
 superset-websocket/package-lock.json               | 315 +++++-----
 superset-websocket/package.json                    |   2 +-
 superset/mcp_service/app.py                        |   4 +
 superset/mcp_service/chart/schemas.py              |  68 +-
 superset/mcp_service/chart/tool/get_chart_data.py  | 128 +++-
 superset/mcp_service/chart/tool/get_chart_info.py  |  67 +-
 .../chart/validation/dataset_validator.py          | 153 ++++-
 superset/mcp_service/chart/validation/pipeline.py  |  86 ++-
 superset/mcp_service/dashboard/schemas.py          |  43 +-
 .../dashboard/tool/get_dashboard_info.py           |  99 ++-
 .../explore/tool/generate_explore_link.py          |  15 +-
 superset/mcp_service/system/schemas.py             |  22 +
 superset/mcp_service/system/system_utils.py        |  29 +
 .../mcp_service/system/tool/get_instance_info.py   |   2 +
 .../validation/test_column_name_normalization.py   | 681 +++++++++++++++++++++
 .../explore/tool/test_generate_explore_link.py     | 149 +++++
 .../mcp_service/system/test_system_utils.py        |  60 ++
 .../system/tool/test_get_current_user.py           |   2 +
 tests/unit_tests/mcp_service/test_mcp_config.py    |   9 +
 23 files changed, 1950 insertions(+), 366 deletions(-)
 create mode 100644 
tests/unit_tests/mcp_service/chart/validation/test_column_name_normalization.py
 create mode 100644 tests/unit_tests/mcp_service/system/test_system_utils.py

Reply via email to