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/07/26 18:08:19 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.2.0 updated (19bf7bec61 -> 78a19362af)

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


    omit 19bf7bec61 build(deps-dev): bump @typescript-eslint/eslint-plugin
     add 4a81284056 fix(sqllab): Replace margin style by gap on query results (#24772)
     add 761fec2574 fix(chore): switching between languages should be without timeout 60 seconds (#24798)
     add ff7c1528db fix(dashboard): increase json_metadata field (#24510)
     add a9c4472d25 fix: Department names fixed for CountryMap of France (#23988)
     add 165afee55a docs: update security policy and add CVE info (#24769)
     add af4a35741c docs(K8s): Add instructions for loading the examples (#19959)
     add d1eb9ea982 fix: docs invalid client redirect (#24816)
     add 83ad291053 build(deps-dev): bump @types/node from 20.4.4 to 20.4.5 in /superset-websocket (#24809)
     add 78a19362af 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   (19bf7bec61)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.2.0 (78a19362af)

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/SECURITY.md                                | 38 ++++++++++++++++++++++
 docs/docs/installation/running-on-kubernetes.mdx   |  7 ++++
 docs/docs/security/_category_.json                 |  4 +++
 docs/docs/security/cves.mdx                        | 27 +++++++++++++++
 docs/docs/{ => security}/security.mdx              |  4 +--
 docs/docusaurus.config.js                          |  2 +-
 .../src/countries/france.geojson                   |  4 +--
 .../src/SqlLab/components/ResultSet/index.tsx      | 11 +++++--
 .../src/SqlLab/components/SouthPane/index.tsx      |  2 --
 .../src/components/FilterableTable/index.tsx       |  1 -
 superset-websocket/package-lock.json               | 26 +++++++--------
 superset-websocket/package.json                    |  2 +-
 ...2023-06-28_19-49_bf646a0c1501_json_metadata.py} | 16 ++++-----
 superset/models/dashboard.py                       |  2 +-
 superset/views/base.py                             |  5 ++-
 15 files changed, 114 insertions(+), 37 deletions(-)
 create mode 100644 .github/SECURITY.md
 create mode 100644 docs/docs/security/_category_.json
 create mode 100644 docs/docs/security/cves.mdx
 rename docs/docs/{ => security}/security.mdx (99%)
 copy superset/migrations/versions/{2018-08-13_11-30_1a1d627ebd8e_position_json.py => 2023-06-28_19-49_bf646a0c1501_json_metadata.py} (86%)