This is an automated email from the ASF dual-hosted git repository.
diegopucci pushed a change to branch enxdev/fix/modal-sticky-pagination
in repository https://gitbox.apache.org/repos/asf/superset.git
from 4bae219987 fix: Prevent table rows from overlapping pagination in
table view
add 81fdc2bd0e feat(dates): adding handling for first of (#37098)
add c867d9379f chore(deps-dev): bump ts-loader from 9.5.2 to 9.5.4 in
/superset-frontend (#36999)
add 96a3f2a187 chore(deps-dev): bump @babel/preset-react from 7.27.1 to
7.28.5 in /superset-frontend (#37047)
add 68e917c3f6 chore(deps-dev): bump eslint-plugin-testing-library from
7.14.0 to 7.15.4 in /superset-frontend (#37052)
add db61e4f62a chore(deps-dev): bump
eslint-plugin-react-you-might-not-need-an-effect from 0.8.3 to 0.8.5 in
/superset-frontend (#37054)
add 7f6cdc5616 chore(deps-dev): bump prettier from 3.7.4 to 3.8.0 in
/superset-websocket (#37149)
add 4c267b7ee2 chore(deps-dev): bump prettier from 3.7.4 to 3.8.0 in /docs
(#37152)
add f69cd43bd0 chore(deps-dev): bump eslint-plugin-prettier from 5.5.4 to
5.5.5 in /docs (#37153)
add c6ad0dbd3a chore(deps-dev): bump prettier from 3.7.4 to 3.8.0 in
/superset-frontend (#37156)
add 89380638b0 chore(deps): bump immer from 11.0.1 to 11.1.3 in
/superset-frontend (#37159)
add 82d74d15ec chore(deps): bump react-intersection-observer from 9.16.0
to 10.0.0 in /superset-frontend (#37162)
add 129b8e10a2 chore(deps-dev): bump @babel/core from 7.28.3 to 7.28.6 in
/superset-frontend (#37154)
add e071e0c5a4 chore(deps-dev): bump eslint-plugin-prettier from 5.5.4 to
5.5.5 in /superset-frontend (#37160)
add b142f1956f chore(deps): bump chrono-node from 2.7.8 to 2.9.0 in
/superset-frontend (#36632)
add 95c14b1fc1 chore(Matrixify): disable matrixify for incompatible viz
types (#37163)
add 14ff2267db Merge branch 'master' of https://github.com/apache/superset
into enxdev/fix/modal-sticky-pagination
No new revisions were added by this update.
Summary of changes:
docs/package.json | 4 +-
docs/yarn.lock | 36 +-
superset-frontend/package-lock.json | 381 ++++++++++++---------
superset-frontend/package.json | 20 +-
.../packages/superset-core/package.json | 4 +-
.../packages/superset-ui-demo/package.json | 6 +-
.../components/ControlPanelsContainer.test.tsx | 109 ++++++
.../explore/components/ControlPanelsContainer.tsx | 14 +-
superset-websocket/package-lock.json | 14 +-
superset-websocket/package.json | 2 +-
superset/utils/date_parser.py | 109 +++++-
tests/unit_tests/utils/date_parser_tests.py | 64 ++++
12 files changed, 565 insertions(+), 198 deletions(-)