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 2023/06/13 14:58:33 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-5.59.11 updated (9071c73fb4 -> f954647503)

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


 discard 9071c73fb4 build(deps-dev): bump @typescript-eslint/eslint-plugin
     add 93ba59d868 chore: remove deprecated apis estimate_query_cost, results, sql_json, csv (#24359)
     add c04bd4c6a7 chore: remove deprecated api /superset/available_domains (#24381)
     add 6f145dfe36 chore: remove deprecated apis on superset, testconn, validate_sql_json, schemas_access_for_file_upload, extra_table_metadata (#24354)
     add c09b8c6ec8 chore: remove user registrations menu for non-admins (#24198)
     add ca478bd5c4 chore: remove deprecated apis copy_dash, save_dash and add_slices (#24353)
     add c8e958fb7e chore: remove deprecated apis stop_query, queries, search_queries (#24360)
     add 69984e6702 build(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.59.11 in /superset-websocket (#24365)
     add f954647503 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   (9071c73fb4)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-5.59.11 (f954647503)

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:
 RESOURCES/STANDARD_ROLES.md                        |  13 -
 UPDATING.md                                        |   6 +
 requirements/base.txt                              |   2 +-
 setup.py                                           |   2 +-
 superset-frontend/src/dashboard/actions/hydrate.js |   2 +-
 .../src/profile/components/fixtures.tsx            |   1 -
 superset-websocket/package-lock.json               | 356 +--------
 superset-websocket/package.json                    |   2 +-
 superset/security/manager.py                       |   6 +-
 superset/views/core.py                             | 829 +--------------------
 tests/integration_tests/base_tests.py              |  27 -
 tests/integration_tests/core_tests.py              | 304 --------
 tests/integration_tests/dashboard_tests.py         | 272 -------
 tests/integration_tests/dashboards/base_case.py    |  33 -
 tests/integration_tests/dashboards/consts.py       |   2 -
 tests/integration_tests/databases/api_tests.py     |  41 -
 tests/integration_tests/security_tests.py          |   7 -
 tests/integration_tests/sql_validator_tests.py     | 153 ----
 tests/integration_tests/sqllab_tests.py            | 129 +---
 19 files changed, 55 insertions(+), 2132 deletions(-)