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 c54d20eeccd Bump the core-ui-package-updates group across 1 directory 
with 63 updates
     add 17533014833 [v3-1-test] Remove duplicate 'libgdbm-dev' from 
install_os_dependencies (#60642) (#60660)
     add 1d5f1c648e6 [v3-1-test] Complete missing Hebrew translations 
(2026-01-16) (#60633) (#60686)
     add b5950d1cea9 [v3-1-test] Fix breeze start-airflow mprocs output 
interference (#60652) (#60678)
     add c2260d4ba73 [v3-1-test] CI: Upgrade important CI environment (#60694) 
(#60695)
     add 97fca97f884 [v3-1-test] Relocate internal links from contributing docs 
to COMMITTERS.rst (#60684) (#60691)
     add f5b6be4d581 [v3-1-test] fix type error when date_time is str (#60414) 
(#60578)
     add 87215542bec [v3-1-test] Remove API error from disabling submit 
(#60473) (#60658)
     add 4934192c5d2 [v3-1-test] Fix Vite dev servers not starting in breeze 
(#60735) (#60745)
     add 53d8b706575 Grey out trigger button on API 403 (#60648) (#60777)
     add 69f486d87bd [v3-1-test] Fix Spanish translation (#60775) (#60785)
     add 5d2bd511681 [v3-1-test] Revert Fix breeze start-airflow mprocs output 
interference #60652 (#60786) (#60788)
     add 9f311e59372 [v3-1-test] Complete missing Arabic translations 
(2026-01-16) (#60635) (#60782)
     add f33be76db0f 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   (c54d20eeccd)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-e2ec268659
 (f33be76db0f)

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 +-
 .pre-commit-config.yaml                            |   2 +-
 COMMITTERS.rst                                     |   6 +
 Dockerfile                                         |   1 -
 Dockerfile.ci                                      |   3 +-
 .../airflow/serialization/serialized_objects.py    |   7 +-
 airflow-core/src/airflow/ui/package.json           |  24 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 655 ++++++++-------------
 .../airflow/ui/public/i18n/locales/ar/admin.json   |   6 +
 .../airflow/ui/public/i18n/locales/ar/assets.json  |   9 +
 .../airflow/ui/public/i18n/locales/ar/browse.json  |  26 +-
 .../airflow/ui/public/i18n/locales/ar/common.json  |  32 +-
 .../ui/public/i18n/locales/ar/components.json      |  26 +
 .../src/airflow/ui/public/i18n/locales/ar/dag.json |  12 +
 .../airflow/ui/public/i18n/locales/ar/dags.json    |   5 +
 .../ui/public/i18n/locales/ar/dashboard.json       |   3 +-
 .../airflow/ui/public/i18n/locales/ar/hitl.json    |   3 +-
 .../airflow/ui/public/i18n/locales/es/common.json  |   2 +-
 .../airflow/ui/public/i18n/locales/he/admin.json   |   6 +
 .../airflow/ui/public/i18n/locales/he/browse.json  |  26 +-
 .../airflow/ui/public/i18n/locales/he/common.json  |  21 +-
 .../ui/public/i18n/locales/he/components.json      |  16 +
 .../ui/public/i18n/locales/he/dashboard.json       |   3 +-
 .../src/components/TriggerDag/TriggerDAGForm.tsx   |   8 +-
 .../unit/serialization/test_serialized_objects.py  |  35 ++
 contributing-docs/01_roles_in_airflow_project.rst  |   5 -
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/uv.lock                                 |  54 +-
 scripts/ci/prek/compile_ui_assets_dev.py           |  32 +-
 scripts/docker/install_os_dependencies.sh          |   1 -
 32 files changed, 534 insertions(+), 503 deletions(-)

Reply via email to