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


 discard 2b76084d082 chore(deps-dev): bump the eslint group across 1 directory 
with 6 updates
     add c5e7d7bb673 CI: Upgrade important CI environment (#64782)
     add 38bd24b7f99 ElasticsearchTaskHandler: Request only required source 
fields for task logs (#64562)
     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 dcbc5ad5284 Remove dependabot alarms in registry npm dependencies 
(#64792)
     add 9a9b36d0d33 Increased test coverage of the cli standalone command 
(#62081)
     add 01603f2ac90 fix: prevent SQL keyword parameterization in MySQL 
bulk_load_custom (#63530)
     add 0251002b60e Bump vite in 
/providers/edge3/src/airflow/providers/edge3/plugins/www (#64800)
     add b9441efff87 Fix S3ToGCSOperator deferrable mode to return list of 
copied files (#63533)
     add 267f4949a4c Update Agents.md for UI dev (#64776)
     add 3870e4065eb Bump vite (#64801)
     add ee4423b451e chore(deps-dev): bump the eslint group across 1 directory 
with 6 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   (2b76084d082)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/eslint-3515529389
 (ee4423b451e)

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/breeze/action.yml                  |   2 +-
 .github/actions/install-prek/action.yml            |   2 +-
 .github/workflows/basic-tests.yml                  |   2 +-
 .github/workflows/ci-amd-arm.yml                   |  53 ++-
 .github/workflows/ci-image-checks.yml              |  57 ---
 .github/workflows/release_dockerhub_image.yml      |   2 +-
 .pre-commit-config.yaml                            |  40 +-
 AGENTS.md                                          |   5 +-
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   2 +-
 airflow-core/.pre-commit-config.yaml               |  14 +-
 airflow-core/src/airflow/ui/AGENTS.md              |  27 ++
 airflow-core/src/airflow/ui/package.json           |   2 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 480 ++++++++++----------
 .../airflow/utils/log/non_caching_file_handler.py  |   2 +-
 .../unit/cli/commands/test_standalone_command.py   | 273 +++++++++++-
 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 +-
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 .../src/airflow_breeze/commands/ci_commands.py     |  33 +-
 .../airflow_breeze/commands/developer_commands.py  |   8 +
 .../airflow_breeze/commands/registry_commands.py   |   2 +-
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/src/airflow_breeze/global_constants.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 +++++------
 dev/breeze/uv.lock                                 | 266 +++++------
 .../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 |  92 ++--
 .../providers/edge3/plugins/www/package.json       |   2 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     | 484 +++++++++++----------
 .../providers/elasticsearch/log/es_task_handler.py |  34 +-
 .../unit/elasticsearch/log/test_es_task_handler.py |  48 ++
 .../providers/google/cloud/transfers/s3_to_gcs.py  |  11 +-
 .../triggers/cloud_storage_transfer_service.py     |  20 +-
 .../unit/google/cloud/transfers/test_s3_to_gcs.py  |  21 +-
 .../test_cloud_storage_transfer_service.py         |  26 ++
 .../src/airflow/providers/mysql/hooks/mysql.py     |   6 +-
 .../mysql/tests/unit/mysql/hooks/test_mysql.py     |  42 +-
 pyproject.toml                                     |   2 +-
 registry/pnpm-lock.yaml                            |  61 +--
 registry/pnpm-workspace.yaml                       |   4 +
 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 +-
 scripts/tools/setup_breeze                         |   2 +-
 task-sdk/.pre-commit-config.yaml                   |  10 +-
 uv.lock                                            | 192 ++++----
 59 files changed, 1777 insertions(+), 1218 deletions(-)
 create mode 100644 airflow-core/src/airflow/ui/AGENTS.md
 create mode 100755 scripts/ci/prek/mypy_local_folder.py

Reply via email to