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-04af4f1454
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 3db7fbecb54 Bump the core-ui-package-updates group across 1 directory
with 63 updates
add 67432b51599 [v3-1-test] Breeze: keep OpenAPI Generator version in sync
during CI upgrades (#59862) (#59910)
add 4828e7a3db9 [v3-1-test] Clarify behavior of `ALL_DONE_MIN_ONE_SUCCESS`
rule (#59954) (#59967)
add d3149fa89c0 [v3-1-test] Record missing `ti_failure` metrics for tasks
in Airflow 3 (#59731) (#59964)
add 1eb4b081bea [v3-1-test] Exclude Dockerfile.pmc from RAT checks
(#59960) (#59969)
add ce0df3effe8 [v3-1-test] Make prek hook to check shared distributions
resilient to empty dirs (#59972) (#59974)
add d17abe82487 Bump the core-ui-package-updates group across 1 directory
with 63 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 (3db7fbecb54)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-04af4f1454
(d17abe82487)
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 | 16 +-
.pre-commit-config.yaml | 1 +
.rat-excludes | 1 +
Dockerfile | 2 +-
Dockerfile.ci | 6 +-
RELEASE_NOTES.rst | 3 +-
airflow-core/src/airflow/ui/package.json | 2 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 68 +--
dev/breeze/doc/ci/02_images.md | 2 +-
dev/breeze/pyproject.toml | 2 +-
.../commands/release_management_commands.py | 4 +-
dev/breeze/uv.lock | 374 +++++++-------
dev/provider_db_inventory.py | 2 +-
dev/pyproject.toml | 2 +-
pyproject.toml | 3 +-
reproducible_build.yaml | 4 +-
scripts/ci/prek/boring_cyborg.py | 2 +-
scripts/ci/prek/check_aiobotocore_optional.py | 2 +-
.../ci/prek/check_airflow_bug_report_template.py | 2 +-
scripts/ci/prek/check_common_sql_dependency.py | 2 +-
scripts/ci/prek/check_integrations_list.py | 2 +-
scripts/ci/prek/check_provider_docs.py | 2 +-
.../prek/check_shared_distributions_structure.py | 6 +
.../ci/prek/check_system_tests_hidden_in_index.py | 2 +-
scripts/ci/prek/checkout_no_credentials.py | 2 +-
scripts/ci/prek/lint_json_schema.py | 2 +-
scripts/ci/prek/sort_in_the_wild.py | 2 +-
scripts/ci/prek/update_chart_dependencies.py | 2 +-
scripts/ci/prek/update_example_dags_paths.py | 2 +-
scripts/ci/prek/update_providers_dependencies.py | 2 +-
scripts/ci/prek/update_source_date_epoch.py | 2 +-
scripts/ci/prek/upgrade_important_versions.py | 545 +++++++++++++--------
scripts/ci/prek/validate_chart_annotations.py | 2 +-
scripts/tools/setup_breeze | 2 +-
.../src/airflow/sdk/execution_time/task_runner.py | 10 +
36 files changed, 628 insertions(+), 459 deletions(-)