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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/caniuse-lite-1.0.30001746
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard e766c3c1ec chore(deps): bump caniuse-lite in /docs
     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 db13886651 chore(deps): bump caniuse-lite 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   (e766c3c1ec)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/docs/caniuse-lite-1.0.30001746 (db13886651)

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                                  |    2 +-
 docs/yarn.lock                                     |   28 +-
 .../TableCollection/TableCollection.test.tsx       |   36 +-
 .../src/components/TableCollection/index.tsx       |    7 +-
 .../src/utilities/Shared_DeckGL.tsx                |    1 +
 .../gridComponents/Markdown/Markdown.jsx           |    9 +
 .../gridComponents/Markdown/Markdown.test.jsx      |   82 +-
 .../components/menu/WithPopoverMenu.test.jsx       |   80 +-
 .../dashboard/components/menu/WithPopoverMenu.tsx  |   55 +-
 .../components/ExploreViewContainer/index.jsx      |   28 +-
 .../useUnsavedChangesPrompt.test.tsx               |  181 +--
 superset-websocket/package-lock.json               | 1333 ++++----------------
 superset-websocket/package.json                    |   10 +-
 superset/common/query_context_processor.py         |    9 +-
 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/slice_test.py              |    1 +
 tests/unit_tests/sql/dialects/pinot_tests.py       |  383 +++++-
 tests/unit_tests/sql/parse_tests.py                |   14 +-
 25 files changed, 1283 insertions(+), 1278 deletions(-)

Reply via email to