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/eslint-10.0.0
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 4e294be4cf5 chore(deps-dev): bump eslint from 8.57.1 to 10.0.0 in
/superset-frontend
add cd4cd537260 chore(deps-dev): bump css-loader from 7.1.3 to 7.1.4 in
/superset-frontend (#38050)
add 090eab099c0 chore(deps): bump storybook from 8.6.15 to 8.6.16 in /docs
(#38043)
add a30492f55e1 fix(plugin/cal-heatmap): properly color tooltip's text for
both dark/light theme (#38010)
add 9131739f98b fix(home): null check for possibly undefined filtered
other table data due to insufficient permission (#37983)
add 7b56fc1714c fix(docs): correct DB module filename for editing + update
DB metadata file (#37990)
add 0d2c8fd3737 chore(deps): bump @storybook/core from 8.6.15 to 8.6.16 in
/docs (#38046)
add 21481eef4fc chore(deps): bump the storybook group in /docs with 9
updates (#38067)
add 29f499528ff chore(deps-dev): bump eslint-plugin-testing-library from
7.15.4 to 7.16.0 in /superset-frontend (#38066)
new 242d0c27c2f chore(deps-dev): bump eslint from 8.57.1 to 10.0.0 in
/superset-frontend
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 (4e294be4cf5)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/eslint-10.0.0 (242d0c27c2f)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/dependabot.yml | 16 +
docs/package.json | 18 +-
docs/src/components/databases/DatabasePage.tsx | 8 +-
docs/src/data/databases.json | 170 +++++++-
docs/yarn.lock | 114 +++---
superset-frontend/package-lock.json | 427 ++++-----------------
superset-frontend/package.json | 4 +-
.../test/utils/getSelectedText.test.ts | 3 +-
.../src/ReactCalendar.tsx | 2 +-
.../src/features/home/DashboardTable.tsx | 4 +-
superset-frontend/src/views/CRUD/types.ts | 2 +-
11 files changed, 329 insertions(+), 439 deletions(-)