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/eslint-10.0.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 57292d03d3f chore(deps-dev): bump eslint from 8.57.1 to 10.0.0 in
/superset-frontend
add d748ed19ced chore(deps): bump hot-shots from 13.2.0 to 14.0.0 in
/superset-websocket (#37993)
add 232b34d9443 chore(deps-dev): bump webpack-sources from 3.3.3 to 3.3.4
in /superset-frontend (#38004)
add eee3af57759 chore(deps-dev): bump oxlint from 1.46.0 to 1.47.0 in
/superset-frontend (#38005)
add 982e2c1ef7f chore(deps-dev): bump webpack from 5.105.0 to 5.105.2 in
/superset-frontend (#38003)
add c873225308e chore(deps-dev): bump jsdom from 28.0.0 to 28.1.0 in
/superset-frontend (#37997)
add d47a7105dfa chore(deps): bump caniuse-lite from 1.0.30001769 to
1.0.30001770 in /docs (#37994)
add 2c9f0c1c2a8 chore(deps-dev): bump wait-on from 9.0.3 to 9.0.4 in
/superset-frontend (#37999)
add 22ac5e02b60 fix(deckgl): remove dataset field from Deck.gl Layer
Visibility Display controls (#37611)
add 8853ff19d48 chore(websocket): migrate external uuid usage with Node's
native UUID generator (#37101)
add 7b21979fa3b fix(charts): Force refresh uses async mode when GAQ is
enabled (#37845)
add 3e3c9686de8 perf(dashboard): Batch RLS filter lookups for dashboard
digest computation (#37941)
add 84f1ee44093 feat: added conditional formatting enhancements string to
pivot table (#35863)
add 604d49f5579 chore(deps): bump datamaps from 0.5.9 to 0.5.10 in
/superset-frontend (#37913)
add 64199565973 chore(deps-dev): bump eslint from 8.57.1 to 10.0.0 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 (57292d03d3f)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/eslint-10.0.0 (64199565973)
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 | 2 +-
docs/yarn.lock | 13 +-
superset-frontend/package-lock.json | 387 ++++++++--------
superset-frontend/package.json | 10 +-
.../legacy-plugin-chart-world-map/package.json | 2 +-
.../src/plugin/controlPanel.tsx | 14 +-
.../src/react-pivottable/TableRenderers.tsx | 69 ++-
.../test/plugin/transformProps.test.ts | 489 ++++++++++++---------
.../components/DeckglLayerVisibility/index.ts | 1 +
superset-websocket/package-lock.json | 67 +--
superset-websocket/package.json | 5 +-
superset-websocket/src/index.ts | 4 +-
superset-websocket/utils/loadtest.js | 4 +-
superset/charts/data/api.py | 20 +-
superset/security/manager.py | 123 +++++-
superset/thumbnails/digest.py | 9 +
tests/integration_tests/charts/data/api_tests.py | 42 ++
tests/unit_tests/security/manager_test.py | 210 +++++++++
tests/unit_tests/thumbnails/test_digest.py | 49 +++
19 files changed, 1004 insertions(+), 516 deletions(-)