This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/common/ai/src/airflow/providers/common/ai/plugins/www/vite-7.3.2
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit bbb3e873e79 Bump vite
add 44323b0cd4b Add --path-to-airflow-svn definitions to release
verification (#64798)
add c3d4905a155 Run `uv lock --upgrade` locally in `breeze ci upgrade`
instead of inside CI image (#64804)
add 0ce1dd766ba Run non-provider mypy checks as regular prek static checks
instead of separate CI jobs (#64780)
add 15f365dfff3 Remove dependabot alarms in common.ai provider npm
dependencies (#64790)
add 19a15754aac Bump vite
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 (bbb3e873e79)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/common/ai/src/airflow/providers/common/ai/plugins/www/vite-7.3.2
(19a15754aac)
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/workflows/ci-amd-arm.yml | 51 +++-
.github/workflows/ci-image-checks.yml | 57 -----
.pre-commit-config.yaml | 40 +---
AGENTS.md | 5 +-
airflow-core/.pre-commit-config.yaml | 14 +-
.../airflow/utils/log/non_caching_file_handler.py | 2 +-
airflow-ctl/.pre-commit-config.yaml | 14 +-
contributing-docs/08_static_code_checks.rst | 48 ++--
dev/README_RELEASE_AIRFLOW.md | 4 +-
dev/README_RELEASE_AIRFLOWCTL.md | 2 +-
dev/README_RELEASE_PYTHON_CLIENT.md | 2 +-
.../src/airflow_breeze/commands/ci_commands.py | 33 +--
.../airflow_breeze/commands/developer_commands.py | 8 +
.../airflow_breeze/commands/registry_commands.py | 2 +-
dev/breeze/src/airflow_breeze/utils/packages.py | 2 +-
.../src/airflow_breeze/utils/selective_checks.py | 72 ++----
dev/breeze/tests/test_packages.py | 4 +-
dev/breeze/tests/test_selective_checks.py | 261 +++++++++------------
.../src/sphinx_exts/docs_build/package_filter.py | 2 +-
.../providers/common/ai/plugins/www/package.json | 8 +-
.../providers/common/ai/plugins/www/pnpm-lock.yaml | 72 +++---
scripts/ci/prek/check_extra_packages_ref.py | 2 +-
.../prek/check_shared_distributions_structure.py | 2 +-
.../ci/prek/check_shared_distributions_usage.py | 2 +-
scripts/ci/prek/check_version_consistency.py | 2 +-
scripts/ci/prek/mypy_local_folder.py | 223 ++++++++++++++++++
scripts/ci/prek/update_airflow_pyproject_toml.py | 4 +-
scripts/ci/prek/update_providers_dependencies.py | 2 +-
scripts/tools/initialize_virtualenv.py | 2 +-
task-sdk/.pre-commit-config.yaml | 10 +-
30 files changed, 521 insertions(+), 431 deletions(-)
create mode 100755 scripts/ci/prek/mypy_local_folder.py