This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/docs/typescript-eslint/parser-8.38.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 95270ff55b chore(deps-dev): bump @typescript-eslint/parser in /docs
add 659cd33749 fix(echarts): resolve bar chart X-axis time formatting
stuck on adaptive (#34436)
add 6a83b6fd87 fix(pie chart): Total now positioned correctly with all
Legend positions, and respects theming (#34435)
add 7c2ec4ca5f fix: Update table chart configuration labels to sentence
case (#34438)
add 9300652277 chore(deps): bump actions/first-interaction from 1 to 2
(#34459)
add b18de05ea4 chore(deps-dev): bump webpack from 5.99.9 to 5.101.0 in
/docs (#34500)
add 7e98c75f01 chore(deps-dev): bump eslint-config-prettier from 10.1.5 to
10.1.8 in /docs (#34499)
add 1e40e7d02b chore(deps): bump swagger-ui-react from 5.26.0 to 5.27.1 in
/docs (#34498)
add 792dd08d38 chore(deps-dev): bump @eslint/js from 9.31.0 to 9.32.0 in
/docs (#34497)
add 4b63a6e001 chore(deps-dev): bump @typescript-eslint/parser 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 (95270ff55b)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/docs/typescript-eslint/parser-8.38.0
(4b63a6e001)
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/workflows/welcome-new-users.yml | 2 +-
docs/package.json | 8 +-
docs/yarn.lock | 97 +++---
.../src/controlPanel.tsx | 8 +-
.../plugin-chart-echarts/src/Pie/transformProps.ts | 29 +-
.../src/Timeseries/constants.ts | 1 +
.../test/Pie/transformProps.test.ts | 151 +++++++++
.../test/Timeseries/Bar/controlPanel.test.ts | 204 ++++++++++++
.../test/Timeseries/Bar/transformProps.test.ts | 353 +++++++++++++++++++++
.../test/Timeseries/constants.test.ts | 43 +++
.../plugin-chart-table/src/controlPanel.tsx | 8 +-
superset/translations/ar/LC_MESSAGES/messages.po | 8 +-
superset/translations/ca/LC_MESSAGES/messages.po | 8 +-
superset/translations/de/LC_MESSAGES/messages.po | 8 +-
superset/translations/en/LC_MESSAGES/messages.po | 8 +-
superset/translations/es/LC_MESSAGES/messages.po | 8 +-
superset/translations/fa/LC_MESSAGES/messages.po | 8 +-
superset/translations/fr/LC_MESSAGES/messages.po | 8 +-
superset/translations/it/LC_MESSAGES/messages.po | 8 +-
superset/translations/ja/LC_MESSAGES/messages.po | 8 +-
superset/translations/ko/LC_MESSAGES/messages.po | 8 +-
superset/translations/messages.pot | 8 +-
superset/translations/nl/LC_MESSAGES/messages.po | 8 +-
superset/translations/pl/LC_MESSAGES/messages.po | 8 +-
superset/translations/pt/LC_MESSAGES/messages.po | 8 +-
.../translations/pt_BR/LC_MESSAGES/messages.po | 8 +-
superset/translations/ru/LC_MESSAGES/messages.po | 8 +-
superset/translations/sk/LC_MESSAGES/messages.po | 8 +-
superset/translations/sl/LC_MESSAGES/messages.po | 8 +-
superset/translations/tr/LC_MESSAGES/messages.po | 8 +-
superset/translations/uk/LC_MESSAGES/messages.po | 8 +-
superset/translations/zh/LC_MESSAGES/messages.po | 8 +-
.../translations/zh_TW/LC_MESSAGES/messages.po | 8 +-
33 files changed, 912 insertions(+), 168 deletions(-)
create mode 100644
superset-frontend/plugins/plugin-chart-echarts/test/Timeseries/Bar/controlPanel.test.ts
create mode 100644
superset-frontend/plugins/plugin-chart-echarts/test/Timeseries/Bar/transformProps.test.ts
create mode 100644
superset-frontend/plugins/plugin-chart-echarts/test/Timeseries/constants.test.ts