This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-8.53.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 3655ec92b6 chore(deps-dev): bump @typescript-eslint/eslint-plugin
add 5f58241795 fix(explore): dispatch NumberControl value on blur to allow
field clearing (#37007)
add ad3812edd7 fix(table): keep d3-format semantics when applying currency
formatting (#37039)
add 936e37bd02 chore(deps-dev): bump @babel/node from 7.28.0 to 7.28.6 in
/superset-frontend (#37089)
add e17bfae6bd chore(deps-dev): bump webpack from 5.103.0 to 5.104.1 in
/superset-frontend (#37083)
add fc67569cd4 fix(datasets): ui bug fixes (#37058)
add 23a47e2f5a chore(deps-dev): bump webpack-dev-server from 5.2.2 to
5.2.3 in /superset-frontend (#37088)
add 3a3cbc2900 chore(deps-dev): bump @types/node from 25.0.3 to 25.0.7 in
/superset-websocket (#37081)
add 03c4f24134 chore(deps-dev): bump @typescript-eslint/eslint-plugin
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 (3655ec92b6)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-8.53.0
(03c4f24134)
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 | 398 +++++++++++++++++----
superset-frontend/package.json | 6 +-
.../src/components/EmptyState/index.tsx | 87 +++--
.../src/components/EmptyState/types.ts | 3 +
.../src/currency-format/CurrencyFormatter.ts | 11 +-
.../test/currency-format/CurrencyFormatter.test.ts | 6 +-
.../controls/NumberControl/NumberControl.test.tsx | 50 ++-
.../components/controls/NumberControl/index.tsx | 14 +-
.../AddDataset/DatasetPanel/DatasetPanel.tsx | 25 +-
.../AddDataset/DatasetPanel/MessageContent.tsx | 3 +-
superset-websocket/package-lock.json | 14 +-
superset-websocket/package.json | 2 +-
12 files changed, 465 insertions(+), 154 deletions(-)