This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/saucelabs/theme-github-codeblock-0.3.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 0611ae3c4e build(deps): bump @saucelabs/theme-github-codeblock in /docs
     add 3e29777526 fix(Dashboard): Sync/Async Dashboard Screenshot Generation 
and Default Cache (#30755)
     add 402c29c2bc fix: catalog migration w/o connection (#30773)
     add f19c4280c0 chore: bump werkzeug to address vulnerability (#30729)
     add fa9d2cefcc build(deps): bump JustinBeckwith/linkinator-action from 
1.10.4 to 1.11.0 (#30802)
     add 5d42dfb1e6 build(deps-dev): bump eslint-import-resolver-typescript 
from 3.6.1 to 3.6.3 in /superset-frontend (#30805)
     add ccc2f66e92 build(deps-dev): bump eslint-plugin-testing-library from 
6.2.2 to 6.4.0 in /superset-frontend (#30810)
     add b3edbe45cf build(deps): bump ace-builds from 1.35.4 to 1.36.3 in 
/superset-frontend (#30804)
     add ab95bff7b6 build(deps): bump @rjsf/validator-ajv8 from 5.19.4 to 
5.22.3 in /superset-frontend (#30811)
     add 3ec3f0a610 fix(explore): Update tooltip copy for rendering html in 
tables and pivot tables  (#30682)
     add d466383df2 fix: warning emits an error (#28524)
     add b02d18a39e fix(plugin-chart-echarts): sort tooltip correctly (#30819)
     add 29e3f4bcc4 feat: allow exporting all tabs to a single PDF in report 
(#30694)
     add 5820d31b5c fix(TimezoneSelector): Failing unit tests due to timezone 
change (#30828)
     add 64f8140731 build(deps): bump antd from 5.20.5 to 5.21.6 in /docs 
(#30794)
     add ecb7c5772a build(deps): bump @saucelabs/theme-github-codeblock in /docs

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   (0611ae3c4e)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/docs/saucelabs/theme-github-codeblock-0.3.0 
(ecb7c5772a)

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/workflows/dependency-review.yml            |   2 +-
 .github/workflows/superset-docs-verify.yml         |   3 +-
 docs/package.json                                  |   2 +-
 docs/yarn.lock                                     | 258 ++++----
 requirements/base.txt                              |   2 +-
 superset-frontend/package-lock.json                | 507 ++++++++++++++--
 superset-frontend/package.json                     |   9 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |   2 +
 .../src/MixedTimeseries/transformProps.ts          |  87 +--
 .../src/Timeseries/transformProps.ts               |  52 +-
 .../plugin-chart-echarts/src/utils/series.ts       |  19 +
 .../plugin-chart-echarts/test/utils/series.test.ts |  27 +
 .../src/plugin/controlPanel.tsx                    |  18 +-
 .../plugin-chart-table/src/controlPanel.tsx        |  34 +-
 .../TimezoneSelector.DaylightSavingTime.test.tsx   |   5 +-
 .../TimezoneSelector/TimezoneSelector.test.tsx     |  12 +-
 .../DownloadMenuItems/DownloadAsImage.test.tsx     |  17 +-
 .../menu/DownloadMenuItems/DownloadAsImage.tsx     |   4 +-
 ...loadAsImage.test.tsx => DownloadAsPdf.test.tsx} |  35 +-
 .../{DownloadAsImage.tsx => DownloadAsPdf.tsx}     |  20 +-
 .../DownloadMenuItems/DownloadScreenshot.test.tsx  |   5 +-
 .../menu/DownloadMenuItems/DownloadScreenshot.tsx  | 111 ++--
 .../components/menu/DownloadMenuItems/index.tsx    |  54 +-
 .../src/features/alerts/AlertReportModal.tsx       |  25 +-
 .../types/dom-to-pdf.d.ts}                         |  25 +-
 .../utils/{downloadAsImage.ts => downloadAsPdf.ts} |  40 +-
 superset/commands/report/create.py                 |  13 +-
 superset/commands/report/execute.py                | 108 +++-
 superset/config.py                                 |   8 +
 superset/dashboards/api.py                         |  10 +-
 superset/migrations/shared/catalogs.py             |  24 +-
 superset/utils/pandas_postprocessing/compare.py    |   7 +-
 tests/integration_tests/dashboards/api_tests.py    |  55 +-
 .../fixtures/dashboard_with_tabs.py                | 651 +++++++++++++++++++++
 tests/integration_tests/reports/api_tests.py       |  79 +++
 tests/unit_tests/commands/report/execute_test.py   | 145 +++++
 .../pandas_postprocessing/test_compare.py          |  67 +++
 37 files changed, 2094 insertions(+), 448 deletions(-)
 copy 
superset-frontend/src/dashboard/components/menu/DownloadMenuItems/{DownloadAsImage.test.tsx
 => DownloadAsPdf.test.tsx} (64%)
 copy 
superset-frontend/src/dashboard/components/menu/DownloadMenuItems/{DownloadAsImage.tsx
 => DownloadAsPdf.tsx} (69%)
 copy superset-frontend/{spec/helpers/IntersectionObserver.ts => 
src/types/dom-to-pdf.d.ts} (70%)
 copy superset-frontend/src/utils/{downloadAsImage.ts => downloadAsPdf.ts} (67%)
 create mode 100644 tests/integration_tests/fixtures/dashboard_with_tabs.py

Reply via email to