This is an automated email from the ASF dual-hosted git repository.
EnxDev pushed a change to branch fix/107166-value-aggregation-none-persist
in repository https://gitbox.apache.org/repos/asf/superset.git
from a525dc97b4a Merge remote-tracking branch 'origin/master' into
fix/107166-value-aggregation-none-persist
add ad8e6d41402 build(deps): upgrade `react-markdown` to v9 and
`remark-gfm` to v4 (#41778)
add 689b4f623e4 docs(admin/config): resolve misconfigured aws-iam Markdown
file (#41748)
add 21b4185819e fix(ace-editor): caret drift from late font loads and
emoji widths (#41697)
add 51e708da6bb fix(mcp): accept Superset vocabulary in chart configs and
clarify query_dataset metric errors (#40972)
add 69ce27f1731 feat(sec): resolve all vuln alerts in
`superset-embedded-sdk`, `superset-frontend` and `docs` (#41776)
add 5d576e48c7f Merge branch 'master' into
fix/107166-value-aggregation-none-persist
No new revisions were added by this update.
Summary of changes:
.github/dependabot.yml | 11 -
docs/admin_docs/configuration/aws-iam.mdx | 20 +-
docs/package.json | 7 +-
docs/src/components/databases/types.ts | 2 +-
docs/src/pages/inTheWild.tsx | 3 +-
docs/src/pages/index.tsx | 3 +-
docs/src/types/yaml.d.ts | 4 +-
docs/src/webpack.extend.ts | 4 +-
docs/tsconfig.json | 1 -
docs/yarn.lock | 7726 ++++++++++----------
superset-embedded-sdk/package-lock.json | 1410 ++--
superset-embedded-sdk/package.json | 8 +-
superset-frontend/package-lock.json | 2865 ++------
superset-frontend/package.json | 4 +-
.../packages/superset-ui-core/package.json | 6 +-
.../AsyncAceEditor/AsyncAceEditor.test.tsx | 193 +
.../AsyncAceEditor/emojiWidthPatch.test.ts | 190 +
.../components/AsyncAceEditor/emojiWidthPatch.ts | 271 +
.../src/components/AsyncAceEditor/index.tsx | 81 +-
.../src/components/SafeMarkdown/SafeMarkdown.tsx | 5 +-
superset/mcp_service/chart/schemas.py | 99 +-
superset/mcp_service/dataset/tool/query_dataset.py | 46 +-
.../chart/test_chart_config_coercion.py | 281 +
23 files changed, 6189 insertions(+), 7051 deletions(-)
create mode 100644
superset-frontend/packages/superset-ui-core/src/components/AsyncAceEditor/emojiWidthPatch.test.ts
create mode 100644
superset-frontend/packages/superset-ui-core/src/components/AsyncAceEditor/emojiWidthPatch.ts
create mode 100644
tests/unit_tests/mcp_service/chart/test_chart_config_coercion.py