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

rusackas pushed a change to branch 
dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-core/types/node-tw-25.7.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard e7ded87a995 chore(deps-dev): update @types/node requirement
     add d2ae5fb275c fix(ux): remove CSS-forced uppercase from button labels 
(#40049)
     add c394405fc18 fix(explore): restore spacing between tabs and content in 
control popovers (#40023)
     add b0c5b061c52 fix(sqllab): display horizontal scrollbar in data preview 
modal (#39799)
     add 4a79896bb24 chore(build): replace replaceable `jest-mock-console` with 
native Jest spies (#38643)
     add 658907a0a61 fix(gha): use sound condition gating for latest-tag step 
(#40035)
     add c9fb1bc10fc chore(deps-dev): bump @typescript-eslint/parser from 
8.59.2 to 8.59.3 in /superset-frontend (#40057)
     add 3363b481807 fix(spark): register Spark SQLAlchemy dialect so spark:// 
URIs resolve to SparkEngineSpec (#38299)
     add 39ad6b200fb docs(update): fix typos in UPDATING.md (#40068)
     add 2392c8e624a fix(Select): fix Russian translations for Select (#35751)
     add 74451057355 fix(explore): explain disabled chart overwrite option 
(#39796)
     add f2eee4ef464 fix(frontend): prevent LanguagePicker crash when locale is 
missing from LANGUAGES config (#39585)
     add e94465208f5 fix(bar-chart): cap bar width so a single data point 
doesn't stretch across the chart (#39588)
     add a77fec68d40 fix(drill-detail): make page-size selector functionally 
adjustable (#37975)
     add 43a89f8710e chore(deps-dev): bump terser-webpack-plugin from 5.5.0 to 
5.6.0 in /superset-frontend (#40061)
     add 9160da0d27a chore(deps-dev): bump yeoman-test from 11.3.1 to 11.5.2 in 
/superset-frontend (#40058)
     add fe22e060118 chore(deps): bump mermaid from 11.10.0 to 11.15.0 in /docs 
(#40038)
     add 4c14e16e583 chore(deps): bump @babel/plugin-transform-modules-systemjs 
from 7.20.11 to 7.29.4 in /superset-frontend/cypress-base (#39982)
     add 86ba63b0723 fix(dashboard): prevent duplicate subdirectory prefix when 
toggling fullscreen (#39534)
     add 9b705b698e2 chore(deps-dev): update @types/node requirement
     add d3475cd3d40 chore: update package-lock.json for @types/node 25.7.0

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   (e7ded87a995)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-core/types/node-tw-25.7.0
 (d3475cd3d40)

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/latest-release-tag.yml           |   2 +-
 UPDATING.md                                        |   8 +-
 docs/package.json                                  |   6 +-
 docs/yarn.lock                                     | 474 ++++++-----------
 superset-frontend/.eslintrc.js                     |   4 +
 superset-frontend/cypress-base/package-lock.json   | 415 +++++++--------
 superset-frontend/package-lock.json                | 302 +++++------
 superset-frontend/package.json                     |   6 +-
 .../packages/generator-superset/package.json       |   2 +-
 .../packages/superset-ui-core/package.json         |   1 -
 .../src/components/Select/Select.tsx               |   6 +-
 .../test/chart/components/SuperChart.test.tsx      |   8 -
 .../test/chart/components/SuperChartCore.test.tsx  |  11 -
 .../components/createLoadableRenderer.test.tsx     |   7 -
 .../superset-ui-core/test/models/Registry.test.ts  |  25 +-
 .../src/Timeseries/transformers.ts                 |   3 +
 .../src/SqlLab/components/QueryTable/styles.ts     |   1 -
 .../Chart/DrillDetail/DrillDetailPane.test.tsx     |  78 +++
 .../Chart/DrillDetail/DrillDetailPane.tsx          |  23 +-
 .../DashboardBuilder/DashboardBuilder.test.tsx     |   3 +
 .../dashboard/components/Header/Header.test.tsx    |  91 ++++
 .../Header/useHeaderActionsDropdownMenu.tsx        |  13 +-
 .../src/dashboard/util/getDashboardUrl.test.ts     |  10 +
 .../explore/components/ExploreContentPopover.tsx   |  10 +-
 .../src/explore/components/SaveModal.test.tsx      |  29 +-
 .../src/explore/components/SaveModal.tsx           |  17 +-
 .../FilterControl/AdhocFilterEditPopover/index.tsx |  20 +-
 .../index.tsx                                      |   7 +-
 .../LayerConfigsPopoverContent.tsx                 |   2 -
 .../controls/MapViewControl/MapViewControl.tsx     |   1 -
 .../src/features/home/LanguagePicker.tsx           |  14 +-
 superset-frontend/src/utils/pathUtils.test.ts      |  16 +
 superset-frontend/src/utils/pathUtils.ts           |  10 +-
 superset-websocket/package-lock.json               | 562 +++++----------------
 superset-websocket/package.json                    |   6 +-
 superset/db_engine_specs/spark.py                  |   6 +-
 tests/unit_tests/sql/test_spark_dialect.py         |  94 ++++
 37 files changed, 1078 insertions(+), 1215 deletions(-)
 create mode 100644 tests/unit_tests/sql/test_spark_dialect.py

Reply via email to