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


 discard 021a55f8759 Bump the core-ui-package-updates group across 1 directory 
with 6 updates
     add fdb207ed93c Support custom KMS keys in S3CopyObjectOperator (#60597)
     add 2b6ef4acc6c EKS hook: Update auth. API version to v1 and replace 
non-POSIX 'source' with '.' (#61441)
     add b2b089c54bf Add session cleanup middleware to FAB FastAPI app (#61480)
     add 69835999e99 Add pre-commit hook to prevent test-only imports in 
production source (#61713)
     add 9c898c1607d Remove mysql-client-python 9.6.0 limitation (#61740)
     add bd7a71233a6 Upgrade minimum prek version (#61634)
     add d70216ca70c Add rows processor to GenericTransfer (#61143)
     add 485dcb87af3 Bump axios (#61696)
     add 2467a41a98d Bump the core-ui-package-updates 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   (021a55f8759)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-f6f6e9d7d0
 (2467a41a98d)

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                            |  14 +-
 .../auth/managers/simple/ui/package-lock.json      |  32 +++--
 .../auth/managers/simple/ui/package.json           |   2 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |  16 +--
 docs/spelling_wordlist.txt                         |   1 +
 go-sdk/.pre-commit-config.yaml                     |   2 +-
 providers/amazon/docs/operators/s3/s3.rst          |   3 +
 .../src/airflow/providers/amazon/aws/hooks/eks.py  |   6 +-
 .../src/airflow/providers/amazon/aws/hooks/s3.py   |  13 ++
 .../airflow/providers/amazon/aws/operators/s3.py   |  10 ++
 .../amazon/tests/unit/amazon/aws/hooks/test_eks.py |   4 +-
 .../amazon/tests/unit/amazon/aws/hooks/test_s3.py  |  42 ++++++
 .../tests/unit/amazon/aws/operators/test_s3.py     |  47 +++++++
 .../common/sql/operators/generic_transfer.py       |  39 +++---
 .../common/sql/operators/generic_transfer.pyi      |   4 +-
 .../airflow/providers/common/sql/operators/sql.py  |  46 ++++---
 .../airflow/providers/common/sql/triggers/sql.py   |  15 ++-
 .../airflow/providers/common/sql/triggers/sql.pyi  |   2 +
 .../common/sql/operators/test_generic_transfer.py  |  61 +++++++++
 .../tests/unit/common/sql/operators/test_sql.py    |  52 +++++++-
 .../providers/fab/auth_manager/fab_auth_manager.py |  20 +++
 .../unit/fab/auth_manager/test_fab_auth_manager.py |  82 ++++++++++++
 providers/mysql/docs/index.rst                     |   2 +-
 providers/mysql/pyproject.toml                     |   6 +-
 .../airflow/providers/standard/operators/bash.py   |   3 +-
 .../airflow/providers/standard/version_compat.py   |   3 +
 scripts/ci/prek/check_test_only_imports_in_src.py  | 144 +++++++++++++++++++++
 scripts/ci/prek/upgrade_important_versions.py      |   1 +
 28 files changed, 585 insertions(+), 87 deletions(-)
 create mode 100755 scripts/ci/prek/check_test_only_imports_in_src.py

Reply via email to