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


    omit c1d3048626e Bump the core-ui-package-updates group across 1 directory 
with 59 updates
     add c2f349d9695 Infer the RC from the target version during release. 
(#59455) (#59469)
     add 844ae4c8ec6 [v3-1-test] Limit aiosqlite to !=0.22.0 as it is hanging 
pytest session of ours (#59406) (#59457)
     add cead7c66dd5 [v3-1-test] Add Refresh Token logic to auth manager docs 
(#54196) (#59482)
     add dbf8a81dce0 [v3-1-test] Fix Old RC removal logic and add test for the 
function (#59438) (#59456)
     add 0b8465fd5a2 [v3-1-test] build: upgrade mypy to 1.19.1 (#59446) (#59494)
     add e60e55b8846 [v3-1-test] Fix prek command syntax: autoupdate -> 
auto-update (#59495)
     add 55a302e4893 [v3-1-test] Update the remove old releases function to 
include task-sdk (#59468) (#59488)
     add a9b42e04040 [v3-1-test] Remove old task SDK RC when creating RC 
(#59459) (#59496)
     add acb5224e860 [v3-1-test] Fix backfill run_on_latest_version defaulting 
to False instead of True (#59304) (#59328)
     add 80a75d4d981 [v3-1-test] Fix import errors not cleared for files 
without DAGs (#58242) (#59500)
     add 3ee0295939d [v3-1-test] Fix GitHub Actions workflow: remove 
unsupported --previous-release option (#59499) (#59503)
     add a8507aad563 Pnpm upgrade to 10.x and prevent script execution (#59466) 
(#59512)
     add a3bbd8feb38 [v3-1-test] Fix message of _read_from_logs_server when 
status_code is 403 (#59489) (#59504)
     add 1bb1242d304 [v3-1-test] fix(i18n): plugins should be translated as 外掛 
instead of 插件 in Taiwanese Mandarian (#59513) (#59515)
     add 38fb7f349d3 Bump the core-ui-package-updates group across 1 directory 
with 59 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   (c1d3048626e)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-5c1597f2fb
 (38fb7f349d3)

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 +-
 .github/workflows/basic-tests.yml                  |   8 +-
 .pre-commit-config.yaml                            |  14 +-
 Dockerfile.ci                                      |   2 +-
 .../docs/core-concepts/auth-manager/index.rst      |  22 +-
 airflow-core/pyproject.toml                        |   4 +-
 .../api_fastapi/core_api/datamodels/backfills.py   |   1 +
 .../core_api/openapi/v2-rest-api-generated.yaml    |   4 +
 .../core_api/routes/public/backfills.py            |   1 +
 airflow-core/src/airflow/cli/cli_config.py         |   5 +-
 .../src/airflow/dag_processing/collection.py       |  40 +-
 airflow-core/src/airflow/dag_processing/manager.py |  11 +
 airflow-core/src/airflow/models/dagbag.py          |  11 +
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |   5 +
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   1 +
 airflow-core/src/airflow/ui/package.json           |   8 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 730 ++++++++++++---------
 .../ui/public/i18n/locales/zh-TW/common.json       |   2 +-
 .../src/components/DagActions/RunBackfillForm.tsx  |  42 +-
 .../src/airflow/utils/log/file_task_handler.py     |   4 +-
 .../unit/cli/commands/test_backfill_command.py     |   6 +-
 .../tests/unit/dag_processing/test_collection.py   |  54 +-
 .../src/airflowctl/api/datamodels/generated.py     |   1 +
 dev/README_RELEASE_AIRFLOW.md                      |  12 +-
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 .../doc/images/output_release-management.txt       |   2 +-
 .../output_release-management_start-release.svg    |  12 +-
 .../output_release-management_start-release.txt    |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../src/airflow_breeze/commands/ci_commands.py     |   6 +-
 .../commands/release_candidate_command.py          |  38 +-
 .../src/airflow_breeze/commands/release_command.py | 187 +++++-
 .../commands/release_management_commands.py        |   2 +-
 .../commands/release_management_commands_config.py |   2 +-
 dev/breeze/tests/test_release_candidate_command.py | 330 ++++++++++
 dev/breeze/tests/test_release_command.py           | 519 +++++++++++++++
 dev/breeze/uv.lock                                 |  64 +-
 devel-common/pyproject.toml                        |   2 +-
 .../fab/src/airflow/providers/fab/www/package.json |   3 +
 39 files changed, 1670 insertions(+), 493 deletions(-)
 create mode 100644 dev/breeze/tests/test_release_candidate_command.py
 create mode 100644 dev/breeze/tests/test_release_command.py

Reply via email to