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


 discard 9a52fae8c4 chore(deps-dev): bump @typescript-eslint/parser in 
/superset-frontend
     add 8f6dd4aba0 chore(deps-dev): bump typescript-eslint from 8.53.1 to 
8.54.0 in /docs (#37476)
     add 58ab4e78ff chore(deps): bump antd from 6.2.1 to 6.2.2 in /docs (#37470)
     add 1681f74b2e chore(direnv): add direnv to gitignore (#37481)
     add 10a8d8b8ee chore(deps-dev): bump @typescript-eslint/parser from 8.53.1 
to 8.54.0 in /superset-websocket (#37465)
     add e4d71c2a55 docs(readme): sync database logos with auto-generated docs 
(#37463)
     add a7e7cc30a9 fix(ag-grid-table): preserve time grain aggregation when 
temporal column casing changes (#36990)
     add 5fa6925522 fix(dashboard): update chart customization UI text to 
"Display controls"  (#37462)
     add 27a4575f3e refactor: Move frontend related artifacts into frontend 
gitignore (#37496)
     add 20da4eb86e fix(sqllab): Over-rendering on result table (#30857)
     add 2ec3aaaeea feat(dashboard): show dataset column labels in View as 
table (#37140)
     add f787aec567 docs: add Netlify to CI services footer and improve layout 
(#37451)
     add b223f10ab5 chore(deps-dev): bump @typescript-eslint/eslint-plugin from 
8.53.1 to 8.54.0 in /superset-websocket (#37468)
     add 3bcd3b1683 chore(deps-dev): bump typescript-eslint from 8.53.1 to 
8.54.0 in /superset-websocket (#37466)
     add e6d0f97aab fix(mcp): always filter list responses by columns_requested 
(#37505)
     add 6663709a23 fix(mcp): tools not listed when JWT auth is enabled (#37377)
     add 3347b9bf6c fix(table): only show increase/decrease color options when 
time comparison enabled (#37362)
     add da56bddada chore(deps-dev): bump globals from 17.1.0 to 17.2.0 in 
/docs (#37509)
     add 43653d1fa1 fix(dashboard): resolve dropdown popup positioning (#36963)
     add ec2509a8b4 fix(dashboard-filters): prevent clearing all filters when 
editing a native filter (#37253)
     add abf90de0ca fix(select): prevent bulk action buttons from being cut off 
in filters (#37453)
     add cfeb7ccd31 chore(deps-dev): bump globals from 17.1.0 to 17.2.0 in 
/superset-websocket (#37508)
     add 912538d176 docs: Updating quickstart for 6.0.0 (#37446)
     add d4b89de001 chore(deps-dev): bump oxlint from 1.41.0 to 1.42.0 in 
/superset-frontend (#37512)
     add 581cdf7122 chore(deps-dev): bump @typescript-eslint/parser 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   (9a52fae8c4)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/typescript-eslint/parser-8.54.0
 (581cdf7122)

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:
 .gitignore                                         |   5 +-
 .rat-excludes                                      |   1 +
 README.md                                          | 103 +++++---
 docs/docs/quickstart.mdx                           |   2 +-
 docs/docusaurus.config.ts                          |   6 +-
 docs/i18n/en/docusaurus-theme-classic/footer.json  |   2 +-
 docs/package.json                                  |   6 +-
 docs/src/data/databases.json                       |  75 +++++-
 docs/src/styles/main.less                          |  38 ++-
 docs/static/img/netlify.png                        | Bin 0 -> 4618 bytes
 docs/versioned_docs/version-6.0.0/quickstart.mdx   |   2 +-
 docs/yarn.lock                                     | 178 +++++++-------
 superset-frontend/.gitignore                       |   4 +
 superset-frontend/package-lock.json                |  74 +++---
 superset-frontend/package.json                     |   2 +-
 .../src/components/Select/Select.test.tsx          |   2 +-
 .../src/components/Select/Select.tsx               |   5 +-
 .../src/components/Select/constants.ts             |   8 +-
 .../src/components/Select/styles.tsx               |   1 +
 .../src/components/Select/types.ts                 |   1 +
 .../src/controlPanel.tsx                           |  37 +--
 .../test/controlPanel.test.ts                      |  77 ++++++
 .../test/controlPanel.test.tsx                     | 208 ++++++++++++++++
 .../plugin-chart-table/src/controlPanel.tsx        |  35 +--
 .../plugin-chart-table/test/controlPanel.test.tsx  | 208 ++++++++++++++++
 .../src/SqlLab/components/ResultSet/index.tsx      |  15 +-
 .../src/components/FilterableTable/index.tsx       |   3 +-
 .../components/CustomizationsBadge/index.tsx       |   4 +-
 .../components/SliceHeaderControls/index.tsx       |   1 +
 .../nativeFilters/FilterBar/FilterBar.test.tsx     |   6 +-
 .../FilterBar/FilterBarSettings/index.tsx          |   2 +-
 .../FilterBar/FilterControls/FilterControls.tsx    |   2 +-
 .../nativeFilters/FilterBar/Header/Header.test.tsx |   4 +-
 .../nativeFilters/FilterBar/Header/index.tsx       |   2 +-
 .../nativeFilters/FilterBar/Vertical.tsx           |   2 +-
 .../nativeFilters/FilterCard/FilterCard.test.tsx   |   4 +-
 .../ConfigModalSidebar/ConfigModalSidebar.tsx      |   2 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |  12 +-
 .../FiltersConfigModal/FiltersConfigModal.tsx      |   2 +-
 .../FiltersConfigModal/NewItemDropdown.tsx         |   2 +-
 superset-frontend/src/dataMask/reducer.test.ts     | 118 ++++++++++
 superset-frontend/src/dataMask/reducer.ts          |  20 +-
 .../explore/components/DataTableControl/index.tsx  |  12 +-
 .../DataTableControl/useTableColumns.test.ts       |  28 +++
 .../components/ResultsPaneOnDashboard.tsx          |   2 +
 .../components/SingleQueryResultPane.tsx           |   2 +
 .../DataTablesPane/components/useResultsPane.tsx   |   2 +
 .../src/explore/components/DataTablesPane/types.ts |   4 +
 superset-websocket/package-lock.json               | 262 ++++++++++-----------
 superset-websocket/package.json                    |   8 +-
 superset/mcp_service/app.py                        |  69 +++---
 superset/mcp_service/chart/tool/list_charts.py     |  23 +-
 .../mcp_service/dashboard/tool/list_dashboards.py  |  21 +-
 superset/mcp_service/dataset/tool/list_datasets.py |  23 +-
 superset/mcp_service/mcp_config.py                 |  10 +-
 .../mcp_service/dataset/tool/test_dataset_tools.py |  53 +++++
 tests/unit_tests/mcp_service/test_mcp_config.py    |  85 ++++---
 57 files changed, 1372 insertions(+), 513 deletions(-)
 create mode 100644 docs/static/img/netlify.png
 create mode 100644 
superset-frontend/plugins/plugin-chart-ag-grid-table/test/controlPanel.test.ts
 create mode 100644 
superset-frontend/plugins/plugin-chart-ag-grid-table/test/controlPanel.test.tsx
 create mode 100644 
superset-frontend/plugins/plugin-chart-table/test/controlPanel.test.tsx
 create mode 100644 superset-frontend/src/dataMask/reducer.test.ts

Reply via email to