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-69ce3be7bb
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit e81bd40033b Bump the core-ui-package-updates group across 1 directory
with 51 updates
add 0bf109000de Bump apache-airflow from 3.0.6 to 3.1.0 (#56151)
add 5355fe04261 [v3-1-test] Detect interactive terminal to set colored
logging + support override env variables (#56132) (#56157)
add 38ed3808897 Fix upgrade checks with prek in v3-1-test (#56171)
add d581408c5f5 [v3-1-test] Update changelog of dockerfile to include Fab
missing in Python 3.13 (#56176) (#56179)
add 6a3d1650db4 [v3-1-test] Add react-router-dom to external deps in
plugins (#56205) (#56213)
add 6c655957a2a Bump the core-ui-package-updates group across 1 directory
with 51 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 (e81bd40033b)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-69ce3be7bb
(6c655957a2a)
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 | 4 +-
airflow-core/src/airflow/ui/package.json | 8 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 1922 ++++++++++----------
airflow-core/src/airflow/ui/src/main.tsx | 2 +
dev/breeze/README.md | 2 +-
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/uv.lock | 46 +-
.../react_plugin_template/vite.config.ts | 3 +-
docker-stack-docs/changelog.rst | 7 +
performance/requirements.txt | 2 +-
pyproject.toml | 2 +-
scripts/ci/install_breeze.sh | 2 +-
scripts/tools/setup_breeze | 2 +-
.../src/airflow_shared/logging/structlog.py | 29 +-
shared/logging/tests/logging/test_structlog.py | 49 +-
23 files changed, 1092 insertions(+), 1016 deletions(-)