This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/docs/caniuse-lite-1.0.30001746
in repository https://gitbox.apache.org/repos/asf/superset.git
discard b66bb309ff chore(deps): bump caniuse-lite in /docs
add 13a164dd63 fix: table quoting in DBs with
`supports_cross_catalog_queries=True` (#35350)
add 50ed9b9e0e chore(deps-dev): bump @types/jquery from 3.5.32 to 3.5.33
in /superset-frontend (#35410)
add 0c639abe17 chore(deps-dev): bump jsdom from 26.0.0 to 27.0.0 in
/superset-frontend (#35409)
add 85ec3b1901 chore(deps-dev): bump @applitools/eyes-storybook from
3.55.6 to 3.60.0 in /superset-frontend (#35407)
add 2991f60368 chore(deps-dev): bump @types/react-json-tree from 0.6.11 to
0.13.0 in /superset-frontend (#35406)
add 2ef7232959 chore(deps-dev): bump eslint from 9.34.0 to 9.36.0 in /docs
(#35377)
add f6b2abee81 chore(deps-dev): bump webpack from 5.101.3 to 5.102.0 in
/docs (#35368)
add 7c415c7cd9 chore(deps): bump hot-shots from 11.1.0 to 11.2.0 in
/superset-websocket (#35358)
add 28389de93e fix(ci): fix GHA for docs during PRs (#35186)
add aa97d2fe03 fix(pinot): dialect date truncation (#35420)
add e766c3c1ec chore(deps): bump caniuse-lite 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 (b66bb309ff)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/docs/caniuse-lite-1.0.30001746 (e766c3c1ec)
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/workflows/superset-docs-verify.yml | 20 +-
docs/package.json | 4 +-
.../PivotTable.jsx => docs/src/theme.d.ts | 20 +-
docs/src/webpack.extend.ts | 4 +-
docs/tsconfig.json | 19 +-
docs/yarn.lock | 90 +-
superset-frontend/package-lock.json | 1177 ++++++++++++++------
superset-frontend/package.json | 6 +-
.../packages/superset-ui-core/package.json | 2 +-
superset-websocket/package-lock.json | 17 +-
superset-websocket/package.json | 2 +-
superset/connectors/sqla/models.py | 16 +-
superset/sql/dialects/pinot.py | 11 +
tests/unit_tests/connectors/sqla/models_test.py | 154 ++-
tests/unit_tests/sql/dialects/pinot_tests.py | 77 ++
15 files changed, 1190 insertions(+), 429 deletions(-)
copy
superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/PivotTable.jsx
=> docs/src/theme.d.ts (71%)