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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/superset-frontend/eslint-plugin-react-hooks-6.1.1
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 91af81d928 chore(deps-dev): bump eslint-plugin-react-hooks in 
/superset-frontend
     add a7b158c7fa fix(explore): correct search icon in dashboard submenu 
(#35489)
     add 4545d55d30 fix: Support metric macro for  embedded users (#35508)
     add 77c3146829 fix(webdriver): add missing options object to WebDriver 
initialization (#35504)
     add b7266e647c chore(deps): bump swagger-ui-react from 5.29.2 to 5.29.3 in 
/docs (#35517)
     add 70cd4dd9d9 chore(deps): bump caniuse-lite from 1.0.30001747 to 
1.0.30001748 in /docs (#35515)
     add 64af516dfd chore(deps-dev): bump @eslint/js from 9.36.0 to 9.37.0 in 
/docs (#35511)
     add 72464afb2e chore(deps-dev): bump eslint from 9.36.0 to 9.37.0 in 
/superset-websocket (#35513)
     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 d383b2bf3c chore(deps-dev): bump eslint-plugin-react from 7.37.4 to 
7.37.5 in /superset-frontend (#35445)
     add 4d9d53c612 chore(deps-dev): bump eslint-plugin-react-hooks in 
/superset-frontend

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   (91af81d928)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/eslint-plugin-react-hooks-6.1.1
 (4d9d53c612)

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                                  |  10 +-
 docs/yarn.lock                                     |  99 ++-
 superset-frontend/package-lock.json                |  27 +-
 superset-frontend/package.json                     |   2 +-
 .../BigNumberWithTrendline/transformProps.ts       |   3 +-
 .../useExploreAdditionalActionsMenu/index.jsx      |   3 +-
 .../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               | 134 ++--
 superset-websocket/package.json                    |   6 +-
 superset/commands/chart/update.py                  |  27 +
 superset/jinja_context.py                          |   7 +-
 superset/utils/webdriver.py                        |   1 +
 tests/integration_tests/charts/commands_tests.py   | 151 +++++
 tests/unit_tests/jinja_context_test.py             |  73 +++
 19 files changed, 1338 insertions(+), 486 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

Reply via email to