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/api_fastapi/auth/managers/simple/ui/eslint-plugin-unicorn-65.0.0
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 632d3151d5a Bump eslint-plugin-unicorn
     add 38c50f5b54e Explicitly initialize Task SDK Stats in API server 
lifespan (hardening; backport fix for 3.2.x) (#68078)
     add 79fa1654d8f made await_pod_start to run before 
await_init_containers_completion (#68450)
     add 56699a8aa88 Add team name in asset graph view (#68457)
     add 8ecd4b8bb4b Bump the auth-ui-package-updates group across 1 directory 
with 5 updates (#68465)
     add 1cb45de41d3 Bump eslint-plugin-unicorn

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   (632d3151d5a)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/eslint-plugin-unicorn-65.0.0
 (1cb45de41d3)

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:
 airflow-core/src/airflow/api_fastapi/app.py        |  24 +++
 .../auth/managers/simple/ui/package.json           |  10 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         | 194 +++++++++++----------
 .../api_fastapi/core_api/datamodels/ui/common.py   |   1 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  10 ++
 .../core_api/services/ui/dependencies.py           |  21 +++
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  22 +++
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   2 +
 .../airflow/ui/src/components/Graph/DagNode.tsx    |  16 +-
 .../airflow/ui/src/components/Graph/TaskNode.tsx   |  13 ++
 .../ui/src/components/Graph/elkGraphUtils.ts       |   2 +
 .../ui/src/components/Graph/reactflowUtils.ts      |   1 +
 .../core_api/routes/ui/test_dependencies.py        |  86 ++++++++-
 .../core_api/routes/ui/test_structure.py           |  22 +++
 airflow-core/tests/unit/api_fastapi/test_app.py    |  43 +++++
 .../providers/cncf/kubernetes/operators/pod.py     |   4 +-
 16 files changed, 365 insertions(+), 106 deletions(-)

Reply via email to