You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2023/08/03 16:55:26 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.2.1 updated (9d0740ccb4 -> 2b0240236b)

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

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


 discard 9d0740ccb4 build(deps-dev): bump @typescript-eslint/eslint-plugin
     add 434db0d686 fix: Ignores ResizeObserver errors in development mode (#24868)
     add 1a9c559a8f fix(sqllab): Add docText for long keyword (#24847)
     add f7e76d02b7 feat: Add currencies controls in control panels (#24718)
     add bf1b1a4c46 fix: Explore misleading save action (#24862)
     add b71541fb7f fix: validation errors appearing after ssh tunnel switch (#24849)
     add cfadbeb353 chore: Bump cryptography (#24657)
     add f05638ba84 fix(annotation): Address regression from #24694 (#24874)
     add 371bffbfea fix(explore): invalid "No Filter" applied (#24876)
     add aee2695413 fix: Ignores hot update files when generating the manifest (#24871)
     add 6ff7fae0b0 fix(dataset): resizable dataset layout left column (#24829)
     add 031e660506 feat(chart): Added Central Asia countries to countries map (#24870)
     add 7edcbc974c docs(native-filters): Remove outdated statement (#24873)
     add 868f55372f build(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.10.0 in /superset-websocket (#24879)
     add 554ef07eed build(deps-dev): bump @types/node from 20.4.5 to 20.4.6 in /superset-websocket (#24880)
     add 2b0240236b build(deps-dev): bump @typescript-eslint/eslint-plugin

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   (9d0740ccb4)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.2.1 (2b0240236b)

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:
 UPDATING.md                                        |   3 +-
 .../docs/miscellaneous/native-filter-migration.mdx |   9 -
 requirements/base.txt                              |   2 +-
 setup.py                                           |   2 +-
 .../src/components/ControlForm/controls.tsx        |  92 ---------
 .../ColumnConfigControl/ColumnConfigPopover.tsx    |  73 --------
 .../src/shared-controls/components/index.tsx       |   3 -
 .../src/shared-controls/sharedControls.tsx         |   7 +
 .../superset-ui-chart-controls/src/types.ts        |  64 ++++++-
 .../src/currency-format/CurrencyFormatter.ts       |   2 +-
 .../superset-ui-core/src/currency-format/utils.ts  |  42 +++--
 .../src/query/types/AnnotationLayer.ts             |   3 +-
 .../test/currency-format/utils.test.ts             |  70 ++++++-
 .../test/query/types/AnnotationLayer.test.ts       |   1 -
 .../scripts/Country Map GeoJSON Generator.ipynb    |   5 +
 .../src/countries.ts                               |  10 +
 .../src/countries/kazakhstan.geojson               |  22 +++
 .../src/countries/kyrgyzstan.geojson               |  14 ++
 .../src/countries/tajikistan.geojson               |  11 ++
 .../src/countries/turkmenistan.geojson             |  11 ++
 .../src/countries/uzbekistan.geojson               |  20 ++
 .../src/controlPanel.tsx                           |   1 +
 .../src/transformProps.js                          |   2 +
 .../src/controlPanel.ts                            |   5 +
 .../src/transformProps.js                          |   5 +-
 .../src/BigNumber/BigNumberTotal/controlPanel.ts   |   1 +
 .../src/BigNumber/BigNumberTotal/transformProps.ts |   2 +
 .../BigNumberWithTrendline/controlPanel.tsx        |   1 +
 .../BigNumberWithTrendline/transformProps.ts       |   2 +
 .../src/Funnel/controlPanel.tsx                    |   1 +
 .../src/Funnel/transformProps.ts                   |   2 +
 .../src/Gauge/controlPanel.tsx                     |   1 +
 .../src/Gauge/transformProps.ts                    |   2 +
 .../src/MixedTimeseries/controlPanel.tsx           |  10 +
 .../src/MixedTimeseries/transformProps.ts          |  29 ++-
 .../plugin-chart-echarts/src/Pie/controlPanel.tsx  |   1 +
 .../plugin-chart-echarts/src/Pie/transformProps.ts |   2 +
 .../src/Sunburst/controlPanel.tsx                  |   1 +
 .../src/Sunburst/transformProps.ts                 |   3 +
 .../src/Timeseries/Area/controlPanel.tsx           |   1 +
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |   1 +
 .../src/Timeseries/Regular/Line/controlPanel.tsx   |   1 +
 .../Timeseries/Regular/Scatter/controlPanel.tsx    |   1 +
 .../Timeseries/Regular/SmoothLine/controlPanel.tsx |   1 +
 .../src/Timeseries/Step/controlPanel.tsx           |   1 +
 .../src/Timeseries/transformProps.ts               |   9 +-
 .../src/Treemap/controlPanel.tsx                   |   1 +
 .../src/Treemap/transformProps.ts                  |   2 +
 .../src/utils/getYAxisFormatter.ts                 |   5 +-
 .../test/utils/annotation.test.ts                  |   1 -
 .../plugins/plugin-chart-handlebars/src/types.ts   |   2 -
 .../src/PivotTableChart.tsx                        |  15 +-
 .../src/plugin/controlPanel.tsx                    |   1 +
 .../src/plugin/transformProps.ts                   |   2 +
 .../plugins/plugin-chart-pivot-table/src/types.ts  |   1 +
 .../test/plugin/buildQuery.test.ts                 |   1 +
 .../test/plugin/transformProps.test.ts             |   2 +
 .../plugin-chart-table/src/controlPanel.tsx        |   2 +
 .../plugin-chart-table/src/transformProps.ts       |  10 +-
 .../plugins/plugin-chart-table/src/types.ts        |  20 +-
 superset-frontend/src/GlobalStyles.tsx             |  24 +++
 .../AceEditorWrapper/useKeywords.test.ts           |  46 +++++
 .../components/AceEditorWrapper/useKeywords.ts     |   9 +
 .../src/components/AsyncAceEditor/index.tsx        |   2 +
 .../src/components/Datasource/DatasourceEditor.jsx |  54 ++----
 .../Datasource/DatasourceEditor.test.jsx           |   8 +-
 .../src/explore/actions/saveModalActions.js        |   9 +-
 .../src/explore/components/ControlHeader.tsx       |   2 +-
 .../src/explore/components/SaveModal.test.jsx      |  55 +++---
 .../src/explore/components/SaveModal.tsx           | 205 +++++++++++----------
 .../ColumnConfigControl/ColumnConfigControl.tsx    |  14 +-
 .../ColumnConfigControl/ColumnConfigItem.tsx       |   8 +-
 .../ColumnConfigControl/ColumnConfigPopover.tsx    |  95 ++++++++++
 .../ControlForm/ControlFormItem.tsx                |  28 +--
 .../ColumnConfigControl/ControlForm/controls.ts}   |  27 +--
 .../ColumnConfigControl}/ControlForm/index.tsx     |   2 +-
 .../controls}/ColumnConfigControl/constants.tsx    |  68 ++++---
 .../controls}/ColumnConfigControl/index.tsx        |   0
 .../controls}/ColumnConfigControl/types.ts         |  24 ++-
 .../controls/CurrencyControl/CurrencyControl.tsx   | 129 +++++++++++++
 .../components/controls/CurrencyControl/index.ts   |   3 +
 .../src/explore/components/controls/index.js       |   4 +
 .../src/explore/reducers/saveModalReducer.js       |   3 -
 .../DatabaseConnectionForm/CommonParameters.tsx    |   3 +
 .../DatabaseModal/DatabaseConnectionForm/index.tsx |   4 +
 .../src/features/databases/DatabaseModal/index.tsx |   2 +-
 .../datasets/AddDataset/LeftPanel/index.tsx        |   1 -
 .../src/features/datasets/DatasetLayout/index.tsx  |  20 +-
 superset-frontend/src/features/datasets/styles.ts  |  21 +--
 superset-frontend/src/views/types.ts               |   1 +
 superset-frontend/webpack.config.js                |   9 +-
 superset-websocket/package-lock.json               |  28 +--
 superset-websocket/package.json                    |   4 +-
 93 files changed, 1031 insertions(+), 498 deletions(-)
 delete mode 100644 superset-frontend/packages/superset-ui-chart-controls/src/components/ControlForm/controls.tsx
 delete mode 100644 superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigPopover.tsx
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/kazakhstan.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/kyrgyzstan.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/tajikistan.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/turkmenistan.geojson
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/uzbekistan.geojson
 rename superset-frontend/{packages/superset-ui-chart-controls/src/shared-controls/components => src/explore/components/controls}/ColumnConfigControl/ColumnConfigControl.tsx (94%)
 rename superset-frontend/{packages/superset-ui-chart-controls/src/shared-controls/components => src/explore/components/controls}/ColumnConfigControl/ColumnConfigItem.tsx (91%)
 create mode 100644 superset-frontend/src/explore/components/controls/ColumnConfigControl/ColumnConfigPopover.tsx
 rename superset-frontend/{packages/superset-ui-chart-controls/src/components => src/explore/components/controls/ColumnConfigControl}/ControlForm/ControlFormItem.tsx (83%)
 copy superset-frontend/{cypress-base/cypress/plugins/index.js => src/explore/components/controls/ColumnConfigControl/ControlForm/controls.ts} (52%)
 rename superset-frontend/{packages/superset-ui-chart-controls/src/components => src/explore/components/controls/ColumnConfigControl}/ControlForm/index.tsx (99%)
 rename superset-frontend/{packages/superset-ui-chart-controls/src/shared-controls/components => src/explore/components/controls}/ColumnConfigControl/constants.tsx (79%)
 rename superset-frontend/{packages/superset-ui-chart-controls/src/shared-controls/components => src/explore/components/controls}/ColumnConfigControl/index.tsx (100%)
 rename superset-frontend/{packages/superset-ui-chart-controls/src/shared-controls/components => src/explore/components/controls}/ColumnConfigControl/types.ts (68%)
 create mode 100644 superset-frontend/src/explore/components/controls/CurrencyControl/CurrencyControl.tsx
 create mode 100644 superset-frontend/src/explore/components/controls/CurrencyControl/index.ts