This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/typescript-231ff6e3d3
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard c24a3f6b5be Bump the typescript group across 1 directory with 5 updates
     add f24c9a51995 Document numbering in contrib docs (#66656)
     add c6bdb9171ad SFTP: add async retrieve_file / store_file / mkdir to 
SFTPHookAsync and introduce SFTPClientPool (#64465)
     add a32eff04a5a docs: add Hinge Health to INTHEWILD.md (#66620)
     add 4fc7a532542 Fix Kubernetes worker service account values (#66598)
     add 04a058ad80b fix: report duplicate plugin names as import errors 
(#66649)
     add 19e86725d60 Fix DockerOperator init crash on dict mount entries 
(#66553)
     add adfecd99f97 Fix flaky databricks token-expiry test by freezing 
time_machine (#66660)
     add bccbcbf7a15 Fix KubernetesPodTrigger pod terminal state handling 
(#66650)
     add 022e35d9719 Restore AMD scheduled canary, split README badges, fix 
Slack-state collision (#66662)
     add 5b30aca9386 Registry: make tomllib fallback version-aware (#66666)
     add 167d7cc0310 Add maintainer dashboard, trends, and recommendations to 
pr-stats skill (#66464)
     add 1abd9594cb6 Surface LogStreamAccumulator temp-file removal failures as 
warnings (#66663)
     add 409895ad174 Support BaseExecutor.run_workload() for Airflow 3.3 in 
Edge Worker (#65847)
     add a8d67bd6d9a Bump the github-actions-updates group across 1 directory 
with 3 updates (#66535)
     add 6073ddb1a33 Fix broken GKEStartPodOperator extra link (#66657)
     add fd28c9d3afc Bump eslint (#66529)
     add 27a539f9737 Lazy-load Alembic in db_manager imports (#65655)
     add edebb452c0e Bump the typescript group across 1 directory with 5 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   (c24a3f6b5be)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/typescript-231ff6e3d3
 (edebb452c0e)

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/skills/pr-stats/SKILL.md                   | 151 ++++--
 .github/skills/pr-stats/aggregate.md               | 186 +++++++-
 .github/skills/pr-stats/classify.md                |  27 ++
 .github/skills/pr-stats/fetch.md                   |  39 +-
 .github/skills/pr-stats/render.md                  | 522 +++++++++++++++------
 .github/workflows/basic-tests.yml                  |   2 +-
 .github/workflows/ci-amd.yml                       |  15 +-
 .github/workflows/ci-arm.yml                       |  10 +-
 .github/workflows/ci-image-checks.yml              |  12 +-
 .github/workflows/ci-notification.yml              |   6 +-
 .github/workflows/codeql-analysis.yml              |   6 +-
 .github/workflows/e2e-flaky-tests-report.yml       |   2 +-
 .github/workflows/registry-backfill.yml            |   2 +-
 .github/workflows/registry-build.yml               |   2 +-
 .../scheduled-verify-release-calendar.yml          |   2 +-
 .github/workflows/ui-e2e-tests.yml                 |   2 +-
 .../update-constraints-on-push-stable.yml          |   2 +-
 .github/workflows/update-constraints-on-push.yml   |   2 +-
 .github/workflows/upgrade-check.yml                |   4 +-
 INTHEWILD.md                                       |   1 +
 README.md                                          |   5 +-
 airflow-core/src/airflow/plugins_manager.py        |   5 +-
 airflow-core/src/airflow/ui/package.json           |   2 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 180 +++----
 airflow-core/src/airflow/utils/db_manager.py       |  15 +-
 .../airflow/utils/log/log_stream_accumulator.py    |   2 +-
 .../tests/unit/plugins/test_plugins_manager.py     |  29 +-
 airflow-core/tests/unit/utils/test_db_manager.py   |  24 +
 chart/files/pod-template-file.kubernetes-helm-yaml |   2 +-
 chart/templates/workers/worker-serviceaccount.yaml |   3 +-
 .../airflow_aux/test_pod_template_file.py          |  19 +
 chart/tests/helm_tests/airflow_core/test_worker.py |  18 +
 .../03a_contributors_quick_start_beginners.rst     |   2 +-
 ...ist.rst => 28_example_dag_review_checklist.rst} |   0
 dev/registry/extract_metadata.py                   |   7 +-
 dev/registry/extract_versions.py                   |   6 +-
 generated/PYPI_README.md                           |   5 +-
 .../providers/cncf/kubernetes/operators/pod.py     |   8 +-
 .../providers/cncf/kubernetes/triggers/pod.py      |  21 +-
 .../unit/cncf/kubernetes/operators/test_pod.py     |   4 +-
 .../unit/cncf/kubernetes/triggers/test_pod.py      | 107 ++++-
 .../unit/databricks/hooks/test_databricks_base.py  |  42 +-
 .../airflow/providers/docker/operators/docker.py   |  13 +-
 .../tests/unit/docker/operators/test_docker.py     |  30 ++
 .../src/airflow/providers/edge3/cli/worker.py      |  46 +-
 .../src/airflow/providers/edge3/version_compat.py  |   2 +
 .../edge3/tests/unit/edge3/cli/test_worker.py      |  30 +-
 .../google/cloud/operators/kubernetes_engine.py    |  84 +++-
 .../cloud/operators/test_kubernetes_engine.py      | 358 ++++++++++++++
 providers/sftp/README.rst                          |   1 +
 providers/sftp/docs/changelog.rst                  |   8 +
 providers/sftp/docs/index.rst                      |   1 +
 providers/sftp/pyproject.toml                      |   1 +
 .../sftp/src/airflow/providers/sftp/hooks/sftp.py  | 245 +++++++++-
 .../src/airflow/providers/sftp/pools}/__init__.py  |   0
 .../sftp/src/airflow/providers/sftp/pools/sftp.py  | 282 +++++++++++
 providers/sftp/tests/conftest.py                   |  32 ++
 providers/sftp/tests/unit/sftp/hooks/test_sftp.py  | 420 +++++++++++++++--
 .../sftp/tests/unit/sftp/pools}/__init__.py        |   0
 providers/sftp/tests/unit/sftp/pools/test_sftp.py  | 372 +++++++++++++++
 scripts/ci/prek/check_ci_workflows_in_sync.py      |  22 +-
 uv.lock                                            |   2 +
 62 files changed, 2988 insertions(+), 462 deletions(-)
 rename contributing-docs/{example_dag_review_checklist.rst => 
28_example_dag_review_checklist.rst} (100%)
 copy {airflow-core/src/airflow/_shared => 
providers/sftp/src/airflow/providers/sftp/pools}/__init__.py (100%)
 create mode 100644 providers/sftp/src/airflow/providers/sftp/pools/sftp.py
 copy {airflow-core/src/airflow/_shared => 
providers/sftp/tests/unit/sftp/pools}/__init__.py (100%)
 create mode 100644 providers/sftp/tests/unit/sftp/pools/test_sftp.py

Reply via email to