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/core-ui-package-updates-f71bf83c8a
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 6982088b4d8 Bump the core-ui-package-updates group across 1 directory 
with 4 updates
     add 5337b057d1c cncf-kubernetes: fix potential race condition in 
trigger_reentry flow caused by `is_istio_enabled` (#69269)
     add b71a6407919 Upgrade http to https in PR template (#70063)
     add a76701fb474 Make schema_fields templated in GCSToBigQueryOperator 
(#69108)
     add e0cb240c64f docs: fix stale Airflow 2.0 references in dev/README.md 
(#69961)
     add 4c1ce4e3ff3 Refactor get_statsd_logger to use keyword arguments for 
clarity and add a test for ipv6 support in StatsD logger (#69632)
     add e6d898c2390 Let area:e2e-tests label force the airflow-e2e-tests suite 
(#69993)
     add 4dc4ebff93f Automate keeping documented "tested with" versions in sync 
with the test matrix (#69124)
     add 45df400413e Fix Breeze OpenLineage integration gate stuck on stale 
Postgres versions (#69264)
     add 3561a17b4b6 Bump @visx/shape from 3.12.0 to 4.0.0 in 
/airflow-core/src/airflow/ui (#69722)
     add f3f0766a8c7 Bump the core-ui-package-updates group across 1 directory 
with 4 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   (6982088b4d8)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-f71bf83c8a
 (f3f0766a8c7)

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/PULL_REQUEST_TEMPLATE.md                   |   2 +-
 .github/boring-cyborg.yml                          |   3 +
 .pre-commit-config.yaml                            |   6 +
 airflow-core/docs/installation/prerequisites.rst   |   4 +
 airflow-core/src/airflow/ui/package.json           |   2 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  94 ++++-----
 dev/README.md                                      |  12 +-
 dev/breeze/doc/ci/04_selective_checks.md           |   1 +
 .../airflow_breeze/utils/docker_command_utils.py   |   8 +-
 .../src/airflow_breeze/utils/selective_checks.py   |   7 +
 dev/breeze/tests/test_docker_command_utils.py      |  82 ++++++++
 dev/breeze/tests/test_selective_checks.py          |  13 ++
 .../providers/cncf/kubernetes/operators/pod.py     |  13 +-
 .../google/cloud/transfers/gcs_to_bigquery.py      |   2 +
 .../google/cloud/transfers/test_gcs_to_bigquery.py |  31 +++
 scripts/ci/prek/common_prek_utils.py               |  36 +++-
 scripts/ci/prek/update_tested_versions.py          | 209 +++++++++++++++++++++
 scripts/tests/ci/prek/test_common_prek_utils.py    |  40 ++++
 .../tests/ci/prek/test_update_tested_versions.py   | 123 ++++++++++++
 .../observability/metrics/statsd_logger.py         |   7 +-
 .../tests/observability/metrics/test_stats.py      |   7 +
 21 files changed, 646 insertions(+), 56 deletions(-)
 create mode 100755 scripts/ci/prek/update_tested_versions.py
 create mode 100644 scripts/tests/ci/prek/test_update_tested_versions.py

Reply via email to