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

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


 discard ced3d8c745 chore(deps): bump @docusaurus/core from 3.5.2 to 3.6.3 in 
/docs
     add eab888c63a perf: Optimize dashboard chart-related components (#31241)
     add 24d001e498 perf: Optimize Dashboard components (#31242)
     add 5006f97f70 perf: Optimize dashboard grid components (#31240)
     add ce0e06a935 perf: Optimize native filters and cross filters (#31243)
     add 06fb330569 perf: Optimize DashboardPage and SyncDashboardState (#31244)
     add d66ac9f3f4 fix(Databricks): Escape catalog and schema names in 
pre-queries (#31199)
     add 339d491dfc feat(sqllab): Popup notification when download data can 
exceed row count (#31187)
     add deec63bb5b docs(contributing): how to nuke the docker-compose postgres 
(#31186)
     add 8020729ced fix: check for column before adding in migrations (#31185)
     add 3564740255 chore: pin greenlet in base dependencies (#31254)
     add 468dfed416 chore(🦾): bump python pyjwt 2.10.0 -> 2.10.1 (#31253)
     add e5e3f9e210 chore(🦾): bump python nh3 0.2.18 -> 0.2.19 (#31249)
     add 43efa05113 chore(🦾): bump python flask-migrate subpackage(s) (#31250)
     add fe80fb1090 chore(deps): bump codecov/codecov-action from 4 to 5 
(#31214)
     add b3559f644c chore: simplify Dockerfile package install calls with bash 
wrappers (#31034)
     add d4888fa4af docs: adapt docs to suggest 'docker compose up --build' 
(#30864)
     add dd1ba96adf feat: use uv in CI (#31260)
     add 25f4226dbb fix: add more clickhouse disallowed functions on config 
(#31198)
     add 1d44662b1d refactor: Split SliceHeaderControls into smaller files 
(#31270)
     add f51f19bcba chore(deps): bump re-resizable from 6.10.0 to 6.10.1 in 
/superset-frontend (#31231)
     add 6c2aade375 chore(bug report template): bump Superset versions to 
reflect 4.1.1 release (#31259)
     add aa55751b1d chore(deps): bump @scarf/scarf from 1.3.0 to 1.4.0 in 
/superset-frontend (#31230)
     add 3479574bd4 chore(deps): bump @ant-design/icons from 5.5.1 to 5.5.2 in 
/docs (#31213)
     add 56b973f3cc chore(deps-dev): bump @docusaurus/module-type-aliases from 
3.5.2 to 3.6.3 in /docs (#31210)
     add 5915d245fb chore(deps): bump @docusaurus/core from 3.5.2 to 3.6.3 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   (ced3d8c745)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/docs/docusaurus/core-3.6.3 (5915d245fb)

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/ISSUE_TEMPLATE/bug-report.yml              |   4 +-
 .github/actions/setup-backend/action.yml           |   8 +-
 .github/workflows/superset-frontend.yml            |   2 +-
 .../workflows/superset-python-integrationtest.yml  |   6 +-
 .github/workflows/superset-python-presto-hive.yml  |   4 +-
 .github/workflows/superset-python-unittest.yml     |   2 +-
 Dockerfile                                         | 179 ++--
 UPDATING.md                                        |   1 +
 docker/apt-install.sh                              |  51 ++
 docker/pip-install.sh                              |  64 ++
 docs/docs/contributing/development.mdx             |  26 +-
 docs/docs/installation/docker-compose.mdx          |  11 +-
 docs/package.json                                  |   4 +-
 docs/yarn.lock                                     |  29 +-
 pyproject.toml                                     |   8 +-
 requirements/base.txt                              |   7 +-
 superset-frontend/package-lock.json                |  27 +-
 superset-frontend/package.json                     |   4 +-
 .../SqlLab/components/ResultSet/ResultSet.test.tsx |  40 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |  20 +-
 .../Chart/ChartContextMenu/ChartContextMenu.tsx    |   2 +-
 .../src/dashboard/components/Dashboard.jsx         |  30 +-
 .../DashboardBuilder/DashboardBuilder.test.tsx     |   6 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |  83 +-
 .../DashboardBuilder/DashboardContainer.tsx        | 166 ++--
 .../dashboard/components/DashboardBuilder/state.ts |  30 +-
 .../dashboard/components/FiltersBadge/index.tsx    |  17 +-
 .../src/dashboard/components/SliceHeader/index.tsx | 347 ++++----
 .../SliceHeaderControls.test.tsx                   |  17 +-
 .../ViewResultsModalTrigger.tsx                    | 117 +++
 .../components/SliceHeaderControls/index.tsx       | 458 +----------
 .../components/SliceHeaderControls/types.ts        |  62 ++
 .../components/SliceHeaderControls/utils.ts        | 293 +++++++
 .../components/SyncDashboardState/index.tsx        |  68 +-
 .../components/URLShortLinkButton/index.tsx        |  13 +-
 .../dashboard/components/gridComponents/Chart.jsx  | 907 +++++++++++----------
 .../components/gridComponents/Chart.test.jsx       | 112 ++-
 .../components/gridComponents/ChartHolder.tsx      | 225 ++---
 .../dashboard/components/gridComponents/Column.jsx | 380 ++++-----
 .../components/gridComponents/DynamicComponent.tsx |   3 +-
 .../dashboard/components/gridComponents/Row.jsx    | 504 ++++++------
 .../dashboard/components/gridComponents/Tab.jsx    | 287 ++++---
 .../dashboard/components/gridComponents/Tabs.jsx   | 700 ++++++++--------
 .../components/gridComponents/Tabs.test.jsx        |  25 +-
 .../components/gridComponents/Tabs.test.tsx        |   2 +-
 .../dashboard/components/gridComponents/index.js   |   4 +-
 .../components/menu/ShareMenuItems/index.tsx       |  13 +-
 .../ScopingModal/ScopingModal.test.tsx             |   3 +
 .../CrossFilters/ScopingModal/ScopingModal.tsx     |  24 +-
 .../FilterBar/CrossFilters/Vertical.tsx            |  18 +-
 .../FilterBar/CrossFilters/selectors.ts            |  27 +-
 .../FilterBar/FilterControls/FilterControls.tsx    | 201 ++---
 .../FilterBar/FilterControls/FilterValue.tsx       |   2 +-
 .../nativeFilters/FilterBar/Horizontal.tsx         |  38 +-
 .../components/nativeFilters/FilterBar/index.tsx   |  48 +-
 .../nativeFilters/FilterBar/useFilterOutlined.ts   |  25 +-
 .../components/nativeFilters/FilterBar/utils.ts    |  31 +-
 .../nativeFilters/FilterCard/FilterCard.test.tsx   |   3 +
 .../components/nativeFilters/selectors.ts          |  32 +-
 .../dashboard/components/nativeFilters/state.ts    |  55 +-
 .../components/nativeFilters/utils.test.ts         |   6 +-
 .../dashboard/components/nativeFilters/utils.ts    |  93 +--
 .../src/dashboard/containers/Chart.jsx             | 135 ---
 .../src/dashboard/containers/Dashboard.ts          |   6 +-
 .../dashboard/containers/DashboardComponent.jsx    | 148 ++--
 .../src/dashboard/containers/DashboardPage.tsx     |  46 +-
 .../src/dashboard/util/charts/useChartIds.ts       |  17 +-
 .../src/dashboard/util/crossFilters.ts             |  11 +-
 .../src/dashboard/util/getChartIdsInFilterScope.ts |   5 +-
 ...hartIdsFromLayout.js => useChartLayoutItems.ts} |  22 +-
 .../util/useFilterFocusHighlightStyles.test.tsx    |  50 --
 .../util/useFilterFocusHighlightStyles.ts          |  64 +-
 .../ChartContextMenu => hooks}/usePermissions.ts   |   8 +
 .../src/types/DashboardContextForExplore.ts        |   1 +
 superset-frontend/src/utils/colorScheme.ts         |   9 +-
 superset-websocket/Dockerfile                      |   2 +-
 superset/__init__.py                               |   3 +-
 superset/config.py                                 |   2 +-
 superset/db_engine_specs/databricks.py             |   2 +
 superset/migrations/shared/utils.py                |  15 +
 ...4-01_22-44_c22cb5c2e546_user_attr_avatar_url.py |   7 +-
 ...-04-11_15-41_5f57af97bc3f_add_catalog_column.py |   4 +-
 ...0-52_58d051681a3b_add_catalog_perm_to_tables.py |   5 +-
 .../unit_tests/db_engine_specs/test_databricks.py  |  22 +-
 84 files changed, 3464 insertions(+), 3094 deletions(-)
 create mode 100755 docker/apt-install.sh
 create mode 100755 docker/pip-install.sh
 create mode 100644 
superset-frontend/src/dashboard/components/SliceHeaderControls/ViewResultsModalTrigger.tsx
 create mode 100644 
superset-frontend/src/dashboard/components/SliceHeaderControls/types.ts
 create mode 100644 
superset-frontend/src/dashboard/components/SliceHeaderControls/utils.ts
 delete mode 100644 superset-frontend/src/dashboard/containers/Chart.jsx
 copy superset-frontend/src/dashboard/util/{getChartIdsFromLayout.js => 
useChartLayoutItems.ts} (68%)
 rename superset-frontend/src/{components/Chart/ChartContextMenu => 
hooks}/usePermissions.ts (86%)

Reply via email to