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


 discard e9a20348456 Bump the core-ui-package-updates group across 1 directory 
with 55 updates
     add 53c05a0e80c [v3-1-test] Fix task retries executing wrong method after 
deferred state (#56731) (#56737)
     add 6635f2fd2fd attempt to update 3.0.1 release notes for serialization 
interface change (#56318)
     add dbb18ca89a7 [v3-1-test] Free up disk space in k8s tests (#56746) 
(#56748)
     add 70b92b11308 [v3-1-test] Fix: Preserve key structure when adding plural 
forms in add_keys (#56753) (#56765)
     add aec0fcd6f54 Bump upgrade check versions (#56743) (#56757)
     add 7c221031cc6 [v3-1-test] Add auto refresh to backfill banner (#56226) 
(#56774)
     add a3f05e09112 Migrate CreateAssetEventsBody to Pydantic v2 ConfigDict 
(#56697) (#56772)
     add d93942a8f1c 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   (e9a20348456)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-77dc9a1bde
 (d93942a8f1c)

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/workflows/basic-tests.yml                  |   2 +-
 .github/workflows/k8s-tests.yml                    |   3 +
 .github/workflows/release_dockerhub_image.yml      |   2 +-
 .pre-commit-config.yaml                            |   2 +-
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   4 +-
 RELEASE_NOTES.rst                                  |  16 ++
 airflow-core/docs/best-practices.rst               |   2 +-
 .../api_fastapi/core_api/datamodels/assets.py      |   7 +-
 .../execution_api/routes/task_instances.py         |   2 +-
 airflow-core/src/airflow/ui/package.json           |   4 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 182 ++++++++++-----------
 .../ui/src/components/Banner/BackfillBanner.tsx    |  22 ++-
 .../versions/head/test_task_instances.py           |  44 +++++
 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  |   2 +-
 dev/breeze/uv.lock                                 |  46 +++---
 dev/i18n/check_translations_completeness.py        |   4 +-
 devel-common/pyproject.toml                        |   2 +-
 pyproject.toml                                     |   2 +-
 reproducible_build.yaml                            |   4 +-
 scripts/ci/install_breeze.sh                       |   2 +-
 scripts/ci/prek/check_imports_in_providers.py      |   2 +-
 scripts/ci/prek/ruff_format.py                     |   2 +-
 scripts/tools/setup_breeze                         |   2 +-
 29 files changed, 226 insertions(+), 154 deletions(-)

Reply via email to