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/ol-10.8.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 3b09b7fef8f chore(deps): bump ol from 7.5.2 to 10.8.0 in 
/superset-frontend
     add 080f629ea21 fix(echarts): formula annotations not rendering with 
dataset-level columns label (#37522)
     add 0c0d915391d fix(echarts-timeseries-combined-labels): combine 
annotation labels for events at same timestamp (#37164)
     add e3e2bece6bc feat(owners): display email in owner selectors (#37906)
     add ffd7f103207 chore(deps): bump markdown-to-jsx from 9.7.3 to 9.7.4 in 
/superset-frontend (#37959)
     add 16241ee0057 chore(deps): bump ol from 7.5.2 to 10.8.0 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   (3b09b7fef8f)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/ol-10.8.0 (16241ee0057)

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:
 superset-frontend/package-lock.json                |   8 +-
 superset-frontend/package.json                     |   2 +-
 .../src/MixedTimeseries/transformProps.ts          |   2 +-
 .../src/Timeseries/transformProps.ts               |   3 +-
 .../src/Timeseries/transformers.ts                 | 247 ++++---
 .../test/MixedTimeseries/transformProps.test.ts    | 273 +++++---
 .../test/Timeseries/transformProps.test.ts         | 710 ++++++++++++---------
 .../plugins/plugin-chart-echarts/test/helpers.ts   | 110 ++++
 .../test/utils/transformers.test.ts                | 249 +++++---
 .../DatasourceEditor/DatasourceEditor.tsx          |  38 +-
 .../src/components/ListView/Filters/Select.tsx     |  13 +-
 .../src/components/ListView/Filters/index.tsx      |   2 +
 superset-frontend/src/components/ListView/types.ts |   8 +-
 .../PropertiesModal/hooks/useAccessOptions.ts      |  32 +-
 .../dashboard/components/PropertiesModal/index.tsx |  17 +-
 .../PropertiesModal/sections/AccessSection.tsx     |  22 +-
 .../explore/components/PropertiesModal/index.tsx   |  50 +-
 .../src/features/alerts/AlertReportModal.tsx       |  46 +-
 superset-frontend/src/features/alerts/types.ts     |   4 +-
 .../OwnerSelectLabel/OwnerSelectLabel.test.tsx}    |  33 +-
 .../owners/OwnerSelectLabel/index.tsx}             |  71 +--
 .../src/pages/AlertReportList/index.tsx            |  11 +-
 superset-frontend/src/pages/ChartList/index.tsx    |   6 +-
 .../src/pages/DashboardList/index.tsx              |   6 +-
 superset-frontend/src/pages/DatasetList/index.tsx  |   6 +-
 superset-frontend/src/types/Owner.ts               |   1 +
 superset-frontend/src/views/CRUD/utils.tsx         |  83 ++-
 superset/charts/api.py                             |   1 +
 superset/charts/schemas.py                         |   1 +
 superset/dashboards/api.py                         |   1 +
 superset/datasets/schemas.py                       |   1 +
 superset/reports/api.py                            |   7 +
 tests/integration_tests/charts/api_tests.py        |   1 +
 tests/integration_tests/reports/api_tests.py       |  20 +-
 34 files changed, 1398 insertions(+), 687 deletions(-)
 create mode 100644 
superset-frontend/plugins/plugin-chart-echarts/test/helpers.ts
 copy superset-frontend/src/{components/ErrorMessage/IssueCode.test.tsx => 
features/owners/OwnerSelectLabel/OwnerSelectLabel.test.tsx} (54%)
 copy superset-frontend/src/{explore/components/optionRenderers.tsx => 
features/owners/OwnerSelectLabel/index.tsx} (50%)

Reply via email to