This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.20.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 847bdbe569 build(deps-dev): bump @typescript-eslint/eslint-plugin
add 84c48d11d8 fix: Bar charts horizontal margin adjustment error (#26817)
add 806e4c4b3f chore(dependabot): lowering bump cadence from weekly to
monthly (#26855)
add 1029b7dadc build(deps): bump react-redux from 7.2.8 to 7.2.9 in
/superset-frontend (#26865)
add 911c6e53c2 build(deps): bump mousetrap and @types/mousetrap in
/superset-frontend (#26866)
add 0695173a81 build(deps): bump @testing-library/react-hooks from 5.0.3
to 5.1.3 in /superset-frontend (#26867)
add 5d8b7bb6a5 build(deps-dev): bump @types/uuid from 9.0.7 to 9.0.8 in
/superset-websocket (#26826)
add b13db4af21 build(deps-dev): bump @typescript-eslint/eslint-plugin
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 (847bdbe569)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.20.0
(b13db4af21)
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:
.github/dependabot.yml | 70 +++++++++++-----------
superset-frontend/package-lock.json | 67 ++++++++++-----------
superset-frontend/package.json | 8 +--
.../packages/superset-ui-core/package.json | 2 +-
.../legacy-preset-chart-deckgl/package.json | 2 +-
.../src/Timeseries/transformProps.ts | 1 +
.../src/Timeseries/transformers.ts | 42 +++++++------
.../plugin-chart-echarts/src/utils/series.ts | 14 +++++
.../plugin-chart-echarts/test/utils/series.test.ts | 32 ++++++++++
superset-websocket/package-lock.json | 14 ++---
superset-websocket/package.json | 2 +-
11 files changed, 154 insertions(+), 100 deletions(-)