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


 discard 8b73a45692 build(deps-dev): bump @typescript-eslint/eslint-plugin
     add d0305445b2 fix: Issue #24493; Resolved report selection menu in chart 
and dashboard page (#25157)
     add d8496425e2 fix: DML failures in SQL Lab (#25190)
     add e605d6dddf fix: All values being selected in Select (#25202)
     add 78b8e9421e docs: fix wrong type in PREFERRED_DATABASES example (#25200)
     add 251ce2ed2a docs: add CVEs for 2.1.1 (#25206)
     add a40e9a4d06 chore: back port 2.1.1 doc changes (#25165)
     add 2d4de5146b feat(sqllab): Show sql in the current result (#24787)
     add 8be8014504 docs(FAQ): add answer re: necessary specs, copy-edit 
existing answer (#24992)
     add 2f68010729 fix: `is_select` (#25189)
     add 47518cb002 fix: Cypress test to force mouseover (#25209)
     add cfda30c81a fix(sqllab): Force trino client async execution (#24859)
     add 749274e635 fix: granularity_sqla and GENERIC_CHART_AXES (#25213)
     add 09e9cb484b chore: Convert deckgl class components to functional 
(#25177)
     add 0e17e4b06f fix: Cypress test to force mouseover (follow-up) (#25223)
     add 33624289fe fix(docs): Fixing a typo in README.md (#25216)
     add 710e111c5e chore(read_csv): remove deprecated argument (#25226)
     add 0668d12e3b chore(trino): remove unnecessary index checks (#25211)
     add 6f4e63162f fix: Clearing the currency format has no effect on the 
chart (#25238)
     add 894f250229 fix: Don't apply number formatting to the label in Treemap 
(#25249)
     add ea21e800a7 fix: Currency formatting in Table raw mode (#25248)
     add 83fc553841 refactor: Remove obsolete HiveEngineSpec.fetch_logs method 
(#20631)
     add 37742c40ca build(deps-dev): bump @types/node from 20.5.7 to 20.6.0 in 
/superset-websocket (#25253)
     add 4fd47cdf24 build(deps-dev): bump @typescript-eslint/eslint-plugin

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   (8b73a45692)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.6.0
 (4fd47cdf24)

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:
 CHANGELOG.md                                       |  46 ++++
 UPDATING.md                                        |   7 +-
 docs/docs/databases/db-connection-ui.mdx           |   2 +-
 docs/docs/frequently-asked-questions.mdx           |  50 ++--
 docs/docs/security/cves.mdx                        |  30 ++-
 .../cypress-base/cypress/e2e/explore/chart.test.js |   4 +-
 .../src/CategoricalDeckGLContainer.tsx             | 266 +++++++++------------
 .../src/DeckGLContainer.tsx                        | 131 +++++-----
 .../legacy-preset-chart-deckgl/src/Multi/Multi.tsx | 204 +++++++---------
 .../legacy-preset-chart-deckgl/src/TooltipRow.tsx  |  18 +-
 .../legacy-preset-chart-deckgl/src/factory.tsx     | 113 ++++-----
 .../src/layers/Geojson/Geojson.tsx                 |  65 ++---
 .../src/layers/Polygon/Polygon.tsx                 | 237 +++++++++---------
 .../src/layers/Screengrid/Screengrid.tsx           | 118 ++++-----
 .../src/Treemap/transformProps.ts                  |   1 -
 .../plugin-chart-table/src/transformProps.ts       |   2 +-
 .../plugin-chart-table/src/utils/isEqualColumns.ts |   4 +-
 .../plugin-chart-table/test/TableChart.test.tsx    |  41 ++++
 .../plugins/plugin-chart-table/test/testData.ts    |  29 +++
 .../src/SqlLab/components/HighlightedSql/index.tsx |   2 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |  88 +++++--
 .../src/SqlLab/components/SouthPane/index.tsx      |   2 +
 superset-frontend/src/components/Select/Select.tsx |   4 +-
 .../controls/CurrencyControl/CurrencyControl.tsx   |   2 +
 .../useExploreAdditionalActionsMenu/index.jsx      |  18 +-
 .../ReportModal/HeaderReportDropdown/index.tsx     |   3 +-
 superset-websocket/package-lock.json               |  26 +-
 superset-websocket/package.json                    |   2 +-
 superset/db_engine_specs/README.md                 |   2 +-
 superset/db_engine_specs/base.py                   |  18 ++
 superset/db_engine_specs/hive.py                   |  51 +---
 superset/db_engine_specs/presto.py                 |  10 +-
 superset/db_engine_specs/trino.py                  |  72 +++++-
 superset/legacy.py                                 |  25 +-
 superset/sql_lab.py                                |  17 +-
 superset/sql_parse.py                              |  74 +++---
 .../form_view/csv_to_database_view/edit.html       |   4 -
 superset/views/database/forms.py                   |   4 -
 superset/views/database/views.py                   |   2 -
 tests/unit_tests/db_engine_specs/test_trino.py     |  31 ++-
 tests/unit_tests/legacy_tests.py                   | 100 ++++++++
 tests/unit_tests/sql_lab_test.py                   |  10 +-
 tests/unit_tests/sql_parse_tests.py                |   7 +
 43 files changed, 1107 insertions(+), 835 deletions(-)
 create mode 100644 tests/unit_tests/legacy_tests.py

Reply via email to