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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/algolia/client-search-5.12.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard d9a00cd12b build(deps): bump @algolia/client-search from 4.24.0 to 
5.12.0 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 305b6df6e3 feat(oauth2): add support for trino (#30081)
     add f85175e16d build(deps): bump webpack from 5.80.0 to 5.96.1 in 
/superset-frontend/cypress-base (#30817)
     add b73ee7f2e0 build(deps-dev): bump prettier-plugin-packagejson from 
2.5.2 to 2.5.3 in /superset-frontend (#30809)
     add 2a96a9c734 build(deps-dev): bump typescript-eslint from 8.8.0 to 
8.12.2 in /superset-websocket (#30781)
     add 8b815a3aac build(deps-dev): bump eslint-plugin-react from 7.33.2 to 
7.37.2 in /superset-frontend (#30803)
     add 4b33353165 build(deps): bump deck.gl from 9.0.28 to 9.0.34 in 
/superset-frontend/plugins/legacy-preset-chart-deckgl (#30786)
     add e01c8792ec build(deps): bump winston from 3.13.0 to 3.15.0 in 
/superset-websocket (#30784)
     add 41464931a4 build(deps): bump uuid from 10.0.0 to 11.0.2 in 
/superset-websocket (#30782)
     add 54cc69a382 build(deps-dev): bump eslint from 9.11.0 to 9.14.0 in 
/superset-websocket (#30835)
     add a91daab1f7 docs: Update INTHEWILD.md (#30822)
     add f0b86f877f build(deps-dev): bump webpack from 5.95.0 to 5.96.1 in 
/docs (#30832)
     add 0b263697ca chore: Revert "build(deps): bump 
JustinBeckwith/linkinator-action from 1.10.4 to 1.11.0" (#30838)
     add d1bc986d93 docs: Update INTHEWILD.md with 2070Health Org (#30824)
     add 2eadc1f086 build(deps): bump @saucelabs/theme-github-codeblock from 
0.2.3 to 0.3.0 in /docs (#30799)
     add fb6ad3240f build(deps-dev): bump typescript from 5.6.2 to 5.6.3 in 
/docs (#30795)
     add 5a59dcf06e build(deps-dev): bump @types/react from 18.3.10 to 18.3.12 
in /docs (#30793)
     add 6b9122bb3b build(deps): bump @mdx-js/react from 3.0.1 to 3.1.0 in 
/docs (#30796)
     add 63b97ab76d build(deps): bump @docsearch/react from 3.6.2 to 3.6.3 in 
/docs (#30797)
     add 2dc0d98c34 build(deps): bump @algolia/client-search from 4.24.0 to 
5.12.0 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   (d9a00cd12b)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/docs/algolia/client-search-5.12.0 
(2dc0d98c34)

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 +
 RESOURCES/INTHEWILD.md                             |    2 +
 docs/package.json                                  |   14 +-
 docs/yarn.lock                                     |  548 ++++---
 requirements/base.txt                              |    2 +-
 superset-frontend/cypress-base/package-lock.json   |  738 +++++----
 superset-frontend/package-lock.json                | 1595 ++++++++++++++------
 superset-frontend/package.json                     |   13 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |    2 +
 .../legacy-preset-chart-deckgl/package.json        |    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-websocket/package-lock.json               |  486 +++---
 superset-websocket/package.json                    |    8 +-
 superset/commands/report/create.py                 |   13 +-
 superset/commands/report/execute.py                |  108 +-
 superset/config.py                                 |    8 +
 superset/dashboards/api.py                         |   10 +-
 superset/db_engine_specs/base.py                   |   46 +-
 superset/db_engine_specs/trino.py                  |   27 +-
 superset/migrations/shared/catalogs.py             |   24 +-
 superset/superset_typing.py                        |    4 +
 superset/utils/oauth2.py                           |    7 +-
 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 ++
 tests/unit_tests/db_engine_specs/test_gsheets.py   |    1 +
 tests/unit_tests/db_engine_specs/test_trino.py     |  117 +-
 tests/unit_tests/models/core_test.py               |    1 +
 .../pandas_postprocessing/test_compare.py          |   67 +
 49 files changed, 3820 insertions(+), 1555 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