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/multi-8f3f190bed
in repository https://gitbox.apache.org/repos/asf/superset.git
omit ce313338583 chore(deps): bump @tootallnate/once and
jest-environment-jsdom
add 4dfb0e66cb6 chore(deps-dev): bump webpack from 5.105.3 to 5.105.4 in
/superset-frontend (#38385)
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 f6f734f0d16 chore(deps): bump google-auth-library from 10.5.0 to
10.6.1 in /superset-frontend (#38436)
new b02a7dfda9b chore(deps): bump @tootallnate/once and
jest-environment-jsdom
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 (ce313338583)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/multi-8f3f190bed
(b02a7dfda9b)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
superset-frontend/package-lock.json | 157 +++++++++++++--------
superset-frontend/package.json | 6 +-
.../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, 200 insertions(+), 94 deletions(-)