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


 discard 350d725e52b Bump the core-ui-package-updates group across 1 directory 
with 18 updates
     add 63e8727e23e Port over custom serializer tests from airflow core to 
task sdk (#59638)
     add 415491c648c sqla2 upgrade (test_dag_sources, test_hitl, test_assets, 
test_structure, test_deadline) (#59623)
     add caa81a74c38 fix(cli): Set server context for connections (#59624)
     add 5cad13a03af Docs: clarify runtime vs parse-time behavior in dynamic 
task mapping (#59641)
     add 71352014686 Allow swc and esbuild install script for SAM (#59608)
     add 273dca3b8a6 Bump the core-ui-package-updates group across 1 directory 
with 18 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   (350d725e52b)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-7cc57c0c7a
 (273dca3b8a6)

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                            |   5 +
 .../dynamic-task-mapping.rst                       |   4 +-
 .../auth/managers/simple/ui/package-lock.json      | 601 +--------------------
 .../auth/managers/simple/ui/package.json           |   8 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         | 168 +-----
 .../src/airflow/cli/commands/connection_command.py |   4 +
 .../core_api/routes/public/test_dag_sources.py     |   9 +-
 .../core_api/routes/public/test_hitl.py            |   4 +-
 .../api_fastapi/core_api/routes/ui/test_assets.py  |   7 +-
 .../core_api/routes/ui/test_structure.py           |   2 +-
 airflow-core/tests/unit/models/test_deadline.py    |   7 +-
 .../unit/serialization/test_dag_serialization.py   |  12 +
 task-sdk/tests/conftest.py                         |  13 +
 task-sdk/tests/task_sdk/serde/test_serde.py        |  11 -
 .../tests/task_sdk/serde}/test_serializers.py      |  48 +-
 15 files changed, 101 insertions(+), 802 deletions(-)
 rename {airflow-core/tests/unit/serialization/serializers => 
task-sdk/tests/task_sdk/serde}/test_serializers.py (93%)

Reply via email to