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/ui/v3-1-test/core-ui-package-updates-081dc7bca3
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard c0082ab1b83 Bump the core-ui-package-updates group across 1 directory 
with 64 updates
     add 46017d3437c [v3-1-test] Simplify release provider procedure (#61446) 
(#61449)
     add 2c660ba02c5 Close German Translation Gaps 2026-02-05 v3-1 (#61478)
     add ade60b39c25 [v3-1-test] Add task_display_name to 
LightGridTaskInstanceSummary model (#61440) (#61505)
     add cb373c247b2 [v3-1-test] select filepath using cursor (#61011) (#61506)
     add 92015a5060f fix(ui): Remove explicit bg color from filter buttons to 
fix pale appearance (#60346 backport fix) (#61457)
     add 8c8eda571c8 [v3-1-test] fix: fix minimap on DAG graph view not showing 
DAG nodes (#61511) (#61530)
     add 0dea2b8bab5 [v3-1-test] Add error handling for pause/unpause toggle 
permission errors (#61389) (#61533)
     add f583067a3ec Bump the core-ui-package-updates group across 1 directory 
with 64 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   (c0082ab1b83)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-081dc7bca3
 (f583067a3ec)

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:
 .../api_fastapi/core_api/datamodels/ui/grid.py     |   1 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |   4 +
 .../airflow/api_fastapi/core_api/routes/ui/grid.py |   1 +
 .../api_fastapi/core_api/services/ui/grid.py       |   3 +
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |   6 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   1 +
 airflow-core/src/airflow/ui/package.json           |   6 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 278 ++++++++++-----------
 .../src/airflow/ui/public/i18n/locales/de/dag.json |   6 +
 .../components/DataTable/ToggleTableDisplay.tsx    |   2 -
 .../ui/src/components/Graph/reactflowUtils.ts      |   2 +
 .../pages/DagsList/DagsFilters/FavoriteFilter.tsx  |   3 -
 .../pages/DagsList/DagsFilters/PausedFilter.tsx    |   3 -
 .../pages/DagsList/DagsFilters/StateFilters.tsx    |  13 +-
 .../pages/Dashboard/Stats/DAGImportErrorsModal.tsx |   7 +-
 .../ui/src/pages/GroupTaskInstance/Header.tsx      |   2 +-
 .../ui/src/pages/MappedTaskInstance/Header.tsx     |   2 +-
 .../src/airflow/ui/src/queries/useTogglePause.ts   |  12 +
 .../api_fastapi/core_api/routes/ui/test_grid.py    |  17 ++
 dev/README_RELEASE_PROVIDERS.md                    |  10 +-
 20 files changed, 206 insertions(+), 173 deletions(-)

Reply via email to