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/mapbox-gl-3.18.1
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 65d32b2d20 chore(deps): bump mapbox-gl from 3.18.0 to 3.18.1 in
/superset-frontend
add 54919c942a fix(time-range-modal): time range modal for out of scope
filter is not displayed correctly (#36996)
add f2b54e882d fix: variable shadowing in test_connection command (#37397)
add 5e3acc2041 chore(deps): bump actions/upload-artifact from 4 to 6
(#37320)
add 01a9541a0e chore(deps): bump dawidd6/action-download-artifact from 6
to 12 (#37324)
add 8e0c584a92 chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 in
/superset-frontend (#37339)
add 5f67fa45ce chore(deps): bump jquery from 3.7.1 to 4.0.0 in
/superset-frontend (#37342)
add b81543c18c chore(deps): bump lodash from 4.17.21 to 4.17.23 in
/superset-frontend/cypress-base (#37349)
add e1ce553b2b chore(deps-dev): bump @types/node from 25.0.9 to 25.0.10 in
/superset-websocket (#37351)
add ef395662aa chore(deps-dev): bump @babel/runtime-corejs3 from 7.28.4 to
7.28.6 in /superset-frontend (#37353)
add 7c69ec7f24 chore(deps): bump markdown-to-jsx from 7.7.4 to 9.6.0 in
/superset-frontend (#37354)
add 790b79541b chore(deps-dev): bump globals from 17.0.0 to 17.1.0 in
/superset-websocket (#37380)
add 6a46700721 chore(deps): bump caniuse-lite from 1.0.30001765 to
1.0.30001766 in /docs (#37381)
add eeb4065d7d chore(deps): bump unist-util-visit from 5.0.0 to 5.1.0 in
/docs (#37383)
add 8951362852 chore(deps-dev): bump globals from 17.0.0 to 17.1.0 in
/docs (#37385)
add f77ae625e6 chore(deps): bump mapbox-gl from 3.18.0 to 3.18.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 (65d32b2d20)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/mapbox-gl-3.18.1
(f77ae625e6)
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/superset-docs-deploy.yml | 4 +-
.github/workflows/superset-docs-verify.yml | 2 +-
.../workflows/superset-python-integrationtest.yml | 2 +-
docs/package.json | 6 +-
docs/yarn.lock | 24 +--
superset-frontend/cypress-base/package-lock.json | 12 +-
superset-frontend/package-lock.json | 71 +++++--
superset-frontend/package.json | 8 +-
.../packages/superset-ui-demo/package.json | 2 +-
.../FilterControls/FilterControls.test.tsx | 233 ++++++++++++++++++++-
.../FilterBar/FilterControls/FilterControls.tsx | 19 +-
.../tests/DateFilterLabel.test.tsx | 43 ++++
superset-websocket/package-lock.json | 28 +--
superset-websocket/package.json | 4 +-
superset/commands/database/test_connection.py | 18 +-
15 files changed, 392 insertions(+), 84 deletions(-)