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/packages/superset-ui-demo/babel/preset-typescript-tw-7.27.1
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 3d42879317 chore(deps-dev): update @babel/preset-typescript requirement
add 339ba96600 fix: improve function detection (#33306)
add 22de26cd77 fix: `metric.currency` should be JSON, not string (#33303)
add 4e0c261c9d fix: show only filterable columns on filter dropdown
(#33338)
add e304f2d5ad chore(deps): bump react-intersection-observer from 9.15.1
to 9.16.0 in /superset-frontend (#33333)
add 65605b4a54 chore(deps-dev): bump @babel/plugin-transform-runtime from
7.25.9 to 7.27.1 in /superset-frontend (#33332)
add fee33dd0cf chore(deps): bump @rjsf/validator-ajv8 from 5.24.1 to
5.24.9 in /superset-frontend (#33321)
add 17d7b72f3b chore(deps-dev): bump webpack from 5.98.0 to 5.99.7 in
/docs (#33316)
add 6db3a4d9d2 fix: Temporal filter conversion in viz migrations (#33224)
add c22c532a5c chore(deps-dev): bump eslint-plugin-react from 7.37.4 to
7.37.5 in /docs (#33314)
add 5a9e366c0a chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 in
/docs (#33320)
add 9f0ae77341 fix: Edge case with metric not getting quoted in sort by
when normalize_columns is enabled (#33337)
add 7791674f24 chore(deps-dev): bump eslint-config-prettier from 10.1.1 to
10.1.2 in /docs (#33315)
add f045a73e2d fix: loading examples from raw.githubusercontent.com fails
with 429 errors (#33354)
add 99aa3a6507 docs(docker-builds.mdx): clarify dockerize images (#33350)
add ed36674a99 chore(deps): bump less from 4.2.2 to 4.3.0 in /docs (#33317)
add 13ced58261 chore(deps-dev): bump @eslint/js from 9.17.0 to 9.25.1 in
/superset-websocket (#33312)
add b49e5857c9 chore(deps): bump uuid from 11.0.2 to 11.1.0 in
/superset-websocket (#33311)
add 6e485c9f70 chore(deps-dev): update ts-loader requirement from ^9.5.1
to ^9.5.2 in /superset-frontend/packages/superset-ui-demo (#33323)
add 6475188e6a chore(deps): bump swagger-ui-react from 5.20.2 to 5.21.0 in
/docs (#33318)
add 84bc92d0a5 chore(deps-dev): update @babel/preset-typescript 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 (3d42879317)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-demo/babel/preset-typescript-tw-7.27.1
(84bc92d0a5)
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:
docs/docs/installation/docker-builds.mdx | 2 +-
docs/package.json | 12 +-
docs/static/resources/openapi.json | 10 --
docs/yarn.lock | 132 +++++++-------------
superset-frontend/package-lock.json | 138 ++++++++++++---------
superset-frontend/package.json | 6 +-
.../superset-ui-chart-controls/src/fixtures.ts | 1 -
.../superset-ui-chart-controls/src/types.ts | 1 -
.../test/utils/columnChoices.test.tsx | 2 -
.../test/utils/defineSavedMetrics.test.tsx | 1 -
.../packages/superset-ui-demo/package.json | 2 +-
.../FiltersConfigForm/ColumnSelect.tsx | 1 +
.../FiltersConfigForm/getControlItemsMap.test.tsx | 72 ++++++++++-
.../FiltersConfigForm/getControlItemsMap.tsx | 5 +-
superset-frontend/src/dashboard/constants.ts | 1 -
.../src/explore/actions/datasourcesActions.test.ts | 2 -
.../src/explore/controlUtils/controlUtils.test.tsx | 1 -
...etControlValuesCompatibleWithDatasource.test.ts | 1 -
superset-frontend/src/explore/fixtures.tsx | 2 -
superset-frontend/src/features/datasets/types.ts | 1 -
.../src/utils/getDatasourceUid.test.ts | 1 -
superset-websocket/package-lock.json | 46 ++++---
superset-websocket/package.json | 4 +-
superset/connectors/sqla/models.py | 17 +--
superset/dashboards/schemas.py | 1 -
superset/datasets/api.py | 1 -
superset/examples/helpers.py | 65 ++++++++--
superset/explore/schemas.py | 1 -
superset/migrations/shared/migrate_viz/base.py | 36 ++++--
superset/migrations/shared/utils.py | 125 ++++++++++++++++++-
...f1edd4a4d4f2_metric_currency_should_be_json.py} | 33 ++---
superset/models/helpers.py | 8 +-
superset/sql/parse.py | 40 ++++++
superset/sql_parse.py | 31 +----
tests/integration_tests/datasource_tests.py | 5 +-
.../migrations/viz/time_related_fields_test.py | 10 +-
tests/unit_tests/sql_parse_tests.py | 29 +++++
37 files changed, 549 insertions(+), 297 deletions(-)
copy
superset/migrations/versions/{2023-12-01_12-03_b7851ee5522f_replay_317970b4400c.py
=> 2025-04-30_11-04_f1edd4a4d4f2_metric_currency_should_be_json.py} (62%)