This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch
dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-core/core-js-tw-3.48.0
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 2d0bfa15e2 chore(deps): update package-lock.json
omit 38bb82e6f8 chore(deps): update core-js requirement
add 3f37cdbf9c fix(database): include `configuration_method` in the DB
export/import flow (#36958)
add 319a131ec9 fix(charts): missing globalOpacity prop with mapbox (#37168)
add 0ecc69d2f1 chore(deps): bump fastmcp from 2.14.0 to 2.14.3 (#37410)
add 2f81720603 chore(deps-dev): bump @swc/plugin-transform-imports from
10.0.0 to 12.4.0 in /superset-frontend (#37384)
add b09e60c1ec fix(deckgl-contour): prevent WebGL freeze by clamping and
auto-scaling cellSize (#37244)
new 66fca60646 chore(deps): update core-js requirement
new fab153c28c chore(deps): update package-lock.json
new a48dd81f61 chore: update package-lock.json
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 (2d0bfa15e2)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-core/core-js-tw-3.48.0
(a48dd81f61)
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.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/dependabot.yml | 4 +
pyproject.toml | 2 +-
requirements/base.txt | 1 +
requirements/development.txt | 21 +-
superset-frontend/package-lock.json | 3145 ++------------------
.../src/ScatterPlotGlowOverlay.jsx | 6 +-
.../src/layers/Contour/Contour.tsx | 15 +-
.../src/layers/Contour/getSafeCellSize.test.ts | 67 +
.../src/layers/Contour/getSafeCellSize.ts | 73 +
.../src/layers/Contour/index.ts | 2 +
superset/databases/api.py | 1 +
superset/databases/schemas.py | 7 +
superset/models/core.py | 1 +
tests/integration_tests/databases/api_tests.py | 1 +
.../integration_tests/databases/commands_tests.py | 1 +
tests/integration_tests/security_tests.py | 3 +-
tests/unit_tests/databases/api_test.py | 149 +
tests/unit_tests/datasets/commands/export_test.py | 1 +
18 files changed, 518 insertions(+), 2982 deletions(-)
create mode 100644
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/getSafeCellSize.test.ts
create mode 100644
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/getSafeCellSize.ts