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 5915d245fb chore(deps): bump @docusaurus/core from 3.5.2 to 3.6.3 in
/docs
add 1e0c04fc15 fix(trino): db session error in handle cursor (#31265)
add 77f3764fea feat(Handlebars): formatNumber and group helpers (#31261)
add f679a18e82 chore(deps): bump @types/react-table from 7.7.19 to 7.7.20
in /superset-frontend (#31228)
add a3fd7423b0 chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.14
in /superset-websocket (#31224)
add b70c8ee7a8 chore(deps): bump swagger-ui-react from 5.17.14 to 5.18.2
in /docs (#31206)
add f49f898d3a 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 (5915d245fb)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/docs/docusaurus/core-3.6.3 (f49f898d3a)
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/package.json | 2 +-
docs/yarn.lock | 865 +++++++++------------
superset-frontend/package-lock.json | 41 +-
superset-frontend/package.json | 2 +-
.../plugins/plugin-chart-handlebars/package.json | 1 +
.../src/components/Handlebars/HandlebarsViewer.tsx | 12 +
.../plugin-chart-handlebars/types/external.d.ts | 1 +
superset-websocket/package-lock.json | 14 +-
superset-websocket/package.json | 2 +-
superset/db_engine_specs/trino.py | 10 +-
10 files changed, 419 insertions(+), 531 deletions(-)