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


 discard 7fa96b2e7bb chore(deps-dev): bump webpack in /superset-frontend
     add ef4b1d674be feat(docs): add filterable UI Components table and improve 
build performance (#38253)
     add 7815afb24d2 fix(charts): improve minor gridline visibility in dark 
themes (#38371)
     add 51ac758b801 fix(tags): expire tag relationship after deleting all 
tagged objects (#38163)
     add 80a29cd6fed chore(deps-dev): bump terser-webpack-plugin from 5.3.16 to 
5.3.17 in /superset-frontend (#38386)
     add ea75b3d4fb8 chore(deps-dev): bump webpack 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   (7fa96b2e7bb)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/webpack-5.105.4 
(ea75b3d4fb8)

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/.gitignore                                    |   8 +-
 docs/babel.config.js                               |  32 -
 docs/developer_docs/api.mdx                        |  36 +-
 docs/developer_docs/extensions/development.md      |   2 +-
 docs/developer_docs/extensions/overview.md         |   4 +
 docs/docusaurus.config.ts                          |  28 +
 docs/package.json                                  |  11 +-
 docs/scripts/generate-database-docs.mjs            |   8 +-
 docs/scripts/generate-extension-components.mjs     | 676 --------------------
 docs/scripts/generate-if-changed.mjs               | 307 +++++++++
 docs/scripts/generate-superset-components.mjs      | 241 ++++++-
 docs/sidebarTutorials.js                           |  11 -
 docs/src/components/databases/DatabaseIndex.tsx    |   1 +
 .../components/ui-components/ComponentIndex.tsx    | 262 ++++++++
 .../src/components/ui-components/index.ts          |   3 +-
 .../src/components/ui-components}/types.ts         |  43 +-
 docs/src/data/databases.json                       |  12 +-
 docs/src/shims/superset-ui-core.ts                 |  57 ++
 docs/src/types/apache-superset-core/index.d.ts     |   4 +-
 docs/src/webpack.extend.ts                         |  15 +-
 docs/tsconfig.json                                 |   5 +-
 docs/yarn.lock                                     | 697 ++++++++++++++++++---
 superset-frontend/package-lock.json                |   2 +-
 superset-frontend/package.json                     |   2 +-
 .../plugin-chart-echarts/src/components/Echart.tsx |   6 +
 superset/daos/tag.py                               |   7 +
 tests/unit_tests/tags/commands/update_test.py      |  60 ++
 27 files changed, 1656 insertions(+), 884 deletions(-)
 delete mode 100644 docs/babel.config.js
 delete mode 100644 docs/scripts/generate-extension-components.mjs
 create mode 100644 docs/scripts/generate-if-changed.mjs
 create mode 100644 docs/src/components/ui-components/ComponentIndex.tsx
 copy superset-frontend/packages/superset-ui-core/src/ui-overrides/index.tsx => 
docs/src/components/ui-components/index.ts (92%)
 copy {superset-frontend/src/explore/components/controls/VizTypeControl => 
docs/src/components/ui-components}/types.ts (57%)
 create mode 100644 docs/src/shims/superset-ui-core.ts

Reply via email to