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


    omit a52e1f5862e Bump the core-ui-package-updates group across 1 directory 
with 64 updates
     add 642a0d64747 [v3-1-test] Add virtualization to grid view (#60241) 
(#60285)
     add 1f55d5f2374 [v3-1-test] Fix sidebar visibility issue when main content 
exceeds viewport height (#59660) (#60286)
     add 6282eb2b306 [v3-1-test] Fix table filters reseting when deleting a dag 
(#60279) (#60287)
     add 616354e7f01 [v3-1-test] Fix flaky release command (#60284) (#60291)
     add 0539ee03937 [v3-1-test] Update version of Test Release command 
(#60289) (#60295)
     add 2130414682d [v3-1-test] CI: Upgrade important CI environment (#60292) 
(#60296)
     add 1e6c420caca [v3-1-test] Automatically add pydantic extra when 
installing airflow 2 in breeze (#60264) (#60267)
     add da3c7c92aac [v3-1-test] Fix constraint mode when installing from dist 
or version airflow (#60304) (#60305)
     add f84684df98c [v3-1-test] Move dags list filters to buttongroups 
(#60298) (#60337)
     add 55ae6a0fcf3 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   (a52e1f5862e)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-3dae270528
 (55ae6a0fcf3)

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/actions/install-prek/action.yml            |   2 +-
 .github/workflows/basic-tests.yml                  |   2 +-
 .pre-commit-config.yaml                            |   2 +-
 Dockerfile.ci                                      |   2 +-
 airflow-core/docs/best-practices.rst               |   2 +-
 airflow-core/src/airflow/ui/package.json           |   8 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 160 +++++++------
 .../src/components/DagActions/DeleteDagButton.tsx  |  10 +-
 .../components/DataTable/ToggleTableDisplay.tsx    |  58 ++---
 .../src/airflow/ui/src/context/hover/Context.ts    |   2 +
 .../airflow/ui/src/context/hover/HoverProvider.tsx |   5 +-
 .../src/airflow/ui/src/hooks/navigation/index.ts   |   2 +
 .../src/airflow/ui/src/hooks/navigation/types.ts   |   8 +-
 .../ui/src/hooks/navigation/useNavigation.ts       |  35 +--
 .../src/airflow/ui/src/layouts/BaseLayout.tsx      |  10 +-
 .../ui/src/layouts/Details/DetailsLayout.tsx       |   2 +-
 .../airflow/ui/src/layouts/Details/Grid/Bar.tsx    |  31 ++-
 .../airflow/ui/src/layouts/Details/Grid/Grid.tsx   | 123 ++++++----
 .../airflow/ui/src/layouts/Details/Grid/GridTI.tsx |  48 ++--
 .../layouts/Details/Grid/TaskInstancesColumn.tsx   | 111 +++++++--
 .../ui/src/layouts/Details/Grid/TaskNames.tsx      | 249 ++++++++++++---------
 .../ui/src/layouts/Details/PanelButtons.tsx        |   6 +-
 .../src/pages/DagsList/DagsFilters/DagsFilters.tsx |  60 +++--
 .../pages/DagsList/DagsFilters/FavoriteFilter.tsx  |  66 +++---
 .../pages/DagsList/DagsFilters/PausedFilter.tsx    |  59 ++---
 .../pages/DagsList/DagsFilters/StateFilters.tsx    |  57 +++--
 .../src/pages/DagsList/DagsFilters/TagFilter.tsx   |   1 +
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../src/airflow_breeze/commands/release_command.py |  77 +++++--
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/uv.lock                                 |  80 ++++---
 devel-common/pyproject.toml                        |   2 +-
 scripts/ci/prek/check_imports_in_providers.py      |   2 +-
 scripts/ci/prek/ruff_format.py                     |   2 +-
 .../in_container/install_airflow_and_providers.py  |  22 ++
 36 files changed, 757 insertions(+), 555 deletions(-)

Reply via email to