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

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


 discard 8ef9d7f750 chore(deps): bump antd from 5.27.4 to 5.27.5 in /docs
     add 09772eeda0 fix(config.py): reset HTML_SANITIZATION to True by default 
(#35603)
     add 51489a75ce chore: bump pretty-ms to 9.3.0 (#35667)
     add 400a8aec89 chore(deps-dev): bump typescript-eslint from 8.46.0 to 
8.46.1 in /superset-websocket (#35630)
     add 4ddc3f14ed refactor(frontend): convert DatasourceEditor tests to 
TypeScript (#35606)
     add 4b5629d1c8 fix(theme): align "Clear local theme" option with other 
theme menu items (#35651)
     add 58672dfab6 fix(table-chart): fix page size label visibility and 
improve header control wrapping (#35648)
     add de1dd53186 fix(theme-crud): enable overwrite confirmation UI for theme 
imports (#35558)
     add 1617bbbe71 docs: Add Production Security Hardening Guide (#35190)
     add ca29adb0cb chore(deps): bump fuse.js from 7.0.0 to 7.1.0 in 
/superset-frontend (#35678)
     add 09349cb1e7 chore(deps): bump caniuse-lite from 1.0.30001750 to 
1.0.30001751 in /docs (#35677)
     add 7e23d5547e chore(deps): bump antd from 5.27.4 to 5.27.5 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   (8ef9d7f750)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/docs/antd-5.27.5 
(7e23d5547e)

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:
 docs/docs/security/securing_superset.mdx           | 174 ++++++++
 docs/package.json                                  |   2 +-
 docs/yarn.lock                                     |   8 +-
 superset-frontend/package-lock.json                |  24 +-
 superset-frontend/package.json                     |   2 +-
 .../packages/superset-ui-core/package.json         |   2 +-
 .../plugin-chart-table/src/DataTable/DataTable.tsx |  73 ++--
 .../plugins/plugin-chart-table/src/TableChart.tsx  | 375 +++++++++-------
 .../{mockDatasource.js => mockDatasource.ts}       |  79 ++--
 ...ceEditor.test.jsx => DatasourceEditor.test.tsx} |  80 ++--
 ....test.jsx => DatasourceEditorCurrency.test.tsx} |  34 +-
 ...orRTL.test.jsx => DatasourceEditorRTL.test.tsx} |  15 +-
 superset-frontend/src/hooks/useThemeMenuItems.tsx  |  25 +-
 superset-websocket/package-lock.json               | 479 +++++----------------
 superset-websocket/package.json                    |   2 +-
 superset/config.py                                 |   2 +-
 superset/themes/api.py                             |  12 +-
 tests/integration_tests/themes/api_tests.py        | 122 ++++++
 18 files changed, 811 insertions(+), 699 deletions(-)
 create mode 100644 docs/docs/security/securing_superset.mdx
 rename superset-frontend/spec/fixtures/{mockDatasource.js => 
mockDatasource.ts} (79%)
 rename 
superset-frontend/src/components/Datasource/components/DatasourceEditor/tests/{DatasourceEditor.test.jsx
 => DatasourceEditor.test.tsx} (78%)
 rename 
superset-frontend/src/components/Datasource/components/DatasourceEditor/tests/{DatasourceEditorCurrency.test.jsx
 => DatasourceEditorCurrency.test.tsx} (83%)
 rename 
superset-frontend/src/components/Datasource/components/DatasourceEditor/tests/{DatasourceEditorRTL.test.jsx
 => DatasourceEditorRTL.test.tsx} (88%)

Reply via email to