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/prettier-3.8.1
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 741fd41b599 chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 in
/superset-frontend
add 3fa5bb41385 fix(echarts): restore dashed line style for time
comparison series (#37135)
add aa37e96a028 chore(deps-dev): bump @babel/eslint-parser from 7.28.5 to
7.28.6 in /superset-frontend (#37331)
add febc5d54d52 chore(deps-dev): bump prettier-plugin-packagejson from
2.5.20 to 3.0.0 in /superset-frontend (#37340)
add 379aa8c22db chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 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 (741fd41b599)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/prettier-3.8.1
(379aa8c22db)
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 | 49 +++---
superset-frontend/package.json | 4 +-
.../src/operators/utils/isDerivedSeries.ts | 7 +-
.../test/operators/utils/isDerivedSeries.test.ts | 21 +++
.../src/Timeseries/transformProps.ts | 52 +++++--
.../test/Timeseries/transformProps.test.ts | 165 +++++++++++++++++++++
6 files changed, 254 insertions(+), 44 deletions(-)