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


 discard e9e646c656 build(deps-dev): bump eslint from 7.32.0 to 8.33.0 in 
/superset-frontend
     add 32fac77b5f feat(datasets): Populate Usage tab in Edit Dataset view 
(#22670)
     add 4f590befae build(deps-dev): bump @typescript-eslint/parser from 5.48.1 
to 5.51.0 in /superset-websocket (#23013)
     add 438cd1c150 build(deps-dev): bump typescript from 4.9.4 to 4.9.5 in 
/superset-websocket (#22933)
     add 116fd9749d build(deps-dev): bump eslint from 7.32.0 to 8.33.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   (e9e646c656)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/eslint-8.33.0 (116fd9749d)

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:
 .../types.ts => spec/fixtures/mockCharts.ts}       |  52 +--
 .../src/components/TruncatedList/index.tsx         | 160 ++++++++
 superset-frontend/src/pages/ChartList/index.tsx    |   7 +-
 superset-frontend/src/types/Chart.ts               |  14 +
 .../EditDataset/UsageTab/UsageTab.test.tsx         | 405 +++++++++++++++++++++
 .../AddDataset/EditDataset/UsageTab/index.tsx      | 261 +++++++++++++
 .../data/dataset/AddDataset/EditDataset/index.tsx  |   6 +-
 superset-websocket/package-lock.json               | 108 +++---
 superset-websocket/package.json                    |   4 +-
 9 files changed, 933 insertions(+), 84 deletions(-)
 copy superset-frontend/{src/components/Chart/DrillDetail/types.ts => 
spec/fixtures/mockCharts.ts} (52%)
 create mode 100644 superset-frontend/src/components/TruncatedList/index.tsx
 create mode 100644 
superset-frontend/src/views/CRUD/data/dataset/AddDataset/EditDataset/UsageTab/UsageTab.test.tsx
 create mode 100644 
superset-frontend/src/views/CRUD/data/dataset/AddDataset/EditDataset/UsageTab/index.tsx

Reply via email to