This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/docs/eslint-config-prettier-10.1.2
in repository https://gitbox.apache.org/repos/asf/superset.git
discard a93c63b992 chore(deps-dev): bump eslint-config-prettier in /docs
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 0b3f41cdcb chore(deps-dev): bump eslint-config-prettier in /docs
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 (a93c63b992)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/docs/eslint-config-prettier-10.1.2
(0b3f41cdcb)
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/package.json | 6 +-
docs/static/resources/openapi.json | 10 --
docs/yarn.lock | 101 +++++----------
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 -
.../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/connectors/sqla/models.py | 17 +--
superset/dashboards/schemas.py | 1 -
superset/datasets/api.py | 1 -
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/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 +++++
31 files changed, 436 insertions(+), 246 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%)