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


 discard 41b6c28  build(deps): bump react-select from 3.1.0 to 4.3.1 in 
/superset-frontend
     add 9ac55d9  fix(build): enable hot reloading of linked packages (#16867)
     add b35645c  feat: added extraEnvRaw variable to load values from other 
secrets (#16219)
     add aa74721  feat: Add Private Google Sheets to dynamic form (#16628)
     add dafb531  build(deps): bump react-select from 3.1.0 to 4.3.1 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   (41b6c28)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/react-select-4.3.1 
(dafb531)

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:
 helm/superset/Chart.yaml                           |     2 +-
 helm/superset/templates/deployment-beat.yaml       |     5 +-
 helm/superset/templates/deployment-worker.yaml     |     5 +-
 helm/superset/templates/deployment.yaml            |     7 +-
 helm/superset/templates/init-job.yaml              |     5 +-
 helm/superset/values.yaml                          |    12 +-
 superset-frontend/package-lock.json                | 46701 ++-----------------
 superset-frontend/package.json                     |     2 +-
 superset-frontend/src/setup/setupColors.ts         |     2 +
 .../DatabaseModal/DatabaseConnectionForm.tsx       |   190 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     |   100 +-
 .../CRUD/data/database/DatabaseModal/styles.ts     |    12 +-
 .../src/views/CRUD/data/database/types.ts          |     9 +
 superset-frontend/webpack.config.js                |     1 +
 superset/databases/api.py                          |     1 +
 superset/databases/schemas.py                      |    12 +-
 superset/db_engine_specs/bigquery.py               |    12 +-
 superset/db_engine_specs/gsheets.py                |    20 +-
 superset/models/core.py                            |     9 +
 tests/integration_tests/databases/api_tests.py     |     9 +-
 tests/unit_tests/db_engine_specs/test_gsheets.py   |     6 +-
 21 files changed, 4148 insertions(+), 42974 deletions(-)

Reply via email to