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:51:17 UTC

(superset) branch dependabot/npm_and_yarn/superset-websocket/types/node-20.11.24 updated (e007b0affc -> 0b431ba41c)

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


 discard e007b0affc build(deps-dev): bump @types/node in /superset-websocket
     add d5814003dd chore: update redis to >= 4.6.0 (#27250)
     add ad6327db95 fix: Migration for single metric in Big Number with Time Comparison (#27351)
     add 7353055e45 chore(docs): remove filterbox section from Exploring docs page (#27356)
     add 60c486a8af build(deps): bump @ant-design/icons from 5.3.0 to 5.3.1 in /docs (#27331)
     add ae8ec9c2b4 fix(sqllab): Missing empty query result state (#27313)
     add fe2f5a7be9 fix: Heatmap numeric sorting (#27360)
     add 8a46694ce9 fix: Missing SQL Lab permission (#27361)
     add f453d5d7e7 chore: numexpr to fix CVE-2023-39631⁠ (2.8.4 => 2.9.0) (#27187)
     add 5915851ba3 fix(deps): resolving canvg and html2canvas module not found (#27315)
     add ecaf201fd0 build(deps): bump express from 4.18.2 to 4.18.3 in /superset-websocket/utils/client-ws-app (#27337)
     add aca1d107a9 build(deps): bump react-lines-ellipsis from 0.15.0 to 0.15.4 in /superset-frontend (#27342)
     add 3b18706d45 build(deps-dev): bump prettier from 3.2.4 to 3.2.5 in /superset-websocket (#27328)
     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 0b431ba41c build(deps-dev): bump @types/node 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   (e007b0affc)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/types/node-20.11.24 (0b431ba41c)

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:
 .../creating-charts-dashboards/exploring-data.mdx  |   27 -
 docs/package.json                                  |    2 +-
 docs/yarn.lock                                     |    8 +-
 requirements/base.in                               |    1 +
 requirements/base.txt                              |   13 +-
 requirements/development.txt                       |   15 +-
 requirements/integration.txt                       |    6 +
 requirements/testing.txt                           |    2 +
 setup.py                                           |    2 +-
 superset-frontend/package-lock.json                | 1544 ++++----------------
 superset-frontend/package.json                     |    2 +-
 .../legacy-plugin-chart-heatmap/src/Heatmap.js     |   15 +-
 .../src/transformProps.js                          |    8 +-
 .../BigNumber/BigNumberPeriodOverPeriod/PopKPI.tsx |   99 +-
 .../BigNumberPeriodOverPeriod/controlPanel.ts      |    8 +-
 .../BigNumberPeriodOverPeriod/transformProps.ts    |    1 -
 .../useOverflowDetection.ts                        |   63 +
 .../src/SqlLab/components/SouthPane/Results.tsx    |    2 +-
 .../SqlLab/components/SouthPane/SouthPane.test.tsx |   13 +
 .../src/SqlLab/components/SouthPane/index.tsx      |   14 +-
 .../components/DataTablesPane/DataTablesPane.tsx   |    3 +-
 .../DateFilterControl/utils/dateFilterUtils.ts     |    4 +-
 .../src/features/alerts/AlertReportModal.tsx       |    2 +-
 superset-websocket/package-lock.json               |  299 ++--
 superset-websocket/package.json                    |    6 +-
 .../utils/client-ws-app/package-lock.json          |  352 +++--
 .../utils/client-ws-app/package.json               |    2 +-
 ...7_be1b217cd8cd_big_number_kpi_single_metric.py} |   21 +-
 superset/security/manager.py                       |    1 +
 superset/utils/date_parser.py                      |   75 +-
 superset/views/api.py                              |   33 +-
 tests/integration_tests/charts/api_tests.py        |   17 +-
 tests/integration_tests/security_tests.py          |    1 +
 tests/unit_tests/utils/date_parser_tests.py        |   32 +
 34 files changed, 983 insertions(+), 1710 deletions(-)
 create mode 100644 superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberPeriodOverPeriod/useOverflowDetection.ts
 copy superset/migrations/versions/{2018-06-14_14-31_80a67c5192fa_single_pie_chart_metric.py => 2024-03-01_10-47_be1b217cd8cd_big_number_kpi_single_metric.py} (82%)