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


    omit 3be56079c1 chore(deps-dev): bump typescript in /superset-websocket
     add 8bb911bc91 fix(modals): use Modal.useModal hook for proper dark mode 
theming (#35198)
     add d23006ce03 chore(deps-dev): bump @types/node from 22.15.30 to 24.6.2 
in /superset-frontend (#35476)
     add 04b1a45416 fix(security-manager): switch from deprecated get_session 
to session attribute (#35290)
     add 635b7a6a4d fix(loading): improve loading screen theming for dark mode 
support (#35129)
     add 821173f6c4 fix(frontend): remove describe/it blocks from 
Modal.useModal tests (#35497)
     add d39c55e941 fix(Select): Prevent closing the select when clicking on a 
tag (#35487)
     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 90b0882fdd 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   (3be56079c1)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-5.9.3 
(90b0882fdd)

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                                  |   6 +-
 docs/yarn.lock                                     |  23 ++-
 superset-frontend/package-lock.json                |  18 +-
 superset-frontend/package.json                     |   2 +-
 .../packages/superset-ui-core/package.json         |   2 +-
 .../src/components/Select/Select.test.tsx          |  32 ++++
 .../src/components/Select/Select.tsx               |  33 +++-
 .../test/chart/components/SuperChartCore.test.tsx  |   8 +-
 .../EmbeddedModal/EmbeddedModal.test.tsx           |  95 +++++++++-
 .../dashboard/components/EmbeddedModal/index.tsx   |   8 +-
 .../FiltersConfigModal/FiltersConfigModal.test.tsx |   6 +-
 .../explore/components/ControlPanelsContainer.tsx  | 205 +++++++++++----------
 .../useExploreAdditionalActionsMenu/index.jsx      |   2 +-
 .../src/pages/ThemeList/ThemeList.test.tsx         |  60 ++++++
 superset-frontend/src/pages/ThemeList/index.tsx    | 153 ++++++---------
 superset-websocket/package-lock.json               |  90 ++++-----
 superset-websocket/package.json                    |   2 +-
 superset/jinja_context.py                          |   7 +-
 superset/security/manager.py                       |   4 +-
 superset/templates/superset/spa.html               |  22 ++-
 superset/utils/webdriver.py                        |   1 +
 tests/unit_tests/jinja_context_test.py             |  73 ++++++++
 22 files changed, 565 insertions(+), 287 deletions(-)

Reply via email to