This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/typescript-eslint-8.41.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 8c270240a3 chore(deps-dev): bump typescript-eslint from 8.40.0 to 
8.41.0 in /docs
     add 9efb80dbf4 fix(tests): one of integration test in TestSqlaTableModel  
does not support MySQL "concat"  (#35007)
     add 5a3182ce21 fix: mixed timeseries chart add legend margin (#35036)
     add bef1f4d045 fix(theming): Icons in ExecutionLogList and Country map 
chart tooltip theme consistency (#34828)
     add 385471c34d fix(utils): ensure webdriver timeout compatibility with 
urllib3 2.x (#34440)
     add 0fce5ecfa5 fix(dashboard): normalize spacings and background colors 
(#35001)
     add 1c2b9db4f0 fix: Upload CSV as Dataset (#34763)
     add da7f6efea8 docs(typos): correct spelling mistakes (#35043)
     add b05def1a8a fix(superset-embedded-sdk/release-if-necessary): remove 
axios (#35038)
     add c5f220a9ff fix(table): table search input placeholder (#35064)
     add 15e4e8df94 fix(utils): Suppress pandas date parsing warnings in 
normalize_dttm_col (#35042)
     add 4c2b27e7f0 fix: Change database event in core (#35071)
     add 65376c7baf fix(Table Chart): render null dates properly (#34558)
     add 2f64343186 feat(dataset): create usage tab for dataset (#34707)
     add 42b15b6840 fix(translation): order incompatible placeholders, 
translated placeholders, semantic changes (#34722)
     add fedb3ca941 chore(deps-dev): bump @typescript-eslint/parser from 8.40.0 
to 8.41.0 in /docs (#34934)
     add 99de1f9d21 chore(deps-dev): bump typescript-eslint from 8.40.0 to 
8.41.0 in /docs

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   (8c270240a3)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/docs/typescript-eslint-8.41.0 (99de1f9d21)

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/docs/contributing/development.mdx             |   4 +-
 docs/docs/contributing/howtos.mdx                  |   4 +-
 docs/docs/installation/docker-compose.mdx          |   2 +-
 docs/package.json                                  |   4 +-
 .../version-6.0.0/contributing/development.mdx     |   4 +-
 .../version-6.0.0/contributing/howtos.mdx          |   4 +-
 .../version-6.0.0/installation/docker-compose.mdx  |   2 +-
 docs/yarn.lock                                     | 142 +++---
 superset-embedded-sdk/package-lock.json            | 426 ----------------
 superset-embedded-sdk/package.json                 |   1 -
 superset-embedded-sdk/release-if-necessary.js      |   5 +-
 .../src/components/Tabs/Tabs.test.tsx              | 306 ++++++++++++
 .../superset-ui-core/src/components/Tabs/Tabs.tsx  |   6 +-
 .../src/ReactCountryMap.jsx                        |   2 +
 .../src/MixedTimeseries/transformProps.ts          |   6 +-
 .../test/MixedTimeseries/transformProps.test.ts    |  63 +++
 .../plugins/plugin-chart-table/src/TableChart.tsx  |   8 +-
 .../ChangeDatasourceModal.test.jsx                 |   2 +-
 .../index.tsx}                                     |   2 +-
 .../{ => DatasourceModal}/DatasourceModal.test.jsx |   2 +-
 .../index.tsx}                                     |   6 +-
 .../CollectionTable}/CollectionTable.test.tsx      |   2 +-
 .../CollectionTable/index.tsx}                     |   6 +-
 .../DatasourceEditor}/DatasourceEditor.jsx         | 129 ++++-
 .../DashboardLinksExternal.test.tsx                | 132 +++++
 .../components/DashboardLinksExternal/index.tsx    |  78 +++
 .../DatasetUsageTab/DatasetUsageTab.test.tsx       | 214 ++++++++
 .../components/DatasetUsageTab/index.tsx           | 293 +++++++++++
 .../DatasourceEditor/components}/index.ts          |   3 +-
 .../components/DatasourceEditor}/index.ts          |   2 +-
 .../tests}/DatasourceEditor.test.jsx               |   4 +-
 .../tests}/DatasourceEditorCurrency.test.jsx       |   2 +-
 .../tests}/DatasourceEditorRTL.test.jsx            |   0
 .../{ => components/Field}/Field.test.tsx          |   2 +-
 .../{Field.tsx => components/Field/index.tsx}      |   0
 .../Fieldset/index.tsx}                            |   4 +-
 .../components/Datasource/components/index.ts}     |   8 +-
 .../components/Datasource/{index.tsx => index.ts}  |   0
 .../Datasource/{utils.js => utils/index.js}        |   0
 .../Datasource/{ => utils}/utils.test.tsx          |   2 +-
 .../src/components/ListView/CrossLinks.tsx         |  10 +-
 .../components/ListView/DashboardCrossLinks.tsx    |  10 +-
 superset-frontend/src/core/sqlLab.ts               |   7 +-
 .../src/dashboard/actions/dashboardState.js        |   5 +
 .../BuilderComponentPane.test.tsx                  |   9 +-
 .../components/BuilderComponentPane/index.tsx      | 152 +++---
 .../DashboardBuilder/DashboardBuilder.tsx          |  16 +-
 .../DashboardBuilder/DashboardContainer.tsx        |   8 +-
 .../DashboardBuilder/DashboardWrapper.tsx          |   6 +-
 .../dashboard/components/DashboardBuilder/state.ts |  29 +-
 .../gridComponents/{ => Chart}/Chart.jsx           |  20 +-
 .../gridComponents/{ => Chart}/Chart.test.jsx      |   2 +-
 .../components/gridComponents/Chart/index.js}      |   3 +-
 .../{ => ChartHolder}/ChartHolder.test.tsx         |   8 +-
 .../{ => ChartHolder}/ChartHolder.tsx              |   0
 .../gridComponents/ChartHolder}/index.ts           |   2 +-
 .../gridComponents/{ => Column}/Column.jsx         |   0
 .../gridComponents/{ => Column}/Column.test.jsx    |   2 +-
 .../components/gridComponents/Column/index.js}     |   3 +-
 .../gridComponents/{ => Divider}/Divider.jsx       |   8 +-
 .../gridComponents/{ => Divider}/Divider.test.jsx  |   2 +-
 .../components/gridComponents/Divider/index.js}    |   3 +-
 .../DynamicComponent/DynamicComponent.test.tsx     | 329 ++++++++++++
 .../{ => DynamicComponent}/DynamicComponent.tsx    |  34 +-
 .../gridComponents/DynamicComponent}/index.ts      |   2 +-
 .../gridComponents/{ => Header}/Header.jsx         |   0
 .../gridComponents/{ => Header}/Header.test.jsx    |   2 +-
 .../components/gridComponents/Header/index.js}     |   3 +-
 .../gridComponents/{ => Markdown}/Markdown.jsx     |   0
 .../{ => Markdown}/Markdown.test.jsx               |   2 +-
 .../components/gridComponents/Markdown/index.js}   |   3 +-
 .../components/gridComponents/{ => Row}/Row.jsx    |   2 +-
 .../gridComponents/{ => Row}/Row.test.jsx          |   2 +-
 .../components/gridComponents/Row/index.js}        |   3 +-
 .../components/gridComponents/Tab.test.jsx         | 141 ------
 .../components/gridComponents/{ => Tab}/Tab.jsx    |   0
 .../gridComponents/{ => Tab}/Tab.test.tsx          |   2 +-
 .../components/gridComponents/Tab}/index.js        |   5 +-
 .../components/gridComponents/Tabs.test.jsx        | 203 --------
 .../components/gridComponents/{ => Tabs}/Tabs.jsx  | 159 +++---
 .../gridComponents/{ => Tabs}/Tabs.test.tsx        |  33 +-
 .../components/gridComponents/Tabs/index.js}       |   3 +-
 .../TabsRenderer/TabsRenderer.test.tsx             | 201 ++++++++
 .../gridComponents/TabsRenderer/TabsRenderer.tsx   | 121 +++++
 .../gridComponents/TabsRenderer}/index.ts          |   3 +-
 .../dashboard/components/gridComponents/index.js   |  10 -
 .../src/dashboard/reducers/dashboardState.js       |   7 +
 .../src/dashboard/reducers/dashboardState.test.js  |  17 +
 .../src/dashboard/reducers/dashboardState.test.ts  | 140 ++++--
 superset-frontend/src/dashboard/types.ts           |   1 +
 .../features/alerts/components/AlertStatusIcon.tsx |  38 +-
 .../UploadDataModel/UploadDataModal.test.tsx       |   4 +-
 .../EditDataset/UsageTab/UsageTab.test.tsx         | 416 ---------------
 .../AddDataset/EditDataset/UsageTab/index.tsx      | 265 ----------
 .../datasets/AddDataset/EditDataset/index.tsx      |   3 +-
 superset/commands/database/uploaders/base.py       |   3 +-
 superset/commands/database/uploaders/csv_reader.py | 222 ++++++++-
 superset/models/core.py                            |   4 +-
 superset/translations/uk/LC_MESSAGES/messages.po   | 152 +++---
 superset/utils/core.py                             |  92 ++--
 superset/utils/pandas.py                           |  69 +++
 superset/utils/webdriver.py                        |  94 +++-
 tests/integration_tests/model_tests.py             |   5 +-
 .../commands/databases/csv_reader_test.py          | 555 +++++++++++++++++++++
 tests/unit_tests/utils/test_date_parsing.py        | 256 ++++++++++
 tests/unit_tests/utils/webdriver_test.py           | 263 ++++++++++
 106 files changed, 4029 insertions(+), 2027 deletions(-)
 create mode 100644 
superset-frontend/packages/superset-ui-core/src/components/Tabs/Tabs.test.tsx
 rename superset-frontend/src/components/Datasource/{ => 
ChangeDatasourceModal}/ChangeDatasourceModal.test.jsx (98%)
 rename superset-frontend/src/components/Datasource/{ChangeDatasourceModal.tsx 
=> ChangeDatasourceModal/index.tsx} (99%)
 rename superset-frontend/src/components/Datasource/{ => 
DatasourceModal}/DatasourceModal.test.jsx (99%)
 rename superset-frontend/src/components/Datasource/{DatasourceModal.tsx => 
DatasourceModal/index.tsx} (98%)
 rename superset-frontend/src/components/Datasource/{ => 
components/CollectionTable}/CollectionTable.test.tsx (96%)
 rename superset-frontend/src/components/Datasource/{CollectionTable.tsx => 
components/CollectionTable/index.tsx} (99%)
 rename superset-frontend/src/components/Datasource/{ => 
components/DatasourceEditor}/DatasourceEditor.jsx (94%)
 create mode 100644 
superset-frontend/src/components/Datasource/components/DatasourceEditor/components/DashboardLinksExternal/DashboardLinksExternal.test.tsx
 create mode 100644 
superset-frontend/src/components/Datasource/components/DatasourceEditor/components/DashboardLinksExternal/index.tsx
 create mode 100644 
superset-frontend/src/components/Datasource/components/DatasourceEditor/components/DatasetUsageTab/DatasetUsageTab.test.tsx
 create mode 100644 
superset-frontend/src/components/Datasource/components/DatasourceEditor/components/DatasetUsageTab/index.tsx
 copy superset-frontend/{packages/superset-core/src => 
src/components/Datasource/components/DatasourceEditor/components}/index.ts (85%)
 copy superset-frontend/{packages/superset-core/src => 
src/components/Datasource/components/DatasourceEditor}/index.ts (94%)
 rename superset-frontend/src/components/Datasource/{ => 
components/DatasourceEditor/tests}/DatasourceEditor.test.jsx (99%)
 rename superset-frontend/src/components/Datasource/{ => 
components/DatasourceEditor/tests}/DatasourceEditorCurrency.test.jsx (99%)
 rename superset-frontend/src/components/Datasource/{ => 
components/DatasourceEditor/tests}/DatasourceEditorRTL.test.jsx (100%)
 rename superset-frontend/src/components/Datasource/{ => 
components/Field}/Field.test.tsx (98%)
 rename superset-frontend/src/components/Datasource/{Field.tsx => 
components/Field/index.tsx} (100%)
 rename superset-frontend/src/components/Datasource/{Fieldset.tsx => 
components/Fieldset/index.tsx} (96%)
 copy 
superset-frontend/{plugins/plugin-chart-echarts/src/utils/convertInteger.ts => 
src/components/Datasource/components/index.ts} (78%)
 rename superset-frontend/src/components/Datasource/{index.tsx => index.ts} 
(100%)
 rename superset-frontend/src/components/Datasource/{utils.js => 
utils/index.js} (100%)
 rename superset-frontend/src/components/Datasource/{ => utils}/utils.test.tsx 
(99%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Chart}/Chart.jsx (96%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Chart}/Chart.test.jsx (99%)
 copy 
superset-frontend/{packages/superset-ui-core/src/components/Spin/index.tsx => 
src/dashboard/components/gridComponents/Chart/index.js} (94%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
ChartHolder}/ChartHolder.test.tsx (98%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
ChartHolder}/ChartHolder.tsx (100%)
 copy superset-frontend/{packages/superset-core/src => 
src/dashboard/components/gridComponents/ChartHolder}/index.ts (95%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Column}/Column.jsx (100%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Column}/Column.test.jsx (99%)
 copy 
superset-frontend/{packages/superset-ui-core/src/components/Spin/index.tsx => 
src/dashboard/components/gridComponents/Column/index.js} (93%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Divider}/Divider.jsx (93%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Divider}/Divider.test.jsx (97%)
 copy 
superset-frontend/{packages/superset-ui-core/src/components/Spin/index.tsx => 
src/dashboard/components/gridComponents/Divider/index.js} (93%)
 create mode 100644 
superset-frontend/src/dashboard/components/gridComponents/DynamicComponent/DynamicComponent.test.tsx
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
DynamicComponent}/DynamicComponent.tsx (84%)
 copy superset-frontend/{packages/superset-core/src => 
src/dashboard/components/gridComponents/DynamicComponent}/index.ts (94%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Header}/Header.jsx (100%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Header}/Header.test.jsx (98%)
 copy 
superset-frontend/{packages/superset-ui-core/src/components/Spin/index.tsx => 
src/dashboard/components/gridComponents/Header/index.js} (93%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Markdown}/Markdown.jsx (100%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Markdown}/Markdown.test.jsx (99%)
 copy 
superset-frontend/{packages/superset-ui-core/src/components/Spin/index.tsx => 
src/dashboard/components/gridComponents/Markdown/index.js} (93%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Row}/Row.jsx (99%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Row}/Row.test.jsx (99%)
 copy 
superset-frontend/{packages/superset-ui-core/src/components/Spin/index.tsx => 
src/dashboard/components/gridComponents/Row/index.js} (94%)
 delete mode 100644 
superset-frontend/src/dashboard/components/gridComponents/Tab.test.jsx
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Tab}/Tab.jsx (100%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Tab}/Tab.test.tsx (99%)
 copy superset-frontend/{plugins/plugin-chart-pivot-table/src/react-pivottable 
=> src/dashboard/components/gridComponents/Tab}/index.js (88%)
 delete mode 100644 
superset-frontend/src/dashboard/components/gridComponents/Tabs.test.jsx
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Tabs}/Tabs.jsx (84%)
 rename superset-frontend/src/dashboard/components/gridComponents/{ => 
Tabs}/Tabs.test.tsx (87%)
 copy 
superset-frontend/{packages/superset-ui-core/src/components/Spin/index.tsx => 
src/dashboard/components/gridComponents/Tabs/index.js} (94%)
 create mode 100644 
superset-frontend/src/dashboard/components/gridComponents/TabsRenderer/TabsRenderer.test.tsx
 create mode 100644 
superset-frontend/src/dashboard/components/gridComponents/TabsRenderer/TabsRenderer.tsx
 copy superset-frontend/{packages/superset-core/src => 
src/dashboard/components/gridComponents/TabsRenderer}/index.ts (86%)
 delete mode 100644 
superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/UsageTab.test.tsx
 delete mode 100644 
superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx
 create mode 100644 superset/utils/pandas.py
 create mode 100644 tests/unit_tests/utils/test_date_parsing.py
 create mode 100644 tests/unit_tests/utils/webdriver_test.py

Reply via email to