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


 discard 6a8588a3e4 chore(deps-dev): bump npm from 11.5.2 to 11.8.0 in 
/superset-frontend
     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 8d482c5255 chore(deps-dev): bump npm from 11.5.2 to 11.8.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   (6a8588a3e4)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/npm-11.8.0 (8d482c5255)

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                |   1 +
 .../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 +++++++++++++++++++++
 8 files changed, 1732 insertions(+), 22 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