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/babel/types-7.28.6
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 87de04c24f chore(deps-dev): bump @babel/types in /superset-frontend
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 6c75365427 chore(deps-dev): bump typescript-eslint from 8.52.0 to
8.53.0 in /docs (#37076)
add 5d5012aa9f chore(deps-dev): bump @types/lodash from 4.17.21 to 4.17.23
in /superset-frontend (#37077)
add 560da50df8 chore(deps): bump @babel/runtime from 7.28.4 to 7.28.6 in
/superset-frontend (#37080)
add 393259bb9e chore(deps-dev): bump typescript-eslint from 8.52.0 to
8.53.0 in /superset-websocket (#37082)
add 75322b3242 chore(deps-dev): bump @babel/types 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 (87de04c24f)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/babel/types-7.28.6
(75322b3242)
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 | 142 +++----
superset-frontend/package-lock.json | 419 ++++++++++++++++-----
superset-frontend/package.json | 8 +-
.../packages/superset-core/package.json | 2 +-
.../packages/superset-ui-core/package.json | 4 +-
.../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 +-
.../plugins/plugin-chart-handlebars/package.json | 2 +-
.../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 | 258 ++++++-------
superset-websocket/package.json | 4 +-
17 files changed, 675 insertions(+), 365 deletions(-)