This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-d53a470834
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard ce3c14c51d0 Bump the core-ui-package-updates group across 1 directory 
with 21 updates
     add 530bbb3af57 Apply note when clearing a Dag Run / task instances 
(#67639)
     add bb17c0fe7da Bump the edge-ui-package-updates group across 1 directory 
with 16 updates (#67740)
     add 8e3c9e0a026 Bump the github-actions-updates group with 2 updates 
(#67742)
     add 67a2cc38a89 Exclude ibm.mq from ARM test matrix via excluded-platforms 
(#67757)
     add 25f6675f8d4 Fix example_opensearch_serverless system test (#67666)
     add 03c71e50eb2 Bump common.ai floor to pydantic-ai-slim>=1.71.0 and 
document capabilities passthrough (#67444)
     add 29ac7c07269 Fix Cloud Run deferrable trigger handling of transient 503 
(#67219)
     add 62d60e4af15 Fix Helm chart executor label to support executor aliases 
(#67762)
     add 70d269aadb7 Go-SDK: Add concurrent-safe coordinator comms, log 
handler, and client (#67317)
     add df708b6295b Add SEC 10-K financial analysis example DAG using 
LlamaIndex for Common.ai provider (#67671)
     add e23d8cbcd95 Remove findings from positional session check in Core 
API+Callback (#67770)
     add b4177cbfb67 Fix exceptions of positional session use in airflow-core 
dag_processing (#67772)
     add 301b772d573 Remove findings from positional session check in Core CLI 
(#67771)
     add 5108abeda35 Fix pyproject docker stack name (#67778)
     add 12e3355632f Fix flaky test_trigger_runner_exception_stops_triggerer 
race (#67782)
     add 3d3e79d8c84 Enforce execution_timeout in deferrable 
KubernetesPodOperator (#67229)
     add 120b49aa3c9 Fix exceptions of positional session use in airflow-core 
ti-deps (#67776)
     add 4f76227dbd6 Forward termination signals from supervisor to task 
subprocess (#61627)
     add 99816d8984f feat: add idle/auto stop TTLs and master/worker instance 
flexibility … (#65653)
     add d1b1f74ab7c fix(openlineage): self-heal ProcessPoolExecutor on 
BrokenProcessPool (#67400)
     add 3d4fb103dd5 Bump the react group across 1 directory with 3 updates 
(#67732)
     add 5702296f0b0 Bump the core-ui-package-updates group across 1 directory 
with 21 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   (ce3c14c51d0)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-d53a470834
 (5702296f0b0)

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              |    6 +-
 .github/workflows/recheck-old-bug-report.yml       |    2 +-
 .github/workflows/stale.yml                        |    4 +-
 airflow-core/src/airflow/api/common/delete_dag.py  |    2 +-
 airflow-core/src/airflow/api/common/mark_tasks.py  |    4 +-
 .../api_fastapi/core_api/datamodels/dag_run.py     |    4 +
 .../core_api/openapi/v2-rest-api-generated.yaml    |    6 +
 .../api_fastapi/core_api/routes/public/dag_run.py  |    7 +
 .../airflow/callbacks/database_callback_sink.py    |    2 +-
 .../src/airflow/cli/commands/dag_command.py        |   16 +-
 .../src/airflow/cli/commands/jobs_command.py       |    2 +-
 .../src/airflow/cli/commands/task_command.py       |    2 +-
 .../src/airflow/cli/commands/team_command.py       |    8 +-
 .../src/airflow/cli/commands/variable_command.py   |    8 +-
 airflow-core/src/airflow/dag_processing/dagbag.py  |    2 +-
 airflow-core/src/airflow/dag_processing/manager.py |    6 +-
 .../src/airflow/jobs/triggerer_job_runner.py       |    8 +-
 airflow-core/src/airflow/models/taskinstance.py    |    2 +-
 airflow-core/src/airflow/provider.yaml.schema.json |    7 +
 .../src/airflow/ti_deps/deps/base_ti_dep.py        |   14 +-
 .../ti_deps/deps/dag_ti_slots_available_dep.py     |    2 +-
 .../src/airflow/ti_deps/deps/dag_unpaused_dep.py   |    2 +-
 .../src/airflow/ti_deps/deps/dagrun_exists_dep.py  |    2 +-
 .../ti_deps/deps/exec_date_after_start_date_dep.py |    2 +-
 .../airflow/ti_deps/deps/mapped_task_expanded.py   |    2 +-
 .../ti_deps/deps/mapped_task_upstream_dep.py       |    3 +-
 .../ti_deps/deps/not_in_retry_period_dep.py        |    2 +-
 .../ti_deps/deps/not_previously_skipped_dep.py     |    2 +-
 .../ti_deps/deps/pool_slots_available_dep.py       |    2 +-
 .../src/airflow/ti_deps/deps/prev_dagrun_dep.py    |    2 +-
 .../airflow/ti_deps/deps/ready_to_reschedule.py    |    3 +-
 .../airflow/ti_deps/deps/runnable_exec_date_dep.py |    2 +-
 .../airflow/ti_deps/deps/task_concurrency_dep.py   |    2 +-
 .../airflow/ti_deps/deps/task_not_running_dep.py   |    2 +-
 .../src/airflow/ti_deps/deps/trigger_rule_dep.py   |    3 +-
 .../src/airflow/ti_deps/deps/valid_state_dep.py    |    2 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |   12 +
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |    1 +
 airflow-core/src/airflow/ui/package.json           |    8 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  428 ++++----
 .../ui/src/components/Clear/Run/ClearRunDialog.tsx |   17 +-
 .../Clear/TaskInstance/ClearTaskInstanceDialog.tsx |   24 +-
 .../airflow/ui/src/queries/useBulkClearDagRuns.ts  |   21 +-
 .../unit/api_fastapi/common/test_exceptions.py     |   12 +-
 .../core_api/routes/public/test_assets.py          |   70 +-
 .../core_api/routes/public/test_connections.py     |    4 +-
 .../core_api/routes/public/test_dag_run.py         |   36 +-
 .../core_api/routes/public/test_dag_tags.py        |    2 +-
 .../core_api/routes/public/test_dag_warning.py     |    5 +-
 .../core_api/routes/public/test_event_logs.py      |    5 +-
 .../core_api/routes/public/test_import_error.py    |   10 +-
 .../api_fastapi/core_api/routes/public/test_job.py |   19 +-
 .../core_api/routes/public/test_monitor.py         |    5 +-
 .../core_api/routes/public/test_pools.py           |    7 +-
 .../core_api/routes/public/test_variables.py       |    7 +-
 .../core_api/routes/public/test_xcom.py            |   17 +-
 .../core_api/routes/ui/test_calendar.py            |    7 +-
 .../api_fastapi/core_api/routes/ui/test_dags.py    |    4 +-
 .../api_fastapi/core_api/routes/ui/test_gantt.py   |    5 +-
 .../api_fastapi/core_api/routes/ui/test_grid.py    |    5 +-
 .../cli/commands/test_rotate_fernet_key_command.py |   15 +-
 airflow-core/tests/unit/jobs/test_triggerer_job.py |   10 +-
 .../deps/test_not_previously_skipped_dep.py        |   24 +-
 .../src/airflowctl/api/datamodels/generated.py     |    1 +
 .../templates/scheduler/scheduler-deployment.yaml  |    2 +-
 .../airflow_aux/test_basic_helm_chart.py           |    3 +
 .../src/airflow_breeze/utils/selective_checks.py   |   49 +
 dev/breeze/tests/test_selective_checks.py          |   72 ++
 docker-stack-docs/pyproject.toml                   |    2 +-
 docs/spelling_wordlist.txt                         |    1 +
 go-sdk/pkg/execution/client.go                     |  232 ++++
 go-sdk/pkg/execution/client_test.go                |  288 +++++
 go-sdk/pkg/execution/comms.go                      |  276 +++++
 go-sdk/pkg/execution/comms_test.go                 |  753 +++++++++++++
 go-sdk/pkg/execution/frames.go                     |   27 +-
 go-sdk/pkg/execution/frames_test.go                |   10 +-
 go-sdk/pkg/execution/logger.go                     |  239 +++++
 go-sdk/pkg/execution/logger_test.go                |  304 ++++++
 go-sdk/pkg/execution/messages.go                   |   12 +-
 go-sdk/pkg/execution/messages_test.go              |   90 +-
 .../amazon/aws/example_opensearch_serverless.py    |   27 +-
 .../providers/cncf/kubernetes/operators/pod.py     |   28 +-
 .../providers/cncf/kubernetes/triggers/pod.py      |   74 +-
 .../unit/cncf/kubernetes/operators/test_pod.py     |  182 +++-
 .../unit/cncf/kubernetes/triggers/test_pod.py      |   88 ++
 providers/common/ai/README.rst                     |    2 +-
 providers/common/ai/docs/index.rst                 |    2 +-
 providers/common/ai/docs/operators/agent.rst       |   40 +-
 providers/common/ai/pyproject.toml                 |    2 +-
 .../ai/example_dags/example_agent_capabilities.py  |  114 ++
 .../ai/example_dags/example_llamaindex_10k.py      |  547 ++++++++++
 .../providers/edge3/plugins/www/package.json       |   32 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     | 1120 +++++++++-----------
 .../providers/google/cloud/operators/dataproc.py   |   43 +
 .../providers/google/cloud/triggers/cloud_run.py   |   49 +-
 .../unit/google/cloud/operators/test_dataproc.py   |  210 ++++
 .../unit/google/cloud/triggers/test_cloud_run.py   |  108 ++
 providers/ibm/mq/provider.yaml                     |    8 +
 .../providers/openlineage/plugins/listener.py      |    9 +-
 .../unit/openlineage/plugins/test_listener.py      |   32 +
 pyproject.toml                                     |    6 +-
 .../ci/prek/known_provide_session_positional.txt   |   41 -
 scripts/ci/prek/update_providers_dependencies.py   |    2 +
 .../src/airflow/sdk/execution_time/supervisor.py   |   21 +
 .../{super_basic_run.py => signal_forward_test.py} |   25 +-
 .../task_sdk/execution_time/test_supervisor.py     |   51 +-
 uv.lock                                            |   60 +-
 107 files changed, 5040 insertions(+), 1171 deletions(-)
 create mode 100644 go-sdk/pkg/execution/client.go
 create mode 100644 go-sdk/pkg/execution/client_test.go
 create mode 100644 go-sdk/pkg/execution/comms.go
 create mode 100644 go-sdk/pkg/execution/comms_test.go
 create mode 100644 go-sdk/pkg/execution/logger.go
 create mode 100644 go-sdk/pkg/execution/logger_test.go
 create mode 100644 
providers/common/ai/src/airflow/providers/common/ai/example_dags/example_agent_capabilities.py
 create mode 100644 
providers/common/ai/src/airflow/providers/common/ai/example_dags/example_llamaindex_10k.py
 copy task-sdk/tests/task_sdk/dags/{super_basic_run.py => 
signal_forward_test.py} (66%)

Reply via email to