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/typescript-5.9.3
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard f40177ef47 chore(deps-dev): bump typescript in /superset-frontend
     add 2f8657f122 chore(deps-dev): bump eslint from 9.34.0 to 9.36.0 in 
/superset-websocket (#35359)
     add 5493e2c96d chore(dependabot): switch back to daily cadence (a trickle 
rather than a flood) (#35421)
     add 5428376662 fix(pinot): `DATE_ADD` function (#35424)
     add 449a89c214 fix(slice): Fix using isdigit when id passed as int (#35452)
     add f3349388d0 fix(pinot): `DATE_SUB` function (#35426)
     add 30021f8ede fix(pinot): `SUBSTR` function (#35427)
     add fe8348c03a fix(dataset): sort by database in Dataset and Saved queries 
Issue (#35277)
     add 553204e613 fix(dashboard): exit markdown edit mode when clicking 
outside of element (#35336)
     add 3202ff4b3f fix(pinot): more functions (#35451)
     add 0364933e8b fix(explore): Remove query autotrigger (#35418)
     add e2a7dc9256 chore(deps): bump ioredis and @types/ioredis in 
/superset-websocket (#35428)
     add a7cc48dcda fix(test): changed test use unsaved changes prompt (#35447)
     add d83a88d5d9 chore(deps-dev): bump typescript-eslint from 8.19.0 to 
8.45.0 in /superset-websocket (#35430)
     add 6ad8d29fcd chore(deps-dev): bump globals from 16.3.0 to 16.4.0 in 
/superset-websocket (#35431)
     add 62dc5c0306 fix(cache): ensure SQL is sanitized before cache key 
generation (#35419)
     add 8ebe045846 chore(deps): bump antd from 5.27.1 to 5.27.4 in /docs 
(#35432)
     add 38cb577fc6 chore(deps): bump swagger-ui-react from 5.27.1 to 5.29.1 in 
/docs (#35437)
     add 8fde970b6b chore(deps): bump @ant-design/icons from 6.0.0 to 6.1.0 in 
/docs (#35439)
     add 96170e43c0 fix(ag-grid-table): remove enterprise features to use 
community version (#35453)
     add 0e2fb1d1a3 fix(theming): CRUD view padding (#35321)
     add 891f826143 fix(dashboard): Navigate to new dashboard when saved as a 
new one (#35339)
     add 139b5ae20c fix(sqlglot): adhoc expressions (#35482)
     add a8fd27aec3 chore(deps): bump caniuse-lite from 1.0.30001739 to 
1.0.30001747 in /docs (#35473)
     add 281fa67b8e chore(deps): bump swagger-ui-react from 5.29.1 to 5.29.2 in 
/docs (#35472)
     add fd4fe2c2ad chore(deps-dev): bump typescript from 5.9.2 to 5.9.3 in 
/docs (#35471)
     add 593e376cf2 chore(deps): bump winston from 3.17.0 to 3.18.3 in 
/superset-websocket (#35470)
     add d83a938870 chore(deps-dev): bump globals from 16.3.0 to 16.4.0 in 
/docs (#35469)
     add 249733c768 chore(deps-dev): bump @types/node from 24.2.0 to 24.6.2 in 
/superset-websocket (#35467)
     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 288c4abf3b chore(deps-dev): bump typescript 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   (f40177ef47)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/typescript-5.9.3 
(288c4abf3b)

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/CODEOWNERS                                 |    2 +-
 .github/dependabot.yml                             |   70 +-
 docs/package.json                                  |   12 +-
 docs/yarn.lock                                     |  306 ++--
 superset-frontend/package-lock.json                |   18 +-
 superset-frontend/package.json                     |    2 +-
 .../packages/superset-ui-core/package.json         |    2 +-
 .../TableCollection/TableCollection.test.tsx       |   36 +-
 .../src/components/TableCollection/index.tsx       |    7 +-
 .../src/utilities/Shared_DeckGL.tsx                |    1 +
 .../src/AgGridTable/index.tsx                      |   10 +-
 .../src/components/ListView/ListView.tsx           |    1 +
 .../src/dashboard/actions/dashboardState.js        |    3 +-
 .../src/dashboard/actions/dashboardState.test.js   |   36 +
 .../EmbeddedModal/EmbeddedModal.test.tsx           |   94 +-
 .../dashboard/components/EmbeddedModal/index.tsx   |    8 +-
 .../gridComponents/Markdown/Markdown.jsx           |    9 +
 .../gridComponents/Markdown/Markdown.test.jsx      |   82 +-
 .../components/menu/WithPopoverMenu.test.jsx       |   80 +-
 .../dashboard/components/menu/WithPopoverMenu.tsx  |   55 +-
 .../explore/components/ControlPanelsContainer.tsx  |  205 +--
 .../components/ExploreViewContainer/index.jsx      |   28 +-
 .../useUnsavedChangesPrompt.test.tsx               |  181 +--
 .../src/pages/ThemeList/ThemeList.test.tsx         |   59 +
 superset-frontend/src/pages/ThemeList/index.tsx    |  156 +-
 superset-websocket/package-lock.json               | 1563 +++++---------------
 superset-websocket/package.json                    |   14 +-
 superset/common/query_context_processor.py         |    9 +-
 superset/connectors/sqla/models.py                 |    4 +-
 superset/models/helpers.py                         |   64 +-
 superset/models/slice.py                           |    4 +-
 superset/sql/dialects/pinot.py                     |   64 +
 superset/sql/parse.py                              |   29 +-
 tests/integration_tests/charts/data/api_tests.py   |    2 +-
 tests/integration_tests/query_context_tests.py     |   54 +
 .../common/test_query_context_processor.py         |   77 +
 tests/unit_tests/models/helpers_test.py            |  327 ++++
 tests/unit_tests/models/slice_test.py              |    1 +
 tests/unit_tests/sql/dialects/pinot_tests.py       |  383 ++++-
 tests/unit_tests/sql/parse_tests.py                |   14 +-
 40 files changed, 2371 insertions(+), 1701 deletions(-)

Reply via email to