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-e2ec268659
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit d1e198fac5a Bump the core-ui-package-updates group across 1 directory
with 63 updates
add b7d1c41e61a Prevent Triggerer from crashing when a trigger event isn't
serializable (#60152)
add 95877c9c2e6 Fix DAG processor OOM || Avoid loading all TaskInstances
when checking DagVersion in write_dag (#60937) (#60962)
add c86a1831a63 CI: Upgrade important CI environment (#60964)
add b92722835f1 [v3-1-test] Use log_level for root logger instead of
hardcoded INFO level (#60784) (#60970)
add 937f4451a3d Revert "Prevent Triggerer from crashing when a trigger
event isn't serializable (#60152)" (#60976)
add 55a7d49bc3b [v3-1-test] Fix dag access control for dag_id in query
param (#60935) (#60959)
add 091d852122c [v3-1-test] Fix permissions on get_event_logs endpoint
(#60936) (#60958)
add 647c9960de4 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 (d1e198fac5a)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-e2ec268659
(647c9960de4)
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:
.pre-commit-config.yaml | 2 +-
airflow-core/docs/best-practices.rst | 2 +-
.../core_api/routes/public/event_logs.py | 9 +-
.../src/airflow/api_fastapi/core_api/security.py | 16 +-
airflow-core/src/airflow/models/serialized_dag.py | 11 +-
airflow-core/src/airflow/ui/package.json | 6 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 257 ++++++++++++++++-----
.../core_api/routes/public/test_dag_warning.py | 2 +-
.../core_api/routes/public/test_event_logs.py | 4 +-
.../core_api/routes/ui/test_backfills.py | 2 +-
.../core_api/routes/ui/test_structure.py | 10 +-
.../unit/api_fastapi/core_api/test_security.py | 3 +
dev/breeze/uv.lock | 18 +-
devel-common/pyproject.toml | 2 +-
scripts/ci/prek/check_imports_in_providers.py | 2 +-
scripts/ci/prek/ruff_format.py | 2 +-
.../src/airflow_shared/logging/structlog.py | 2 +-
shared/logging/tests/logging/test_structlog.py | 13 ++
18 files changed, 273 insertions(+), 90 deletions(-)