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


 discard 070b99c012 build(deps-dev): bump eslint from 7.32.0 to 8.40.0 in 
/superset-frontend
     add 7fb8b38cdf feat: Allows dynamic type on viz migrations (#23975)
     add 7757b61c22 chore: Deprecate DND feature flags (#23981)
     add 2a2f8a8e0a chore: mark explore_json as deprecated in 3.0 (#23976)
     add e3719a1b07 feat: bump to Python3.9 (#23890)
     add 0788b5fdcc chore: fix deprecation warnings for SQLALchemy URL (#23770)
     add c8beaabab8 test: cover empty AdvancedDataTypes internet_address and 
internet_port (#23756)
     add 4497601ebc feat(chart-controls): Show detailed data type tooltip when 
hovering type icon (#23970)
     add c9a0694116 build(deps-dev): bump @types/node from 20.1.1 to 20.1.2 in 
/superset-websocket (#24017)
     add c963416c09 chore: remove deprecated distutils (#24001)
     add 4efdf53330 build(deps-dev): bump eslint from 7.32.0 to 8.40.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   (070b99c012)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/eslint-8.40.0 (4efdf53330)

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:
 .asf.yaml                                          | 12 ++---
 .github/workflows/docker_build_push.sh             | 13 +++---
 .github/workflows/superset-applitool-cypress.yml   |  2 +-
 .github/workflows/superset-cli.yml                 |  2 +-
 .github/workflows/superset-e2e.yml                 |  2 +-
 .github/workflows/superset-helm-lint.yml           |  2 +-
 .../workflows/superset-python-integrationtest.yml  |  6 +--
 .github/workflows/superset-python-misc.yml         |  6 +--
 .github/workflows/superset-python-presto-hive.yml  |  4 +-
 .github/workflows/superset-python-unittest.yml     |  2 +-
 .github/workflows/superset-translations.yml        |  2 +-
 .pylintrc                                          |  2 +-
 Dockerfile                                         |  2 +-
 Makefile                                           |  6 +--
 RESOURCES/FEATURE_FLAGS.md                         |  3 +-
 UPDATING.md                                        |  1 +
 docs/docs/contributing/local-backend.mdx           |  2 +-
 requirements/base.txt                              |  3 +-
 scripts/benchmark_migration.py                     |  6 +--
 setup.cfg                                          |  2 +-
 setup.py                                           |  5 +-
 .../src/components/ColumnOption.tsx                | 23 +++++++++-
 .../src/components/labelUtils.tsx                  | 13 ++++++
 .../src/shared-controls/dndControls.tsx            |  3 +-
 .../test/components/labelUtils.test.tsx            | 30 ++++++++++++
 .../superset-ui-core/src/utils/featureFlags.ts     |  1 -
 .../DndColumnSelect.test.tsx                       |  4 +-
 .../DndColumnSelectControl/DndColumnSelect.tsx     | 50 +++++---------------
 .../DndFilterSelect.test.tsx                       |  8 ++--
 .../DndColumnSelectControl/DndFilterSelect.tsx     | 14 +-----
 .../DndMetricSelect.test.tsx                       | 12 +++--
 .../DndColumnSelectControl/DndMetricSelect.tsx     | 24 +++-------
 .../DndColumnSelectControl/DndSelectLabel.test.tsx | 21 ++++++---
 .../DndColumnSelectControl/DndSelectLabel.tsx      |  6 +--
 .../controls/DndColumnSelectControl/types.ts       |  1 -
 superset-websocket/package-lock.json               | 14 +++---
 superset-websocket/package.json                    |  2 +-
 superset/config.py                                 |  3 +-
 superset/db_engine_specs/base.py                   |  2 +-
 superset/db_engine_specs/clickhouse.py             |  2 +-
 superset/db_engine_specs/databricks.py             |  2 +-
 superset/db_engine_specs/elasticsearch.py          |  6 +--
 superset/db_engine_specs/presto.py                 |  7 ++-
 superset/db_engine_specs/snowflake.py              |  2 +-
 superset/migrations/shared/migrate_viz/base.py     | 13 +++++-
 superset/utils/core.py                             |  9 ++--
 superset/utils/pandas_postprocessing/flatten.py    | 13 ++++--
 superset/views/core.py                             |  2 +
 tests/unit_tests/advanced_data_type/types_tests.py | 47 +++++++++++++++++++
 tests/unit_tests/db_engine_specs/test_drill.py     |  8 ++--
 tests/unit_tests/utils/test_core.py                | 53 +++++++++++++++++++++-
 51 files changed, 304 insertions(+), 176 deletions(-)

Reply via email to