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-10.0.2
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 1bfdc54e333 chore(deps-dev): bump eslint from 8.57.1 to 10.0.2 in
/superset-frontend
add 880cab58c33 fix(bug): Error when adding a filter using custom sql
(#38246)
add 20cc3345d89 chore(playwright): Using warning for timeouts (#38441)
add a2c23a2a58f chore(deps-dev): bump css-minimizer-webpack-plugin from
7.0.4 to 8.0.0 in /superset-frontend (#38434)
add 173db70ce6f chore(deps-dev): bump eslint from 8.57.1 to 10.0.2 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 (1bfdc54e333)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/eslint-10.0.2 (173db70ce6f)
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 | 22 ++++--
superset-frontend/package.json | 2 +-
.../packages/superset-core/src/api/editors.ts | 12 ++++
.../src/core/editors/AceEditorProvider.tsx | 4 ++
.../AdhocFilterEditPopoverSqlTabContent.test.tsx | 84 ++++++++++++++++++----
.../AdhocFilterEditPopoverSqlTabContent/index.tsx | 8 +--
.../MetricControl/AdhocMetricEditPopover/index.tsx | 21 ++----
superset/utils/webdriver.py | 2 +-
8 files changed, 117 insertions(+), 38 deletions(-)