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/webpack-5.97.1
in repository https://gitbox.apache.org/repos/asf/superset.git
discard f977f1f962 chore(deps-dev): bump webpack in /superset-frontend
add 9321ab9deb refactor(Divider): Migrate Divider to Ant Design 5 (#31607)
add 640dac1eff fix: Big Number side cut fixed (#31407)
add 91d1648230 refactor(empty): Migrate Empty component to Ant Design 5
(#31633)
add 509c0a6aab build(deps-dev): update @types/node requirement from
^22.5.4 to ^22.10.3 in /superset-frontend/packages/superset-ui-core (#31672)
add 879e795147 build(deps-dev): bump typescript-eslint from 8.12.2 to
8.19.0 in /superset-websocket (#31663)
add 3084cebd6b build(deps-dev): bump @types/node from 22.7.4 to 22.10.3 in
/superset-websocket (#31662)
add dec8a65730 build(deps): update @emotion/react requirement from
^11.13.3 to ^11.14.0 in /superset-frontend/packages/superset-ui-demo (#31658)
add 892349d7c9 build(deps-dev): update @babel/core requirement from
^7.23.9 to ^7.26.0 in /superset-frontend/packages/superset-ui-demo (#31657)
add b27df30222 build(deps): bump antd from 5.22.5 to 5.22.7 in /docs
(#31656)
add e371de4ea3 build(deps): bump core-js from 3.38.1 to 3.39.0 in
/superset-frontend/packages/superset-ui-demo (#31655)
add bcf649a116 build(deps): update chalk requirement from ^5.4.0 to ^5.4.1
in /superset-frontend/packages/generator-superset (#31652)
add 09d4c3d13c chore(deps-dev): bump webpack 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 (f977f1f962)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/webpack-5.97.1 (09d4c3d13c)
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/package.json | 2 +-
docs/yarn.lock | 26 +-
superset-frontend/package-lock.json | 370 +++++++++++++++++++--
.../packages/generator-superset/package.json | 2 +-
.../packages/superset-ui-core/package.json | 2 +-
.../packages/superset-ui-demo/package.json | 6 +-
.../src/BigNumber/BigNumberViz.tsx | 11 +-
.../src/SqlLab/components/QueryHistory/index.tsx | 2 +-
.../src/SqlLab/components/SouthPane/Results.tsx | 2 +-
.../components/CronPicker/CronPicker.stories.tsx | 2 +-
.../Divider.stories.tsx} | 55 ++-
.../Card.test.tsx => Divider/Divider.test.tsx} | 4 +-
.../components/Divider/index.tsx} | 20 +-
.../Card.test.tsx => EmptyState/Empty.test.tsx} | 5 +-
.../EmptyState/Empty.tsx} | 16 +-
.../src/components/EmptyState/index.tsx | 4 +-
.../src/components/ListView/ListView.test.jsx | 2 +-
.../src/components/ListView/ListView.tsx | 4 +-
.../src/components/TableView/TableView.tsx | 2 +-
superset-frontend/src/components/index.ts | 2 -
.../controls/DateFilterControl/DateFilterLabel.tsx | 4 +-
superset-frontend/src/features/home/EmptyState.tsx | 2 +-
superset-frontend/src/features/tags/TagModal.tsx | 2 +-
superset-frontend/src/theme/index.ts | 3 +
superset-websocket/package-lock.json | 299 +++++++++--------
superset-websocket/package.json | 4 +-
26 files changed, 582 insertions(+), 271 deletions(-)
copy superset-frontend/src/components/{IconTooltip/IconTooltip.stories.tsx =>
Divider/Divider.stories.tsx} (57%)
copy superset-frontend/src/components/{Card/Card.test.tsx =>
Divider/Divider.test.tsx} (92%)
copy superset-frontend/{spec/helpers/IntersectionObserver.ts =>
src/components/Divider/index.tsx} (79%)
copy superset-frontend/src/components/{Card/Card.test.tsx =>
EmptyState/Empty.test.tsx} (92%)
copy superset-frontend/src/{features/rls/constants.ts =>
components/EmptyState/Empty.tsx} (72%)