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


    omit d9d7969d237 Bump the core-ui-package-updates group across 1 directory 
with 55 updates
     add 00fd7d4951b [v3-1-test] Fix broken main after pydantic 2.12.0 - partly 
cleanup (#56514) (#56569)
     add 4d79d1a8789 [v3-1-test] Add rancher-desktop to PREFERRED_CONTEXTS in 
docker_command_utils (#56525) (#56530)
     add 0197305c779 [v3-1-test] Fix install_java.sh (#56211) (#56358)
     add 994f1424515 [v3-1-test] Upgrade important dependencies for 3-1 branch 
(#56577)
     add a3b785616ac [v3-1-test] Fix migration errors for Pydantic 2.12.0 
(#56579) (#56581)
     add 26e7b279870 [v3-1-test] UI: Fix Grid for cleared runs when tasks were 
removed (#56085) (#56297)
     add 64d43c73f2c Bump the core-ui-package-updates group across 1 directory 
with 55 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   (d9d7969d237)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-77dc9a1bde
 (64d43c73f2c)

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            |    4 +-
 .github/actions/migration_tests/action.yml         |    4 +-
 .github/workflows/basic-tests.yml                  |    2 +-
 .github/workflows/release_dockerhub_image.yml      |    2 +-
 Dockerfile                                         |    4 +-
 Dockerfile.ci                                      |    6 +-
 .../airflow/api_fastapi/core_api/routes/ui/grid.py |   77 +-
 .../api_fastapi/core_api/services/ui/grid.py       |    7 +-
 airflow-core/src/airflow/ui/package.json           |   12 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  462 +++---
 .../api_fastapi/core_api/routes/ui/test_grid.py    |   46 +
 airflow-ctl/pyproject.toml                         |    4 +-
 .../airflowctl/api/datamodels/auth_generated.py    |    2 +-
 .../src/airflowctl/api/datamodels/generated.py     |    2 +-
 dev/breeze/README.md                               |    2 +-
 dev/breeze/doc/ci/02_images.md                     |    4 +-
 dev/breeze/pyproject.toml                          |    2 +-
 .../commands/release_management_commands.py        |    6 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   12 +-
 .../airflow_breeze/utils/docker_command_utils.py   |    3 +-
 dev/breeze/uv.lock                                 | 1540 ++++++++++----------
 docker-stack-docs/build-arg-ref.rst                |    2 +-
 .../customizing/add-build-essential-custom.sh      |    2 +-
 .../docker-examples/customizing/custom-sources.sh  |    2 +-
 .../customizing/pypi-dev-runtime-deps.sh           |    2 +-
 .../customizing/pypi-extras-and-deps.sh            |    2 +-
 .../customizing/pypi-selected-version.sh           |    2 +-
 .../restricted/restricted_environments.sh          |    2 +-
 pyproject.toml                                     |    2 +-
 scripts/ci/install_breeze.sh                       |    2 +-
 scripts/in_container/bin/install_java.sh           |   11 +-
 scripts/tools/setup_breeze                         |    2 +-
 task-sdk/pyproject.toml                            |    2 +-
 .../src/airflow/sdk/api/datamodels/_generated.py   |    2 +-
 34 files changed, 1178 insertions(+), 1060 deletions(-)

Reply via email to