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


 discard 187a4c3d32 chore(deps): bump lodash from 4.17.21 to 4.17.23 in 
/superset-frontend
     add 56cf7a810b chore(deps-dev): bump html-webpack-plugin from 5.6.5 to 
5.6.6 in /superset-frontend (#37392)
     add 429d9b27f6 chore: Update outdated GitHub Actions version (#37305)
     add baaa8c5f54 feat(deckgl): add auto zoom option in deck gl multi layer 
(#37221)
     add d823dfd2b9 feat: add interactive column sorting to pivot table (#36050)
     add 587816767e chore(deps): bump lodash from 4.17.21 to 4.17.23 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   (187a4c3d32)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/lodash-4.17.23 (587816767e)

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:
 .github/actions/change-detector/label-draft-pr.yml |   2 +-
 superset-frontend/package-lock.json                |   9 +-
 superset-frontend/package.json                     |   2 +-
 .../src/Multi/Multi.test.tsx                       | 524 ++++++++++++++++++
 .../legacy-preset-chart-deckgl/src/Multi/Multi.tsx |  45 +-
 .../src/Multi/controlPanel.test.ts                 | 351 ++++++++++++
 .../src/Multi/controlPanel.ts                      |   3 +-
 .../plugins/plugin-chart-pivot-table/package.json  |   1 +
 .../src/react-pivottable/TableRenderers.jsx        | 238 ++++++++-
 .../test/react-pivottable/tableRenders.test.tsx    | 591 +++++++++++++++++++++
 10 files changed, 1738 insertions(+), 28 deletions(-)
 create mode 100644 
superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/Multi.test.tsx
 create mode 100644 
superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.test.ts
 create mode 100644 
superset-frontend/plugins/plugin-chart-pivot-table/test/react-pivottable/tableRenders.test.tsx

Reply via email to