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/22 20:33:31 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/eslint-config-prettier-8.8.0 updated (f9bd79ff10 -> 67019669b9)

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


 discard f9bd79ff10 build(deps-dev): bump eslint-config-prettier in /superset-websocket
     add 226b60bc4f fix: safe check when computing chart thumbnail (#23432)
     add d01cf4300c fix: schedule query option showing up (#23386)
     add 45f045def2 fix: prevent ForeignKeyViolation error on delete (#23414)
     add 8ecf0b1c20 feat(echarts): Add x axis sort by to all series charts (#23450)
     add 9626a0d884 build(deps-dev): bump prettier from 2.8.4 to 2.8.6 in /superset-websocket (#23451)
     add fb270cbbd5 build(deps-dev): bump @types/node from 18.15.3 to 18.15.5 in /superset-websocket (#23438)
     add 67019669b9 build(deps-dev): bump eslint-config-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   (f9bd79ff10)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/eslint-config-prettier-8.8.0 (67019669b9)

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:
 .../src/Timeseries/Area/controlPanel.tsx           |  2 +-
 .../src/Timeseries/Regular/Line/controlPanel.tsx   |  2 +-
 .../Timeseries/Regular/Scatter/controlPanel.tsx    |  2 +-
 .../Timeseries/Regular/SmoothLine/controlPanel.tsx |  2 +-
 .../src/Timeseries/Step/controlPanel.tsx           |  2 +-
 .../src/SqlLab/components/SqlEditor/index.jsx      |  2 +-
 superset-websocket/package-lock.json               | 28 +++++++++++-----------
 superset-websocket/package.json                    |  4 ++--
 superset/charts/commands/delete.py                 |  7 +++++-
 superset/datasets/commands/delete.py               |  7 +++++-
 superset/tasks/thumbnails.py                       |  3 +++
 11 files changed, 37 insertions(+), 24 deletions(-)