This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch
dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-8.59.4
in repository https://gitbox.apache.org/repos/asf/superset.git
discard b0b99222ff3 fix(deps): bump @typescript-eslint/parser to match
eslint-plugin 8.59.4 in superset-websocket
discard b2577cb4c3c chore(deps-dev): bump @typescript-eslint/eslint-plugin
add b5ad4a7a07e test(sql-parser): pin TimescaleDB hyperfunctions parse on
postgresql (#32028) (#40142)
add 98dff2e170c chore(deps): bump yeoman-generator from 8.1.2 to 8.2.2 in
/superset-frontend (#40271)
add 738ebf9cc64 chore(deps-dev): bump @types/node from 25.8.0 to 25.9.1 in
/superset-frontend (#40268)
add 0fffa74bc6d chore(deps-dev): bump tsx from 4.22.0 to 4.22.3 in
/superset-frontend (#40267)
add 7f1c47521ea chore(deps-dev): bump @typescript-eslint/parser from
8.59.3 to 8.59.4 in /superset-frontend (#40263)
add f5fe9bfa265 chore(deps-dev): bump ts-jest from 29.4.9 to 29.4.10 in
/superset-frontend (#40260)
add fe8b218a5f8 chore(deps): bump mapbox-gl from 3.23.1 to 3.24.0 in
/superset-frontend (#40258)
add ffbce27c9b7 chore(deps): bump codecov/codecov-action from 6.0.0 to
6.0.1 (#40269)
add fbb30565086 chore(deps): bump baseline-browser-mapping from 2.10.30 to
2.10.31 in /docs (#40255)
add aa9af6c307d chore(deps-dev): bump typescript-eslint from 8.59.3 to
8.59.4 in /docs (#40254)
add 9acfac15235 chore(deps-dev): bump @typescript-eslint/parser from
8.59.3 to 8.59.4 in /superset-websocket (#40252)
add 81b4d580db9 chore(deps-dev): bump @types/node from 25.8.0 to 25.9.1 in
/superset-websocket (#40249)
add e6179036ec6 fix(sqllab): handle scientific notation in big number JSON
responses (#39994)
add 0a3a35018ce fix(mcp): changed_on_humanized null in write tool
responses (generate_dashboard, generate_chart) (#39488)
add b98bd2a07ac fix(mcp): Block destructive DDL (DROP, TRUNCATE, ALTER) in
execute_sql (#39621)
add 55024e8f4d0 feat(mcp): Add mcp_call_id to tool responses for server
log correlation (#39776)
add 6e8b3bf9761 fix(mcp): raise right error (#39964)
add fb276b08ddd fix(mcp): Skip misleading trend analysis for categorical
ASCII charts (#39761)
add 5bb54cc96bc fix(echarts): preserve dataZoom range across
setOption(notMerge) (#40173)
add 038414ea5ca chore(deps-dev): bump ts-jest from 29.4.9 to 29.4.10 in
/superset-websocket (#40290)
add ea1ce7140c9 chore(deps-dev): bump webpack from 5.106.2 to 5.107.0 in
/docs (#40291)
add 4a17c49d74f chore(deps): bump zod from 4.4.1 to 4.4.3 in
/superset-frontend (#40272)
add 3356f4d3e17 chore(deps): bump react-syntax-highlighter from 16.1.0 to
16.1.1 in /superset-frontend (#40265)
add 13fa3810a87 chore(deps): bump react-map-gl from 8.1.0 to 8.1.1 in
/superset-frontend (#40262)
add 12a21c89335 chore(deps-dev): bump @typescript-eslint/eslint-plugin
from 8.59.3 to 8.59.4 in /superset-frontend (#40256)
add dacda71f777 chore(deps-dev): bump typescript-eslint from 8.59.3 to
8.59.4 in /superset-websocket (#40251)
add 4d719d33843 chore(deps-dev): bump @typescript-eslint/eslint-plugin
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 (b0b99222ff3)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-8.59.4
(4d719d33843)
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/superset-extensions-cli.yml | 2 +-
.github/workflows/superset-frontend.yml | 2 +-
.../workflows/superset-python-integrationtest.yml | 6 +-
.github/workflows/superset-python-presto-hive.yml | 4 +-
.github/workflows/superset-python-unittest.yml | 2 +-
docs/package.json | 6 +-
docs/yarn.lock | 237 ++--
superset-frontend/package-lock.json | 291 +++--
superset-frontend/package.json | 12 +-
.../packages/generator-superset/package.json | 2 +-
.../packages/superset-ui-core/package.json | 4 +-
.../src/connection/callApi/parseResponse.ts | 3 +-
.../test/connection/callApi/parseResponse.test.ts | 20 +
.../plugins/plugin-chart-echarts/package.json | 2 +-
.../plugin-chart-echarts/src/components/Echart.tsx | 45 +
.../test/components/Echart.test.tsx | 192 +++
.../plugin-chart-point-cluster-map/package.json | 4 +-
superset-websocket/package-lock.json | 1235 ++------------------
superset-websocket/package.json | 6 +-
superset/mcp_service/chart/ascii_charts.py | 65 +-
superset/mcp_service/chart/compile.py | 101 ++
superset/mcp_service/chart/tool/generate_chart.py | 18 +-
.../dashboard/tool/generate_dashboard.py | 14 +
superset/mcp_service/middleware.py | 16 +-
superset/mcp_service/sql_lab/tool/execute_sql.py | 50 +-
superset/mcp_service/system/schemas.py | 8 +
.../mcp_service/system/tool/generate_bug_report.py | 6 +
superset/sql/parse.py | 53 +
.../mcp_service/chart/test_ascii_charts.py | 83 +-
tests/unit_tests/mcp_service/chart/test_compile.py | 87 ++
.../dashboard/tool/test_dashboard_generation.py | 5 +-
.../mcp_service/sql_lab/tool/test_execute_sql.py | 150 +++
.../system/tool/test_generate_bug_report.py | 36 +
.../mcp_service/test_middleware_logging.py | 109 +-
tests/unit_tests/sql/parse_tests.py | 86 ++
35 files changed, 1493 insertions(+), 1469 deletions(-)
create mode 100644
superset-frontend/plugins/plugin-chart-echarts/test/components/Echart.test.tsx