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.8.1
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 15ed18cd124 chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 in
/superset-frontend
add 996e0e1e7ac fix(docs): remove broken /docs/databases redirect to
nonexistent path (#37316)
add bb3452b43c7 chore(deps-dev): bump mini-css-extract-plugin from 2.9.4
to 2.10.0 in /superset-frontend (#37270)
add c3d5edbae9d chore(deps-dev): bump @babel/preset-env from 7.28.5 to
7.28.6 in /superset-frontend (#37158)
add d4723ef1161 feat: Handle OAuth2 dance with TableSelector (#37315)
add 02495a130fa chore(deps): bump lodash from 4.17.21 to 4.17.23 in
/superset-websocket (#37321)
add 5e7fe81cfa5 chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 in
/docs (#37329)
add 02890283138 chore(deps-dev): bump baseline-browser-mapping from 2.9.14
to 2.9.17 in /superset-frontend (#37330)
add 741fd41b599 chore(deps-dev): bump prettier from 3.8.0 to 3.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 (15ed18cd124)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/prettier-3.8.1
(741fd41b599)
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:
docs/docs/configuration/timezones.mdx | 2 +-
docs/docs/faq.mdx | 4 +-
docs/docs/installation/kubernetes.mdx | 2 +-
docs/docs/quickstart.mdx | 2 +-
docs/package.json | 2 +-
docs/static/.htaccess | 6 +-
docs/yarn.lock | 8 +-
superset-frontend/package-lock.json | 431 ++++++++++-----------
superset-frontend/package.json | 6 +-
.../packages/superset-core/package.json | 2 +-
.../packages/superset-ui-demo/package.json | 2 +-
.../TableSelector/TableSelector.test.tsx | 41 ++
.../src/components/TableSelector/index.tsx | 28 +-
superset-frontend/src/hooks/apiResources/tables.ts | 9 +-
superset-websocket/package-lock.json | 15 +-
superset-websocket/package.json | 2 +-
superset/models/core.py | 9 +
tests/unit_tests/models/core_test.py | 115 ++++++
18 files changed, 422 insertions(+), 264 deletions(-)