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


 discard f1acbe4ca72 Bump the typescript group across 1 directory with 4 updates
     add f5e083dfbbf Bump the github-actions-updates group across 1 directory 
with 5 updates (#72224)
     add 33222eaeeb5 Drop provider dependency from airflow-core secrets backend 
tests (#71677)
     add 15217b00c27 Bump the auth-ui-package-updates group across 1 directory 
with 7 updates (#72215)
     add 449e589da21 Restrict MSGraph deferrable pagination to the configured 
host (#71842)
     add 964407f66ca Fix static checks randomly failing with "PYTHONWARNINGS 
not set" (#72226)
     add 96b2af5cbd6 Bump @types/react-dom (#72211)
     add 7f81eb4537f Bump swagger-ui-dist (#71893)
     add b9e4957975b Bump the eslint group across 1 directory with 2 updates 
(#72212)
     add 80c22841b87 Bump the typescript 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   (f1acbe4ca72)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/typescript-39febf3787
 (80c22841b87)

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/workflows/airflow-e2e-tests.yml            |   2 +-
 .github/workflows/basic-tests.yml                  |   2 +-
 .github/workflows/ci-amd.yml                       |   2 +-
 .github/workflows/ci-arm.yml                       |   2 +-
 .github/workflows/codeql-analysis.yml              |   8 +-
 .github/workflows/java-sdk-dependency-security.yml |   2 +-
 .github/workflows/java-sdk-release-verify.yml      |   4 +-
 .github/workflows/k8s-tests.yml                    |   2 +-
 .github/workflows/registry-tests.yml               |   2 +-
 .../auth/managers/simple/ui/package.json           |  14 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         | 602 +++++++++++----------
 airflow-core/src/airflow/ui/package.json           |  14 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 296 +++++-----
 airflow-core/tests/unit/always/test_secrets.py     |  98 +---
 airflow-core/tests/unit/core/test_configuration.py | 102 +---
 .../src/airflow_breeze/params/shell_params.py      |   9 +-
 dev/breeze/tests/test_shell_params.py              |  25 +
 .../test_utils/fake_secrets_backend.py             |  59 ++
 .../providers/microsoft/azure/hooks/msgraph.py     |  50 +-
 .../providers/microsoft/azure/operators/msgraph.py |   1 +
 .../providers/microsoft/azure/triggers/msgraph.py  |   9 +
 .../unit/microsoft/azure/hooks/test_msgraph.py     |  27 +
 .../unit/microsoft/azure/operators/test_msgraph.py |  41 ++
 .../azure/tests/unit/microsoft/azure/test_utils.py |   8 +-
 .../unit/microsoft/azure/triggers/test_msgraph.py  |  16 +
 registry/package.json                              |   2 +-
 registry/pnpm-lock.yaml                            |  10 +-
 scripts/ci/docker-compose/base.yml                 |   3 +
 28 files changed, 780 insertions(+), 632 deletions(-)
 create mode 100644 
devel-common/src/tests_common/test_utils/fake_secrets_backend.py

Reply via email to