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 10:01:04 UTC

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

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 c4dffeb057 build(deps-dev): bump eslint 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 65a92feabc 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   (c4dffeb057)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/eslint-8.57.0 (65a92feabc)

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 +-
 .../BigNumberPeriodOverPeriod/transformProps.ts    |    1 -
 .../src/SqlLab/components/SouthPane/Results.tsx    |    2 +-
 .../SqlLab/components/SouthPane/SouthPane.test.tsx |   13 +
 .../src/SqlLab/components/SouthPane/index.tsx      |   14 +-
 superset-websocket/package-lock.json               |   14 +-
 superset-websocket/package.json                    |    2 +-
 .../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 +
 tests/integration_tests/security_tests.py          |    1 +
 24 files changed, 626 insertions(+), 1442 deletions(-)
 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%)