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/eslint-9.17.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard cc0c5f766a chore(deps-dev): bump eslint in /superset-websocket
add 488e7b4692 chore(deps): bump hot-shots from 10.0.0 to 10.2.1 in
/superset-websocket (#31526)
add b382ef1058 build(deps-dev): update @types/jest requirement from
^29.5.12 to ^29.5.14 in /superset-frontend/plugins/plugin-chart-handlebars
(#30778)
add a193d790b2 refactor(moment): Replace Moment.js with DayJs (#31310)
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 757e17a98b chore(deps-dev): bump eslint in /superset-websocket
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 (cc0c5f766a)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-websocket/eslint-9.17.0 (757e17a98b)
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 | 577 ++++++++++++++++++++-
.../packages/superset-ui-core/package.json | 2 +-
.../packages/superset-ui-demo/package.json | 4 +-
.../legacy-preset-chart-deckgl/package.json | 1 -
.../plugins/legacy-preset-chart-nvd3/package.json | 2 +-
.../legacy-preset-chart-nvd3/src/NVD3Vis.js | 11 +-
.../plugins/plugin-chart-echarts/package.json | 2 +-
.../BigNumberPeriodOverPeriod/transformProps.ts | 7 +-
.../src/BigNumber/BigNumberViz.tsx | 11 +-
.../plugin-chart-echarts/src/BigNumber/utils.ts | 7 +-
.../plugins/plugin-chart-handlebars/package.json | 4 +-
.../src/components/Handlebars/HandlebarsViewer.tsx | 4 +-
.../src/SqlLab/components/QueryHistory/index.tsx | 2 +-
.../src/SqlLab/components/QueryTable/index.tsx | 7 +-
.../SqlLab/components/SaveDatasetModal/index.tsx | 4 +-
.../src/SqlLab/components/SouthPane/Results.tsx | 2 +-
.../components/CachedLabel/TooltipContent.test.tsx | 4 +-
.../src/components/CachedLabel/TooltipContent.tsx | 4 +-
.../src/components/Chart/chartAction.js | 6 +-
.../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/LastUpdated/index.tsx | 15 +-
.../src/components/ListView/Filters/DateRange.tsx | 1 +
.../src/components/ListView/ListView.test.jsx | 2 +-
.../src/components/ListView/ListView.tsx | 4 +-
.../src/components/TableView/TableView.tsx | 2 +-
.../src/components/Timer/Timer.stories.tsx | 4 +-
.../TimezoneSelector.DaylightSavingTime.test.tsx | 10 +-
.../TimezoneSelector/TimezoneSelector.test.tsx | 40 +-
.../src/components/TimezoneSelector/index.tsx | 69 +--
superset-frontend/src/components/index.ts | 2 -
.../src/dashboard/components/Header/index.jsx | 6 +-
.../OverwriteConfirm/OverwriteConfirmModal.tsx | 6 +-
.../components/SliceHeaderControls/index.tsx | 8 +-
.../controls/DateFilterControl/DateFilterLabel.tsx | 4 +-
.../controls/DateFilterControl/utils/dateParser.ts | 1 +
.../components/controls/TimeOffsetControl.tsx | 1 +
.../src/features/alerts/AlertReportModal.test.tsx | 22 +-
.../src/features/allEntities/AllEntitiesTable.tsx | 6 +-
.../src/features/annotations/AnnotationModal.tsx | 1 +
.../AddDataset/EditDataset/UsageTab/index.tsx | 6 +-
.../src/features/home/ActivityTable.tsx | 9 +-
superset-frontend/src/features/home/EmptyState.tsx | 2 +-
superset-frontend/src/features/tags/TagModal.tsx | 2 +-
.../src/pages/AlertReportList/index.tsx | 7 +-
superset-frontend/src/pages/AllEntities/index.tsx | 3 +-
.../src/pages/AnnotationList/index.tsx | 16 +-
.../src/pages/ExecutionLogList/index.tsx | 13 +-
.../src/pages/QueryHistoryList/index.tsx | 8 +-
superset-frontend/src/preamble.ts | 4 +-
superset-frontend/src/theme/index.ts | 3 +
superset-frontend/src/utils/dates.js | 42 --
.../src/utils/{dates.test.js => dates.test.ts} | 27 +-
superset-frontend/src/utils/dates.ts | 69 +++
.../src/visualizations/TimeTable/SparklineCell.tsx | 4 +-
superset-frontend/webpack.config.js | 1 -
superset-websocket/package-lock.json | 313 +++++------
superset-websocket/package.json | 6 +-
65 files changed, 1058 insertions(+), 476 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%)
delete mode 100644 superset-frontend/src/utils/dates.js
rename superset-frontend/src/utils/{dates.test.js => dates.test.ts} (71%)
create mode 100644 superset-frontend/src/utils/dates.ts