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/prettier-3.5.3
in repository https://gitbox.apache.org/repos/asf/superset.git
discard b39dbf746e chore(deps-dev): bump prettier from 3.3.3 to 3.5.3 in
/superset-frontend
add fc844d3dfd fix: dashboard, chart and dataset import validation (#32500)
add b3dfd4930a fix(explore): Glitch in a tooltip with metric's name
(#32499)
add c1abe1ec44 chore(ci): show more failed pre-commit context (#32517)
add 07221d8859 chore(deps): bump markdown-to-jsx from 7.7.3 to 7.7.4 in
/superset-frontend (#32456)
add 8053833e1f chore(deps-dev): bump globals from 15.9.0 to 16.0.0 in
/superset-websocket (#32437)
add 147114fe9f chore(deps-dev): bump prettier from 3.3.3 to 3.5.3 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 (b39dbf746e)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/prettier-3.5.3 (147114fe9f)
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/workflows/pre-commit.yml | 15 +++++-
superset-frontend/package-lock.json | 8 ++--
superset-frontend/package.json | 2 +-
.../src/components/labelUtils.tsx | 15 +++---
superset-websocket/package-lock.json | 14 +++---
superset-websocket/package.json | 2 +-
superset/commands/chart/importers/v1/utils.py | 7 ++-
superset/commands/dashboard/importers/v1/utils.py | 7 ++-
superset/commands/dataset/importers/v1/utils.py | 8 ++++
.../charts/commands/importers/v1/import_test.py | 51 ++++++++++++++++++++-
.../commands/importers/v1/import_test.py | 53 +++++++++++++++++++++-
.../datasets/commands/importers/v1/import_test.py | 52 +++++++++++++++++++++
12 files changed, 203 insertions(+), 31 deletions(-)