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


 discard 1e375a6df37 Bump vite
     add feff9291eb4 Fix fab tests to block broken dependency (#55592)
     add 165b4668904 Update notification workflow to monitor v3-1-test (#55594)
     add 39022e05e8f Fix SqlAlchemy URI Construction in ExasolHook  (#53798)
     add 32f0e04b6e1 Bump trove-classifiers from 2025.9.9.12 to 2025.9.11.17 
(#55584)
     add 281c3badd99 Bump axios from 1.11.0 to 1.12.0 in 
/providers/edge3/src/airflow/providers/edge3/plugins/www (#55550)
     add f56b31b1573 Bump trove-classifiers from 2025.9.9.12 to 2025.9.11.17 in 
/airflow-core (#55586)
     add fe2ddb090c7 Include mypy upgrades to upgrade-important-versions prek 
hook (#55597)
     add cc7c94348d2 adding link to api docs (#53346)
     add 81cfe3db827 fix(hitl): check whether task instance is deferring when 
fetching pending actions (#55539)
     add 2a9b5c71d83 Bump mypy to 1.18.1 (#55596)
     add 4709c18da68 refactor(hitl): rename response_at to responded_at (#55535)
     add b13605a2434 switch dependabot from v3-0-test to v3-1-test (#55600)
     add d4cdee99b65 Bump React and React-DOM (#55598)
     add 7d02b852889 Fix alignment of arrows in RTL mode (#55619)
     add 2c057bd528f CI: Bump zizmor hook (#55618)
     add d3c0d69836b Remove db dependency from test_wasb trigger tests (#55624)
     add 3e4a7d02c88 Pick/vite vitest full (#55623)
     add fa6b12833cc Bump vite

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   (1e375a6df37)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/vite-7.1.5
 (fa6b12833cc)

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/dependabot.yml                             |    6 +-
 .github/workflows/basic-tests.yml                  |    2 +
 .github/workflows/ci-image-build.yml               |    3 +-
 .github/workflows/ci-notification.yml              |    2 +-
 .github/workflows/prod-image-build.yml             |    3 +-
 .pre-commit-config.yaml                            |    2 +-
 airflow-core/docs/core-concepts/dag-run.rst        |   22 +
 airflow-core/docs/img/airflow_erd.sha256           |    2 +-
 airflow-core/docs/img/airflow_erd.svg              |   12 +-
 airflow-core/pyproject.toml                        |    2 +-
 .../auth/managers/simple/ui/package-lock.json      |  265 +-
 .../auth/managers/simple/ui/package.json           |    4 +
 .../auth/managers/simple/ui/pnpm-lock.yaml         |  122 +-
 .../src/airflow/api_fastapi/common/parameters.py   |    5 +-
 .../api_fastapi/core_api/datamodels/hitl.py        |    4 +-
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |    4 +-
 .../core_api/openapi/v2-rest-api-generated.yaml    |   13 +-
 .../api_fastapi/core_api/routes/public/dag_run.py  |    2 +-
 .../api_fastapi/core_api/routes/public/hitl.py     |    4 +-
 .../airflow/api_fastapi/core_api/routes/ui/dags.py |    6 +-
 .../api_fastapi/execution_api/datamodels/hitl.py   |    4 +-
 .../api_fastapi/execution_api/routes/hitl.py       |    4 +-
 .../0076_3_1_0_add_human_in_the_loop_response.py   |    2 +-
 airflow-core/src/airflow/models/hitl.py            |    6 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |    4 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |    4 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |    4 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |    4 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |   10 +-
 .../ui/openapi-gen/requests/services.gen.ts        |    4 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |    4 +-
 airflow-core/src/airflow/ui/package.json           |   19 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 1426 ++++++----
 .../ui/src/components/NeedsReviewButton.tsx        |    5 +-
 .../src/airflow/ui/src/components/StatsCard.tsx    |    6 +-
 .../ui/src/context/colorMode/ColorModeProvider.tsx |    3 +-
 .../ui/src/layouts/Nav/UserSettingsButton.tsx      |   16 +-
 .../src/pages/Dashboard/Stats/DAGImportErrors.tsx  |    5 +-
 .../airflow/ui/src/pages/Dashboard/Stats/Stats.tsx |    8 +-
 .../pages/HITLTaskInstances/HITLResponseForm.tsx   |    2 +-
 .../pages/HITLTaskInstances/HITLTaskInstances.tsx  |    4 +-
 .../core_api/routes/public/test_hitl.py            |   14 +-
 .../api_fastapi/core_api/routes/ui/test_dags.py    |    5 +-
 .../execution_api/versions/head/test_hitl.py       |    6 +-
 .../src/airflowctl/api/datamodels/generated.py     |    4 +-
 clients/python/README.md                           |    1 +
 .../react_plugin_template/package.json             |   18 +-
 .../react_plugin_template}/pnpm-lock.yaml          | 3007 +++++++++-----------
 .../src/context/colorMode/ColorModeProvider.tsx    |    3 +-
 .../react_plugin_template/vite.config.ts           |    1 +
 devel-common/pyproject.toml                        |    2 +-
 .../providers/common/compat/lineage/entities.py    |    2 +-
 .../providers/edge3/plugins/www/dist/main.umd.cjs  |   42 +-
 .../providers/edge3/plugins/www/package.json       |   21 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     |  863 +++---
 .../src/context/colorMode/ColorModeProvider.tsx    |    3 +-
 .../providers/edge3/plugins/www/vite.config.ts     |    1 +
 providers/edge3/www-hash.txt                       |    2 +-
 .../src/airflow/providers/exasol/hooks/exasol.py   |   45 +-
 .../exasol/tests/unit/exasol/hooks/test_exasol.py  |   85 +
 providers/fab/pyproject.toml                       |    4 +
 .../cloud/sensors/test_dataproc_metastore.py       |    4 +-
 .../unit/microsoft/azure/triggers/test_wasb.py     |   13 +-
 .../providers/papermill/operators/papermill.py     |    4 +-
 .../airflow/providers/standard/operators/hitl.py   |    1 +
 .../airflow/providers/standard/triggers/hitl.py    |   14 +-
 .../tests/unit/standard/operators/test_hitl.py     |   26 +-
 .../tests/unit/standard/triggers/test_hitl.py      |   11 +-
 pyproject.toml                                     |    2 +-
 scripts/ci/prek/upgrade_important_versions.py      |   11 +
 .../src/airflow/sdk/api/datamodels/_generated.py   |    2 +-
 task-sdk/tests/task_sdk/api/test_client.py         |    8 +-
 .../tests/task_sdk/execution_time/test_hitl.py     |    8 +-
 73 files changed, 3383 insertions(+), 2879 deletions(-)
 copy {providers/edge3/src/airflow/providers/edge3/plugins/www => 
dev/react-plugin-tools/react_plugin_template}/pnpm-lock.yaml (67%)

Reply via email to