This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/typescript-eslint-8.51.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 5f5d4be558 chore(deps-dev): bump typescript-eslint from 8.50.1 to 
8.51.0 in /docs
     add fe5d5fdae6 fix(chart-creation): use exact match when loading dataset 
from URL parameter (#36831)
     add e112d863bf fix(dashboard): resolve tab reorder state sync issues 
(#36855)
     add 7cd76e4647 fix: SqlLab error when collapsing the left panel preview 
(#36858)
     add d4ba44fce2 fix: Query history view button in SqlLab (#36540)
     add 85e830de46 fix: Clear database form errors (#36854)
     add c31224c891 fix(TableChart): render cell bars for columns with NULL 
values (#36819)
     add 12aa425049 fix(logout):  clicking logout displays an error 
notification "invalid username or password" (#36490)
     add e5489bd30f fix(SavedQueries): unify query card actions styling across 
all home page cards (#36671)
     add 1b1be96274 chore(deps-dev): bump globals from 16.5.0 to 17.0.0 in 
/docs (#36886)
     add dd2eb6293d chore(deps-dev): bump globals from 16.5.0 to 17.0.0 in 
/superset-websocket (#36885)
     add 4451e8db05 chore(deps): bump qs from 6.14.0 to 6.14.1 in /docs (#36884)
     add aed95453b3 chore(deps): bump qs from 6.14.0 to 6.14.1 in 
/superset-websocket/utils/client-ws-app (#36883)
     add 777d8d6c69 chore(deps-dev): bump typescript-eslint from 8.50.1 to 
8.51.0 in /docs

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   (5f5d4be558)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/docs/typescript-eslint-8.51.0 (777d8d6c69)

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/package.json                                  |   2 +-
 docs/yarn.lock                                     |  20 +-
 .../superset-ui-core/src/components/Tabs/Tabs.tsx  |   5 +-
 .../src/utils/useColDefs.ts                        |  21 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |   3 +-
 .../plugin-chart-table/test/TableChart.test.tsx    |  72 +++++++
 superset-frontend/src/SqlLab/actions/sqlLab.js     |  28 +--
 .../src/SqlLab/actions/sqlLab.test.js              | 195 +++++++++++++++++-
 .../components/QueryTable/QueryTable.test.tsx      |  97 ++++++++-
 .../src/SqlLab/components/QueryTable/index.tsx     | 110 +++++++---
 .../src/SqlLab/components/QueryTable/styles.ts     |   7 +
 .../src/SqlLab/components/ResultSet/index.tsx      |  50 +++--
 .../components/gridComponents/Tabs/Tabs.jsx        |   2 +-
 .../gridComponents/TabsRenderer/TabsRenderer.tsx   |  30 ++-
 .../databases/DatabaseModal/index.test.tsx         |  81 ++++++++
 .../src/features/databases/DatabaseModal/index.tsx |  58 ++++--
 .../datasets/AddDataset/Footer/Footer.test.tsx     |   1 +
 .../features/datasets/AddDataset/Footer/index.tsx  |  10 +-
 .../src/features/home/RightMenu.test.tsx           |   7 +-
 superset-frontend/src/features/home/RightMenu.tsx  |   7 +-
 .../src/features/home/SavedQueries.tsx             |  43 ++--
 .../src/pages/ChartCreation/ChartCreation.test.tsx | 227 +++++++++++++++++++++
 .../src/pages/ChartCreation/index.tsx              |  39 +++-
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 .../utils/client-ws-app/package-lock.json          |  12 +-
 26 files changed, 971 insertions(+), 172 deletions(-)

Reply via email to