This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-c7217bd69e
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard b372b4b792b chore(deps): bump the edge-ui-package-updates group across
1 directory with 17 updates
add 33fa95c176a Compat sdk conf follow-up: Celery, Common AI, FAB, Edge3
(#64292)
add 06930d1c64d SQLA: Replace the deprecated `lazy="noload"` with
`lazy="raise"` (#64262)
add b786fd70f49 Align log_id_template with current default in
Elasticsearch provider (#64332)
add cb54ad885d2 Fix documentation link (#64355)
add 6542fe6a289 Improve creation of RuntimeTaskInstance in TriggerRunner
regarding start_for_trigger functionality (#64298)
add 1b2c15c5229 Update providers metadata 2026-03-28 (#64357)
add 5dff61841fb Upgrade important CI Versions (#64270)
add 0496f98e722 Adds retry to go-sdk connection (#64184)
add 6710866c2c9 chore(deps): bump joserfc from 1.5.0 to 1.6.3 (#63850)
add eab43f2db8b Fix Docs menu REST API link visibility when API docs are
disabled (#64359)
add eb8f5a1a357 Fix dependabot alarms for React references in react plugin
template (#64371)
add 484fb38802b Fix dependabot alarms in FAB provider (#64369)
add 65971cb73e2 Fix dependabot alarms in Edge provider (#64368)
add e5f04cfd350 chore(deps): bump the edge-ui-package-updates group across
1 directory with 17 updates
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 (b372b4b792b)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-c7217bd69e
(e5f04cfd350)
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/actions/install-prek/action.yml | 2 +-
Dockerfile.ci | 2 +-
.../api_fastapi/common/db/task_instances.py | 5 +-
.../api_fastapi/core_api/routes/public/hitl.py | 8 +-
.../core_api/routes/public/task_instances.py | 37 +-
.../airflow/api_fastapi/core_api/routes/ui/dags.py | 4 +
.../src/airflow/executors/workloads/trigger.py | 5 +-
.../src/airflow/jobs/triggerer_job_runner.py | 34 +-
airflow-core/src/airflow/models/dagrun.py | 40 ++-
airflow-core/src/airflow/models/log.py | 2 +-
airflow-core/src/airflow/models/taskinstance.py | 11 +-
.../src/airflow/models/taskinstancehistory.py | 2 +-
airflow-core/src/airflow/models/xcom.py | 2 +-
.../airflow/ui/src/layouts/Nav/DocsButton.test.tsx | 56 +++
.../src/airflow/ui/src/layouts/Nav/DocsButton.tsx | 2 +-
airflow-core/tests/unit/models/test_log.py | 22 ++
.../tests/unit/models/test_taskinstance.py | 61 ++++
airflow-core/tests/unit/models/test_xcom.py | 20 ++
chart/README.md | 2 +-
chart/values.yaml | 2 +-
dev/breeze/doc/ci/02_images.md | 2 +-
dev/breeze/pyproject.toml | 2 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/uv.lock | 336 +++++++++---------
.../react_plugin_template/package.json | 7 +-
.../react_plugin_template/pnpm-lock.yaml | 119 ++++---
generated/provider_metadata.json | 388 +++++++++++++++++++++
go-sdk/edge/worker.go | 30 +-
go-sdk/pkg/config/config.go | 29 +-
go-sdk/pkg/edgeapi/client.go | 41 ++-
.../airflow/providers/celery/cli/celery_command.py | 2 +-
.../src/airflow/providers/celery/cli/definition.py | 2 +-
.../tests/unit/celery/cli/test_celery_command.py | 2 +-
.../airflow/providers/common/ai/durable/storage.py | 2 +-
.../providers/edge3/plugins/www/package.json | 7 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 87 +++--
.../unit/edge3/executors/test_edge_executor.py | 3 +-
.../fab/src/airflow/providers/fab/www/package.json | 3 +-
.../src/airflow/providers/fab/www/pnpm-lock.yaml | 11 +-
.../fab/auth_manager/cli_commands/test_utils.py | 2 +-
uv.lock | 199 ++++-------
41 files changed, 1129 insertions(+), 466 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/layouts/Nav/DocsButton.test.tsx