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


 discard 2ddc045022 build(deps): bump react-router-dom in /superset-frontend
     add b0c8f620d6 build(deps): bump use-immer from 0.8.1 to 0.9.0 in 
/superset-frontend (#26827)
     add 6c029ce2e8 chore: Add permission to view and drill on Dashboard 
context (#26798)
     add 881268a8da chore(dependencies): bumps match-sorter (#26819)
     add fade4806ce fix: prevent guest user from modifying metrics (#26749)
     add 78dc6ce6c9 feat: add chart id and dataset id to global logs (#26443)
     add be7c9490a1 chore(lint/a11y): fixing and locking down 
jsx-a11y/anchor-is-valid (#26820)
     add 71a950fc80 fix(chart table in dashboard): improve screen reading of 
table (#26453)
     add c3aacc6f42 build(deps-dev): bump @types/node from 20.11.5 to 20.11.10 
in /superset-websocket (#26825)
     add 8db5d13749 chore(CI): get docs building on ALL branches. (#26854)
     add 84c48d11d8 fix: Bar charts horizontal margin adjustment error (#26817)
     add 806e4c4b3f chore(dependabot): lowering bump cadence from weekly to 
monthly (#26855)
     add 1029b7dadc build(deps): bump react-redux from 7.2.8 to 7.2.9 in 
/superset-frontend (#26865)
     add 911c6e53c2 build(deps): bump mousetrap and @types/mousetrap in 
/superset-frontend (#26866)
     add 3b4108c7d6 build(deps): bump react-router-dom 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   (2ddc045022)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/react-router-dom-6.21.3 
(3b4108c7d6)

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:
 .github/dependabot.yml                             |  70 ++++++------
 ...{superset-docs.yml => superset-docs-deploy.yml} |  16 +--
 .github/workflows/superset-docs-verify.yml         |  29 +++++
 docs/src/components/SectionHeader.tsx              |   2 +-
 docs/src/pages/community.tsx                       |   1 -
 superset-frontend/.eslintrc.js                     |   2 +-
 superset-frontend/package-lock.json                | 125 +++++++++++----------
 superset-frontend/package.json                     |  10 +-
 .../legacy-preset-chart-deckgl/package.json        |   2 +-
 .../src/Timeseries/transformProps.ts               |   1 +
 .../src/Timeseries/transformers.ts                 |  42 ++++---
 .../plugin-chart-echarts/src/utils/series.ts       |  14 +++
 .../plugin-chart-echarts/test/utils/series.test.ts |  32 ++++++
 .../plugins/plugin-chart-table/package.json        |   2 +-
 .../plugin-chart-table/src/DataTable/DataTable.tsx |   1 +
 .../src/DataTable/hooks/useSticky.tsx              |  21 ++--
 .../plugins/plugin-chart-table/src/Styles.tsx      |   7 +-
 .../SqlLab/components/QueryLimitSelect/index.tsx   |   2 +-
 .../Chart/ChartContextMenu/ChartContextMenu.tsx    |  12 +-
 .../Chart/ChartContextMenu/useContextMenu.test.tsx |  36 +++++-
 .../components/Chart/DrillBy/DrillByModal.test.tsx |  36 +++++-
 .../src/components/Chart/DrillBy/DrillByModal.tsx  |  17 ++-
 .../Chart/DrillDetail/DrillDetailModal.test.tsx    |  26 ++++-
 .../Chart/DrillDetail/DrillDetailModal.tsx         |  63 ++++++++---
 .../SliceHeaderControls.test.tsx                   |  53 ++++++++-
 .../components/SliceHeaderControls/index.tsx       |  32 +++++-
 superset-websocket/package-lock.json               |  14 +--
 superset-websocket/package.json                    |   5 +-
 superset/charts/data/api.py                        |  21 +++-
 superset/common/query_object.py                    |   2 +-
 superset/security/manager.py                       |  27 ++++-
 tests/integration_tests/charts/data/api_tests.py   |  53 ++++++++-
 .../security/guest_token_security_tests.py         |  15 +++
 tests/integration_tests/security_tests.py          |   2 +
 tests/unit_tests/security/manager_test.py          |  76 +++++++++++++
 35 files changed, 676 insertions(+), 193 deletions(-)
 rename .github/workflows/{superset-docs.yml => superset-docs-deploy.yml} (81%)
 create mode 100644 .github/workflows/superset-docs-verify.yml

Reply via email to