You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2024/02/07 22:39:41 UTC

(superset) branch dependabot/npm_and_yarn/superset-frontend/react-json-tree-0.18.0 updated (0fa703abac -> ad6a99feaf)

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/react-json-tree-0.18.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 0fa703abac build(deps): bump react-json-tree in /superset-frontend
     add 43e1dc49c9 fix: bump FAB to 4.3.11 (#27039)
     add d8e26cfff1 chore: Remove database ID dependency for SSH Tunnel creation (#26989)
     add e437356013 fix(tags): Improve support for tags with colons (#26965)
     add 01e2f8ace3 fix(security manager): Users should not have access to all draft dashboards (#27015)
     add 918057e6c7 fix(ci): fix action script v7 breaking changes v2 (#27040)
     add f8c75ca50b chore(dashboard): migrate enzyme to RTL (#26260)
     add c77fc7dbaf fix(ci): fix action script v7 breaking changes v3 (#27042)
     add 686ce33ea5 fix: safer error message in alerts (#27019)
     add e986a1746f fix(webpack-dev-server): parse env args (#19744)
     add daaf657d47 build(deps-dev): bump @types/jest from 26.0.24 to 29.5.12 in /superset-frontend/plugins/plugin-chart-handlebars (#26973)
     add ad6a99feaf build(deps): bump react-json-tree 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   (0fa703abac)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/react-json-tree-0.18.0 (ad6a99feaf)

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/check_db_migration_confict.yml   |   6 +-
 .github/workflows/ephemeral-env.yml                |   2 +-
 .github/workflows/update-monorepo-lockfiles.yml    |  13 +-
 CONTRIBUTING.md                                    |   4 +-
 requirements/base.txt                              |  19 +-
 requirements/development.txt                       |  13 +-
 requirements/integration.txt                       |   6 +
 setup.py                                           |   2 +-
 superset-frontend/package-lock.json                |  24 +-
 .../plugins/plugin-chart-handlebars/package.json   |   2 +-
 superset-frontend/src/components/Tags/utils.tsx    |   9 +-
 .../dashboard/components/DashboardGrid.test.jsx    | 125 +++++----
 .../components/FiltersBadge/FiltersBadge.test.tsx  | 197 ++++++-------
 .../PropertiesModal/PropertiesModal.test.jsx       |  22 +-
 .../components/RefreshIntervalModal.test.tsx       | 210 ++++++--------
 .../components/gridComponents/Chart.test.jsx       | 305 +++++++++++---------
 .../components/gridComponents/Column.test.jsx      | 275 +++++++++---------
 .../components/gridComponents/Row.test.jsx         | 227 ++++++++-------
 .../components/gridComponents/Tabs.test.jsx        | 311 ++++++++++-----------
 .../gridComponents/new/NewColumn.test.jsx          |  37 +--
 .../gridComponents/new/NewDivider.test.jsx         |  37 +--
 .../gridComponents/new/NewHeader.test.jsx          |  37 +--
 .../components/gridComponents/new/NewRow.test.jsx  |  37 +--
 .../components/gridComponents/new/NewTabs.test.jsx |  37 +--
 .../dashboard/components/menu/HoverMenu.test.tsx   |  10 +-
 .../components/menu/WithPopoverMenu.test.jsx       | 107 ++++---
 .../FiltersConfigModal/FiltersConfigModal.tsx      |   2 +-
 .../FiltersConfigModal/NativeFiltersModal.test.tsx | 127 +++------
 superset-frontend/src/features/tags/tags.ts        |  16 +-
 superset-frontend/webpack.proxy-config.js          |  12 +-
 superset/commands/database/create.py               |  58 ++--
 superset/commands/database/ssh_tunnel/create.py    |  23 +-
 superset/commands/database/update.py               |   2 +-
 superset/commands/report/alert.py                  |   9 +-
 superset/security/manager.py                       |  31 +-
 .../dashboards/security/security_rbac_tests.py     |  24 +-
 tests/integration_tests/databases/api_tests.py     |  16 +-
 .../ssh_tunnel/commands/commands_tests.py          |  17 --
 .../databases/ssh_tunnel/commands/create_test.py   |   6 +-
 39 files changed, 1216 insertions(+), 1201 deletions(-)