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/07 22:35:21 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/eslint-8.42.0 updated (aad94dc1bd -> dac971eeaf)

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


 discard aad94dc1bd build(deps-dev): bump eslint in /superset-websocket
     add 8fab3dbff4 fix: db validate parameters permission (#24185)
     add cab34c2dbf docs: Adds new permissions from 2.1.0 and fixes some sql_lab permissions (#24288)
     add 6a1f365d9b fix: Text utils null value when reading module (#24291)
     add dd8836bddf fix: Removes file extension from textUtils (#24293)
     add 8634af0a0f chore: update UPDATING for 2.1.0 (#24294)
     add ede6acdb3a chore: Adds #24029 breaking change to UPDATING.md (#24295)
     add 9c7b8b8c78 fix(dashboard): max call size stack error (#24304)
     add 5d3c1d2222 chore: reorder k-v migration for 2.1.1 (#24306)
     add 2757fa5cf1 build(deps): bump tox from 4.5.2 to 4.6.0 in /requirements (#24297)
     add 977e50014d build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.59.9 in /superset-websocket (#24299)
     add 46c2479db2 fix(capitalization): Capitalizing the 'metric' label in Pivot Tables (#24265)
     add dac971eeaf build(deps-dev): bump eslint in /superset-websocket

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   (aad94dc1bd)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/eslint-8.42.0 (dac971eeaf)

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                        |  40 ++-
 UPDATING.md                                        |  33 +-
 requirements/integration.txt                       |   2 +-
 .../src/PivotTableChart.tsx                        |   2 +-
 .../components/nativeFilters/utils.test.ts         |  40 ++-
 .../dashboard/components/nativeFilters/utils.ts    |   9 +
 superset-frontend/src/utils/textUtils.ts           |  10 +-
 superset-websocket/package-lock.json               | 352 +++++++++++++++++++--
 superset-websocket/package.json                    |   2 +-
 superset/constants.py                              |   4 +-
 ...4-46_c0a3ea245b61_remove_show_native_filters.py |   4 +-
 ...2a5681ddfd_convert_key_value_entries_to_json.py |   4 +-
 ...-41_4ea966691069_cross_filter_global_scoping.py |   4 +-
 13 files changed, 425 insertions(+), 81 deletions(-)