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/uuid-13.0.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 97d777d566 chore(deps): bump uuid from 11.1.0 to 13.0.0 in
/superset-websocket
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 f6c1fa76b0 chore(deps): bump uuid from 11.1.0 to 13.0.0 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 (97d777d566)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-websocket/uuid-13.0.0 (f6c1fa76b0)
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 | 8 +-
docs/yarn.lock | 37 +--
.../src/components/ListView/ListView.tsx | 1 +
.../src/dashboard/actions/dashboardState.js | 3 +-
.../src/dashboard/actions/dashboardState.test.js | 36 +++
superset-websocket/package-lock.json | 242 +++++++--------
superset-websocket/package.json | 4 +-
superset/connectors/sqla/models.py | 4 +-
superset/models/helpers.py | 64 +++-
tests/unit_tests/models/helpers_test.py | 327 +++++++++++++++++++++
10 files changed, 565 insertions(+), 161 deletions(-)