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/deck.gl/react-9.1.14 in repository https://gitbox.apache.org/repos/asf/superset.git
discard a327d66d4b chore(deps): bump @deck.gl/react in /superset-frontend add 659cd33749 fix(echarts): resolve bar chart X-axis time formatting stuck on adaptive (#34436) add 6a83b6fd87 fix(pie chart): Total now positioned correctly with all Legend positions, and respects theming (#34435) add 7c2ec4ca5f fix: Update table chart configuration labels to sentence case (#34438) add 9300652277 chore(deps): bump actions/first-interaction from 1 to 2 (#34459) add b18de05ea4 chore(deps-dev): bump webpack from 5.99.9 to 5.101.0 in /docs (#34500) add 7e98c75f01 chore(deps-dev): bump eslint-config-prettier from 10.1.5 to 10.1.8 in /docs (#34499) add 1e40e7d02b chore(deps): bump swagger-ui-react from 5.26.0 to 5.27.1 in /docs (#34498) add 792dd08d38 chore(deps-dev): bump @eslint/js from 9.31.0 to 9.32.0 in /docs (#34497) add 72294c569f chore(deps): bump antd from 5.26.3 to 5.26.7 in /docs (#34495) add daf207e5c2 chore(deps): bump less from 4.3.0 to 4.4.0 in /docs (#34494) add 1a7a381bd5 fix(echart): initial chart animation (#34516) add 17725ebc83 chore: use logger on all migrations (#34521) add 7191ae55c8 fix: docs eslint command (#34520) add 4e209e51d0 fix(sqllab): prevent strings with angle brackets from being hidden (#34512) add 7c4a77a909 chore(deps-dev): bump @babel/compat-data from 7.27.2 to 7.28.0 in /superset-frontend (#34485) add 22d5eb7835 chore(deps-dev): bump tsx from 4.19.4 to 4.20.3 in /superset-frontend (#34484) add 360e58c181 chore(deps): bump @deck.gl/core from 9.1.13 to 9.1.14 in /superset-frontend (#34480) add 9e407e4e80 chore(deps): bump dom-to-image-more from 3.5.0 to 3.6.0 in /superset-frontend (#34482) add 44fe3a2843 chore(deps): bump @deck.gl/react 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 (a327d66d4b) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/superset-frontend/deck.gl/react-9.1.14 (44fe3a2843) 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/workflows/welcome-new-users.yml | 2 +- docs/eslint.config.js | 9 +- docs/package.json | 14 +- docs/yarn.lock | 133 ++++---- superset-frontend/package-lock.json | 42 +-- superset-frontend/package.json | 6 +- .../superset-ui-core/src/utils/html.test.tsx | 15 + .../packages/superset-ui-core/src/utils/html.tsx | 80 ++++- .../legacy-preset-chart-deckgl/package.json | 2 +- .../src/controlPanel.tsx | 8 +- .../plugin-chart-echarts/src/Pie/transformProps.ts | 29 +- .../src/Timeseries/constants.ts | 1 + .../plugin-chart-echarts/src/components/Echart.tsx | 5 +- .../test/Pie/transformProps.test.ts | 151 +++++++++ .../test/Timeseries/Bar/controlPanel.test.ts | 204 ++++++++++++ .../test/Timeseries/Bar/transformProps.test.ts | 353 +++++++++++++++++++++ .../test/Timeseries/constants.test.ts | 43 +++ .../plugin-chart-table/src/controlPanel.tsx | 8 +- superset/migrations/shared/catalogs.py | 2 +- superset/migrations/shared/migrate_viz/base.py | 2 +- superset/migrations/shared/security_converge.py | 2 +- superset/migrations/shared/utils.py | 2 +- ...9ee0e3_fix_wrong_constraint_on_table_columns.py | 4 +- ...09-22_10-21_3b626e2a6783_sync_db_with_models.py | 18 +- ...0-05_11-30_b46fa1b0b39e_add_params_to_tables.py | 4 +- ...03-16_18-10_db527d8c4c78_add_db_verbose_name.py | 6 +- .../versions/2017-10-03_14-37_4736ec66ce19_.py | 6 +- ...5_e502db2af7be_add_template_params_to_tables.py | 10 +- ...2018-12-11_22-03_fb13d49b72f9_better_filters.py | 12 +- ...127d0d1d_reconvert_legacy_filters_into_adhoc.py | 4 +- ..._14-13_3325d4caccc8_dashboard_scoped_filters.py | 6 +- ...8_09-13_c501b7c653a3_add_missing_uuid_column.py | 6 +- ...3605f370a_fix_schemas_allowed_for_csv_upload.py | 4 +- ...13dd52_change_fetch_values_predicate_to_text.py | 6 +- ...4fbb_add_type_to_native_filter_configuration.py | 2 +- ...e5f1dacd_rename_to_schemas_allowed_for_file_.py | 6 +- ...5b9441_rename_big_viz_total_form_data_fields.py | 2 +- ...d1d2_move_pivot_table_v2_legacy_order_by_to_.py | 2 +- ...03-27_12-30_7e67aecbf3f1_chart_ds_constraint.py | 2 +- ...-41_4ea966691069_cross_filter_global_scoping.py | 2 +- ...9123a_update_charts_with_old_time_comparison.py | 2 +- ...11_df3d7e2eb9a4_remove__customer_location_uc.py | 2 +- ...2_convert_metric_currencies_from_str_to_json.py | 3 +- 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 +- 65 files changed, 1132 insertions(+), 266 deletions(-) create mode 100644 superset-frontend/plugins/plugin-chart-echarts/test/Timeseries/Bar/controlPanel.test.ts create mode 100644 superset-frontend/plugins/plugin-chart-echarts/test/Timeseries/Bar/transformProps.test.ts create mode 100644 superset-frontend/plugins/plugin-chart-echarts/test/Timeseries/constants.test.ts