This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-demo/react-19.2.4
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 3af9e703b5 chore(deps): bump react in
/superset-frontend/packages/superset-ui-demo
add 8f6dd4aba0 chore(deps-dev): bump typescript-eslint from 8.53.1 to
8.54.0 in /docs (#37476)
add 58ab4e78ff chore(deps): bump antd from 6.2.1 to 6.2.2 in /docs (#37470)
add 1681f74b2e chore(direnv): add direnv to gitignore (#37481)
add 10a8d8b8ee chore(deps-dev): bump @typescript-eslint/parser from 8.53.1
to 8.54.0 in /superset-websocket (#37465)
add e4d71c2a55 docs(readme): sync database logos with auto-generated docs
(#37463)
add a7e7cc30a9 fix(ag-grid-table): preserve time grain aggregation when
temporal column casing changes (#36990)
add 5fa6925522 fix(dashboard): update chart customization UI text to
"Display controls" (#37462)
add 27a4575f3e refactor: Move frontend related artifacts into frontend
gitignore (#37496)
add 20da4eb86e fix(sqllab): Over-rendering on result table (#30857)
add 2ec3aaaeea feat(dashboard): show dataset column labels in View as
table (#37140)
add f787aec567 docs: add Netlify to CI services footer and improve layout
(#37451)
add b223f10ab5 chore(deps-dev): bump @typescript-eslint/eslint-plugin from
8.53.1 to 8.54.0 in /superset-websocket (#37468)
add 3bcd3b1683 chore(deps-dev): bump typescript-eslint from 8.53.1 to
8.54.0 in /superset-websocket (#37466)
add 3729858adc chore(deps): bump react in
/superset-frontend/packages/superset-ui-demo
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 (3af9e703b5)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-demo/react-19.2.4
(3729858adc)
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:
.gitignore | 5 +-
.rat-excludes | 1 +
README.md | 103 +++++----
docs/docusaurus.config.ts | 6 +-
docs/i18n/en/docusaurus-theme-classic/footer.json | 2 +-
docs/package.json | 4 +-
docs/src/data/databases.json | 75 ++++++-
docs/src/styles/main.less | 38 +++-
docs/static/img/netlify.png | Bin 0 -> 4618 bytes
docs/yarn.lock | 170 +++++++-------
superset-frontend/.gitignore | 4 +
.../src/controlPanel.tsx | 4 +-
.../test/controlPanel.test.ts | 77 +++++++
.../src/SqlLab/components/ResultSet/index.tsx | 15 +-
.../src/components/FilterableTable/index.tsx | 3 +-
.../components/CustomizationsBadge/index.tsx | 4 +-
.../components/SliceHeaderControls/index.tsx | 1 +
.../nativeFilters/FilterBar/FilterBar.test.tsx | 6 +-
.../FilterBar/FilterBarSettings/index.tsx | 2 +-
.../FilterBar/FilterControls/FilterControls.tsx | 2 +-
.../nativeFilters/FilterBar/Header/Header.test.tsx | 4 +-
.../nativeFilters/FilterBar/Header/index.tsx | 2 +-
.../nativeFilters/FilterBar/Vertical.tsx | 2 +-
.../nativeFilters/FilterCard/FilterCard.test.tsx | 4 +-
.../ConfigModalSidebar/ConfigModalSidebar.tsx | 2 +-
.../FiltersConfigForm/FiltersConfigForm.tsx | 12 +-
.../FiltersConfigModal/FiltersConfigModal.tsx | 2 +-
.../FiltersConfigModal/NewItemDropdown.tsx | 2 +-
.../explore/components/DataTableControl/index.tsx | 12 +-
.../DataTableControl/useTableColumns.test.ts | 28 +++
.../components/ResultsPaneOnDashboard.tsx | 2 +
.../components/SingleQueryResultPane.tsx | 2 +
.../DataTablesPane/components/useResultsPane.tsx | 2 +
.../src/explore/components/DataTablesPane/types.ts | 4 +
superset-websocket/package-lock.json | 248 ++++++++++-----------
superset-websocket/package.json | 6 +-
36 files changed, 552 insertions(+), 304 deletions(-)
create mode 100644 docs/static/img/netlify.png
create mode 100644
superset-frontend/plugins/plugin-chart-ag-grid-table/test/controlPanel.test.ts