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-5c1597f2fb
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 0ecba364cf6 Bump the core-ui-package-updates group across 1 directory
with 59 updates
add 762ab91a776 build: upgrade uv to 0.9.17, prek to 0.2.21, ruff to
0.14.9 (#59353)
add ac38f6fc936 [v3-1-test] Update json to JSON for consistency in
translations (#59323) (#59333)
add 53a4d56306b [v3-1-test] Add toaster notifications for Connection Test
(#59354) (#59368)
add 944a8e9eac1 [v3-1-test] Fix toast notification description text
truncation (#59356) (#59369)
add 25b72d27e6d Bump the core-ui-package-updates group across 1 directory
with 59 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 (0ecba364cf6)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-5c1597f2fb
(25b72d27e6d)
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/breeze/action.yml | 2 +-
.github/actions/install-prek/action.yml | 2 +-
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
.pre-commit-config.yaml | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 2 +-
airflow-core/docs/best-practices.rst | 2 +-
airflow-core/src/airflow/ui/package.json | 6 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 332 ++++++++++-----------
.../airflow/ui/public/i18n/locales/en/admin.json | 6 +
.../airflow/ui/public/i18n/locales/en/common.json | 4 +-
.../ui/src/components/ui/Toaster/Toaster.tsx | 4 +-
.../airflow/ui/src/queries/useTestConnection.ts | 21 +-
dev/breeze/doc/ci/02_images.md | 2 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/uv.lock | 62 ++--
devel-common/pyproject.toml | 2 +-
pyproject.toml | 2 +-
scripts/ci/prek/check_imports_in_providers.py | 2 +-
scripts/ci/prek/ruff_format.py | 2 +-
scripts/tools/setup_breeze | 2 +-
23 files changed, 247 insertions(+), 220 deletions(-)