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 21:43:20 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/typescript-eslint/parser-5.56.0 updated (49b045c4e5 -> 449e275c18)

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/typescript-eslint/parser-5.56.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 49b045c4e5 build(deps-dev): bump @typescript-eslint/parser in /superset-websocket
     add 499754a52e fix: Allow setting ingress hosts directly through yaml (#23446)
     add fae3ad0462 docs(contributing): added note for creating SECRET_KEY (#23417)
     add b1526c14e0 fix(sqllab): dedupe active_tab in tabHistory (#23265)
     add ca4dd26648 chore(sqllab): Remove schemaOptions from redux store (#23257)
     add 832e8fb0ac fix(Pivot Table v2): resolved full width issue (#23393)
     add 88684caba8 build(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0 in /superset-websocket (#23437)
     add 449e275c18 build(deps-dev): bump @typescript-eslint/parser 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   (49b045c4e5)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/parser-5.56.0 (449e275c18)

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/docs/contributing/local-backend.mdx           |  2 ++
 helm/superset/Chart.yaml                           |  2 +-
 helm/superset/README.md                            |  3 +-
 helm/superset/templates/ingress.yaml               |  6 ++++
 helm/superset/values.yaml                          |  1 +
 .../src/PivotTableChart.tsx                        |  2 +-
 .../src/react-pivottable/Styles.js                 |  1 +
 superset-frontend/src/SqlLab/actions/sqlLab.js     |  6 ----
 .../src/SqlLab/actions/sqlLab.test.js              |  1 -
 .../SqlLab/components/AceEditorWrapper/index.tsx   | 32 ++++++++++++++--------
 .../src/SqlLab/components/SaveQuery/index.tsx      |  1 -
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   | 11 --------
 superset-frontend/src/SqlLab/fixtures.ts           |  7 -----
 .../hooks/useQueryEditor/useQueryEditor.test.ts    |  9 ++----
 .../src/SqlLab/reducers/getInitialState.js         | 10 ++++++-
 .../src/SqlLab/reducers/getInitialState.test.ts    | 19 ++++++++++++-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    | 12 --------
 superset-frontend/src/SqlLab/types.ts              |  1 -
 .../src/SqlLab/utils/emptyQueryResults.test.js     |  4 +--
 .../DatabaseSelector/DatabaseSelector.test.tsx     |  1 -
 .../src/components/DatabaseSelector/index.tsx      |  4 ---
 .../src/components/TableSelector/index.tsx         |  4 ---
 superset-websocket/package-lock.json               | 14 +++++-----
 superset-websocket/package.json                    |  2 +-
 24 files changed, 73 insertions(+), 82 deletions(-)