This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-56a029626a
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 27c653dd663 Bump the fab-ui-package-updates group across 1 directory
with 3 updates
add 2c62f88e05d Bump uv version to 0.8.24 and prek to 0.2.4 (#56464)
add 0ec6653d304 Bump uv version to 0.9.0 and ruff to 0.14.0 (#56467)
add 44381b6282b Fix Edge3 provider navigation with webserver base_url
configuration (#56189)
add 6a4507bb092 Bump the fab-ui-package-updates group across 1 directory
with 3 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 (27c653dd663)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-56a029626a
(6a4507bb092)
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 | 4 +-
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
.pre-commit-config.yaml | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 6 +-
airflow-core/docs/best-practices.rst | 2 +-
dev/breeze/README.md | 2 +-
dev/breeze/doc/ci/02_images.md | 4 +-
dev/breeze/pyproject.toml | 2 +-
.../commands/release_management_commands.py | 4 +-
dev/breeze/src/airflow_breeze/global_constants.py | 4 +-
dev/breeze/uv.lock | 46 +++++++-------
devel-common/pyproject.toml | 2 +-
.../edge3/plugins/edge_executor_plugin.py | 36 ++++++++---
.../providers/edge3/plugins/www/dist/main.umd.cjs | 36 +++++------
.../edge3/plugins/www/src/layouts/EdgeLayout.tsx | 6 +-
.../providers/edge3/plugins/www/src/main.tsx | 6 ++
providers/edge3/www-hash.txt | 2 +-
.../airflow/providers/fab/www/package-lock.json | 71 +++++++++++++---------
.../fab/src/airflow/providers/fab/www/package.json | 2 +-
pyproject.toml | 2 +-
scripts/ci/install_breeze.sh | 2 +-
scripts/ci/prek/check_imports_in_providers.py | 2 +-
scripts/ci/prek/ruff_format.py | 2 +-
scripts/tools/setup_breeze | 2 +-
26 files changed, 147 insertions(+), 106 deletions(-)