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/d3-scale-4.0.0
in repository https://gitbox.apache.org/repos/asf/superset.git.
discard 6a57864 build(deps): bump d3-scale from 2.1.2 to 4.0.0 in
/superset-frontend
add 71924eb fix(explore): wrong error message in conditional formatting
(#15732)
add e9383e6 chore(explore): Bump plugin-chart-pivot-table (#15742)
add 4234031 feat(explore): UX improvements for drag'n'dropping time
column (#15740)
add 069d5cb chore: bump superet-ui 0.17.69 (#15767)
add dd19b11 build(deps): bump d3-scale from 2.1.2 to 4.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 (6a57864)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/d3-scale-4.0.0 (dd19b11)
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:
superset-frontend/package-lock.json | 537 +++++++++++----------
superset-frontend/package.json | 54 +--
.../explore/components/DatasourcePanel/index.tsx | 22 +-
.../FormattingPopoverContent.tsx | 4 +-
.../DndColumnSelectControl/DndColumnSelect.tsx | 23 +-
.../DndColumnSelectControl/DndMetricSelect.tsx | 4 +-
.../controls/DndColumnSelectControl/Option.tsx | 36 +-
.../DndColumnSelectControl/OptionWrapper.tsx | 2 +
.../controls/DndColumnSelectControl/types.ts | 3 +
9 files changed, 376 insertions(+), 309 deletions(-)