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 d93942a8f1c Bump the core-ui-package-updates group across 1 directory
with 55 updates
add a0551a0a269 [v3-1-test] Clean prek cache before running static checks
(#56788) (#56792)
add 7f6c3ec227a [v3-1-test] Updated codeowners for ci/dev tooling (#56798)
(#56799)
add 5b8b909282d [v3-1-test] Update all hatch versions in all files
(#56784) (#56817)
add 6452515260e [v3-1-test] Restore prek cache in a more robust way
(#56796) (#56826)
add 5202e770cf3 [v3-1-test] Ensure dag.test uses serialized dag for
testing (#56660) (#56820)
add 30a1b22d7f8 [v3-1-test] Switch mypy prek hooks to be executed on
pre-push, not on pre-commit (#56829) (#56830)
add 45fc1ac8d13 [v3-1-test] Fix DAG processor crash with pre-import module
optimization (#56773) (#56779)
add 35ea1f2d07b [v3-1-test] Fix .airflowignore order precedence (#56509)
(#56832)
add f5aaf1fece7 Upgrade to latest versions
add 8988d948ed6 [v3-1-test] Upgrade uv and remove accidental uv sync
(#56834) (#56838)
add 4e78e4095c4 [v3-1-test] When prek install-hooks fails, log is now
shown in CI (#56839) (#56842)
add c14eaa61f00 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 (d93942a8f1c)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-77dc9a1bde
(c14eaa61f00)
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/CODEOWNERS | 36 +-
.github/actions/breeze/action.yml | 8 +
.github/actions/install-prek/action.yml | 37 +-
.github/workflows/airflow-distributions-tests.yml | 2 +-
.github/workflows/basic-tests.yml | 61 +-
.github/workflows/ci-amd.yml | 2 -
.github/workflows/ci-arm.yml | 1 -
.github/workflows/ci-image-checks.yml | 3 +
.github/workflows/release_dockerhub_image.yml | 14 +-
.pre-commit-config.yaml | 6 +
Dockerfile | 2 +-
Dockerfile.ci | 4 +-
.../src/airflow/dag_processing/processor.py | 2 +-
airflow-core/src/airflow/ui/package.json | 10 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 1625 ++++++++++----------
airflow-core/src/airflow/utils/file.py | 23 +-
.../tests/unit/dag_processing/test_processor.py | 21 +-
airflow-core/tests/unit/dags/.airflowignore_glob | 7 +-
...gate_ignore.py => test_explicit_dont_ignore.py} | 5 +-
.../dags/subdir2/subdir3/should_ignore_this.py} | 0
.../dags/subdir2/subdir3/test_explicit_ignore.py} | 0
airflow-core/tests/unit/models/test_dag.py | 25 +
airflow-core/tests/unit/utils/test_file.py | 35 +-
contributing-docs/08_static_code_checks.rst | 39 +-
dev/breeze/README.md | 2 +-
dev/breeze/doc/ci/02_images.md | 4 +-
dev/breeze/pyproject.toml | 4 +-
.../commands/release_management_commands.py | 4 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
.../src/airflow_breeze/utils/selective_checks.py | 17 -
dev/breeze/tests/test_selective_checks.py | 41 +-
dev/breeze/uv.lock | 54 +-
pyproject.toml | 2 +-
scripts/ci/install_breeze.sh | 2 -
scripts/ci/prek/upgrade_important_versions.py | 15 +-
scripts/tools/setup_breeze | 2 +-
task-sdk/src/airflow/sdk/definitions/dag.py | 32 +-
37 files changed, 1138 insertions(+), 1011 deletions(-)
copy airflow-core/tests/unit/dags/subdir1/{test_negate_ignore.py =>
test_explicit_dont_ignore.py} (89%)
copy airflow-core/{src/airflow/api/common/__init__.py =>
tests/unit/dags/subdir2/subdir3/should_ignore_this.py} (100%)
copy airflow-core/{src/airflow/_shared/__init__.py =>
tests/unit/dags/subdir2/subdir3/test_explicit_ignore.py} (100%)