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/03/14 17:38:33 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-5.55.0 updated (502dc3554c -> 116532e93a)

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


 discard 502dc3554c build(deps-dev): bump @typescript-eslint/eslint-plugin
     add b90a11191f fix(safari): remove autocomplete in table select (#23361)
     add 63513a5873 fix(chart-controls): Error if x_axis_sort and timeseries_limit_metric are included in main metrics (#23365)
     add db95a93f43 feat(native-filters): allow cascading from time and numeric filters (#23319)
     add df9a5bb6df build(deps-dev): bump @types/node from 18.14.6 to 18.15.3 in /superset-websocket (#23360)
     add 116532e93a 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   (502dc3554c)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-5.55.0 (116532e93a)

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:
 .../src/operators/utils/extractExtraMetrics.ts     |  5 +-
 .../src/shared-controls/customControls.tsx         | 12 ++--
 .../operators/utils/extractExtraMetrics.test.ts    | 32 +++++++++
 .../SqlEditorLeftBar/SqlEditorLeftBar.test.jsx     |  4 +-
 .../DatabaseSelector/DatabaseSelector.test.tsx     | 12 ++--
 .../src/components/DatabaseSelector/index.tsx      |  8 +--
 .../TableSelector/TableSelector.test.tsx           | 16 ++---
 .../src/components/TableSelector/index.tsx         |  4 +-
 .../FiltersConfigForm/ColumnSelect.tsx             |  6 +-
 .../FiltersConfigForm/DependencyList.tsx           |  9 ++-
 .../FiltersConfigForm/FiltersConfigForm.tsx        | 83 +++++++++++++---------
 .../FiltersConfigModal/FiltersConfigModal.tsx      | 17 +++--
 .../AddDataset/LeftPanel/LeftPanel.test.tsx        | 16 ++---
 superset-websocket/package-lock.json               | 14 ++--
 superset-websocket/package.json                    |  2 +-
 15 files changed, 146 insertions(+), 94 deletions(-)