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-10.0.0
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 925a8457303 chore(deps-dev): bump eslint from 8.57.1 to 10.0.0 in
/superset-frontend
add 11a36ff4887 chore(deps-dev): bump the storybook group across 1
directory with 11 updates (#38068)
add 9ec56f5f02b fix: Include app_root in next param (#37942)
add 33441ccf3db feat: add formatting column and formatting object to
conditional formating table (#35897)
add f54bbdc06b3 chore(deps): bump dawidd6/action-download-artifact from 14
to 15 (#38060)
add de079a7b199 feat(deps)!: bump postgresql from 16 to 17 (#37782)
add 6b80135aa28 chore(lint): enforce more strict eslint/oxlint rules
(batch 2) (#37884)
add c175346808a fix(table-charts): Prevent time grain from altering Raw
Records in Tables + Interactive Tables (#37561)
add 0b77ace1109 chore: fix lint issue with `no-unsafe-optional-chaining`
rule (#38103)
add f5a5a804e23 perf(dashboard): skip thumbnail_url computing on single
dashboard endpoint (#38015)
add b7a3224f040 feat: Larger folder drag area in folders editor (#38102)
add e12140beb65 fix: Warning toast copy in folders editor (#38099)
add 86c8fa5cd7b fix: Badge count in folders editor (#38100)
add f049d3e34aa fix: Search in folders editor with verbose names (#38101)
add 1f76944c2b1 fix: Add editors to ContributionConfig and additional
properties to EditorKeyword (#38098)
add 5cc8ae5427d chore(deps): bump ol from 7.5.2 to 10.8.0 in
/superset-frontend (#37961)
add 6a61baf5be8 fix(alerts): show friendly filter names in report edit
modal (#38054)
add 3868821dc81 fix(webpack): skip building service worker in dev (#38106)
add 5278deaf635 fix(metrics): normalize legacy currency strings (#37455)
add f4acce5727f fix(table): preserve time grain aggregation when temporal
column casing changes (#37893)
add 88f0e322e32 chore(deps): bump baseline-browser-mapping from 2.9.19 to
2.10.0 in /docs (#38113)
add 58d8aa01f82 chore(deps): bump react-intersection-observer from 10.0.2
to 10.0.3 in /superset-frontend (#38114)
add 69653dfd08b chore(deps-dev): bump baseline-browser-mapping from 2.9.19
to 2.10.0 in /superset-frontend (#38116)
add 1ecff6fe5c1 fix(thumbnails): stabilize digest by sorting datasources
and charts (#38079)
add 9f8b212ccc7 feat(mcp): add LIKE, ILIKE, IN, NOT IN filter operators to
MCP chart tools (#38071)
add 79372465757 fix(button): use colorLink token for link-style buttons
(#38121)
add e30a9caba51 fix(dataset-modal): fix folders tab scrollbar by
establishing proper flex chain (#38123)
add 6fdaa8e9b36 fix(crud): reorder table actions + improve react
memoization + improve hooks (#37897)
add 1a77e171799 fix(chart-customizations): support migration of dynamic
group by (#37176)
add 6f34ba7d4a9 fix(table-chart): support orderby adhoc columns with
server-side pagination (#37521)
add 2d44f52ad16 fix(encryption): resolve SECRET_KEY lazily to fix silent
re-encrypt-secrets failures (#37982)
add 44d6b6a5139 fix(table): preserve line breaks in cell content modal
(#37036)
add cff854b06e3 chore(deps-dev): bump oxlint from 1.48.0 to 1.49.0 in
/superset-frontend (#38115)
add b290f712452 fix(explore): prevent theme object from being passed to
ReactAce in TextAreaControl (#38117)
add b565128fe76 fix(charts): improve error display for failed charts in
dashboards (#37939)
add 577b965a601 chore(deps-dev): bump ajv from 6.12.6 to 6.14.0 in
/superset-frontend (#38132)
new 920f5995856 chore(deps-dev): bump eslint from 8.57.1 to 10.0.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 (925a8457303)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/eslint-10.0.0 (920f5995856)
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:
.github/workflows/superset-app-cli.yml | 2 +-
.github/workflows/superset-docs-deploy.yml | 4 +-
.github/workflows/superset-docs-verify.yml | 2 +-
.github/workflows/superset-e2e.yml | 4 +-
.github/workflows/superset-playwright.yml | 2 +-
.../workflows/superset-python-integrationtest.yml | 2 +-
.github/workflows/superset-python-presto-hive.yml | 4 +-
docker-compose-image-tag.yml | 2 +-
docker-compose-light.yml | 2 +-
docker-compose-non-dev.yml | 2 +-
docker-compose.yml | 2 +-
docs/docs/configuration/configuring-superset.mdx | 8 +-
docs/package.json | 2 +-
docs/yarn.lock | 8 +-
helm/superset/Chart.lock | 6 +-
helm/superset/Chart.yaml | 4 +-
helm/superset/README.md | 4 +-
.../src/superset_core/extensions/types.py | 4 +
superset-frontend/.eslintrc.js | 18 +-
superset-frontend/.eslintrc.minimal.js | 5 +-
superset-frontend/.storybook/main.js | 2 +-
superset-frontend/jest.config.js | 2 +-
superset-frontend/oxlint.json | 4 +-
superset-frontend/package-lock.json | 1619 ++++++++++----------
superset-frontend/package.json | 30 +-
.../packages/superset-core/src/api/editors.ts | 4 +
.../packages/superset-core/src/ui/theme/types.ts | 1 +
.../superset-core/src/ui/theme/utils/themeUtils.ts | 18 +-
.../superset-ui-chart-controls/src/types.ts | 11 +
.../src/utils/getColorFormatters.ts | 2 +
.../src/components/Button/Button.stories.tsx | 2 +-
.../src/components/Button/index.tsx | 42 +-
.../src/components/Layout/Layout.test.tsx | 8 +-
.../src/components/Modal/Modal.tsx | 2 +-
.../src/connection/callApi/callApi.ts | 10 +-
.../superset-ui-core/src/query/types/Dashboard.ts | 29 +
.../test/connection/callApi/callApi.test.ts | 15 +
.../plugins/legacy-plugin-chart-rose/src/Rose.ts | 2 +-
.../src/AgGridTable/components/CustomPopover.tsx | 20 +-
.../src/AgGridTableChart.tsx | 18 +-
.../plugin-chart-ag-grid-table/src/buildQuery.ts | 2 +-
.../src/transformProps.ts | 3 +-
.../src/utils/agGridFilterConverter.ts | 82 +-
.../test/AgGridTableChart.test.tsx | 359 +++++
.../plugins/plugin-chart-cartodiagram/package.json | 2 +-
.../test/BigNumber/transformProps.test.ts | 16 +-
.../test/MixedTimeseries/transformProps.test.ts | 2 +-
.../test/Timeseries/transformProps.test.ts | 30 +-
.../plugins/plugin-chart-table/src/TableChart.tsx | 74 +-
.../plugins/plugin-chart-table/src/buildQuery.ts | 2 +-
.../plugin-chart-table/src/controlPanel.tsx | 37 +-
.../plugin-chart-table/src/transformProps.ts | 48 +-
.../plugin-chart-table/test/TableChart.test.tsx | 65 +-
.../test/controlPanel.test.ts | 0
.../components/EditorWrapper/useKeywords.test.ts | 4 +-
.../SqlLab/components/EditorWrapper/useKeywords.ts | 2 +-
.../src/components/Chart/Chart.test.tsx | 88 ++
superset-frontend/src/components/Chart/Chart.tsx | 16 +-
.../Datasource/DatasourceModal/index.tsx | 17 +-
.../Datasource/FoldersEditor/TreeItem.styles.ts | 15 +-
.../Datasource/FoldersEditor/TreeItem.tsx | 5 +-
.../Datasource/FoldersEditor/constants.ts | 3 +
.../FoldersEditor/folderOperations.test.ts | 37 +
.../Datasource/FoldersEditor/folderOperations.ts | 8 +-
.../FoldersEditor/hooks/useDragHandlers.ts | 4 +-
.../components/Datasource/FoldersEditor/styles.tsx | 2 +-
.../Datasource/FoldersEditor/treeUtils.test.ts | 59 +
.../Datasource/FoldersEditor/treeUtils.ts | 19 +
.../DatasourceEditor/DatasourceEditor.tsx | 56 +-
.../src/components/JsonModal/index.tsx | 30 +-
.../src/core/editors/AceEditorProvider.tsx | 2 +
superset-frontend/src/dashboard/actions/hydrate.ts | 8 +-
.../FilterBar/FilterControls/FilterControls.tsx | 6 +-
.../components/nativeFilters/FilterBar/state.ts | 12 +-
.../nativeFilters/FiltersConfigModal/utils.ts | 7 +-
.../dashboard/components/nativeFilters/state.ts | 53 +-
.../util/migrateChartCustomization.test.ts | 490 ++++++
.../dashboard/util/migrateChartCustomization.ts | 155 ++
superset-frontend/src/dataMask/reducer.ts | 14 +-
.../ConditionalFormattingControl.tsx | 5 +-
.../FormattingPopover.tsx | 4 +-
.../FormattingPopoverContent.test.tsx | 137 +-
.../FormattingPopoverContent.tsx | 264 ++--
.../ConditionalFormattingControl/constants.ts | 72 +
.../controls/ConditionalFormattingControl/types.ts | 25 +-
.../CurrencyControl/CurrencyControl.test.tsx | 29 +-
.../controls/CurrencyControl/CurrencyControl.tsx | 39 +-
.../ColumnSelectPopover.test.tsx | 4 +-
.../ColumnSelectPopoverTrigger.tsx | 20 +-
.../controls/MetricControl/AdhocMetric.ts | 54 +-
.../components/controls/TextAreaControl.tsx | 59 +-
.../controlUtils/getColumnKeywords.test.tsx | 2 +-
.../src/explore/controlUtils/getColumnKeywords.tsx | 2 +-
.../src/features/alerts/AlertReportModal.test.tsx | 284 +++-
.../src/features/alerts/AlertReportModal.tsx | 35 +-
.../src/features/databases/DatabaseModal/index.tsx | 12 +-
.../src/hooks/apiResources/dashboards.test.ts | 23 +-
.../src/hooks/apiResources/dashboards.ts | 35 +-
.../pages/ChartList/ChartList.listview.test.tsx | 4 -
superset-frontend/src/pages/ChartList/index.tsx | 216 +--
.../src/pages/DashboardList/index.tsx | 135 +-
superset-frontend/src/pages/DatabaseList/index.tsx | 227 +--
superset-frontend/src/pages/DatasetList/index.tsx | 141 +-
.../src/pages/RowLevelSecurityList/index.tsx | 80 +-
.../src/pages/SavedQueryList/index.tsx | 14 +-
superset-frontend/src/pages/ThemeList/index.tsx | 18 +-
superset-frontend/src/pages/UserInfo/index.tsx | 8 +-
superset-frontend/src/views/CRUD/hooks.test.tsx | 889 ++++++++---
superset-frontend/src/views/CRUD/hooks.ts | 137 +-
superset-frontend/webpack.config.js | 16 +-
superset/config.py | 1 +
superset/connectors/sqla/models.py | 3 +-
superset/dashboards/api.py | 28 +-
superset/datasets/schemas.py | 22 +-
superset/db_engine_specs/gsheets.py | 7 +-
superset/mcp_service/chart/chart_utils.py | 5 +
superset/mcp_service/chart/schemas.py | 49 +-
superset/models/helpers.py | 15 +
superset/models/sql_types/__init__.py | 7 +
superset/models/sql_types/base.py | 106 ++
superset/thumbnails/digest.py | 4 +-
superset/utils/encrypt.py | 2 +-
superset/views/utils.py | 4 +-
tests/integration_tests/dashboards/api_tests.py | 81 +
tests/integration_tests/datasets/api_tests.py | 2 +-
.../test_subdirectory_deployments.py | 56 +
tests/integration_tests/utils/encrypt_tests.py | 76 +-
tests/unit_tests/dashboards/api_test.py | 99 ++
tests/unit_tests/datasets/schema_tests.py | 56 +
tests/unit_tests/db_engine_specs/test_gsheets.py | 20 +
.../mcp_service/chart/test_chart_utils.py | 167 ++
tests/unit_tests/models/helpers_test.py | 40 +
.../unit_tests/models/sql_types}/__init__.py | 0
.../models/sql_types/currency_type_test.py | 129 ++
tests/unit_tests/thumbnails/test_digest.py | 59 +
135 files changed, 5708 insertions(+), 2082 deletions(-)
create mode 100644
superset-frontend/plugins/plugin-chart-ag-grid-table/test/AgGridTableChart.test.tsx
copy superset-frontend/plugins/{plugin-chart-ag-grid-table =>
plugin-chart-table}/test/controlPanel.test.ts (100%)
create mode 100644 superset-frontend/src/components/Chart/Chart.test.tsx
create mode 100644
superset-frontend/src/dashboard/util/migrateChartCustomization.test.ts
create mode 100644
superset-frontend/src/dashboard/util/migrateChartCustomization.ts
create mode 100644
superset-frontend/src/explore/components/controls/ConditionalFormattingControl/constants.ts
create mode 100644 superset/models/sql_types/base.py
create mode 100644 tests/unit_tests/dashboards/api_test.py
copy {superset-core/src/superset_core/api =>
tests/unit_tests/models/sql_types}/__init__.py (100%)
create mode 100644 tests/unit_tests/models/sql_types/currency_type_test.py