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-7dce63295c
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 8f5fb5a2686 Bump the edge-ui-package-updates group across 1 directory 
with 2 updates
     add 31a863680d2 make sure the taskInstances's endDate is not null (#58435)
     add c25e7839b84 CI: Upgrade important CI environment (#58423)
     add 7ab3fbcd1ef Synchronize description of official vs. convenience 
packages in source installs (#58379)
     add e79daaf2ee3 Close TR translation gaps in main (#58085)
     add 497e0d4aad6 feat: add task upstream/downstream filter to Graph & Grid  
(#57237)
     add a6d5a1af645 ump global in React plugin template (#58451)
     add 14bc0ef6e87 Add queue name filtering to Edge Worker tab (#58416)
     add d31e5785fa1 Limit Python prek hooks to use Python 3.10 (#58439)
     add 3edb3ae98b0 Improve relase process after releasing rc2 candidates 
(#58415)
     add 2dfa8e2bc05 Bump glob in React core UI (#58452)
     add 2475fc6a260 Bump glob from 10.4.5 to 10.5.0 in 
/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui (#58443)
     add 76371f15c66 Minor updates to the python client release guide (#58442)
     add 59ed9945f41 Fix sorting in TR translation (#58460)
     add 5f62e838e2f Move SDK callback definitions to a separate callback 
module (#58177)
     add e1c7e9021f7 Implement callback priority in trigger queue (#58176)
     add cf1dcdbdc02 Close German translation gaps for full UI translation 
2025-11-18 (#58448)
     add 26464f8d360 Remove leftover reference to glob 10.4.5 (#58467)
     add 42805e1ce51 CI: Upgrade important CI environment (#58455)
     add dda9d61ed94 Fix release process for Python Client (#58447)
     add ce9364e031d Manages cross-distribution dependencies better (#58430)
     add fd3c5ce45ff Amend time-machine update in unit tests (#58454)
     add 61b072d9164 Remove the limitation for sagemaker for Python 3.13 
(#58388)
     add 53b296363cf Skip check whether assets are compiled in PROD build from 
sources (#58469)
     add 9c0ae447ddc Use `before_sleep_log` in retries of Edge Worker (#58480)
     add dbdefc1a6a8 Fix Asset URI normalization for user info without password 
(#51877) (#57650)
     add a3183ce8e69 fix: mypy error in dagbag.py (#58483)
     add 5f7b74a3385 Update providers metadata 2025-11-19 (#58484)
     add ddbc359e9f6 Bump the edge-ui-package-updates group across 1 directory 
with 2 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   (8f5fb5a2686)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-7dce63295c
 (ddbc359e9f6)

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/breeze/action.yml                  |   2 +-
 .github/actions/install-prek/action.yml            |   4 +-
 .github/workflows/basic-tests.yml                  |   2 +-
 .github/workflows/release_dockerhub_image.yml      |   2 +-
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   4 +-
 .../docs/installation/installing-from-pypi.rst     |   5 +-
 .../docs/installation/installing-from-sources.rst  |  24 +-
 .../auth/managers/simple/ui/package-lock.json      |   7 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |  12 +-
 airflow-core/src/airflow/models/dagbag.py          |   4 +-
 airflow-core/src/airflow/models/trigger.py         |   4 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  35 +--
 .../airflow/ui/public/i18n/locales/de/assets.json  |   4 +
 .../airflow/ui/public/i18n/locales/de/common.json  |   1 +
 .../src/airflow/ui/public/i18n/locales/en/dag.json |  12 +
 .../airflow/ui/public/i18n/locales/tr/common.json  |   7 +
 .../ui/public/i18n/locales/tr/components.json      |   4 +
 .../src/airflow/ui/public/i18n/locales/tr/dag.json |   2 +
 .../airflow/ui/public/i18n/locales/tr/hitl.json    |   5 +
 .../airflow/ui/src/components/DurationChart.tsx    |  11 +-
 .../src/context/openGroups/OpenGroupsProvider.tsx  |  13 +-
 .../airflow/ui/src/layouts/Details/Graph/Graph.tsx |  12 +-
 .../airflow/ui/src/layouts/Details/Grid/Grid.tsx   |  65 +++-
 .../ui/src/layouts/Details/PanelButtons.tsx        |   2 +
 .../ui/src/layouts/Details/TaskStreamFilter.tsx    | 200 ++++++++++++
 airflow-core/tests/unit/jobs/test_scheduler_job.py |   2 +-
 airflow-core/tests/unit/models/test_callback.py    |   2 +-
 airflow-core/tests/unit/models/test_dag.py         |   3 +-
 airflow-core/tests/unit/models/test_dagrun.py      |   3 +-
 airflow-core/tests/unit/models/test_deadline.py    |   3 +-
 airflow-core/tests/unit/models/test_trigger.py     |  29 +-
 .../docs/installation/installing-from-pypi.rst     |   5 +-
 .../docs/installation/installing-from-sources.rst  |  13 +-
 .../13_airflow_dependencies_and_extras.rst         | 275 +++++++++++++++-
 dev/README_RELEASE_PROVIDERS.md                    |   2 +-
 dev/README_RELEASE_PYTHON_CLIENT.md                | 109 ++++++-
 dev/breeze/doc/09_release_management_tasks.rst     |   2 +-
 dev/breeze/doc/ci/02_images.md                     |   4 +-
 dev/breeze/doc/images/output_prod-image_build.svg  | 144 ++++-----
 dev/breeze/doc/images/output_prod-image_build.txt  |   2 +-
 ...e-management_prepare-provider-documentation.txt |   2 +-
 .../output_release-management_prepare-tarball.svg  |   4 +-
 .../output_release-management_prepare-tarball.txt  |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../commands/production_image_commands.py          |  35 ++-
 .../commands/production_image_commands_config.py   |   1 +
 .../commands/release_candidate_command.py          |   5 +
 .../commands/release_management_commands.py        |  30 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   3 +-
 .../src/airflow_breeze/utils/selective_checks.py   | 159 ++++++++++
 dev/breeze/tests/test_selective_checks.py          | 166 ++++++++++
 dev/breeze/uv.lock                                 | 350 ++++++++++-----------
 .../react_plugin_template/pnpm-lock.yaml           |   8 +-
 devel-common/pyproject.toml                        |   3 +-
 generated/provider_metadata.json                   |   8 +
 providers-summary-docs/installing-from-pypi.rst    |   2 +-
 providers/amazon/pyproject.toml                    |   9 +-
 .../src/airflow/providers/edge3/cli/api_client.py  |   4 +-
 .../providers/edge3/openapi/v2-edge-generated.yaml |   8 +
 .../providers/edge3/plugins/www/dist/main.umd.cjs  |  14 +-
 .../plugins/www/openapi-gen/queries/common.ts      |   5 +-
 .../www/openapi-gen/queries/ensureQueryData.ts     |   5 +-
 .../plugins/www/openapi-gen/queries/prefetch.ts    |   5 +-
 .../plugins/www/openapi-gen/queries/queries.ts     |   5 +-
 .../plugins/www/openapi-gen/queries/suspense.ts    |   5 +-
 .../www/openapi-gen/requests/services.gen.ts       |   4 +-
 .../plugins/www/openapi-gen/requests/types.gen.ts  |   1 +
 .../edge3/plugins/www/src/pages/WorkerPage.tsx     |  28 +-
 .../providers/edge3/worker_api/routes/ui.py        |   3 +
 providers/edge3/www-hash.txt                       |   2 +-
 pyproject.toml                                     |   2 +-
 scripts/ci/prek/boring_cyborg.py                   |   2 +-
 scripts/ci/prek/breeze_cmd_line.py                 |   2 +-
 scripts/ci/prek/capture_airflowctl_help.py         |   2 +-
 scripts/ci/prek/check_aiobotocore_optional.py      |   2 +-
 .../ci/prek/check_airflow_bug_report_template.py   |   2 +-
 scripts/ci/prek/check_airflow_imports.py           |   2 +-
 .../ci/prek/check_airflow_v_imports_in_tests.py    |   2 +-
 .../prek/check_base_operator_partial_arguments.py  |   2 +-
 scripts/ci/prek/check_common_sql_dependency.py     |   2 +-
 scripts/ci/prek/check_default_configuration.py     |   2 +-
 scripts/ci/prek/check_deferrable_default.py        |   2 +-
 scripts/ci/prek/check_deprecations.py              |   2 +-
 scripts/ci/prek/check_extra_packages_ref.py        |   2 +-
 scripts/ci/prek/check_i18n_json.py                 |   2 +-
 scripts/ci/prek/check_imports_in_providers.py      |   2 +-
 scripts/ci/prek/check_init_decorator_arguments.py  |   2 +-
 scripts/ci/prek/check_init_in_tests.py             |   2 +-
 scripts/ci/prek/check_integrations_list.py         |   2 +-
 scripts/ci/prek/check_kubeconform.py               |   2 +-
 scripts/ci/prek/check_lazy_logging.py              |   2 +-
 scripts/ci/prek/check_min_python_version.py        |   2 +-
 scripts/ci/prek/check_order_dockerfile_extras.py   |   2 +-
 scripts/ci/prek/check_provider_docs.py             |   2 +-
 scripts/ci/prek/check_provider_yaml_files.py       |   2 +-
 .../check_providers_subpackages_all_have_init.py   |   2 +-
 scripts/ci/prek/check_revision_heads_map.py        |   2 +-
 scripts/ci/prek/check_schema_defaults.py           |   2 +-
 scripts/ci/prek/check_sdk_imports.py               |   2 +-
 .../prek/check_shared_distributions_structure.py   |   2 +-
 .../ci/prek/check_shared_distributions_usage.py    |   2 +-
 scripts/ci/prek/check_system_tests.py              |   2 +-
 .../ci/prek/check_system_tests_hidden_in_index.py  |   2 +-
 .../check_template_context_variable_in_sync.py     |   2 +-
 scripts/ci/prek/check_template_fields.py           |   2 +-
 scripts/ci/prek/check_tests_in_right_folders.py    |   2 +-
 scripts/ci/prek/check_ti_vs_tis_attributes.py      |   2 +-
 scripts/ci/prek/checkout_no_credentials.py         |   2 +-
 scripts/ci/prek/docstring_param_type.py            |   2 +-
 scripts/ci/prek/generate_airflow_diagrams.py       |   2 +-
 scripts/ci/prek/generate_openapi_spec.py           |   2 +-
 scripts/ci/prek/generate_openapi_spec_providers.py |   2 +-
 scripts/ci/prek/generate_volumes_for_sources.py    |   2 +-
 scripts/ci/prek/lint_helm.py                       |   2 +-
 scripts/ci/prek/lint_json_schema.py                |   2 +-
 scripts/ci/prek/migration_reference.py             |   2 +-
 scripts/ci/prek/mypy.py                            |   2 +-
 scripts/ci/prek/mypy_folder.py                     |   2 +-
 .../ci/prek/prevent_deprecated_sqlalchemy_usage.py |   2 +-
 scripts/ci/prek/replace_bad_characters.py          |   2 +-
 scripts/ci/prek/ruff_format.py                     |   2 +-
 .../ci/prek/significant_newsfragments_checker.py   |   2 +-
 scripts/ci/prek/sort_in_the_wild.py                |   2 +-
 scripts/ci/prek/supported_versions.py              |   2 +-
 scripts/ci/prek/update_airflow_pyproject_toml.py   |   2 +-
 scripts/ci/prek/update_chart_dependencies.py       |   2 +-
 scripts/ci/prek/update_er_diagram.py               |   2 +-
 scripts/ci/prek/update_example_dags_paths.py       |   2 +-
 scripts/ci/prek/update_providers_build_files.py    |   2 +-
 scripts/ci/prek/update_providers_dependencies.py   |   2 +-
 scripts/ci/prek/update_source_date_epoch.py        |   2 +-
 scripts/ci/prek/update_versions.py                 |   2 +-
 scripts/ci/prek/upgrade_important_versions.py      |   2 +-
 scripts/ci/prek/validate_chart_annotations.py      |   2 +-
 scripts/ci/prek/validate_operators_init.py         |   2 +-
 scripts/ci/prek/vendor_k8s_json_schema.py          |   2 +-
 scripts/tools/setup_breeze                         |   2 +-
 .../src/airflow/sdk/definitions/asset/__init__.py  |   9 +-
 .../sdk/definitions/{deadline.py => callback.py}   | 170 +---------
 task-sdk/src/airflow/sdk/definitions/deadline.py   | 142 +--------
 task-sdk/tests/task_sdk/definitions/test_asset.py  |  15 +-
 .../{test_deadline.py => test_callback.py}         | 132 +-------
 .../tests/task_sdk/definitions/test_deadline.py    | 220 +------------
 144 files changed, 1600 insertions(+), 1143 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/src/layouts/Details/TaskStreamFilter.tsx
 copy task-sdk/src/airflow/sdk/definitions/{deadline.py => callback.py} (51%)
 copy task-sdk/tests/task_sdk/definitions/{test_deadline.py => 
test_callback.py} (66%)

Reply via email to