This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/docs/typescript-eslint/parser-8.46.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard d0bd5fe48e chore(deps-dev): bump @typescript-eslint/parser in /docs
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 6b98e81a1d chore(deps-dev): bump @typescript-eslint/parser 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 (d0bd5fe48e)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/docs/typescript-eslint/parser-8.46.0
(6b98e81a1d)
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 | 51 +-
.../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 | 30 +-
superset-websocket/package.json | 2 +-
12 files changed, 962 insertions(+), 408 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