This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/registry/v3-3-test/3-3-registry-package-updates-d3a9b1f488
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 4b749acb509 Bump swagger-ui-dist
add 3400b92cac4 [v3-3-test] Fix release dry-run aborting on a workflow run
it never dispatched (#71131) (#71233)
add 1f8fec35239 Bump the 3-3-core-ui-package-updates group across 1
directory with 9 updates (#71299)
add 99a08051377 Bump globals (#71293)
add 837a1b1b97d Pin providers in constraints to the versions published in
PyPI (#71324) (#71340)
add 49705544095 Bump prek in /dev/breeze in the 3-3-uv-dependency-updates
group (#71296)
add cde7f641675 Bump the github-actions-updates group with 7 updates
(#71300)
add 623f008837e [v3-3-test] Fix misspelled variable in CI migration test
DB manager export (#71334) (#71335)
add a10047a1ac7 Sync generated files (uv.lock specifiers, samba provider
docs) on v3-3-test (#71373)
add 1e0ca1eb6d7 [v3-3-test] Fix 500 when combining last-run and any-run
Dag state filters (#71366) (#71371)
add a7f23af2d0d [v3-3-test] Fix Grid view failing to load large Dags on
MySQL (#71342) (#71370)
add a95001a1515 Bump globals (#71294)
add 5c206c2d05a [v3-3-test] Add backward-walk coverage for cursor-based
pagination (#71365) (#71376)
add af3b30a75ee Bump swagger-ui-dist
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 (4b749acb509)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/registry/v3-3-test/3-3-registry-package-updates-d3a9b1f488
(af3b30a75ee)
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/migration_tests/action.yml | 4 +-
.github/workflows/asf-allowlist-check.yml | 2 +-
.github/workflows/basic-tests.yml | 10 +-
.github/workflows/ci-image-build.yml | 6 +-
.github/workflows/ci-image-checks.yml | 4 +-
.github/workflows/codeql-analysis.yml | 6 +-
.github/workflows/prod-image-build.yml | 2 +-
.github/workflows/publish-docs-to-s3.yml | 4 +-
.github/workflows/registry-backfill.yml | 2 +-
.github/workflows/registry-build.yml | 2 +-
.github/workflows/release-constraints.yml | 34 +-
.github/workflows/ui-e2e-tests.yml | 2 +-
.../src/airflow/api_fastapi/common/parameters.py | 10 +-
.../airflow/api_fastapi/core_api/routes/ui/grid.py | 9 +-
airflow-core/src/airflow/ui/package.json | 18 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 436 ++++++++++++---------
.../tests/unit/api_fastapi/common/test_cursors.py | 53 +++
.../api_fastapi/core_api/routes/ui/test_dags.py | 18 +
dev/README_RELEASE_AIRFLOW.md | 23 +-
.../src/airflow_breeze/utils/gh_workflow_utils.py | 9 +
.../airflow_breeze/utils/release_constraints.py | 11 +-
.../breeze/tests/test_gh_workflow_utils.py | 28 +-
dev/breeze/uv.lock | 40 +-
.../react_plugin_template/package.json | 2 +-
.../react_plugin_template/pnpm-lock.yaml | 10 +-
dev/registry/pyproject.toml | 2 +-
providers/akeyless/pyproject.toml | 2 +-
providers/apache/spark/pyproject.toml | 2 +-
providers/common/ai/pyproject.toml | 2 +-
.../providers/edge3/plugins/www/package.json | 2 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 12 +-
scripts/in_container/run_generate_constraints.py | 171 +++++---
.../in_container/test_run_generate_constraints.py | 164 +++++++-
uv.lock | 8 +-
34 files changed, 734 insertions(+), 376 deletions(-)
copy task-sdk/src/airflow/sdk/bases/secrets_backend.py =>
dev/breeze/tests/test_gh_workflow_utils.py (54%)