This is an automated email from the ASF dual-hosted git repository. jli pushed a change to branch dependabot/npm_and_yarn/superset-frontend/plugins/legacy-preset-chart-deckgl/deck.gl/layers-tw-9.1.14 in repository https://gitbox.apache.org/repos/asf/superset.git
omit 9f2d53089e chore(deps): update @deck.gl/layers requirement omit 8515792b04 chore(deps): update @deck.gl/aggregation-layers requirement from ^9.1.13 to ^9.1.14 in /superset-frontend/plugins/legacy-preset-chart-deckgl (#34468) omit 923b2b1d77 chore(deps-dev): bump @babel/runtime-corejs3 from 7.26.7 to 7.28.2 in /superset-frontend (#34464) omit 486b0122d0 chore(deps-dev): update jest requirement from ^30.0.4 to ^30.0.5 in /superset-frontend/plugins/plugin-chart-pivot-table (#34462) omit ae090fa74c chore(deps-dev): update @types/prop-types requirement from ^15.7.2 to ^15.7.15 in /superset-frontend/packages/superset-ui-core (#34451) omit 35ec6d308a chore(deps-dev): update jest requirement from ^30.0.4 to ^30.0.5 in /superset-frontend/packages/generator-superset (#34457) omit c62a6f5cee chore(deps): bump @deck.gl/react from 9.1.13 to 9.1.14 in /superset-frontend (#34461) omit cdd140b3cc chore(deps-dev): update jest requirement from ^30.0.4 to ^30.0.5 in /superset-frontend/plugins/plugin-chart-handlebars (#34501) omit 09cf49c2ba chore(deps): bump @babel/runtime from 7.26.10 to 7.28.2 in /superset-frontend (#34472) omit ac4b4c7646 chore(deps-dev): bump eslint-config-prettier from 10.1.5 to 10.1.8 in /superset-websocket (#34454) omit d0a6c78966 chore(deps): bump react-draggable from 4.4.6 to 4.5.0 in /superset-frontend (#34474) omit 65f2071aa4 chore(deps): bump react-lines-ellipsis from 0.15.4 to 0.16.1 in /superset-frontend (#34483) omit e8f37a3f89 chore(deps-dev): bump eslint from 9.31.0 to 9.32.0 in /docs (#34492) omit 19d229ea12 chore(deps-dev): bump typescript-eslint from 8.37.0 to 8.38.0 in /docs (#34493) omit 622a62d7a1 chore(deps): update react requirement from ^19.1.0 to ^19.1.1 in /superset-frontend/plugins/legacy-plugin-chart-chord (#34502) omit 4a556f4ac4 fix: update copy text for better capitalization and abbreviation standards (#34508) omit 7a1839ba1b chore(deps): bump @rjsf/validator-ajv8 from 5.24.9 to 5.24.12 in /superset-frontend (#34487) omit 8f2afb8f4d chore(deps-dev): bump @babel/preset-react from 7.26.3 to 7.27.1 in /superset-frontend (#34489) omit 02586981da chore(deps-dev): bump eslint-plugin-prettier from 5.5.1 to 5.5.3 in /docs (#34496) omit 8700a0b939 fix(table chart): render bigint value in a raw mode (#34556) omit d843fef2ce fix(theming): More theming bugs/regressions (#34507) omit f45654c03c chore: Rename dataset creation buttons (#34544) omit 761daec53d feat(timeshift): Add support for date range timeshifts (#34375) omit 407fb67f1e fix: Avoid null `scrollLeft` in `VirtualTable` (#34545) omit 49689eec6c feat: Enable drilling in embedded (#34319) omit 791ea9860d fix(explore): Fix missing await for async buildV1ChartDataPayload calls (#34528) omit 2f8939d229 fix(native filters): throws an error when a chart containing a bigint value (#34539) omit ccf6290120 chore(core): Add drawer to core ui components (#34515) omit 96a1aa60e8 chore(deps): update gh-pages requirement from ^6.2.0 to ^6.3.0 in /superset-frontend/packages/superset-ui-demo (#34444) omit 2ea0368c2d chore(deps-dev): bump @types/classnames from 2.3.0 to 2.3.4 in /superset-frontend (#34478) add 239e6b3fa3 chore(deps): update @deck.gl/layers requirement 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 (9f2d53089e) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/superset-frontend/plugins/legacy-preset-chart-deckgl/deck.gl/layers-tw-9.1.14 (239e6b3fa3) 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: RESOURCES/FEATURE_FLAGS.md | 1 - UPDATING.md | 1 - docs/package.json | 6 +- docs/yarn.lock | 200 +-- .../cypress/e2e/dashboard/drillby.test.ts | 51 - .../e2e/dashboard/horizontalFilterBar.test.ts | 2 +- superset-frontend/package-lock.json | 1427 +++++++++----------- superset-frontend/package.json | 12 +- .../packages/generator-superset/package.json | 2 +- .../packages/superset-ui-core/package.json | 6 +- .../src/components/Badge/index.tsx | 1 - .../src/components/Drawer/index.tsx | 22 - .../src/components/Drawer/types.ts | 22 - .../src/components/DropdownContainer/index.tsx | 84 +- .../src/components/DropdownContainer/types.ts | 3 +- .../src/components/Select/styles.tsx | 3 +- .../src/components/Table/VirtualTable.tsx | 2 +- .../src/components/TableCollection/index.tsx | 7 +- .../src/components/TableCollection/utils.tsx | 2 +- .../superset-ui-core/src/components/index.ts | 1 - .../packages/superset-ui-demo/package.json | 4 +- .../plugins/legacy-plugin-chart-chord/package.json | 2 +- .../legacy-preset-chart-deckgl/package.json | 4 +- .../src/Heatmap/controlPanel.tsx | 4 +- .../plugins/plugin-chart-handlebars/package.json | 2 +- .../plugins/plugin-chart-pivot-table/package.json | 2 +- .../plugins/plugin-chart-table/src/TableChart.tsx | 6 +- .../plugin-chart-table/test/TableChart.test.tsx | 21 - .../plugins/plugin-chart-table/test/testData.ts | 22 - .../components/RunQueryActionButton/index.tsx | 35 +- .../Chart/ChartContextMenu/ChartContextMenu.tsx | 95 +- .../Chart/ChartContextMenu/useContextMenu.test.tsx | 96 +- .../Chart/DrillBy/DrillByMenuItems.test.tsx | 62 +- .../components/Chart/DrillBy/DrillByMenuItems.tsx | 92 +- .../components/Chart/DrillBy/DrillByModal.test.tsx | 92 +- .../src/components/Chart/DrillBy/DrillByModal.tsx | 47 +- .../Chart/DrillDetail/DrillDetailMenuItems.tsx | 3 - .../Chart/DrillDetail/DrillDetailModal.tsx | 38 +- .../Chart/DrillDetail/DrillDetailPane.test.tsx | 11 +- .../Chart/DrillDetail/DrillDetailPane.tsx | 21 +- .../src/components/Chart/chartAction.js | 5 - superset-frontend/src/components/Chart/types.ts | 1 - .../src/components/Datasource/Field.tsx | 40 +- .../src/components/Datasource/Fieldset.tsx | 8 +- .../SliceHeaderControls.test.tsx | 70 +- .../src/dashboard/components/dnd/DragDroppable.jsx | 8 + .../src/dashboard/components/dnd/DragHandle.tsx | 2 +- .../FiltersConfigForm/FiltersConfigForm.tsx | 2 +- .../FiltersConfigModal/FiltersConfigModal.test.tsx | 44 - .../src/explore/actions/saveModalActions.test.ts | 24 +- .../src/explore/actions/saveModalActions.ts | 10 +- .../DatasourcePanelDragOption/index.tsx | 13 +- .../explore/components/ExploreChartPanel/index.jsx | 2 +- .../components/controls/VizTypeControl/VizTile.tsx | 2 +- .../databases/DatabaseModal/ExtraOptions.tsx | 2 +- .../datasets/AddDataset/Footer/Footer.test.tsx | 22 +- .../features/datasets/AddDataset/Footer/index.tsx | 4 +- .../datasets/AddDataset/LeftPanel/index.tsx | 2 +- .../DatasetMetadataBar.skipped-stories.tsx | 18 +- .../metadataBar/useDatasetMetadataBar.test.tsx | 67 +- .../datasets/metadataBar/useDatasetMetadataBar.tsx | 53 +- superset-frontend/src/features/datasets/styles.ts | 8 +- superset-frontend/src/features/tags/TagModal.tsx | 38 +- superset-frontend/src/hooks/usePermissions.ts | 9 +- .../src/pages/AlertReportList/index.tsx | 8 +- .../src/pages/AnnotationLayerList/index.tsx | 2 - .../src/pages/AnnotationList/index.tsx | 1 - .../src/pages/ChartCreation/index.tsx | 40 +- superset-frontend/src/pages/ChartList/index.tsx | 9 +- .../src/pages/CssTemplateList/index.tsx | 1 - .../src/pages/DashboardList/index.tsx | 4 +- superset-frontend/src/pages/DatabaseList/index.tsx | 3 +- superset-frontend/src/pages/DatasetList/index.tsx | 6 +- superset-frontend/src/pages/GroupsList/index.tsx | 1 - .../src/pages/QueryHistoryList/index.tsx | 14 +- superset-frontend/src/pages/RolesList/index.tsx | 1 - .../src/pages/RowLevelSecurityList/index.tsx | 7 +- .../src/pages/SavedQueryList/index.tsx | 8 +- superset-frontend/src/pages/Tags/index.tsx | 1 - superset-frontend/src/pages/ThemeList/index.tsx | 1 - superset-frontend/src/pages/UsersList/index.tsx | 7 - superset-websocket/package-lock.json | 18 +- superset-websocket/package.json | 2 +- superset/common/query_context_processor.py | 343 ++--- superset/common/query_object.py | 32 - superset/config.py | 8 +- superset/datasets/api.py | 104 +- superset/datasets/schemas.py | 62 +- superset/security/manager.py | 69 - superset/translations/ar/LC_MESSAGES/messages.po | 8 +- superset/translations/ca/LC_MESSAGES/messages.po | 8 +- superset/translations/de/LC_MESSAGES/messages.po | 8 +- superset/translations/en/LC_MESSAGES/messages.po | 8 +- superset/translations/es/LC_MESSAGES/messages.po | 8 +- superset/translations/fa/LC_MESSAGES/messages.po | 8 +- superset/translations/fr/LC_MESSAGES/messages.po | 8 +- superset/translations/it/LC_MESSAGES/messages.po | 8 +- superset/translations/ja/LC_MESSAGES/messages.po | 8 +- superset/translations/ko/LC_MESSAGES/messages.po | 8 +- superset/translations/messages.pot | 8 +- superset/translations/nl/LC_MESSAGES/messages.po | 8 +- superset/translations/pl/LC_MESSAGES/messages.po | 8 +- superset/translations/pt/LC_MESSAGES/messages.po | 8 +- .../translations/pt_BR/LC_MESSAGES/messages.po | 8 +- superset/translations/ru/LC_MESSAGES/messages.po | 8 +- superset/translations/sk/LC_MESSAGES/messages.po | 8 +- superset/translations/sl/LC_MESSAGES/messages.po | 8 +- superset/translations/tr/LC_MESSAGES/messages.po | 8 +- superset/translations/uk/LC_MESSAGES/messages.po | 8 +- superset/translations/zh/LC_MESSAGES/messages.po | 8 +- .../translations/zh_TW/LC_MESSAGES/messages.po | 8 +- superset/views/datasource/schemas.py | 1 - superset/views/datasource/views.py | 19 - tests/integration_tests/base_tests.py | 45 +- tests/integration_tests/charts/data/api_tests.py | 94 -- tests/integration_tests/datasets/api_tests.py | 539 +------- tests/integration_tests/datasource_tests.py | 72 +- tests/integration_tests/query_context_tests.py | 273 +--- .../common/test_query_context_processor.py | 131 -- 119 files changed, 1498 insertions(+), 3572 deletions(-) delete mode 100644 superset-frontend/packages/superset-ui-core/src/components/Drawer/index.tsx delete mode 100644 superset-frontend/packages/superset-ui-core/src/components/Drawer/types.ts