This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch chore/enable-additional-oxlint-rules
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 5f2c3560e04 fix(sqllab): preserve backend-sourced lastUpdatedActiveTab
during localStorage migration
discard aeb4cab9216 fix(table): use stable key prefix for comparison columns
discard c9929fcc130 chore(frontend): enable additional oxlint rules for better
code hygiene
add b290f712452 fix(explore): prevent theme object from being passed to
ReactAce in TextAreaControl (#38117)
add b565128fe76 fix(charts): improve error display for failed charts in
dashboards (#37939)
add 577b965a601 chore(deps-dev): bump ajv from 6.12.6 to 6.14.0 in
/superset-frontend (#38132)
add 3d6644864d4 build(deps): migrate to lighter and modern `react-icons`
(#38125)
add 987b6a6f041 chore(deps): bump swagger-ui-react from 5.31.1 to 5.31.2
in /docs (#38140)
add 5e6524954c8 chore(deps): pin react-icons to 5.4.0 in
/superset-frontend (#38144)
add 82fce8d7de8 chore(deps-dev): bump @types/node from 25.2.3 to 25.3.0 in
/superset-frontend (#38143)
add 5bee32ea93d chore(deps): bump aquasecurity/trivy-action from 0.34.0 to
0.34.1 (#38138)
add 6424194c874 chore(deps): bump underscore from 1.13.7 to 1.13.8 in
/superset-frontend (#38142)
add 159fb5d6f4a chore(deps-dev): bump ajv from 6.12.6 to 6.14.0 in
/superset-frontend/cypress-base (#38131)
add a87a006aaeb ci: declare explicit permissions in maintenance workflows
(#38159)
add 3b3568a81e0 chore(frontend): enable additional oxlint rules for better
code hygiene
add 097e1039f1b fix(table): use stable key prefix for comparison columns
add 8db0a1f0ae2 fix(sqllab): preserve backend-sourced lastUpdatedActiveTab
during localStorage migration
add 56e8e63c8d4 fix(sqllab): use const for lastUpdatedActiveTab since it
is never reassigned
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 (5f2c3560e04)
\
N -- N -- N refs/heads/chore/enable-additional-oxlint-rules
(56e8e63c8d4)
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:
.github/dependabot.yml | 8 +
.github/workflows/docker.yml | 2 +-
.github/workflows/no-hold-label.yml | 3 +
.github/workflows/pre-commit.yml | 3 +
.github/workflows/tech-debt.yml | 3 +
docs/package.json | 2 +-
docs/yarn.lock | 557 +++++++++++----------
superset-frontend/cypress-base/package-lock.json | 112 +++--
superset-frontend/package-lock.json | 140 ++----
superset-frontend/package.json | 2 +-
.../plugin-chart/templates/package-lock.erb | 18 -
.../superset-ui-chart-controls/package.json | 1 -
.../packages/superset-ui-core/package.json | 2 +-
.../legacy-preset-chart-deckgl/package.json | 2 +-
.../plugin-chart-ag-grid-table/package.json | 1 -
.../plugins/plugin-chart-pivot-table/package.json | 2 +-
.../src/react-pivottable/TableRenderers.tsx | 6 +-
.../plugins/plugin-chart-table/package.json | 2 +-
.../plugins/plugin-chart-table/src/TableChart.tsx | 6 +-
.../src/SqlLab/reducers/getInitialState.ts | 2 +-
.../src/components/Chart/Chart.test.tsx | 88 ++++
superset-frontend/src/components/Chart/Chart.tsx | 16 +-
.../components/controls/TextAreaControl.tsx | 59 ++-
superset/db_engine_specs/gsheets.py | 7 +-
tests/unit_tests/db_engine_specs/test_gsheets.py | 20 +
25 files changed, 602 insertions(+), 462 deletions(-)
create mode 100644 superset-frontend/src/components/Chart/Chart.test.tsx