This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-c7cffec83b
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 645634e4a50 Bump the core-ui-package-updates group across 1 directory
with 51 updates
add 786ceec71fb feat(hitl): add utility functions for generating the url
to required actions page (#54827)
add 700b43c0731 Refactor Kubernetes Executor Types to NamedTuples (#54858)
add b8cf4aef04d ci(github-actions): add missing --task-sdk-version arg
(#54975)
add 777ebf6c02a Bump trove-classifiers from 2025.8.6.13 to 2025.8.26.11 in
/airflow-core (#54968)
add 77961952902 Bump trove-classifiers from 2025.8.6.13 to 2025.8.26.11
(#54970)
add f5d652a8957 fix apache beam provider with missing google provider
(#54982)
add 42c300544ae Remove unneeded isort skip comments (#54979)
add 6dd0169c8d1 Delete triggers not used by any assets (#54929)
add ec92a862b8b Bump the core-ui-package-updates group across 1 directory
with 51 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 (645634e4a50)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-c7cffec83b
(ec92a862b8b)
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/basic-tests.yml | 2 +-
airflow-core/docs/tutorial/hitl.rst | 15 +-
airflow-core/pyproject.toml | 2 +-
.../src/airflow/jobs/scheduler_job_runner.py | 20 ++-
.../airflow/serialization/serialized_objects.py | 2 -
airflow-core/src/airflow/ui/package.json | 2 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 116 +++++++--------
.../tests/unit/dag_processing/test_collection.py | 3 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 69 +++++++--
airflow-core/tests/unit/jobs/test_triggerer_job.py | 3 +-
devel-common/src/docs/build_docs.py | 6 +-
.../sphinx_exts/docs_build/dev_index_generator.py | 3 -
devel-common/src/sphinx_exts/docs_build/errors.py | 4 +-
devel-common/src/tests_common/pytest_plugin.py | 5 +-
.../test_docker_compose_quick_start.py | 3 -
.../test_examples_of_prod_image_building.py | 3 -
.../kubernetes_tests/test_kubernetes_executor.py | 36 +++--
.../tests/kubernetes_tests/test_other_executors.py | 5 +-
.../providers/apache/beam/operators/beam.py | 30 ++--
.../kubernetes/executors/kubernetes_executor.py | 51 +++----
.../executors/kubernetes_executor_types.py | 54 ++++---
.../executors/kubernetes_executor_utils.py | 60 +++++---
.../executors/test_kubernetes_executor.py | 36 +++--
.../providers/common/sql/dialects/dialect.pyi | 4 +-
.../providers/common/sql/get_provider_info.pyi | 4 +-
.../providers/common/sql/hooks/handlers.pyi | 4 +-
.../src/airflow/providers/common/sql/hooks/sql.pyi | 4 +-
.../common/sql/operators/generic_transfer.pyi | 5 +-
.../airflow/providers/common/sql/sensors/sql.pyi | 4 +-
.../airflow/providers/common/sql/triggers/sql.pyi | 5 +-
.../cloud/vision/example_vision_annotate_image.py | 2 +-
.../cloud/vision/example_vision_autogenerated.py | 6 +-
.../google/cloud/vision/example_vision_explicit.py | 4 +-
.../standard/example_dags/example_hitl_operator.py | 5 +
.../airflow/providers/standard/operators/hitl.py | 116 ++++++++++++++-
.../tests/unit/standard/operators/test_hitl.py | 163 ++++++++++++++++++++-
pyproject.toml | 2 +-
37 files changed, 619 insertions(+), 239 deletions(-)