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


 discard a6b1b82edb6 Bump the core-ui-package-updates group across 1 directory 
with 57 updates
     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 3fe1f187237 Bump the core-ui-package-updates group across 1 directory 
with 57 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   (a6b1b82edb6)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-35c933d1fa
 (3fe1f187237)

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 +-
 .../auth/managers/simple/ui/package-lock.json      |    7 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |   12 +-
 airflow-core/src/airflow/models/trigger.py         |    4 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |   18 +-
 .../airflow/ui/public/i18n/locales/de/assets.json  |    4 +
 .../airflow/ui/public/i18n/locales/de/common.json  |    1 +
 .../src/airflow/ui/public/i18n/locales/tr/dag.json |    2 +-
 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 +-
 dev/README_RELEASE_PYTHON_CLIENT.md                |   12 +-
 dev/breeze/doc/ci/02_images.md                     |    2 +-
 dev/breeze/pyproject.toml                          |    2 +-
 .../commands/release_management_commands.py        |    2 +-
 dev/breeze/uv.lock                                 | 1878 ++++++++++----------
 .../sdk/definitions/{deadline.py => callback.py}   |  170 +-
 task-sdk/src/airflow/sdk/definitions/deadline.py   |  142 +-
 .../{test_deadline.py => test_callback.py}         |  132 +-
 .../tests/task_sdk/definitions/test_deadline.py    |  220 +--
 24 files changed, 1021 insertions(+), 1633 deletions(-)
 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