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/terser-4.8.1
in repository https://gitbox.apache.org/repos/asf/superset.git
omit b7f4ddc929 chore(deps): bump terser from 4.6.3 to 4.8.1 in
/superset-frontend
add 8b354b4b69 fix: Published Dashboard without charts don't show up for
non admin users (#20638)
add 383313b105 fix(sql lab): Syntax errors should return with 422 status
(#20491)
add 3fd865db17 chore(deps): bump terser from 4.6.3 to 4.8.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 (b7f4ddc929)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/terser-4.8.1 (3fd865db17)
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/dashboards/filters.py | 2 +-
superset/exceptions.py | 8 ++++++++
superset/sql_parse.py | 2 +-
superset/sqllab/command.py | 25 ++++++++++++++++++++++---
4 files changed, 32 insertions(+), 5 deletions(-)