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


    omit 7ff7563cc9 build(deps): bump dompurify from 3.1.0 to 3.1.3 in 
/superset-frontend
     add f315a4f02c chore: move SLACK_ENABLE_AVATARS from config to feature 
flag (#30274)
     add c33d49ecab fix(dashboard): invalid button style in undo/redo button 
(#30273)
     add 2f0c9947ce fix(dashboard): Invalid owner's name displayed after 
updates (#30272)
     add cd8b56706b fix: unable to disallow csv upload on header menu (#30271)
     add 930078b6f5 chore(explore): Medium font weight for section headers 
(#30321)
     add a3952051e1 feat(jinja): add option to format time filters using 
strftime (#30323)
     add 08145d88b9 style(explore): clarify ambiguously named "sort by" field 
(#30254)
     add e54353c4da docs: HTML embedding of charts/dashboards without 
authentication (#30032)
     add 0dcfe74bc6 build(deps): bump express from 4.19.2 to 4.20.0 in /docs 
(#30227)
     add 1441ad8546 chore(UPDATING.md): Add item to UPDATING describing 
translations build flag (#30313)
     add 78099b0d1f fix(migration): 87d38ad83218 failing on upgrade (#30275)
     add a90aa055f5 chore: bump cypress to v 11 (#30262)
     add 175ad6bb3d build(deps): bump dompurify from 3.1.0 to 3.1.3 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   (7ff7563cc9)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/dompurify-3.1.3 
(175ad6bb3d)

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:
 RESOURCES/FEATURE_FLAGS.md                         |  8 +++
 UPDATING.md                                        |  2 +
 docs/docs/configuration/networking-settings.mdx    | 59 ++++++++++++++-
 docs/docs/configuration/sql-templating.mdx         |  3 +
 docs/yarn.lock                                     | 83 +++++++++++++++-------
 superset-frontend/cypress-base/cypress.config.ts   | 10 ++-
 .../cypress-base/cypress/plugins/index.js          | 31 --------
 superset-frontend/cypress-base/package-lock.json   | 28 ++++----
 superset-frontend/cypress-base/package.json        |  4 +-
 .../src/shared-controls/dndControls.tsx            |  7 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |  1 +
 .../src/components/FacePile/index.tsx              | 18 ++---
 .../src/dashboard/components/Header/index.jsx      |  4 +-
 .../dashboard/components/PropertiesModal/index.tsx | 17 ++---
 .../explore/components/ControlPanelsContainer.tsx  |  1 +
 .../src/features/home/RightMenu.test.tsx           | 14 ++--
 superset-frontend/src/features/home/RightMenu.tsx  |  2 +-
 superset-frontend/src/types/Owner.ts               |  5 +-
 superset-frontend/src/utils/getOwnerName.test.ts   |  2 +
 superset-frontend/src/utils/getOwnerName.ts        |  2 +-
 superset/config.py                                 |  9 ++-
 superset/jinja_context.py                          |  6 ++
 ...d83218_migrate_can_view_and_drill_permission.py |  2 +-
 superset/views/base.py                             |  1 -
 superset/views/users/api.py                        | 13 ++--
 tests/integration_tests/users/api_tests.py         |  5 +-
 tests/unit_tests/jinja_context_test.py             | 24 +++++++
 27 files changed, 235 insertions(+), 126 deletions(-)
 delete mode 100644 superset-frontend/cypress-base/cypress/plugins/index.js

Reply via email to