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/07/11 02:45:43 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/prettier-3.0.0 updated (ff57bdba4b -> e90d040c3f)

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


    omit ff57bdba4b build(deps-dev): bump prettier in /superset-websocket
     add fe9b0bf29b docs: correct databricks pip package name (#23992)
     add d2489c5ac7 docs(frontend): Fixed typo in command (#23987)
     add b809815436 fix: remove spaces and EOL from nonce attr (#24644)
     add fe2c14ff3a fix: Ensure metrics is an array in Mixed Chart (#24643)
     add e6e8276a20 fix: fix extra insert for count on dataset creation (#24625)
     add 4881328fbf fix: CSP, bump FAB to 4.3.4 (#24646)
     add 294e522c09 build(deps): bump jsonwebtoken from 9.0.0 to 9.0.1 in /superset-websocket (#24614)
     add fbe49c21a2 build(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /superset-embedded-sdk (#24634)
     add 7b957369fc build(deps): bump semver from 5.7.1 to 5.7.2 in /docs (#24651)
     add 117435f0d8 chore: update UI dev libs and fix warnings & vulnerabilities (#24648)
     add e90d040c3f build(deps-dev): bump prettier 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   (ff57bdba4b)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/prettier-3.0.0 (e90d040c3f)

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/yarn.lock                                     |     29 +-
 requirements/base.txt                              |      2 +-
 setup.py                                           |      2 +-
 superset-embedded-sdk/package-lock.json            |     74 +-
 superset-frontend/package-lock.json                | 103409 +++++++++---------
 superset-frontend/package.json                     |     66 +-
 .../plugins/plugin-chart-table/TableStories.tsx    |      2 +-
 .../src/MixedTimeseries/transformProps.ts          |      4 +-
 .../plugin-chart-echarts/src/utils/controls.ts     |      2 +-
 .../plugin-chart-table/src/transformProps.ts       |      2 +-
 .../components/RunQueryActionButton/index.tsx      |      6 +-
 .../src/SqlLab/components/TableElement/index.tsx   |      8 +-
 .../src/components/DeprecatedSelect/utils.ts       |      6 +-
 superset-frontend/src/components/Icons/Icon.tsx    |      4 +-
 .../FiltersConfigForm/DefaultValue.tsx             |      2 +-
 .../FiltersConfigModal/FiltersConfigForm/state.ts  |      2 +-
 .../nativeFilters/FiltersConfigModal/utils.ts      |      2 +-
 .../src/dashboard/util/isValidChild.ts             |      5 +-
 .../explore/components/ControlPanelsContainer.tsx  |     14 +-
 .../annotationLayers/AnnotationLayerModal.tsx      |      3 +-
 .../src/features/annotations/AnnotationModal.tsx   |      3 +-
 .../src/features/cssTemplates/CssTemplateModal.tsx |      3 +-
 superset-frontend/webpack.config.js                |      9 +-
 superset-websocket/package-lock.json               |     14 +-
 superset-websocket/package.json                    |      2 +-
 superset/datasets/commands/create.py               |      5 +-
 superset/examples/birth_names.py                   |     18 +-
 superset/templates/superset/macros.html            |     10 +-
 superset/utils/pandas_postprocessing/prophet.py    |      2 +-
 29 files changed, 53225 insertions(+), 50485 deletions(-)