You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2024/03/04 17:50:26 UTC

(superset) branch dependabot/npm_and_yarn/superset-websocket/eslint-8.57.0 updated (65a92feabc -> f2cdd292b3)

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


 discard 65a92feabc build(deps-dev): bump eslint in /superset-websocket
     add e89ec4d593 feat: datediff in datetime_parser (#27368)
     add 2c00cc534c feat: support to fetch multiple date time in time_range endpoint (#27370)
     add 5de2530e3c feat: Responsive UI for Big Number with Time Comparison (#27375)
     add 231e659b56 fix: Results section in Explore shows an infinite spinner (#27366)
     add 32179f1a85 fix(Alerts & Reports): Fixing bug that resets cron value to default when empty   (#27262)
     add 06cfd97bb9 build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.61.0 to 5.62.0 in /superset-websocket (#27324)
     add 42eeaad25d build(deps-dev): bump @types/jsonwebtoken from 9.0.5 to 9.0.6 in /superset-websocket (#27325)
     add f2cdd292b3 build(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   (65a92feabc)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/eslint-8.57.0 (f2cdd292b3)

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:
 .../BigNumber/BigNumberPeriodOverPeriod/PopKPI.tsx |  99 ++++---
 .../BigNumberPeriodOverPeriod/controlPanel.ts      |   8 +-
 .../useOverflowDetection.ts                        |  63 +++++
 .../components/DataTablesPane/DataTablesPane.tsx   |   3 +-
 .../DateFilterControl/utils/dateFilterUtils.ts     |   4 +-
 .../src/features/alerts/AlertReportModal.tsx       |   2 +-
 superset-websocket/package-lock.json               | 285 ++++++---------------
 superset-websocket/package.json                    |   4 +-
 superset/utils/date_parser.py                      |  75 ++++--
 superset/views/api.py                              |  33 ++-
 tests/integration_tests/charts/api_tests.py        |  17 +-
 tests/unit_tests/utils/date_parser_tests.py        |  32 +++
 12 files changed, 357 insertions(+), 268 deletions(-)
 create mode 100644 superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberPeriodOverPeriod/useOverflowDetection.ts