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-c431f61dd6
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 2af2eefebe3 Bump the core-ui-package-updates group across 1 directory
with 60 updates
add 58a4ee2ae00 [v3-1-test] fix(cli): Set server context for connections
(#59624) (#59652)
add ef6d7ac36f7 docs: Fix broken permalink icon (#58763)
add 5133cd7c49e [v3-1-test] Allow swc and esbuild install script for SAM
(#59608) (#59654)
add 7d3a5734c50 [v3-1-test] CI: Upgrade important CI environment (#59662)
(#59665)
add 7cd78f4cf39 Add fast client-side search to Airflow documentation
(#59658)
add f3204b0b473 Convert remaining `pip check` commands to `uv pip check`
(#59670)
add a8e53996f05 [v3-1-test] Update PL translations 2025-12-20 (#59675)
add bc893c99018 [v3-1-test] Fix Expand+Collapse Translation Key (#59672)
(#59674)
add 6645d5935cc [v3-1-test] Add Content-Type to Request Header in Task SDK
calls, fix logic (#59676) (#59687)
add b723dac8d16 Close German translation gaps for full UI translation
2025-12-20 on v3-1-test (#59673)
add c81105cbfdd Bump the core-ui-package-updates group across 1 directory
with 60 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 (2af2eefebe3)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-c431f61dd6
(c81105cbfdd)
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 | 2 +-
Dockerfile | 24 +-
Dockerfile.ci | 40 +-
airflow-core/docs/conf.py | 12 +
.../auth/managers/simple/ui/package.json | 6 +
.../src/airflow/cli/commands/connection_command.py | 4 +
airflow-core/src/airflow/ui/package.json | 18 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 911 +++++++++------------
.../airflow/ui/public/i18n/locales/ar/browse.json | 4 -
.../airflow/ui/public/i18n/locales/ar/common.json | 2 +
.../airflow/ui/public/i18n/locales/de/admin.json | 6 +
.../airflow/ui/public/i18n/locales/de/assets.json | 1 +
.../airflow/ui/public/i18n/locales/de/browse.json | 4 -
.../airflow/ui/public/i18n/locales/de/common.json | 2 +
.../airflow/ui/public/i18n/locales/el/browse.json | 4 -
.../airflow/ui/public/i18n/locales/el/common.json | 2 +
.../airflow/ui/public/i18n/locales/es/browse.json | 4 -
.../airflow/ui/public/i18n/locales/es/common.json | 2 +
.../airflow/ui/public/i18n/locales/fr/browse.json | 4 -
.../airflow/ui/public/i18n/locales/fr/common.json | 2 +
.../airflow/ui/public/i18n/locales/hi/browse.json | 4 -
.../airflow/ui/public/i18n/locales/hi/common.json | 2 +
.../airflow/ui/public/i18n/locales/hu/browse.json | 4 -
.../airflow/ui/public/i18n/locales/hu/common.json | 2 +
.../airflow/ui/public/i18n/locales/it/browse.json | 4 -
.../airflow/ui/public/i18n/locales/it/common.json | 2 +
.../airflow/ui/public/i18n/locales/ko/browse.json | 4 -
.../airflow/ui/public/i18n/locales/ko/common.json | 2 +
.../airflow/ui/public/i18n/locales/nl/browse.json | 4 -
.../airflow/ui/public/i18n/locales/nl/common.json | 2 +
.../airflow/ui/public/i18n/locales/pl/admin.json | 6 +
.../airflow/ui/public/i18n/locales/pt/browse.json | 4 -
.../airflow/ui/public/i18n/locales/pt/common.json | 2 +
.../airflow/ui/public/i18n/locales/th/browse.json | 4 -
.../airflow/ui/public/i18n/locales/th/common.json | 2 +
.../airflow/ui/public/i18n/locales/tr/browse.json | 4 -
.../airflow/ui/public/i18n/locales/tr/common.json | 2 +
.../ui/public/i18n/locales/zh-CN/browse.json | 4 -
.../ui/public/i18n/locales/zh-CN/common.json | 2 +
.../ui/public/i18n/locales/zh-TW/browse.json | 4 -
.../ui/public/i18n/locales/zh-TW/common.json | 2 +
.../airflow/ui/src/pages/AssetsList/AssetsList.tsx | 4 +-
.../src/airflow/ui/src/pages/Events/Events.tsx | 4 +-
.../src/airflow/ui/src/pages/XCom/XCom.tsx | 4 +-
contributing-docs/mprocs/MPROCS_QUICK_REFERENCE.md | 13 +-
dev/breeze/doc/ci/02_images.md | 2 +-
dev/breeze/pyproject.toml | 2 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/uv.lock | 58 +-
devel-common/pyproject.toml | 1 +
devel-common/sphinx_design/static/custom.css | 26 +-
devel-common/src/docs/utils/conf_constants.py | 1 +
.../src/sphinx_exts/pagefind_search/README.md | 165 ++++
.../src/sphinx_exts/pagefind_search/__init__.py | 103 +++
.../src/sphinx_exts/pagefind_search/builder.py | 215 +++++
.../pagefind_search/static/css/pagefind.css | 529 ++++++++++++
.../pagefind_search/static/js/search.js | 228 ++++++
.../pagefind_search/templates/search-modal.html | 48 ++
.../pagefind_search/templates/searchbox.html | 33 +
scripts/docker/entrypoint_ci.sh | 18 +-
scripts/docker/install_additional_dependencies.sh | 12 +-
.../docker/install_airflow_when_building_images.sh | 6 +-
.../docker/install_from_docker_context_files.sh | 6 +-
task-sdk/src/airflow/sdk/api/client.py | 4 +-
64 files changed, 1931 insertions(+), 673 deletions(-)
create mode 100644 devel-common/src/sphinx_exts/pagefind_search/README.md
create mode 100644 devel-common/src/sphinx_exts/pagefind_search/__init__.py
create mode 100644 devel-common/src/sphinx_exts/pagefind_search/builder.py
create mode 100644
devel-common/src/sphinx_exts/pagefind_search/static/css/pagefind.css
create mode 100644
devel-common/src/sphinx_exts/pagefind_search/static/js/search.js
create mode 100644
devel-common/src/sphinx_exts/pagefind_search/templates/search-modal.html
create mode 100644
devel-common/src/sphinx_exts/pagefind_search/templates/searchbox.html