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


 discard 68476e6e3d4 chore(deps-dev): bump @typescript-eslint/eslint-plugin
     add 5cd829f13c8 fix(mcp): handle more chart types in get_chart_data 
fallback query construction (#37969)
     add f7218e7a192 feat(mcp): expose current user identity in 
get_instance_info and add created_by_fk filter (#37967)
     add aec1f6edce9 fix(mcp): use last data-bearing statement in execute_sql 
response (#37968)
     add 5a777c0f45f feat(matrixify): add single metric constraint (#37169)
     add 746e266e901 chore(deps): bump swagger-ui-react from 5.31.0 to 5.31.1 
in /docs (#38023)
     add b0f9a73f63d chore(deps-dev): bump typescript-eslint from 8.54.0 to 
8.56.0 in /superset-websocket (#38020)
     add 5efc7ea5a51 chore(deps-dev): bump typescript-eslint from 8.55.0 to 
8.56.0 in /docs (#38024)
     add 868e719c60e chore(deps-dev): bump oxlint from 1.47.0 to 1.48.0 in 
/superset-frontend (#38055)
     add 65c460c9d26 chore(deps-dev): bump @swc/plugin-emotion from 14.5.0 to 
14.6.0 in /superset-frontend (#38053)
     add 3a3556e826d chore(deps-dev): bump @typescript-eslint/eslint-plugin

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   (68476e6e3d4)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/typescript-eslint/eslint-plugin-8.56.0
 (3a3556e826d)

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/.nvmrc                                        |    2 +-
 docs/package.json                                  |    4 +-
 docs/yarn.lock                                     |  674 ++++++-----
 superset-frontend/package-lock.json                |  174 +--
 superset-frontend/package.json                     |    4 +-
 .../components/RadioButtonControl.tsx              |  103 +-
 .../src/shared-controls/matrixifyControls.tsx      |   33 +-
 .../components/RadioButtonControl.test.tsx         |  420 +++++++
 .../src/components/ExtraControls.tsx               |    7 +-
 superset-websocket/package-lock.json               | 1230 +++-----------------
 superset-websocket/package.json                    |    2 +-
 superset/mcp_service/app.py                        |   16 +-
 superset/mcp_service/chart/schemas.py              |    4 +-
 superset/mcp_service/chart/tool/get_chart_data.py  |  107 +-
 superset/mcp_service/dashboard/schemas.py          |   10 +-
 superset/mcp_service/sql_lab/tool/execute_sql.py   |   23 +-
 superset/mcp_service/system/schemas.py             |    7 +
 .../mcp_service/system/tool/get_instance_info.py   |   18 +-
 superset/mcp_service/utils/schema_utils.py         |    6 +-
 .../mcp_service/chart/tool/test_get_chart_data.py  |  437 ++++++-
 .../mcp_service/sql_lab/tool/test_execute_sql.py   |  138 ++-
 .../system/tool/test_get_current_user.py           |  363 ++++++
 .../mcp_service/system/tool/test_get_schema.py     |    8 +-
 .../mcp_service/utils/test_schema_utils.py         |   11 +
 24 files changed, 2188 insertions(+), 1613 deletions(-)
 create mode 100644 
superset-frontend/packages/superset-ui-chart-controls/test/shared-controls/components/RadioButtonControl.test.tsx
 create mode 100644 
tests/unit_tests/mcp_service/system/tool/test_get_current_user.py

Reply via email to