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-demo/memoize-one-6.0.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 17bef72938 chore(deps): bump memoize-one
add 7c69ec7f24 chore(deps): bump markdown-to-jsx from 7.7.4 to 9.6.0 in
/superset-frontend (#37354)
add 790b79541b chore(deps-dev): bump globals from 17.0.0 to 17.1.0 in
/superset-websocket (#37380)
add 6a46700721 chore(deps): bump caniuse-lite from 1.0.30001765 to
1.0.30001766 in /docs (#37381)
add eeb4065d7d chore(deps): bump unist-util-visit from 5.0.0 to 5.1.0 in
/docs (#37383)
add 8951362852 chore(deps-dev): bump globals from 17.0.0 to 17.1.0 in
/docs (#37385)
add e14931c368 chore(deps-dev): bump swc-loader from 0.2.6 to 0.2.7 in
/superset-frontend (#37387)
add f83f952221 chore(deps-dev): bump webpack-bundle-analyzer from 5.1.1 to
5.2.0 in /superset-frontend (#37388)
add bbab86a0b1 chore(deps-dev): bump @applitools/eyes-storybook from
3.63.8 to 3.63.9 in /superset-frontend (#37390)
add 56cf7a810b chore(deps-dev): bump html-webpack-plugin from 5.6.5 to
5.6.6 in /superset-frontend (#37392)
add 429d9b27f6 chore: Update outdated GitHub Actions version (#37305)
add baaa8c5f54 feat(deckgl): add auto zoom option in deck gl multi layer
(#37221)
add d823dfd2b9 feat: add interactive column sorting to pivot table (#36050)
add 5747fb1e85 feat(ListView): add pagination to card view and center row
count display (#36288)
add e8363cf606 fix(redshift): normalize table names to lowercase for CSV
uploads (#37019)
add d6328fcb42 chore(deps): bump mapbox-gl from 3.18.0 to 3.18.1 in
/superset-frontend (#37382)
add 34418d7e0b fix(datasets): respect application root in database
management link (#36986)
add 39ebf7a7ad chore(websocket): sync Node version to LTS v22 (#37102)
add d54e227e25 chore: update old MotherDuck duckdb version to follow the
official duckdb one (#36834)
add e4f649e49c fix(superset-frontend): Fixes for broken functionality when
an application root is defined (#36058)
add b99fc582e4 fix(chart): implement geohash decoding (#37027)
add 3580dc6cad chore(ts): Migrate Divider.jsx to Divider.tsx [SIP-36]
(#36335)
add a60f8d761d chore(deps-dev): bump npm from 11.5.2 to 11.8.0 in
/superset-frontend (#37352)
add 3a811d680d chore(deps): bump lodash from 4.17.21 to 4.17.23 in
/superset-frontend (#37348)
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)
add d2d2db75b8 chore(deps): bump memoize-one
add 9628173684 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 (17bef72938)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-demo/memoize-one-6.0.0
(9628173684)
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/actions/change-detector/label-draft-pr.yml | 2 +-
.github/dependabot.yml | 4 +
docs/package.json | 6 +-
docs/yarn.lock | 24 +-
pyproject.toml | 5 +-
requirements/base.txt | 1 +
requirements/development.txt | 21 +-
superset-frontend/package-lock.json | 3345 ++------------------
superset-frontend/package.json | 14 +-
.../packages/superset-core/package.json | 2 +-
.../superset-ui-chart-controls/package.json | 2 +-
.../packages/superset-ui-core/package.json | 2 +-
.../{AntdThemeProvider => Pagination}/index.tsx | 11 +-
.../superset-ui-core/src/components/index.ts | 2 +
.../src/ScatterPlotGlowOverlay.jsx | 6 +-
.../legacy-preset-chart-deckgl/package.json | 2 +-
.../src/Multi/Multi.test.tsx | 524 +++
.../legacy-preset-chart-deckgl/src/Multi/Multi.tsx | 45 +-
.../src/Multi/controlPanel.test.ts | 351 ++
.../src/Multi/controlPanel.ts | 3 +-
.../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 +
.../src/layers/Polygon/transformProps.test.ts | 50 +
.../src/layers/Polygon/transformProps.ts | 11 +
.../plugins/legacy-preset-chart-nvd3/package.json | 2 +-
.../plugin-chart-ag-grid-table/package.json | 2 +-
.../plugins/plugin-chart-cartodiagram/package.json | 2 +-
.../plugins/plugin-chart-echarts/package.json | 2 +-
.../plugins/plugin-chart-pivot-table/package.json | 1 +
.../src/react-pivottable/TableRenderers.jsx | 238 +-
.../test/react-pivottable/tableRenders.test.tsx | 591 ++++
.../plugins/plugin-chart-table/package.json | 2 +-
.../src/SqlLab/components/ResultSet/index.tsx | 13 +-
.../src/components/ListView/ListView.tsx | 43 +-
.../Divider/{Divider.test.jsx => Divider.test.tsx} | 17 +-
.../Divider/{Divider.jsx => Divider.tsx} | 37 +-
.../src/explore/exploreUtils/index.js | 25 +-
.../datasets/AddDataset/LeftPanel/index.tsx | 3 +-
superset-frontend/src/features/home/Menu.test.tsx | 45 +-
superset-frontend/src/features/home/Menu.tsx | 20 +-
superset-frontend/src/features/home/RightMenu.tsx | 2 +-
superset-frontend/src/utils/assetUrl.test.ts | 48 +
superset-frontend/src/utils/assetUrl.ts | 13 +-
superset-websocket/.nvmrc | 2 +-
superset-websocket/Dockerfile | 4 +-
superset-websocket/package-lock.json | 16 +-
superset-websocket/package.json | 4 +-
superset/commands/database/uploaders/base.py | 6 +
superset/databases/api.py | 1 +
superset/databases/schemas.py | 7 +
superset/db_engine_specs/base.py | 20 +
superset/db_engine_specs/redshift.py | 18 +
superset/models/core.py | 1 +
superset/security/manager.py | 25 -
superset/views/base.py | 6 -
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 +
tests/unit_tests/db_engine_specs/test_redshift.py | 30 +
63 files changed, 2751 insertions(+), 3240 deletions(-)
copy
superset-frontend/packages/superset-ui-core/src/components/{AntdThemeProvider
=> Pagination}/index.tsx (79%)
create mode 100644
superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/Multi.test.tsx
create mode 100644
superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.test.ts
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
create mode 100644
superset-frontend/plugins/plugin-chart-pivot-table/test/react-pivottable/tableRenders.test.tsx
rename
superset-frontend/src/dashboard/components/gridComponents/Divider/{Divider.test.jsx
=> Divider.test.tsx} (83%)
rename
superset-frontend/src/dashboard/components/gridComponents/Divider/{Divider.jsx
=> Divider.tsx} (77%)
create mode 100644 superset-frontend/src/utils/assetUrl.test.ts