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


    omit a2003537f9c chore(deps): bump antd from 5.27.6 to 6.3.0 in 
/superset-frontend
     add 76351ff12c4 fix(i18n): ensure language pack loads before React renders 
(#36893)
     add 6ca028dee90 chore(deps): bump axios from 1.12.2 to 1.13.5 in /docs 
(#37814)
     add d078f18ff88 chore(deps-dev): bump @types/node from 25.2.1 to 25.2.2 in 
/superset-websocket (#37796)
     add 2df60f9caf0 chore(deps): bump immer from 11.1.3 to 11.1.4 in 
/superset-frontend (#37830)
     add f370da5a87a chore(deps-dev): bump @typescript-eslint/parser from 
8.54.0 to 8.55.0 in /docs (#37827)
     add 4d8ff845875 chore(deps-dev): bump @playwright/test from 1.58.1 to 
1.58.2 in /superset-frontend (#37826)
     add 8c6bc3eaea3 chore(deps): bump antd from 6.2.3 to 6.3.0 in /docs 
(#37824)
     add 1cba53a043d chore(deps-dev): bump @typescript-eslint/parser from 
8.54.0 to 8.55.0 in /superset-websocket (#37823)
     add 3af795af364 chore(deps-dev): bump @typescript-eslint/eslint-plugin 
from 8.54.0 to 8.55.0 in /superset-websocket (#37822)
     add 948b1d613b2 chore(deps-dev): bump typescript-eslint from 8.54.0 to 
8.55.0 in /docs (#37825)
     add 0f1278fa614 fix(gtf): set dedup_key on atomic sql (#37820)
     add c59d0a73d47 fix: Prevent table rows from overlapping pagination in 
table view (#37174)
     add ae8d671fea3 fix(sql): fix sql suggestions (#37699)
     add c41942a38ad chore(deps): Upgrade sqlglot from 27.15.2 to 28.10.0 
(#37841)
     add 76aa91f5ea2 fix(deps): pin `react-error-boundary` to 6.0.0 for React 
17 peer dep constraint (#37706)
     add 7ec5f1d7ecf fix(native-filters): Filters with select first value not 
restored correctly from url (#37855)
     add b98b34a60f5 refactor: Make extensions contribution schema consistent 
(#37856)
     add 6a6b9b53864 chore: Bump core packages (0.0.1rc11, 0.0.1rc4) (#37860)
     add 1b68d15b6eb chore(deps): bump antd from 5.27.6 to 6.3.0 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   (a2003537f9c)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/antd-6.3.0 (1b68d15b6eb)

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:
 .github/dependabot.yml                             |    2 +
 .../extensions/contribution-types.md               |   54 +-
 docs/developer_portal/extensions/development.md    |   14 +-
 .../extensions/extension-points/sqllab.md          |   54 +-
 docs/developer_portal/extensions/quick-start.md    |   14 +-
 docs/developer_portal/extensions/tasks.md          |    8 +-
 docs/package.json                                  |    6 +-
 docs/yarn.lock                                     |  315 +++---
 pyproject.toml                                     |    2 +-
 requirements/base.txt                              |    2 +-
 requirements/development.txt                       |    2 +-
 superset-core/pyproject.toml                       |    4 +-
 superset-core/src/superset_core/api/tasks.py       |    2 +-
 .../src/superset_core/extensions/types.py          |   28 +-
 superset-frontend/package-lock.json                |   34 +-
 superset-frontend/package.json                     |    4 +-
 .../packages/superset-core/package.json            |    2 +-
 .../superset-core/src/api/contributions.ts         |   51 +-
 .../SqlLab/components/AppLayout/AppLayout.test.tsx |    5 +-
 .../src/SqlLab/components/AppLayout/index.tsx      |    6 +-
 .../src/SqlLab/components/QueryHistory/index.tsx   |    4 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |    4 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |    6 +-
 .../SqlLab/components/SqlEditorTopBar/index.tsx    |    4 +-
 .../src/SqlLab/components/StatusBar/index.tsx      |    6 +-
 .../SqlLab/components/TableExploreTree/index.tsx   |    4 +-
 superset-frontend/src/SqlLab/contributions.ts      |   41 +-
 .../Chart/DrillBy/useResultsTableView.test.ts      |   48 +
 .../Chart/DrillBy/useResultsTableView.tsx          |    5 +-
 .../tests/DatasourceEditor.test.tsx                |    3 +
 .../ViewListExtension/ViewListExtension.test.tsx   |   27 +-
 .../FiltersConfigModal/FiltersConfigModal.test.tsx |    2 +-
 .../components/SingleQueryResultPane.tsx           |    5 +-
 .../src/explore/components/DataTablesPane/types.ts |    1 +
 .../ColumnSelectPopover.test.tsx                   |   71 ++
 .../DndColumnSelectControl/ColumnSelectPopover.tsx |    4 +-
 .../AdhocFilterEditPopoverSqlTabContent/index.tsx  |    4 +-
 .../src/extensions/ExtensionsManager.test.ts       |   36 +-
 .../src/extensions/ExtensionsManager.ts            |   31 +-
 .../components/Select/SelectFilterPlugin.test.tsx  |  118 +++
 .../components/Select/SelectFilterPlugin.tsx       |    5 -
 .../DatasetList/DatasetList.permissions.test.tsx   |    1 +
 superset-frontend/src/preamble.ts                  |  135 ++-
 superset-frontend/src/views/index.tsx              |   18 +-
 superset-websocket/package-lock.json               | 1072 ++++++++++++++++++--
 superset-websocket/package.json                    |    6 +-
 superset/daos/tasks.py                             |   10 +-
 superset/models/tasks.py                           |   15 +-
 superset/sql/dialects/pinot.py                     |    2 +
 superset/sql/parse.py                              |   10 +-
 superset/tasks/manager.py                          |   11 +-
 superset/tasks/schemas.py                          |    4 +
 superset/views/base.py                             |    7 +-
 .../integration_tests/tasks/test_sync_join_wait.py |   15 -
 tests/unit_tests/daos/test_tasks.py                |   83 ++
 tests/unit_tests/sql/parse_tests.py                |   17 +
 tests/unit_tests/tasks/test_manager.py             |    5 -
 57 files changed, 1927 insertions(+), 522 deletions(-)

Reply via email to