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.4.2
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 55a90cdeb3 chore(deps-dev): bump prettier from 3.3.3 to 3.4.2 in 
/superset-frontend
     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 aee4f1466f chore(deps-dev): bump prettier from 3.3.3 to 3.4.2 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   (55a90cdeb3)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/prettier-3.4.2 (aee4f1466f)

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                |  62 ++++-
 .../packages/superset-ui-core/package.json         |   2 +-
 .../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   |   2 +-
 .../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               | 269 +++++++++++----------
 superset-websocket/package.json                    |   2 +-
 62 files changed, 509 insertions(+), 428 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

Reply via email to