You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/14 04:42:43 UTC

(superset) branch upgrade-to-storybook-7 updated (0f85049981 -> b9972c1b71)

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

rusackas pushed a change to branch upgrade-to-storybook-7
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 0f85049981 bumping/fixing eslint-plugin-prettier, eslint-config-prettier
     add 66c4f940c5 Looks like the precommit prettier is right, and npm prettier is wrong ?!
     add b9972c1b71 adding missing licenses

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 1724 +-------------------
 superset-frontend/package.json                     |    3 +-
 .../src/operators/contributionOperator.ts          |   25 +-
 .../src/operators/timeCompareOperator.ts           |   41 +-
 .../src/operators/timeComparePivotOperator.ts      |   51 +-
 .../superset-ui-core/src/query/types/Operator.ts   |    6 +-
 .../Chart/DrillBy/useDisplayModeToggle.tsx         |    4 +-
 .../src/components/DesignSystem.stories.tsx        |   18 +
 .../DropdownContainer/Overview.stories.tsx         |   19 +
 .../MetadataBar/MetadataBarOverview.stories.tsx    |   28 +-
 .../src/components/Select/AsyncSelect.test.tsx     |    4 +-
 .../src/components/Table/TableOverview.stories.tsx |   18 +
 .../ActionCell/ActionCell.overview.tsx             |   19 +
 .../src/components/TableSelector/index.tsx         |    5 +-
 .../src/components/TimezoneSelector/index.tsx      |    4 +-
 .../src/components/UiConfigContext/index.tsx       |   31 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |   79 +-
 superset-frontend/src/dashboard/reducers/types.ts  |    2 +-
 superset-frontend/src/dashboard/types.ts           |    2 +-
 .../controls/ColumnConfigControl/types.ts          |    2 +-
 .../MetricControl/AdhocMetricEditPopoverTitle.tsx  |  135 +-
 .../alerts/components/AlertReportCronScheduler.tsx |  135 +-
 .../features/queries/SavedQueryPreviewModal.tsx    |  133 +-
 superset-frontend/src/utils/urlUtils.ts            |    2 +-
 24 files changed, 426 insertions(+), 2064 deletions(-)