This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/superset-websocket/typescript-5.9.3
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 90b0882fdd chore(deps-dev): bump typescript in /superset-websocket
add 9d50f1b8a2 fix: update chart with dashboards validation (#35523)
add a90928766b fix(theme-crud): add unsaved changes modal (#35254)
add 89932fa0b2 fix(explore): Include chart canvases in the screenshot
(#35491)
add f7b9d7a64b fix(chart): Fixes BigNumber gradient appearing blackish in
light mode (#35527)
add e32c2d82a5 chore(deps-dev): bump eslint from 9.36.0 to 9.37.0 in /docs
(#35549)
add c519094313 chore(deps-dev): bump @types/node from 24.6.2 to 24.7.0 in
/superset-websocket (#35547)
add 10cb964c96 chore(deps-dev): bump ts-jest from 29.4.1 to 29.4.4 in
/superset-websocket (#35516)
add d7903631f5 chore(deps-dev): bump @docusaurus/module-type-aliases from
3.8.1 to 3.9.1 in /docs (#35514)
add e02bfce8d1 chore(deps-dev): bump typescript in /superset-websocket
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 (90b0882fdd)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-5.9.3
(e02bfce8d1)
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 | 4 +-
docs/yarn.lock | 82 ++-
.../BigNumberWithTrendline/transformProps.ts | 3 +-
.../useExploreAdditionalActionsMenu/index.jsx | 1 +
.../src/features/themes/ThemeModal.test.tsx | 698 +++++++++++++++------
.../src/features/themes/ThemeModal.tsx | 345 ++++++----
.../layers => src/hooks/useBeforeUnload}/index.ts | 47 +-
.../hooks/useBeforeUnload/useBeforeUnload.test.ts | 156 +++++
.../src/hooks/useUnsavedChangesPrompt/index.ts | 17 +-
superset-frontend/src/utils/downloadAsImage.ts | 18 +
superset-websocket/package-lock.json | 44 +-
superset-websocket/package.json | 4 +-
superset/commands/chart/update.py | 27 +
tests/integration_tests/charts/commands_tests.py | 151 +++++
14 files changed, 1179 insertions(+), 418 deletions(-)
copy superset-frontend/{plugins/legacy-preset-chart-deckgl/src/layers =>
src/hooks/useBeforeUnload}/index.ts (51%)
create mode 100644
superset-frontend/src/hooks/useBeforeUnload/useBeforeUnload.test.ts