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 2021/01/12 18:45:30 UTC

[superset] branch dependabot/npm_and_yarn/superset-frontend/react-select-3.1.1 updated (562f83e -> c55ffce)

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


 discard 562f83e  build(deps): bump react-select from 3.1.0 to 3.1.1 in /superset-frontend
     add 078a8a1  fix(native-filters): incorrect queriesData state (#12409)
     add 0f731f2  fix(api): prefix class names on events actions (#12354)
     add 1e527d5  fix: update savedatasetmodal message (#12433)
     add fe01e2d  fix(explore): fixed table header in chrome (#12432)
     add d8f4443  bump superset-ui packages for rolling window change (#12426)
     add ed53b00  feat: Resizable dataset and controls panels on Explore view (#12411)
     add c55ffce  build(deps): bump react-select from 3.1.0 to 3.1.1 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   (562f83e)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/react-select-3.1.1 (c55ffce)

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                |  64 +++++++------
 superset-frontend/package.json                     |  12 +--
 .../src/SqlLab/components/SaveDatasetModal.tsx     |   2 +-
 .../components/dataViewCommon/TableCollection.tsx  |   1 -
 .../components/nativeFilters/FilterBar.tsx         |   2 +-
 .../src/explore/components/DatasourcePanel.tsx     |  26 +++++-
 .../src/explore/components/ExploreChartPanel.jsx   | 104 +++++++++++----------
 .../explore/components/ExploreViewContainer.jsx    |  21 +++--
 superset/annotation_layers/api.py                  |  20 +++-
 superset/charts/api.py                             |  64 ++++++++++---
 superset/css_templates/api.py                      |   5 +-
 superset/dashboards/api.py                         |  40 ++++++--
 superset/databases/api.py                          |  52 +++++++++--
 superset/datasets/api.py                           |  40 ++++++--
 14 files changed, 320 insertions(+), 133 deletions(-)