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-d2b6544b90
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 99af92bbf58 Bump the core-ui-package-updates group across 1 directory
with 63 updates
add 6b98bd8a30c [v3-1-test] CI: Upgrade important CI environment (#62191)
(#62236)
add 4e0c966be72 [v3-1-test] Add data-testid attributes to root UI
components for testing (#62182) (#62237)
add 51913d470d3 [v3-1-test] docs: Fix typo and missing closing bracket in
breeze installation docs (#62242) (#62268)
add f5cb0e816d2 [v3-1-test] fix(breeze): use prek from Breeze Python
instead of system PATH (#62309) (#62317)
add 319f5cd9ad1 [v3-1-test] Revert "fix(breeze): use prek from Breeze
Python instead of system PATH (#62309)" (#62332) (#62333)
add f0063478343 [v3-1-test] fix: Ensure parent directory exists before
writing UI asset dev mode file (#62313) (#62323)
add efd09090a09 fix Preserve variable value formatting in edit dialog
(#58757) (#62339)
add c37dfdf3d31 [v3-1-test] fix(ui): unique keys for pagination ellipses
(#62352) (#62366)
add 7dbe3d8f3f0 Bump the core-ui-package-updates group across 1 directory
with 63 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 (99af92bbf58)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-d2b6544b90
(7dbe3d8f3f0)
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/breeze/action.yml | 2 +-
.github/actions/install-prek/action.yml | 4 +-
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 4 +-
airflow-core/src/airflow/ui/package.json | 22 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 2052 ++++++++++----------
.../src/airflow/ui/src/components/BasicTooltip.tsx | 1 +
.../airflow/ui/src/components/BreadcrumbStats.tsx | 2 +-
.../src/airflow/ui/src/components/ConfigForm.tsx | 1 +
.../src/airflow/ui/src/components/DagVersion.tsx | 4 +-
.../ui/src/components/DagVersionDetails.tsx | 2 +-
.../airflow/ui/src/components/DateTimeInput.tsx | 1 +
.../src/airflow/ui/src/components/ErrorAlert.tsx | 2 +-
.../src/airflow/ui/src/components/HeaderCard.tsx | 2 +-
.../airflow/ui/src/components/LimitedItemsList.tsx | 3 +-
.../airflow/ui/src/components/NeedsReviewBadge.tsx | 5 +-
.../ui/src/components/QuickFilterButton.tsx | 1 +
.../src/airflow/ui/src/components/Stat.tsx | 2 +-
.../src/airflow/ui/src/components/StatsCard.tsx | 1 +
.../ui/src/components/ui/DagWarningsModal.tsx | 8 +-
.../ui/src/components/ui/Pagination/Items.tsx | 3 +-
.../ManageVariable/EditVariableButton.tsx | 13 +-
dev/breeze/doc/01_installation.rst | 4 +-
dev/breeze/doc/ci/02_images.md | 4 +-
dev/breeze/pyproject.toml | 2 +-
.../commands/release_management_commands.py | 8 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/src/airflow_breeze/utils/run_utils.py | 1 +
dev/breeze/uv.lock | 181 +-
pyproject.toml | 2 +-
scripts/tools/setup_breeze | 2 +-
33 files changed, 1219 insertions(+), 1128 deletions(-)