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/babel/plugin-transform-runtime-7.29.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard b818d667005 chore(deps-dev): bump @babel/plugin-transform-runtime
     add 3a565a6c16e fix(tests): update DatasetList tests to new fetch-mock API 
(#37623)
     add 0b5e4dd5de4 feat(mcp): add config toggle to disable parse_request 
decorator (#37617)
     add 5914e834361 chore(mcp): remove unused MCP_SERVICE feature flag (#37618)
     add 32ee160c75e chore: Properly untrack WebSocket config file for docker 
(#37624)
     add 0d7cc88b2bd chore(deps): bump antd from 6.2.2 to 6.2.3 in /docs 
(#37629)
     new 5533119c281 chore(deps-dev): bump @babel/plugin-transform-runtime

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   (b818d667005)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/babel/plugin-transform-runtime-7.29.0
 (5533119c281)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 UPDATING.md                                        |  15 +
 docker/superset-websocket/config.json              |  22 --
 docs/package.json                                  |   2 +-
 docs/yarn.lock                                     |  52 +--
 .../DatasetList/DatasetList.behavior.test.tsx      |  78 +++--
 .../DatasetList/DatasetList.integration.test.tsx   |  52 +--
 .../DatasetList/DatasetList.listview.test.tsx      | 378 +++++++++++++--------
 .../DatasetList/DatasetList.permissions.test.tsx   |  82 +++--
 .../src/pages/DatasetList/DatasetList.test.tsx     |  84 +++--
 .../pages/DatasetList/DatasetList.testHelpers.tsx  | 183 +++++-----
 superset/mcp_service/app.py                        |   5 +
 superset/mcp_service/mcp_config.py                 |  12 +-
 superset/mcp_service/utils/schema_utils.py         | 149 ++++----
 13 files changed, 678 insertions(+), 436 deletions(-)
 delete mode 100644 docker/superset-websocket/config.json

Reply via email to