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/core-ui-package-updates-550833ac76
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 3a9d4530295 Bump the core-ui-package-updates group across 1 directory 
with 37 updates
     add 26e53b5ee1b Bump @babel/eslint-parser from 7.27.1 to 7.27.5 in 
/providers/fab/src/airflow/providers/fab/www in the fab-ui-package-updates 
group across 1 directory (#51375)
     add d8db236ca32 Updating callback docs to include DAG-level callbacks 
(#51150)
     add cfb81fbe882 Add LanguageModal for lang selection (#51369)
     add 3a7e521197e Make Cohere provider AF3 compatible (#51396)
     add 3533020e144 Fix Go cache path to use go-sdk/go.sum (#51445)
     add ce4e9e8ea25 Fix http exception when ti not found for extra links API 
(#51443)
     add 51d47d58fce Add xcom sidecar terminated detection (#51144)
     add 8865dbd4ca7  Remove logical_date check when validating inlets and 
outlets (#51464)
     add 73b9a7772ec Added detection of terminated pod during get_or_create_pod 
(#51158)
     add 17a50380419 Bring back mapped task extra links test (#51297)
     add 2d55d8a6357 Switch to upstream `Lucas-C/pre-commit-hooks` (#51440)
     add cc99febce6f fix weaviate-cohere-integration-system-tests (#51467)
     add 3fb3fb36ad5 Make ``dag.test`` consistent with ``airflow dags test`` 
CLI command (#51476)
     add ff17dc6790d Keycloak auth manager. Handle invalid resource (#51461)
     add 94bacc93bdc Stop streaming task logs if end of log mark is missing 
(#50715)
     add 8f3c996a82f Fix Pinecone Cohere Integration System Test (#51466)
     add 7896d8fc4f1 docs: Add missing RoleArn in aws authentication section 
(#51474)
     add f8154878ba5 Bump the core-ui-package-updates group across 1 directory 
with 37 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   (3a9d4530295)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-550833ac76
 (f8154878ba5)

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/workflows/ci-amd.yml                       |    1 +
 .github/workflows/ci-arm.yml                       |    1 +
 .pre-commit-config.yaml                            |    7 +-
 .../logging-monitoring/callbacks.rst               |   40 +-
 .../core_api/routes/public/extra_links.py          |    2 +-
 .../execution_api/routes/task_instances.py         |    2 +-
 airflow-core/src/airflow/ui/package.json           |    4 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 1464 ++++++++++----------
 .../src/airflow/ui/src/i18n/locales/en/common.json |    1 +
 .../airflow/ui/src/i18n/locales/zh-TW/common.json  |    1 +
 .../Nav/{TimezoneModal.tsx => LanguageModal.tsx}   |   14 +-
 .../ui/src/layouts/Nav/LanguageSelector.tsx        |   66 +
 .../ui/src/layouts/Nav/UserSettingsButton.tsx      |   32 +-
 airflow-core/src/airflow/utils/log/log_reader.py   |   14 +-
 .../core_api/routes/public/test_extra_links.py     |   65 +-
 .../versions/head/test_task_instances.py           |   22 +-
 .../tests/unit/utils/log/test_log_reader.py        |   21 +
 .../src/tests_common/test_utils/mock_operators.py  |    7 +
 .../providers/cncf/kubernetes/operators/pod.py     |   29 +-
 .../providers/cncf/kubernetes/utils/pod_manager.py |    4 +
 .../unit/cncf/kubernetes/operators/test_pod.py     |   44 +
 .../unit/cncf/kubernetes/utils/test_pod_manager.py |   24 +-
 .../src/airflow/providers/cohere/hooks/cohere.py   |    9 +-
 .../providers/cohere/operators/embedding.py        |    8 +-
 .../tests/unit/cohere/operators/test_embedding.py  |   10 +-
 .../airflow/providers/fab/www/package-lock.json    |    8 +-
 .../fab/src/airflow/providers/fab/www/package.json |    2 +-
 providers/fab/www-hash.txt                         |    2 +-
 .../docs/secrets-backends/hashicorp-vault.rst      |    2 +-
 .../keycloak/auth_manager/keycloak_auth_manager.py |   12 +
 .../auth_manager/test_keycloak_auth_manager.py     |   53 +-
 .../system/pinecone/example_pinecone_cohere.py     |    2 +-
 .../system/weaviate/example_weaviate_cohere.py     |    1 -
 task-sdk/src/airflow/sdk/definitions/dag.py        |    8 +-
 34 files changed, 1150 insertions(+), 832 deletions(-)
 copy airflow-core/src/airflow/ui/src/layouts/Nav/{TimezoneModal.tsx => 
LanguageModal.tsx} (79%)
 create mode 100644 
airflow-core/src/airflow/ui/src/layouts/Nav/LanguageSelector.tsx

Reply via email to