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/04 17:29:13 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/eslint-8.50.0 updated (9bd6d96e16 -> 6322131838)

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


    omit 9bd6d96e16 build(deps-dev): bump eslint in /superset-websocket
     add dbe0838f8f fix: Unable to sync columns when database or dataset name contains `+` (#25390)
     add 3e63c82ecc feat: generic marshmallow error component (#25303)
     add 53013395d7 fix: Tags Polish II (#25496)
     add ff95d0face feat: Implement using Playwright for taking screenshots in reports (#25247)
     add dab18250d7 build(deps): bump ws and @types/ws in /superset-websocket (#25508)
     new 6322131838 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   (9bd6d96e16)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/eslint-8.50.0 (6322131838)

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:
 RESOURCES/FEATURE_FLAGS.md                         |   1 +
 docker/docker-bootstrap.sh                         |   8 +
 requirements/testing.in                            |   2 +-
 requirements/testing.txt                           |   4 +-
 setup.py                                           |   1 +
 .../src/components/Datasource/DatasourceEditor.jsx |   6 +-
 .../Datasource/DatasourceEditor.test.jsx           |   2 +-
 .../components/Datasource/DatasourceModal.test.jsx |   2 +-
 .../src/components/Datasource/DatasourceModal.tsx  |  19 +-
 .../src/components/ErrorMessage/ErrorAlert.tsx     |   1 +
 .../ErrorMessage/MarshmallowErrorMessage.test.tsx  |  86 ++++++
 .../ErrorMessage/MarshmallowErrorMessage.tsx       | 109 ++++++++
 .../src/components/ErrorMessage/types.ts           |  12 +-
 .../src/components/FilterableTable/index.tsx       |  31 +--
 .../src/features/tags/BulkTagModal.tsx             |  19 +-
 superset-frontend/src/features/tags/TagModal.tsx   |  36 ++-
 .../useJsonTreeTheme.ts}                           |  46 ++--
 superset-frontend/src/pages/AllEntities/index.tsx  |  17 +-
 superset-frontend/src/setup/setupErrorMessages.ts  |   5 +
 superset-websocket/package-lock.json               |  28 +-
 superset-websocket/package.json                    |   4 +-
 superset/config.py                                 |  10 +-
 superset/datasets/api.py                           |   1 -
 superset/datasets/schemas.py                       |  12 +
 superset/errors.py                                 |   3 +
 superset/exceptions.py                             |  17 ++
 superset/utils/machine_auth.py                     |  68 ++++-
 superset/utils/screenshots.py                      |  11 +-
 superset/utils/webdriver.py                        | 288 +++++++++++++++++----
 tests/integration_tests/thumbnails_tests.py        |  24 +-
 tests/unit_tests/datasets/api_tests.py             |  73 ++++++
 31 files changed, 762 insertions(+), 184 deletions(-)
 create mode 100644 superset-frontend/src/components/ErrorMessage/MarshmallowErrorMessage.test.tsx
 create mode 100644 superset-frontend/src/components/ErrorMessage/MarshmallowErrorMessage.tsx
 copy superset-frontend/src/{components/IndeterminateCheckbox/IndeterminateCheckbox.stories.tsx => hooks/useJsonTreeTheme.ts} (53%)
 create mode 100644 tests/unit_tests/datasets/api_tests.py


[superset] 01/01: build(deps-dev): bump eslint 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/eslint-8.50.0
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 6322131838b4bd633644242bc94e0631456d1c56
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 4 17:29:07 2023 +0000

    build(deps-dev): bump eslint in /superset-websocket
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 superset-websocket/package-lock.json | 30 +++++++++++++++---------------
 superset-websocket/package.json      |  2 +-
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json
index 263f8bd8ce..6ab15008a0 100644
--- a/superset-websocket/package-lock.json
+++ b/superset-websocket/package-lock.json
@@ -27,7 +27,7 @@
         "@types/ws": "^8.5.6",
         "@typescript-eslint/eslint-plugin": "^5.61.0",
         "@typescript-eslint/parser": "^5.62.0",
-        "eslint": "^8.49.0",
+        "eslint": "^8.50.0",
         "eslint-config-prettier": "^9.0.0",
         "jest": "^27.3.1",
         "prettier": "^3.0.3",
@@ -755,9 +755,9 @@
       }
     },
     "node_modules/@eslint/js": {
-      "version": "8.49.0",
-      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz",
-      "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==",
+      "version": "8.50.0",
+      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.50.0.tgz",
+      "integrity": "sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==",
       "dev": true,
       "engines": {
         "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -2493,15 +2493,15 @@
       }
     },
     "node_modules/eslint": {
-      "version": "8.49.0",
-      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz",
-      "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==",
+      "version": "8.50.0",
+      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.50.0.tgz",
+      "integrity": "sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==",
       "dev": true,
       "dependencies": {
         "@eslint-community/eslint-utils": "^4.2.0",
         "@eslint-community/regexpp": "^4.6.1",
         "@eslint/eslintrc": "^2.1.2",
-        "@eslint/js": "8.49.0",
+        "@eslint/js": "8.50.0",
         "@humanwhocodes/config-array": "^0.11.11",
         "@humanwhocodes/module-importer": "^1.0.1",
         "@nodelib/fs.walk": "^1.2.8",
@@ -6594,9 +6594,9 @@
       }
     },
     "@eslint/js": {
-      "version": "8.49.0",
-      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz",
-      "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==",
+      "version": "8.50.0",
+      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.50.0.tgz",
+      "integrity": "sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==",
       "dev": true
     },
     "@humanwhocodes/config-array": {
@@ -7944,15 +7944,15 @@
       }
     },
     "eslint": {
-      "version": "8.49.0",
-      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz",
-      "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==",
+      "version": "8.50.0",
+      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.50.0.tgz",
+      "integrity": "sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==",
       "dev": true,
       "requires": {
         "@eslint-community/eslint-utils": "^4.2.0",
         "@eslint-community/regexpp": "^4.6.1",
         "@eslint/eslintrc": "^2.1.2",
-        "@eslint/js": "8.49.0",
+        "@eslint/js": "8.50.0",
         "@humanwhocodes/config-array": "^0.11.11",
         "@humanwhocodes/module-importer": "^1.0.1",
         "@nodelib/fs.walk": "^1.2.8",
diff --git a/superset-websocket/package.json b/superset-websocket/package.json
index a5c97e4eed..a3d899f868 100644
--- a/superset-websocket/package.json
+++ b/superset-websocket/package.json
@@ -34,7 +34,7 @@
     "@types/ws": "^8.5.6",
     "@typescript-eslint/eslint-plugin": "^5.61.0",
     "@typescript-eslint/parser": "^5.62.0",
-    "eslint": "^8.49.0",
+    "eslint": "^8.50.0",
     "eslint-config-prettier": "^9.0.0",
     "jest": "^27.3.1",
     "prettier": "^3.0.3",