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 2022/02/17 03:47:11 UTC

[superset] branch dependabot/npm_and_yarn/superset-frontend/follow-redirects-1.14.8 updated (14c2bcf -> 670db51)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-frontend/follow-redirects-1.14.8
in repository https://gitbox.apache.org/repos/asf/superset.git.


 discard 14c2bcf  chore(deps): bump follow-redirects in /superset-frontend
     add 2421d17  chore: move data nav menu to plus menu (#18629)
     add dd79c5c  chore(deps): bump url-parse from 1.4.7 to 1.5.7 in /superset-frontend (#18771)
     add 9ef0c9c  chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /superset-frontend (#18770)
     add a0e757b  chore(deps): bump tmpl from 1.0.4 to 1.0.5 in /superset-frontend (#18768)
     add 88cdc65  chore(deps-dev): bump node-fetch in /superset-frontend (#18766)
     add e492674  chore(deps): bump nanoid from 3.1.30 to 3.3.1 in /docs (#18763)
     add 4c7d220  chore(deps): bump follow-redirects from 1.14.5 to 1.14.8 in /docs (#18760)
     add 70054b0  chore(deps): bump shelljs from 0.8.4 to 0.8.5 in /docs (#18759)
     add 670db51  chore(deps): bump follow-redirects in /superset-frontend

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   (14c2bcf)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/follow-redirects-1.14.8 (670db51)

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:
 docs/package-lock.json                             | 1640 +++++++++++++++++++-
 docs/yarn.lock                                     |   75 +-
 superset-frontend/package-lock.json                |  102 +-
 superset-frontend/src/views/App.tsx                |    4 +-
 .../src/views/components/Menu.test.tsx             |   28 +-
 superset-frontend/src/views/components/Menu.tsx    |   36 +-
 .../src/views/components/MenuRight.tsx             |   82 +-
 superset/initialization/__init__.py                |   47 -
 superset/views/base.py                             |   10 +
 tests/integration_tests/security_tests.py          |    1 -
 10 files changed, 1885 insertions(+), 140 deletions(-)