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 5c0fda3b135 Bump the core-ui-package-updates group across 1 directory 
with 55 updates
     add f04ee0966b5 [v3-1-test] Fix 3-1-test breeze unit tests (#57300)
     add 3222f28d8b8 [v3-1-test] Clean up some root discovery in prek scripts 
(#57290) (#57291)
     add 61e8c751d76 Upgrade Happy-Dom in Plugin Template as well (#57287) 
(#57301)
     add 0ccea39af2b [v3-1-test] Extract prek hooks for Task-SDK (#57264) 
(#57282)
     add 40c2555fa4f DagBag re-added to exclusion list for task-sdk imports 
(#57304)
     add b7d69a24e5b [v3-1-test] Extract prek hooks for Helm (#57263) (#57303)
     add 132d83cb7e7 [v3-1-test] Replace last pylint usage by ruff rule 
(#57294) (#57307)
     add 9b3c71af395 [v3-1-test] Extract prek hooks for airflowctl (#57308) 
(#57312)
     add 39e8d8be526 [v3-1-test] Fix wrong path pattern after moving prek check 
to chart folder (#57311) (#57313)
     add 9902eaf3a17 fix: Add auto-refresh functionality to Required Actions 
page (#56404) (#57207)
     add 1b29dac0489 Fix dag processor crash by ignoring callbacks from other 
bundles (#57192) (#57330)
     add f2340f00d79 [v3-1-test] remove outdated note from upgrading docs 
(#57338) (#57345)
     add 73e77abfeab Move structlog imports into a TYPE_CHECKING block to untie 
version bumps (#57335)
     add dd68bd72a29 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   (5c0fda3b135)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-77dc9a1bde
 (dd68bd72a29)

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:
 .pre-commit-config.yaml                            | 147 +--------------------
 .../docs/installation/upgrading_to_airflow3.rst    |   2 +-
 airflow-core/src/airflow/dag_processing/manager.py |   6 +-
 airflow-core/src/airflow/ui/package.json           |   8 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 124 ++++++++---------
 .../pages/HITLTaskInstances/HITLTaskInstances.tsx  |  50 ++++---
 .../tests/unit/dag_processing/test_manager.py      |  46 +++++++
 airflow-ctl/.pre-commit-config.yaml                |  51 +++++++
 airflow-ctl/pyproject.toml                         |   2 +-
 chart/.pre-commit-config.yaml                      | 115 ++++++++++++++++
 dev/breeze/tests/test_selective_checks.py          |  16 +--
 .../react_plugin_template/package.json             |   2 +-
 pyproject.toml                                     |   1 +
 scripts/ci/prek/boring_cyborg.py                   |  10 +-
 scripts/ci/prek/chart_schema.py                    |   5 +-
 scripts/ci/prek/check_aiobotocore_optional.py      |   2 -
 .../ci/prek/check_airflow_v_imports_in_tests.py    |   4 +-
 scripts/ci/prek/check_init_in_tests.py             |   7 +-
 scripts/ci/prek/mypy.py                            |   3 +-
 scripts/ci/prek/supported_versions.py              |   8 +-
 scripts/ci/prek/vendor_k8s_json_schema.py          |   3 +-
 .../airflow_shared/logging/percent_formatter.py    |   7 +-
 task-sdk/.pre-commit-config.yaml                   |  43 ++++++
 23 files changed, 394 insertions(+), 268 deletions(-)
 create mode 100644 airflow-ctl/.pre-commit-config.yaml
 create mode 100644 chart/.pre-commit-config.yaml
 create mode 100644 task-sdk/.pre-commit-config.yaml

Reply via email to