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

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


 discard 95d27ebd62 build(deps): bump @docsearch/react from 3.5.2 to 3.6.0 in 
/docs
     add 8e3cecda9f feat: move supersetbot out of repo (#27647)
     add 59f0057017 build(deps): update xss requirement from ^1.0.14 to ^1.0.15 
in /superset-frontend/plugins/plugin-chart-table (#27835)
     add c990baf96a fix: GHA update-monorepo-lockfiles (#27860)
     add ad752f04c7 docs: small cleanup (#27791)
     add 6683d292ce fix: run pip-compile-multi --no-upgrade (#27861)
     add 08700f8cb9 chore(🦾): bump python pre-commit 3.3.3 -> 3.7.0 (#27865)
     add e39bb57c07 chore(🦾): bump python pillow 10.2.0 -> 10.3.0 (#27873)
     add 9c3915d42c chore(🦾): bump python freezegun 1.2.2 -> 1.4.0 (#27869)
     add 976b098421 chore(🦾): bump python docker 6.1.1 -> 7.0.0 (#27870)
     add 271fbc064e chore(🦾): bump python sqlglot 23.2.0 -> 23.6.3 (#27875)
     add 1d3fdc74dc chore(🦾): bump python sqloxide 0.1.33 -> 0.1.43 (#27871)
     add 9d0928633a chore(🦾): bump python pytest-cov 4.0.0 -> 5.0.0 (#27866)
     add 87e1c3f2fd chore(🦾): bump python google-cloud-bigquery 3.20.0 -> 
3.20.1 (#27868)
     add 6052ef656d chore(🦾): bump python grpcio 1.60.1 -> 1.62.1 (#27872)
     add 208afc96a1 chore(🦾): bump python pyfakefs 5.2.2 -> 5.3.5 (#27874)
     add d318df96ae build(deps): bump dompurify from 2.4.9 to 3.0.11 in 
/superset-frontend/plugins/legacy-preset-chart-nvd3 (#27816)
     add c3149994ac feat(viz picker): Remove some tags, refactor Recommended 
section (#27708)
     add 848a7ffbf3 build(deps): bump @algolia/client-search from 4.22.1 to 
4.23.2 in /docs (#27824)
     add 1d2002c40e build(deps): bump @docsearch/react from 3.5.2 to 3.6.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   (95d27ebd62)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/docs/docsearch/react-3.6.0 (1d2002c40e)

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/actions/setup-supersetbot/action.yml       |    35 +-
 .github/supersetbot/.eslintrc.json                 |    22 -
 .github/supersetbot/README.md                      |    37 -
 .github/supersetbot/jest.config.js                 |     8 -
 .github/supersetbot/package-lock.json              | 11020 -------------------
 .github/supersetbot/package.json                   |    36 -
 .github/supersetbot/src/cli.js                     |   175 -
 .github/supersetbot/src/cli.test.js                |    12 -
 .github/supersetbot/src/context.js                 |   152 -
 .github/supersetbot/src/docker.js                  |   142 -
 .github/supersetbot/src/docker.test.js             |   244 -
 .github/supersetbot/src/git.js                     |   120 -
 .github/supersetbot/src/git_release.js             |    50 -
 .github/supersetbot/src/github.js                  |   252 -
 .github/supersetbot/src/index.js                   |    39 -
 .github/supersetbot/src/index.test.js              |    51 -
 .github/supersetbot/src/metadata.js                |    36 -
 .github/supersetbot/src/supersetbot                |    27 -
 .github/supersetbot/src/utils.js                   |    78 -
 .github/workflows/docker-release.yml               |     7 +-
 .github/workflows/docker.yml                       |     5 -
 .github/workflows/issue_creation.yml               |    12 +-
 .github/workflows/supersetbot.yml                  |    29 +-
 .github/workflows/update-monorepo-lockfiles.yml    |     5 +
 .../installing-superset-using-docker-compose.mdx   |    41 +-
 docs/docs/intro.mdx                                |     2 +-
 docs/docs/quickstart.mdx                           |    12 +-
 docs/package.json                                  |     2 +-
 docs/yarn.lock                                     |    43 +-
 requirements/base.txt                              |    17 +-
 requirements/development.txt                       |    33 +-
 superset-frontend/package-lock.json                |    50 +-
 .../plugins/legacy-plugin-chart-chord/src/index.js |     8 +-
 .../src/index.js                                   |     2 +-
 .../legacy-plugin-chart-world-map/src/index.js     |     1 -
 .../src/layers/Contour/index.ts                    |     2 +-
 .../src/layers/Geojson/index.ts                    |     2 +-
 .../src/layers/Grid/index.ts                       |     2 +-
 .../src/layers/Heatmap/index.ts                    |     2 +-
 .../src/layers/Hex/index.ts                        |     2 +-
 .../src/layers/Polygon/index.ts                    |     8 +-
 .../src/layers/Screengrid/index.ts                 |     8 +-
 .../plugins/legacy-preset-chart-nvd3/package.json  |     2 +-
 .../legacy-preset-chart-nvd3/src/Area/index.js     |     2 -
 .../legacy-preset-chart-nvd3/src/Bar/index.js      |     2 -
 .../legacy-preset-chart-nvd3/src/Bubble/index.js   |     2 -
 .../legacy-preset-chart-nvd3/src/DistBar/index.js  |     4 -
 .../legacy-preset-chart-nvd3/src/Line/index.js     |     2 +-
 .../legacy-preset-chart-nvd3/src/Pie/index.js      |     2 +-
 .../BigNumber/BigNumberPeriodOverPeriod/index.ts   |     1 -
 .../src/BigNumber/BigNumberTotal/index.ts          |     1 -
 .../src/BigNumber/BigNumberWithTrendline/index.ts  |     1 -
 .../plugin-chart-echarts/src/Bubble/index.ts       |     1 -
 .../plugin-chart-echarts/src/Graph/index.ts        |     1 -
 .../src/MixedTimeseries/index.ts                   |     2 -
 .../plugins/plugin-chart-echarts/src/Pie/index.ts  |     1 -
 .../plugin-chart-echarts/src/Radar/index.ts        |     1 -
 .../plugin-chart-echarts/src/Sunburst/index.ts     |     7 +-
 .../src/Timeseries/Area/index.ts                   |     1 -
 .../src/Timeseries/Regular/Bar/index.ts            |     2 -
 .../src/Timeseries/Regular/Line/index.ts           |     1 -
 .../src/Timeseries/Regular/Scatter/index.ts        |     1 -
 .../src/Timeseries/Regular/SmoothLine/index.ts     |     1 -
 .../src/Timeseries/Step/index.ts                   |     1 -
 .../plugin-chart-echarts/src/Timeseries/index.ts   |     1 -
 .../plugin-chart-echarts/src/Treemap/index.ts      |     1 -
 .../plugins/plugin-chart-table/package.json        |     2 +-
 .../plugins/plugin-chart-table/src/index.ts        |     1 -
 .../plugin-chart-word-cloud/src/plugin/index.ts    |     9 +-
 .../src/assets/images/icons/ballot.svg             |     4 +-
 .../src/assets/images/icons/category.svg           |     4 +-
 superset-frontend/src/assets/images/icons/tags.svg |     4 +-
 .../controls/VizTypeControl/VizTypeGallery.tsx     |    61 +-
 73 files changed, 240 insertions(+), 12717 deletions(-)
 delete mode 100644 .github/supersetbot/.eslintrc.json
 delete mode 100644 .github/supersetbot/README.md
 delete mode 100644 .github/supersetbot/jest.config.js
 delete mode 100644 .github/supersetbot/package-lock.json
 delete mode 100644 .github/supersetbot/package.json
 delete mode 100755 .github/supersetbot/src/cli.js
 delete mode 100644 .github/supersetbot/src/cli.test.js
 delete mode 100644 .github/supersetbot/src/context.js
 delete mode 100644 .github/supersetbot/src/docker.js
 delete mode 100644 .github/supersetbot/src/docker.test.js
 delete mode 100644 .github/supersetbot/src/git.js
 delete mode 100644 .github/supersetbot/src/git_release.js
 delete mode 100644 .github/supersetbot/src/github.js
 delete mode 100644 .github/supersetbot/src/index.js
 delete mode 100644 .github/supersetbot/src/index.test.js
 delete mode 100644 .github/supersetbot/src/metadata.js
 delete mode 100755 .github/supersetbot/src/supersetbot
 delete mode 100644 .github/supersetbot/src/utils.js

Reply via email to