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/typescript-eslint/parser-8.46.1
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 22dbd7efa9 chore(deps-dev): bump @typescript-eslint/parser in 
/superset-frontend
     add dc0c055518 chore(deps-dev): bump webpack from 5.102.0 to 5.102.1 in 
/superset-frontend (#35675)
     add fb8fca4c64 chore(deps): bump antd from 5.27.4 to 5.27.5 in /docs 
(#35654)
     add 8c125d2553 feat: use  in deck.gl custom tooltip instead of 
SafeMarkdown (#35665)
     add f405174fcf fix(dataset): render default URL description properly in 
settings (#35669)
     add 92c07aaf54 chore(deps-dev): bump @playwright/test from 1.55.0 to 
1.56.0 in /superset-frontend (#35676)
     add 408f84aea6 chore(deps): update dompurify requirement from ^3.2.7 to 
^3.3.0 in /superset-frontend/plugins/legacy-preset-chart-nvd3 (#35632)
     add aede3bb5ba fix(auth): redirect anonymous attempts to view dashboard 
with next (#35345)
     add de5ca79805 chore(deps): update chalk requirement from ^5.4.1 to ^5.6.2 
in /superset-frontend/packages/generator-superset (#35391)
     add 3db613dab5 chore(docs): switch to markdown headlines for available 
macros (#35685)
     add 9ab0a0179d fix(charts): update axis title labels to sentence case 
(#35694)
     add aea4375255 chore(deps): update @fontsource/fira-code requirement from 
^5.2.6 to ^5.2.7 in /superset-frontend/packages/superset-ui-core (#35709)
     add aa496def53 chore(deps-dev): bump @babel/cli from 7.27.2 to 7.28.3 in 
/superset-frontend (#35708)
     add 311b7a72dc chore(deps-dev): bump copy-webpack-plugin from 13.0.0 to 
13.0.1 in /superset-frontend (#35707)
     add e8a6fb24ae chore(deps): bump react-reverse-portal from 2.1.2 to 2.3.0 
in /superset-frontend (#35706)
     add 8368ea4094 chore(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 
5.5.4 in /superset-frontend (#35700)
     add 925401b4e1 chore(deps-dev): bump @types/node from 24.7.2 to 24.8.1 in 
/superset-websocket (#35698)
     add 754201b3d0 chore(deps): bump dayjs from 1.11.13 to 1.11.18 in 
/superset-frontend (#35697)
     add 8e7edce616 chore(deps-dev): bump @types/node from 24.6.2 to 24.8.1 in 
/superset-frontend (#35705)
     add 0eeb184b6a chore(deps): bump @luma.gl/constants from 9.1.9 to 9.2.2 in 
/superset-frontend (#35696)
     add 0b3fe3d60c test: add comprehensive unhappy path tests for export 
(#35718)
     add d089a96163 fix(playwright): Download dashboard correctly (#35484)
     add 1b6d57c3f3 test(tasks): Add tests for log_task_failure signal handler 
(#35721)
     add c35fc71bc5 chore(deps-dev): bump @eslint/js from 9.37.0 to 9.38.0 in 
/docs (#35736)
     add 00d2f577df chore(deps-dev): bump eslint from 9.37.0 to 9.38.0 in 
/superset-websocket (#35735)
     add 24f0aed8a7 chore(deps): bump swagger-ui-react from 5.29.4 to 5.29.5 in 
/docs (#35734)
     add fdc03d4bf3 chore(deps): update xss requirement from ^1.0.14 to ^1.0.15 
in /superset-frontend/packages/superset-ui-core (#35747)
     add 3926f5c55c chore(deps-dev): bump @babel/eslint-parser from 7.26.5 to 
7.28.4 in /superset-frontend (#35746)
     add 5b21793b2b chore(deps-dev): bump @typescript-eslint/parser 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   (22dbd7efa9)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/typescript-eslint/parser-8.46.1
 (5b21793b2b)

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/docs/configuration/sql-templating.mdx         |  28 +-
 docs/package.json                                  |   6 +-
 docs/yarn.lock                                     |  44 +--
 superset-frontend/package-lock.json                | 303 ++++++++++++---------
 superset-frontend/package.json                     |  20 +-
 .../packages/generator-superset/package.json       |   2 +-
 .../packages/superset-core/package.json            |   2 +-
 .../packages/superset-ui-core/package.json         |   8 +-
 .../legacy-preset-chart-deckgl/package.json        |   4 +-
 .../src/utilities/HandlebarsRenderer.tsx           |  23 +-
 .../plugins/legacy-preset-chart-nvd3/package.json  |   2 +-
 .../plugins/plugin-chart-echarts/package.json      |   2 +-
 .../src/Bubble/controlPanel.tsx                    |   4 +-
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |   6 +-
 .../DatasourceEditor/DatasourceEditor.jsx          |  14 +-
 superset-frontend/src/pages/Login/index.tsx        |  28 +-
 superset-frontend/src/utils/export.test.ts         | 120 ++++++++
 superset-websocket/package-lock.json               |  96 +++----
 superset-websocket/package.json                    |   4 +-
 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 +-
 superset/utils/webdriver.py                        |  20 +-
 superset/views/core.py                             |  17 +-
 superset/views/error_handling.py                   |  17 +-
 superset/views/utils.py                            |  34 ++-
 tests/integration_tests/dashboard_tests.py         |  74 ++++-
 .../dashboards/security/security_rbac_tests.py     |   8 +-
 .../dashboards/superset_factory_util.py            |   2 +
 tests/integration_tests/reports/scheduler_tests.py |  49 +++-
 49 files changed, 736 insertions(+), 377 deletions(-)

Reply via email to