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

jli pushed a change to branch 6.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    from c8c934afe2f chore(deps): bump dependencies to address security 
vulnerabilities (#37552)
     add d1e7eeacf7e fix(charts): Table chart shows an error on row limit 
(#37218)

No new revisions were added by this update.

Summary of changes:
 .../packages/superset-ui-core/src/utils/index.ts   |  1 +
 .../Input/Input.test.tsx => utils/withLabel.ts}    | 38 +++++++++++++---------
 .../superset-ui-core/src/validator/index.ts        |  1 +
 .../src/validator/legacyValidateInteger.ts         |  2 +-
 .../src/validator/legacyValidateNumber.ts          |  2 +-
 .../stringifyAndTrim.ts => validator/types.ts}     | 11 ++++---
 .../src/validator/validateInteger.ts               |  2 +-
 .../src/validator/validateMapboxStylesUrl.ts       |  2 +-
 .../src/validator/validateMaxValue.ts              |  5 ++-
 .../src/validator/validateNonEmpty.ts              |  2 +-
 .../src/validator/validateNumber.ts                |  2 +-
 .../src/validator/validateServerPagination.ts      |  2 +-
 .../validator/validateTimeComparisonRangeValues.ts | 12 +++----
 .../test/validator/validateMaxValue.test.ts        |  4 +--
 .../src/controlPanel.tsx                           |  5 +--
 .../src/Histogram/controlPanel.tsx                 |  3 +-
 .../plugin-chart-table/src/controlPanel.tsx        |  8 ++---
 .../src/explore/controlUtils/getControlState.ts    |  3 +-
 18 files changed, 60 insertions(+), 45 deletions(-)
 copy 
superset-frontend/packages/superset-ui-core/src/{components/Input/Input.test.tsx
 => utils/withLabel.ts} (54%)
 copy 
superset-frontend/packages/superset-ui-core/src/{color/stringifyAndTrim.ts => 
validator/types.ts} (77%)

Reply via email to