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


 discard 00ad2deba0 chore(deps-dev): bump eslint from 8.57.1 to 9.39.1 in 
/superset-frontend
     add 33a425bbbc fix(echarts): use scroll legend for horizontal layouts to 
prevent overlap (#36306)
     add 24a4f8510d docs: Add SQL Lab Export to Google Sheets to community 
extensions registry (#36714)
     add b800412eda fix(docs): add retry logic and concurrency handling for 
badge downloads (#36715)
     add 737a5162e4 fix: Use is_active for guest users (#36716)
     add b1e004e122 build(dev-deps): remove stub type definition packages 
(#36706)
     add ae584c8886 chore: remove INTHEWILD.md after migration to YAML (#36718)
     add 2f4f64dfe8 chore(frontend): migrate easy JS/JSX files to TypeScript 
(#36713)
     add f51f7f3307 fix(tests): resolve flakey selectOption helper race 
condition (#36719)
     add f3407d7a56 chore: Close playwright browser gracefully (#36537)
     add ee45b26ad7 fix(tests): optimize DatasourceEditorCurrency tests for CI 
reliability (#36723)
     add 0f56e3b9ae fix: Implement SIP-40 error styles for GAQ (#36596)
     add 0830a57fa6 feat(docs): add llms.txt for LLM-friendly documentation 
index (#36730)
     add 2cf0d7936e chore(pre-commit): exclude logos from end-of-file-fixer 
(#36744)
     add 32435bc3e9 feat(docs): enhance Matomo analytics tracking (#36743)
     add da8e077a44 chore(frontend): migrate utility JS files to TypeScript 
(#36721)
     add b8f31124d0 chore(frontend): migrate 13 JS/JSX files to TypeScript 
(#36720)
     add 91539f77aa feat(docker): support running multiple Superset instances 
simultaneously (#36751)
     add fb6f3fbb4d chore: update files for release 6.0.0 (#36745)
     add 5920cb57ea refactor(extensions): add Pydantic validation for extension 
configuration (#36767)
     add d36ddbbb33 feat(extensions-cli): Add .gitignore generation to init 
command (#36768)
     add 3258082819 docs: add SQL Lab Export to Parquet to community extensions 
registry (#36755)
     add ae491aee00 docs: Add SQL Lab Query Comparison to community extensions 
registry (#36769)
     add c026ae2ce7 fix(dashboard): prevent table chart infinite reload loop 
(#36686)
     add e3e6b0e18b fix(mcp): use SQLScript for all SQL parsing in execute_sql 
(#36599)
     add 0ced20457b chore(deps-dev): bump webpack from 5.104.0 to 5.104.1 in 
/docs (#36758)
     add 5cd8e1e736 chore(deps): bump caniuse-lite from 1.0.30001760 to 
1.0.30001761 in /docs (#36757)
     add 8d070f5cb6 chore(deps-dev): bump @types/node from 25.0.2 to 25.0.3 in 
/superset-frontend (#36726)
     add e0ea807031 chore(deps-dev): bump baseline-browser-mapping from 2.9.8 
to 2.9.9 in /superset-frontend (#36725)
     add c0bcf28947 chore(deps-dev): bump @playwright/test from 1.56.0 to 
1.57.0 in /superset-frontend (#36571)
     add 82330c9acd chore(deps-dev): bump eslint from 8.57.1 to 9.39.1 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   (00ad2deba0)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/eslint-9.39.1 (82330c9acd)

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:
 .envrc.example                                     |   41 +
 .github/ISSUE_TEMPLATE/bug-report.yml              |    2 +-
 .pre-commit-config.yaml                            |    2 +-
 .rat-excludes                                      |    1 +
 CHANGELOG/6.0.0.md                                 | 1062 ++++++++++++++++++++
 Makefile                                           |   21 +-
 RESOURCES/INTHEWILD.md                             |  226 -----
 UPDATING.md                                        |   51 +-
 docker-compose.yml                                 |   26 +-
 docker/.env                                        |    9 +
 docker/.env-local.example                          |   39 +
 docker/README.md                                   |   28 +
 .../contributing/development-setup.md              |   33 +
 docs/developer_portal/extensions/registry.md       |   12 +-
 docs/package.json                                  |    4 +-
 docs/plugins/remark-localize-badges.mjs            |  162 ++-
 docs/src/theme/Root.js                             |  238 ++++-
 .../{api_explorer.png => api-explorer.png}         |  Bin
 docs/static/img/extensions/gsheets-export.png      |  Bin 0 -> 387654 bytes
 docs/static/img/extensions/parquet-export.png      |  Bin 0 -> 62473 bytes
 docs/static/img/extensions/query-comparison.png    |  Bin 0 -> 611336 bytes
 ...flow_visualizer.png => sql-flow-visualizer.png} |  Bin
 docs/static/llms.txt                               |   64 ++
 docs/yarn.lock                                     |   16 +-
 scripts/docker-compose-up.sh                       |  171 ++++
 .../src/superset_core/extensions/types.py          |  233 ++++-
 .../src/superset_extensions_cli/cli.py             |   62 +-
 .../templates/.gitignore.j2                        |   36 +
 superset-extensions-cli/tests/test_cli_build.py    |   43 +-
 superset-extensions-cli/tests/test_cli_dev.py      |   12 +-
 superset-extensions-cli/tests/test_cli_init.py     |   32 +-
 superset-extensions-cli/tests/utils.py             |    2 +-
 superset-frontend/package-lock.json                |  110 +-
 superset-frontend/package.json                     |    9 +-
 .../packages/superset-ui-core/package.json         |    3 +-
 .../plugin-chart-ag-grid-table/package.json        |    1 -
 .../plugin-chart-echarts/src/utils/series.ts       |   12 +-
 .../test/Gantt/transformProps.test.ts              |    1 -
 .../plugin-chart-echarts/test/utils/series.test.ts |   17 +-
 .../plugins/plugin-chart-table/package.json        |    1 -
 superset-frontend/spec/helpers/testing-library.tsx |    3 +-
 .../{ChartContainer.jsx => ChartContainer.tsx}     |    6 +-
 .../tests/DatasourceEditorCurrency.test.tsx        |  124 +--
 .../{mockMessageToasts.js => mockMessageToasts.ts} |    6 +-
 .../src/dashboard/components/Dashboard.test.jsx    |   69 ++
 .../{MissingChart.jsx => MissingChart.tsx}         |   11 +-
 .../dnd/{handleHover.js => handleHover.ts}         |   13 +-
 .../dashboard/components/dnd/handleScroll/index.ts |    2 +-
 .../{FilterFieldItem.jsx => FilterFieldItem.tsx}   |   16 +-
 .../{FilterFieldTree.jsx => FilterFieldTree.tsx}   |   47 +-
 .../{FilterScopeTree.jsx => FilterScopeTree.tsx}   |   45 +-
 ...reeNodes.jsx => renderFilterFieldTreeNodes.tsx} |   29 +-
 ...reeNodes.jsx => renderFilterScopeTreeNodes.tsx} |   36 +-
 .../filterscope/{treeIcons.jsx => treeIcons.tsx}   |    0
 .../gridComponents/Chart/{index.js => index.ts}    |    0
 .../gridComponents/Column/{index.js => index.ts}   |    0
 .../gridComponents/Divider/{index.js => index.ts}  |    0
 .../gridComponents/Markdown/{index.js => index.ts} |    0
 .../gridComponents/Tab/{index.js => index.ts}      |    0
 .../gridComponents/Tabs/{index.js => index.ts}     |    0
 .../gridComponents/{index.js => index.ts}          |    0
 .../new/{NewColumn.jsx => NewColumn.tsx}           |    0
 .../new/{NewDivider.jsx => NewDivider.tsx}         |    0
 .../new/{NewHeader.jsx => NewHeader.tsx}           |    0
 .../new/{NewMarkdown.jsx => NewMarkdown.tsx}       |    0
 .../new/{NewTabs.jsx => NewTabs.tsx}               |    0
 .../{DashboardGrid.jsx => DashboardGrid.tsx}       |    7 +-
 .../{FilterScope.jsx => FilterScope.tsx}           |    7 +-
 .../containers/{SliceAdder.jsx => SliceAdder.tsx}  |   17 +-
 .../util/activeAllDashboardFilters.test.ts         |  150 +++
 .../dashboard/util/activeAllDashboardFilters.ts    |   17 +-
 ...h.js => getChartAndLabelComponentIdFromPath.ts} |   12 +-
 ...ieldNodesTree.js => getFilterFieldNodesTree.ts} |   25 +-
 ...ParentNodes.js => getFilterScopeParentNodes.ts} |   21 +-
 ....js => getSelectedChartIdForFilterScopeTree.ts} |    7 +-
 ...ChildChartIds.js => findNonTabChildChartIds.ts} |   26 +-
 ...ComponentIds.js => findTopLevelComponentIds.ts} |   33 +-
 ...nent.js => getLoadStatsPerTopLevelComponent.ts} |   21 +-
 ...terValues.js => serializeActiveFilterValues.ts} |   38 +-
 ...arentsList.js => updateComponentParentsList.ts} |   14 +-
 .../{AggregateOption.jsx => AggregateOption.tsx}   |   20 +-
 ...nitionOption.jsx => MetricDefinitionOption.tsx} |   39 +-
 .../{saveModalReducer.js => saveModalReducer.ts}   |   29 +-
 .../src/utils/getControlsForVizType.js             |   52 -
 superset-frontend/src/utils/reducerUtils.js        |   71 --
 superset/extensions/discovery.py                   |    3 +-
 superset/extensions/utils.py                       |   55 +-
 superset/initialization/__init__.py                |    4 +-
 superset/mcp_service/sql_lab/sql_lab_utils.py      |   64 +-
 superset/security/guest_token.py                   |    3 +-
 superset/tasks/async_queries.py                    |   19 +-
 superset/utils/webdriver.py                        |    2 +
 tests/unit_tests/extensions/test_types.py          |  258 +++++
 .../mcp_service/sql_lab/test_sql_lab_utils.py      |  137 +++
 .../mcp_service/sql_lab/tool/test_execute_sql.py   |   18 +-
 tests/unit_tests/tasks/test_async_queries.py       |   96 ++
 96 files changed, 3441 insertions(+), 1013 deletions(-)
 create mode 100644 .envrc.example
 create mode 100644 CHANGELOG/6.0.0.md
 delete mode 100644 RESOURCES/INTHEWILD.md
 create mode 100644 docker/.env-local.example
 rename docs/static/img/extensions/{api_explorer.png => api-explorer.png} (100%)
 create mode 100644 docs/static/img/extensions/gsheets-export.png
 create mode 100644 docs/static/img/extensions/parquet-export.png
 create mode 100644 docs/static/img/extensions/query-comparison.png
 rename docs/static/img/extensions/{sql_flow_visualizer.png => 
sql-flow-visualizer.png} (100%)
 create mode 100644 docs/static/llms.txt
 create mode 100755 scripts/docker-compose-up.sh
 create mode 100644 
superset-extensions-cli/src/superset_extensions_cli/templates/.gitignore.j2
 rename superset-frontend/src/components/Chart/{ChartContainer.jsx => 
ChartContainer.tsx} (89%)
 rename superset-frontend/src/components/MessageToasts/{mockMessageToasts.js => 
mockMessageToasts.ts} (85%)
 rename superset-frontend/src/dashboard/components/{MissingChart.jsx => 
MissingChart.tsx} (86%)
 rename superset-frontend/src/dashboard/components/dnd/{handleHover.js => 
handleHover.ts} (84%)
 rename 
superset-frontend/src/dashboard/components/filterscope/{FilterFieldItem.jsx => 
FilterFieldItem.tsx} (81%)
 rename 
superset-frontend/src/dashboard/components/filterscope/{FilterFieldTree.jsx => 
FilterFieldTree.tsx} (54%)
 rename 
superset-frontend/src/dashboard/components/filterscope/{FilterScopeTree.jsx => 
FilterScopeTree.tsx} (58%)
 rename 
superset-frontend/src/dashboard/components/filterscope/{renderFilterFieldTreeNodes.jsx
 => renderFilterFieldTreeNodes.tsx} (63%)
 rename 
superset-frontend/src/dashboard/components/filterscope/{renderFilterScopeTreeNodes.jsx
 => renderFilterScopeTreeNodes.tsx} (71%)
 rename superset-frontend/src/dashboard/components/filterscope/{treeIcons.jsx 
=> treeIcons.tsx} (100%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/Chart/{index.js => 
index.ts} (100%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/Column/{index.js => 
index.ts} (100%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/Divider/{index.js => 
index.ts} (100%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/Markdown/{index.js => 
index.ts} (100%)
 rename superset-frontend/src/dashboard/components/gridComponents/Tab/{index.js 
=> index.ts} (100%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/Tabs/{index.js => 
index.ts} (100%)
 rename superset-frontend/src/dashboard/components/gridComponents/{index.js => 
index.ts} (100%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/new/{NewColumn.jsx => 
NewColumn.tsx} (100%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/new/{NewDivider.jsx 
=> NewDivider.tsx} (100%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/new/{NewHeader.jsx => 
NewHeader.tsx} (100%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/new/{NewMarkdown.jsx 
=> NewMarkdown.tsx} (100%)
 rename 
superset-frontend/src/dashboard/components/gridComponents/new/{NewTabs.jsx => 
NewTabs.tsx} (100%)
 rename superset-frontend/src/dashboard/containers/{DashboardGrid.jsx => 
DashboardGrid.tsx} (86%)
 rename superset-frontend/src/dashboard/containers/{FilterScope.jsx => 
FilterScope.tsx} (85%)
 rename superset-frontend/src/dashboard/containers/{SliceAdder.jsx => 
SliceAdder.tsx} (82%)
 rename 
superset-frontend/src/dashboard/util/{getChartAndLabelComponentIdFromPath.js => 
getChartAndLabelComponentIdFromPath.ts} (77%)
 rename superset-frontend/src/dashboard/util/{getFilterFieldNodesTree.js => 
getFilterFieldNodesTree.ts} (72%)
 rename superset-frontend/src/dashboard/util/{getFilterScopeParentNodes.js => 
getFilterScopeParentNodes.ts} (70%)
 rename 
superset-frontend/src/dashboard/util/{getSelectedChartIdForFilterScopeTree.js 
=> getSelectedChartIdForFilterScopeTree.ts} (91%)
 rename 
superset-frontend/src/dashboard/util/logging/{findNonTabChildChartIds.js => 
findNonTabChildChartIds.ts} (75%)
 rename 
superset-frontend/src/dashboard/util/logging/{findTopLevelComponentIds.js => 
findTopLevelComponentIds.ts} (77%)
 rename 
superset-frontend/src/dashboard/util/logging/{getLoadStatsPerTopLevelComponent.js
 => getLoadStatsPerTopLevelComponent.ts} (71%)
 rename superset-frontend/src/dashboard/util/{serializeActiveFilterValues.js => 
serializeActiveFilterValues.ts} (59%)
 rename superset-frontend/src/dashboard/util/{updateComponentParentsList.js => 
updateComponentParentsList.ts} (87%)
 rename 
superset-frontend/src/explore/components/controls/MetricControl/{AggregateOption.jsx
 => AggregateOption.tsx} (74%)
 rename 
superset-frontend/src/explore/components/controls/MetricControl/{MetricDefinitionOption.jsx
 => MetricDefinitionOption.tsx} (66%)
 rename superset-frontend/src/explore/reducers/{saveModalReducer.js => 
saveModalReducer.ts} (71%)
 delete mode 100644 superset-frontend/src/utils/getControlsForVizType.js
 delete mode 100644 superset-frontend/src/utils/reducerUtils.js
 create mode 100644 tests/unit_tests/extensions/test_types.py
 create mode 100644 tests/unit_tests/mcp_service/sql_lab/test_sql_lab_utils.py

Reply via email to