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


 discard 5a316e8a6b build(deps-dev): bump @types/uuid in /superset-websocket
     add 64ba5797df fix(deck.gl Multiple Layer Chart): Add Contour and Heatmap 
Layer as options (#25923)
     add 8ca541c850 chore: Slovenian translation update (#23873)
     add 9ece4049f1 build(deps-dev): bump webpack from 5.89.0 to 5.90.0 in 
/docs (#26839)
     add eea71eb6bc build(deps-dev): bump @docusaurus/module-type-aliases from 
3.1.0 to 3.1.1 in /docs (#26834)
     add f73760a5d1 build(deps): bump @types/react-table from 7.0.29 to 7.7.19 
in /superset-frontend (#26832)
     add 29582e8d86 chore(deps): bump typescript to 4.8.4 (#24272)
     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 8bb438f140 build(deps-dev): bump @types/uuid 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   (5a316e8a6b)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/types/uuid-9.0.8 
(8bb438f140)

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-docs.yml => superset-docs-deploy.yml} |    16 +-
 .github/workflows/superset-docs-verify.yml         |    29 +
 docs/package.json                                  |     4 +-
 docs/src/components/SectionHeader.tsx              |     2 +-
 docs/src/pages/community.tsx                       |     1 -
 docs/yarn.lock                                     |    94 +-
 superset-frontend/.eslintrc.js                     |     2 +-
 superset-frontend/package-lock.json                |   111 +-
 superset-frontend/package.json                     |     8 +-
 .../src/chart/components/createLoadableRenderer.ts |     7 +-
 .../superset-ui-core/src/query/api/v1/makeApi.ts   |     6 +-
 .../superset-ui-switchboard/src/switchboard.ts     |     5 +-
 .../legacy-preset-chart-deckgl/src/index.ts        |     2 +
 .../src/layers/Arc/Arc.tsx                         |     8 +-
 .../src/layers/Geojson/Geojson.tsx                 |     4 +-
 .../src/layers/Heatmap/Heatmap.tsx                 |     2 +-
 .../src/layers/Path/Path.tsx                       |     2 +-
 .../src/layers/Polygon/Polygon.tsx                 |    10 +-
 .../src/layers/Scatter/Scatter.tsx                 |    10 +-
 .../src/layers/Screengrid/Screengrid.tsx           |     4 +-
 .../legacy-preset-chart-deckgl/src/layers/index.ts |     4 +
 .../plugins/plugin-chart-table/package.json        |     4 +-
 .../plugin-chart-table/src/DataTable/DataTable.tsx |     1 +
 .../src/DataTable/hooks/useSticky.tsx              |    22 +-
 .../plugins/plugin-chart-table/src/Styles.tsx      |     7 +-
 .../plugin-chart-table/src/controlPanel.tsx        |     4 +-
 .../plugins/plugin-chart-table/src/utils/extent.ts |     9 +-
 .../src/chart/WordCloud.tsx                        |     2 +
 .../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 +-
 superset-frontend/src/components/Modal/Modal.tsx   |     1 +
 .../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 +-
 superset/translations/sl/LC_MESSAGES/messages.json |  2340 ++-
 superset/translations/sl/LC_MESSAGES/messages.po   | 14854 +++++++++----------
 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 +
 49 files changed, 9630 insertions(+), 8437 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