This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch
dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-8.65.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 43affa7a0ce fix: bump @typescript-eslint/parser to 8.65.0 to match
eslint-plugin peer dep
discard a302fa4dcab chore(deps-dev): bump @typescript-eslint/eslint-plugin
add ecc7f726a4e fix: guard potential null derefs and remove dead branches
(#42358)
add 435e7825a6e chore(deps-dev): bump prettier from 3.9.5 to 3.9.6 in
/superset-frontend (#42527)
add e754b73af29 chore(deps-dev): bump baseline-browser-mapping from
2.10.43 to 2.10.44 in /superset-frontend (#42526)
add be012c8faad chore(deps): bump markdown-to-jsx from 9.8.2 to 9.9.0 in
/superset-frontend (#42524)
add 2c061f1e05b chore(deps-dev): bump the storybook group in
/superset-frontend with 5 updates (#42523)
add a970838b5c3 chore(deps): bump github/codeql-action/init from 4.37.1 to
4.37.2 (#42522)
add 2e81eb580f2 chore(deps): bump baseline-browser-mapping from 2.10.43 to
2.10.44 in /docs (#42521)
add dd7bbe0adfe chore(deps-dev): bump prettier from 3.9.5 to 3.9.6 in
/docs (#42519)
add a301e7c5119 chore(deps-dev): bump the typescript-eslint group in /docs
with 3 updates (#42518)
add ad15c4ddd1d chore(deps): bump the storybook group in /docs with 2
updates (#42517)
add 25a985893d9 chore(deps-dev): bump typescript-eslint from 8.64.0 to
8.65.0 in /superset-websocket (#42516)
add 39f9b7029be chore(deps): bump github/codeql-action/analyze from 4.37.1
to 4.37.2 (#42520)
add 526cebac73a chore(deps-dev): bump prettier from 3.9.5 to 3.9.6 in
/superset-websocket (#42514)
add 7b767f6c1d5 chore(ci): swap linkinator-action for lychee-action in
docs link checker (#42501)
add d37a4d5ad9e chore(deps-dev): bump @typescript-eslint/eslint-plugin
add 02dded759fd fix: bump @typescript-eslint/parser to 8.65.0 to match
eslint-plugin peer dep
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 (43affa7a0ce)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-8.65.0
(02dded759fd)
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/workflows/codeql-analysis.yml | 4 +-
.github/workflows/superset-docs-verify.yml | 77 ++++----
docs/package.json | 14 +-
docs/yarn.lock | 194 ++++++++++-----------
superset-frontend/package-lock.json | 162 ++++++++---------
superset-frontend/package.json | 16 +-
superset-websocket/package-lock.json | 90 +++++-----
superset-websocket/package.json | 4 +-
superset/common/query_context_factory.py | 2 +-
superset/common/utils/query_cache_manager.py | 6 +-
superset/db_engine_specs/databricks.py | 1 +
superset/db_engine_specs/presto.py | 3 +-
.../common/test_query_context_factory.py | 36 ++++
13 files changed, 330 insertions(+), 279 deletions(-)