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/03/10 15:22:56 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-5.54.1 updated (3e5e711f46 -> b8d5f68654)

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


    omit 3e5e711f46 build(deps-dev): bump @typescript-eslint/eslint-plugin
     add 0a588d11a5 chore: bump docusaurus to latest stable (#23317)
     add eb3d5602c2 docs: add lost _filters param docs (#23316)
     add 57db8f938b feat(docs): adds BugHerd to documentation site. (#23287)
     add 989fe27a0f chore: log different selenium timeout errors differently (#23290)
     add 33b758d716 docs: improve API v1 migration documentation (#23298)
     add 2cf75cc0ce docs(alerts and reports): Update ExecutorType class (#23323)
     add 6311b40329 build(deps-dev): bump @typescript-eslint/parser from 5.53.0 to 5.54.1 in /superset-websocket (#23294)
     add b8d5f68654 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   (3e5e711f46)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-5.54.1 (b8d5f68654)

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:
 UPDATING.md                               |  11 +
 docs/docs/installation/alerts-reports.mdx |  14 +-
 docs/docs/installation/sql-templating.mdx |  47 +++-
 docs/docusaurus.config.js                 |   9 +-
 docs/package.json                         |  14 +-
 superset-websocket/package-lock.json      | 401 +++---------------------------
 superset-websocket/package.json           |   2 +-
 superset/config.py                        |  12 +-
 superset/utils/webdriver.py               |  54 ++--
 superset/views/base.py                    |  13 +-
 superset/views/core.py                    |  49 ++--
 11 files changed, 195 insertions(+), 431 deletions(-)