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 20:57:19 UTC

(superset) branch dependabot/npm_and_yarn/superset-frontend/plugins/plugin-chart-handlebars/types/jest-29.5.12 updated (eb5d0364ec -> 317b685a96)

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/plugins/plugin-chart-handlebars/types/jest-29.5.12
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard eb5d0364ec build(deps-dev): bump @types/jest
     add 5d46d3a5d3 fix(actions): make tech debt uploader not block CI and skip w/o creds (#26966)
     add 14f88e3f89 chore(sqllab): migrate to typescript (#26171)
     add 42b7bd5c03 fix(maps): france_regions.geojson generated with the notebook, from natural earth data (#27014)
     add 9670572d99 build(deps-dev): bump copy-webpack-plugin from 9.1.0 to 12.0.2 in /superset-frontend (#26893)
     add d5ef052044 build(deps): bump react-js-cron from 1.2.0 to 2.1.2 in /superset-frontend (#26981)
     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 317b685a96 build(deps-dev): bump @types/jest

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   (eb5d0364ec)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/plugins/plugin-chart-handlebars/types/jest-29.5.12 (317b685a96)

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/tech-debt.yml                    |  19 +-
 requirements/base.txt                              |  19 +-
 requirements/development.txt                       |  13 +-
 requirements/integration.txt                       |   6 +
 setup.py                                           |   2 +-
 superset-frontend/package-lock.json                | 271 ++++++++++++++++--
 superset-frontend/package.json                     |   4 +-
 .../superset-ui-core/src/query/types/Query.ts      |   1 +
 .../scripts/Country Map GeoJSON Generator.ipynb    | 270 ++++++++++++++----
 .../src/countries/france_regions.geojson           |  34 ++-
 .../src/countries_custom/france_regions.geojson    |  20 --
 superset-frontend/spec/helpers/reducerIndex.ts     |   4 +-
 .../components/App/{App.test.jsx => App.test.tsx}  |  31 +-
 .../SqlLab/components/App/{index.jsx => index.tsx} |  52 ++--
 .../src/SqlLab/components/SqlEditor/index.tsx      |   5 +-
 ...rLeftBar.test.jsx => SqlEditorLeftBar.test.tsx} | 177 ++++++------
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |  23 +-
 .../TabbedSqlEditors/TabbedSqlEditors.test.jsx     | 228 ---------------
 .../TabbedSqlEditors/TabbedSqlEditors.test.tsx     | 178 ++++++++++++
 .../TabbedSqlEditors/{index.jsx => index.tsx}      |  95 +++----
 superset-frontend/src/SqlLab/fixtures.ts           |   2 +-
 superset-frontend/src/SqlLab/types.ts              |  19 +-
 ...ryResults.test.js => emptyQueryResults.test.ts} |   7 +-
 ...Helper.js => reduxStateToLocalStorageHelper.ts} |  18 +-
 .../src/components/EmptyState/index.tsx            |   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/src/types/bootstrapTypes.ts      |   1 +
 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 +-
 56 files changed, 2086 insertions(+), 1737 deletions(-)
 delete mode 100644 superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries_custom/france_regions.geojson
 rename superset-frontend/src/SqlLab/components/App/{App.test.jsx => App.test.tsx} (86%)
 rename superset-frontend/src/SqlLab/components/App/{index.jsx => index.tsx} (85%)
 rename superset-frontend/src/SqlLab/components/SqlEditorLeftBar/{SqlEditorLeftBar.test.jsx => SqlEditorLeftBar.test.tsx} (54%)
 delete mode 100644 superset-frontend/src/SqlLab/components/TabbedSqlEditors/TabbedSqlEditors.test.jsx
 create mode 100644 superset-frontend/src/SqlLab/components/TabbedSqlEditors/TabbedSqlEditors.test.tsx
 rename superset-frontend/src/SqlLab/components/TabbedSqlEditors/{index.jsx => index.tsx} (83%)
 rename superset-frontend/src/SqlLab/utils/{emptyQueryResults.test.js => emptyQueryResults.test.ts} (94%)
 rename superset-frontend/src/SqlLab/utils/{reduxStateToLocalStorageHelper.js => reduxStateToLocalStorageHelper.ts} (83%)