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/10/18 17:23:34 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/types/uuid-9.0.5 updated (1c02a792e7 -> 97ab3db105)

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


    omit 1c02a792e7 build(deps-dev): bump @types/uuid in /superset-websocket
     add e58a3aba54 fix: permalink save/overwrites in explore (#25112)
     add 51c56dd2a0 fix(header navlinks): link navlinks to path prefix (#25495)
     add 1991d240bf build(deps-dev): bump @babel/traverse from 7.16.0 to 7.23.2 in /superset-websocket (#25661)
     add cb963585ad chore: sync lock files (#25667)
     add f473d13d0d fix: improve upload ZIP file validation (#25658)
     add 150e5c90f7 docs: make project-specific security page more prominent (#25654)
     add deef3b04eb feat(sqllab): ResultTable extension (#25423)
     add 16cc089b19 fix: warning of nth-child (#23638)
     add 32e37d8cda chore: Cleanup hostNamesConfig.js (#25543)
     add a27a809f07 fix(tags): +n tags for listview (#25603)
     add 8b32b2abd3 build(deps-dev): bump @types/jsonwebtoken from 9.0.3 to 9.0.4 in /superset-websocket (#25688)
     new 97ab3db105 build(deps-dev): bump @types/uuid 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   (1c02a792e7)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/types/uuid-9.0.5 (97ab3db105)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/docs/security/security.mdx                    |   3 +-
 docs/docusaurus.config.js                          |   2 +-
 requirements/base.txt                              |  14 +-
 .../superset-ui-core/src/ui-overrides/types.ts     |  10 +
 .../src/ReactParallelCoordinates.jsx               |   2 +-
 .../legacy-preset-chart-nvd3/src/ReactNVD3.jsx     |   2 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |   9 +-
 .../components/SaveDatasetActionButton/index.tsx   |   2 +-
 .../src/components/ButtonGroup/index.tsx           |   6 +-
 .../src/components/DropdownButton/index.tsx        |   2 +-
 .../components/DropdownSelectableIcon/index.tsx    |   2 +-
 .../FilterableTable/FilterableTable.test.tsx       |  20 +-
 .../src/components/FilterableTable/index.tsx       | 136 +-----
 .../FilterableTable/useCellContentParser.test.ts   |  58 +++
 .../FilterableTable/useCellContentParser.ts        |  69 +++
 .../src/components/FilterableTable/utils.test.tsx  |  79 ++++
 .../src/components/FilterableTable/utils.tsx       |  59 +++
 .../src/components/JsonModal/JsonModal.test.tsx    |  60 +++
 .../src/components/JsonModal/index.tsx             | 112 +++++
 superset-frontend/src/components/Tags/Tag.test.tsx |  21 +
 superset-frontend/src/components/Tags/Tag.tsx      |  62 +--
 superset-frontend/src/components/Tags/TagsList.tsx |   6 +-
 .../src/explore/components/SaveModal.test.jsx      |  35 +-
 .../src/explore/components/SaveModal.tsx           |  23 +-
 superset-frontend/src/features/home/Menu.test.tsx  |   6 +-
 superset-frontend/src/features/home/Menu.tsx       |  30 +-
 superset-frontend/src/types/TagType.ts             |   1 +
 superset-frontend/src/utils/hostNamesConfig.js     |   7 +-
 superset-websocket/package-lock.json               | 484 ++++++++++++++-------
 superset-websocket/package.json                    |   2 +-
 superset/commands/importers/v1/utils.py            |   2 +
 superset/config.py                                 |   5 +
 superset/utils/core.py                             |  19 +
 tests/unit_tests/utils/test_core.py                |  57 +++
 34 files changed, 1039 insertions(+), 368 deletions(-)
 create mode 100644 superset-frontend/src/components/FilterableTable/useCellContentParser.test.ts
 create mode 100644 superset-frontend/src/components/FilterableTable/useCellContentParser.ts
 create mode 100644 superset-frontend/src/components/FilterableTable/utils.test.tsx
 create mode 100644 superset-frontend/src/components/FilterableTable/utils.tsx
 create mode 100644 superset-frontend/src/components/JsonModal/JsonModal.test.tsx
 create mode 100644 superset-frontend/src/components/JsonModal/index.tsx


[superset] 01/01: build(deps-dev): bump @types/uuid in /superset-websocket

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/npm_and_yarn/superset-websocket/types/uuid-9.0.5
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 97ab3db10575d1e0d615f23dbc442f0cec5f7849
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 18 17:23:28 2023 +0000

    build(deps-dev): bump @types/uuid in /superset-websocket
    
    Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.4 to 9.0.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/uuid"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 superset-websocket/package-lock.json | 14 +++++++-------
 superset-websocket/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json
index 4788e510f0..efe74614ba 100644
--- a/superset-websocket/package-lock.json
+++ b/superset-websocket/package-lock.json
@@ -23,7 +23,7 @@
         "@types/jest": "^27.0.2",
         "@types/jsonwebtoken": "^9.0.4",
         "@types/node": "^20.8.6",
-        "@types/uuid": "^9.0.4",
+        "@types/uuid": "^9.0.5",
         "@types/ws": "^8.5.7",
         "@typescript-eslint/eslint-plugin": "^5.61.0",
         "@typescript-eslint/parser": "^5.62.0",
@@ -1449,9 +1449,9 @@
       "dev": true
     },
     "node_modules/@types/uuid": {
-      "version": "9.0.4",
-      "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.4.tgz",
-      "integrity": "sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==",
+      "version": "9.0.5",
+      "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz",
+      "integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==",
       "dev": true
     },
     "node_modules/@types/ws": {
@@ -7292,9 +7292,9 @@
       "dev": true
     },
     "@types/uuid": {
-      "version": "9.0.4",
-      "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.4.tgz",
-      "integrity": "sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==",
+      "version": "9.0.5",
+      "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz",
+      "integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==",
       "dev": true
     },
     "@types/ws": {
diff --git a/superset-websocket/package.json b/superset-websocket/package.json
index 64f34364e0..3c2c2d2103 100644
--- a/superset-websocket/package.json
+++ b/superset-websocket/package.json
@@ -30,7 +30,7 @@
     "@types/jest": "^27.0.2",
     "@types/jsonwebtoken": "^9.0.4",
     "@types/node": "^20.8.6",
-    "@types/uuid": "^9.0.4",
+    "@types/uuid": "^9.0.5",
     "@types/ws": "^8.5.7",
     "@typescript-eslint/eslint-plugin": "^5.61.0",
     "@typescript-eslint/parser": "^5.62.0",