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


 discard 4fe4e03828f chore(deps-dev): bump @storybook/react-webpack5
     add 7ec5f1d7ecf fix(native-filters): Filters with select first value not 
restored correctly from url (#37855)
     add b98b34a60f5 refactor: Make extensions contribution schema consistent 
(#37856)
     add 6a6b9b53864 chore: Bump core packages (0.0.1rc11, 0.0.1rc4) (#37860)
     add 1388a628230 fix(filters): fix filter / customization name not updating 
in sidebar in real time (#37358)
     add 39ac96817a8 fix(helm): Add default initContainer resources (#37637)
     add 4eb8fc814a9 chore(deps-dev): bump @types/node from 25.2.2 to 25.2.3 in 
/superset-websocket (#37846)
     add 7d4a7f113c4 chore(deps-dev): bump webpack from 5.105.0 to 5.105.1 in 
/docs (#37849)
     add 7e5ca83220e chore(deps-dev): bump @types/node from 25.2.2 to 25.2.3 in 
/superset-frontend (#37851)
     add 9a79dbf4457 fix(docs): make page size selector work in database table 
(#37863)
     add ee1a5759931 chore(deps-dev): bump @storybook/react-webpack5

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   (4fe4e03828f)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/storybook-4448f18730 
(ee1a5759931)

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:
 .../extensions/contribution-types.md               |  54 +++++-----
 docs/developer_portal/extensions/development.md    |  14 +--
 .../extensions/extension-points/sqllab.md          |  54 +++++-----
 docs/developer_portal/extensions/quick-start.md    |  14 +--
 docs/package.json                                  |   2 +-
 docs/src/components/databases/DatabaseIndex.tsx    |   2 +-
 docs/yarn.lock                                     |  57 +---------
 helm/superset/Chart.yaml                           |   2 +-
 helm/superset/README.md                            |   2 +-
 helm/superset/values.yaml                          |  30 ++++++
 superset-core/pyproject.toml                       |   2 +-
 .../src/superset_core/extensions/types.py          |  28 ++++-
 superset-frontend/package-lock.json                |  12 +--
 superset-frontend/package.json                     |   2 +-
 .../packages/superset-core/package.json            |   2 +-
 .../superset-core/src/api/contributions.ts         |  51 +++++++--
 .../packages/superset-ui-core/package.json         |   2 +-
 .../SqlLab/components/AppLayout/AppLayout.test.tsx |   5 +-
 .../src/SqlLab/components/AppLayout/index.tsx      |   6 +-
 .../src/SqlLab/components/QueryHistory/index.tsx   |   4 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |   4 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |   6 +-
 .../SqlLab/components/SqlEditorTopBar/index.tsx    |   4 +-
 .../src/SqlLab/components/StatusBar/index.tsx      |   6 +-
 .../SqlLab/components/TableExploreTree/index.tsx   |   4 +-
 superset-frontend/src/SqlLab/contributions.ts      |  41 +++++--
 .../ViewListExtension/ViewListExtension.test.tsx   |  27 +++--
 .../ConfigModalSidebar/ConfigModalSidebar.tsx      |  13 ++-
 .../FiltersConfigModal/FiltersConfigModal.test.tsx |  39 +++++++
 .../FiltersConfigModal/FiltersConfigModal.tsx      |  18 +++-
 .../src/extensions/ExtensionsManager.test.ts       |  36 ++++---
 .../src/extensions/ExtensionsManager.ts            |  31 ++++--
 .../components/Select/SelectFilterPlugin.test.tsx  | 118 +++++++++++++++++++++
 .../components/Select/SelectFilterPlugin.tsx       |   5 -
 superset-websocket/package-lock.json               |  14 +--
 superset-websocket/package.json                    |   2 +-
 36 files changed, 493 insertions(+), 220 deletions(-)

Reply via email to