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/v3-1-test/core-ui-package-updates-081dc7bca3
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard f583067a3ec Bump the core-ui-package-updates group across 1 directory 
with 64 updates
     add c5efb100f2a [v3-1-test] Update keyring>=25.7.0 (#61529) (#61537)
     add 08cd79717fc [v3-1-test] Logging action better when cache file download 
times out in CI (#61515) (#61520)
     add aabb0daf4a3 Fix middleware order to prevent chunked FastAPI responses 
(#61043) (#61539)
     add 79a73fed6f5 [v3-1-test] Fix update_pyproject_dependency to include 
python_version (#61536) (#61542)
     add 5b1304efc0f [v3-1-test] Add `access_key` and `connection_string` to 
DEFAULT_SENSITIVE_FIELDS (#61580) (#61582)
     add 0e8c1651cde [v3-1-test] Fix mpi4py building in CI (#61581) (#61590)
     add eadaf3aac9d [v3-1-test] Bump uv to 0.10.0 (#61586) (#61589)
     add dceeaee2804 [v3-1-test] Update python version in constraints notes to 
match the actual version (#61584) (#61592)
     add 2b2fe8b6551 [v3-1-test] Fix misleading TODO comments about 
itertools.batched (#61573) (#61593)
     add 487627c8b16 [v3-1-test] fix: Fix grid view tooltip z-index issue 
(#61275) (#61403)
     add 2ed39b1a536 [v3-1-test] CI: Upgrade important CI environment (#61587) 
(#61591)
     add 3f8e625e059 [v3-1-test] Add Windows filesystem detection in Breeze 
startup (#61562) (#61603)
     add 43e8bbbf75a [v3-1-test] Improve pyproject.toml synchronization hook 
with fallback logic (#61597) (#61599)
     add bfcce2ab31d [v3-1-test] ci: replace uv slim-bookworm  with debian-slim 
(#61600) (#61608)
     add 484fd6ad4ae [v3-1-test] Fix main content margin to align with 
navigation sidebar width (#61614) (#61622)
     add 75789fe6a77 [v3-1-test] fix: correct typo in function name 
_set_runing_task (#61496) (#61619)
     add 48a15fbaa0b [v3-1-test] Fix breeze start-airflow --dev-mode hanging on 
stale asset compile lock (#61610) (#61621)
     add 20961048f7a [v3-1-test] Adding a basic retry mechanism for svn based 
commands (#61620) (#61628)
     add 7ff81a094f9 [v3-1-test] Fix missing translation keys for blocking 
dependencies in UI (#61314) (#61366) (#61638)
     add 62c6affafe5 [v3-1-test] Clarify ExternalTaskSensor path in dags.rst 
(#61555) (#61617)
     add 10f275104c2 [v3-1-test] Fix GZipMiddleware with correct comment 
placement (#61538) (#61566)
     add 7d34579b4c5 [v3-1-test] Alias run_after for XComResponse (#61443) 
(#61672)
     add afd25fcf00b Bump the core-ui-package-updates group across 1 directory 
with 64 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   (f583067a3ec)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-081dc7bca3
 (afd25fcf00b)

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/ci-image-build.yml               |    5 +-
 .github/workflows/release_dockerhub_image.yml      |    2 +-
 Dockerfile                                         |    2 +-
 Dockerfile.ci                                      |    4 +-
 airflow-core/docs/core-concepts/dags.rst           |    2 +-
 airflow-core/src/airflow/api/common/mark_tasks.py  |    4 +-
 .../src/airflow/api_fastapi/core_api/app.py        |   11 +-
 .../api_fastapi/core_api/datamodels/xcom.py        |    1 +
 .../core_api/openapi/v2-rest-api-generated.yaml    |   15 +
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |   21 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |    3 +
 airflow-core/src/airflow/ui/package.json           |   16 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  576 +++---
 .../src/airflow/ui/src/layouts/BaseLayout.tsx      |    4 +-
 .../ui/src/layouts/Details/PanelButtons.tsx        |    1 +
 .../ui/src/pages/TaskInstance/BlockingDeps.tsx     |    8 +-
 .../src/airflow/ui/src/pages/XCom/XCom.tsx         |   14 +-
 .../core_api/routes/public/test_xcom.py            |   12 +
 .../core_api/test_app.py}                          |   26 +-
 airflow-ctl/pyproject.toml                         |    2 +-
 .../src/airflowctl/api/datamodels/generated.py     |    3 +
 dev/breeze/doc/ci/02_images.md                     |    4 +-
 dev/breeze/pyproject.toml                          |    2 +-
 .../airflow_breeze/commands/ci_image_commands.py   |    2 +-
 .../commands/release_candidate_command.py          |   42 +-
 .../commands/release_management_commands.py        |    4 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |    2 +-
 .../utils/constraints_version_check.py             |    9 +-
 .../airflow_breeze/utils/docker_command_utils.py   |   58 +-
 dev/breeze/src/airflow_breeze/utils/run_utils.py   |    2 +
 .../src/airflow_breeze/utils/selective_checks.py   |   21 +-
 dev/breeze/uv.lock                                 | 1973 ++++++++++----------
 dev/pyproject.toml                                 |    2 +-
 .../customizing/add-build-essential-custom.sh      |    2 +-
 .../add-build-essential-extend/Dockerfile          |    2 +-
 pyproject.toml                                     |    2 +-
 scripts/ci/prek/common_prek_utils.py               |    9 +-
 scripts/ci/prek/update_airflow_pyproject_toml.py   |   77 +-
 scripts/in_container/run_generate_constraints.py   |    2 +-
 scripts/tools/setup_breeze                         |    2 +-
 .../secrets_masker/secrets_masker.py               |    2 +
 44 files changed, 1591 insertions(+), 1368 deletions(-)
 copy airflow-core/tests/unit/{ti_deps/deps/test_task_not_running_dep.py => 
api_fastapi/core_api/test_app.py} (62%)

Reply via email to