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-3d3b46db7a
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard fd4779f0dab Bump the core-ui-package-updates group across 1 directory 
with 44 updates
     add 39b277cce24 Add workers.celery.args field (#60163)
     add 1b29744bd1c Make sqlalchemy an optional dependency for Impala provider 
(#60062)
     add f2927966467 docs(i18n): remove non-existing command mentioned in the 
document (#60155)
     add 3cfe4b924a8 Refactor DAG file queuing and fix redundant processing 
(#60124)
     add e4eb2fbd606 Bump the core-ui-package-updates group across 1 directory 
with 22 updates (#60171)
     add b3d310783b2 CI: Upgrade important CI environment (#60174)
     add 5ead8f73d5a Made sqlalchemy dependency optional for Databricks 
provider (#60110)
     add 7875408cff7 Don't clear query cache when the initial ref is empty 
string and compared against latest run leading to duplicate requests. (#59758)
     add d37e7d03938 Add workers.celery.livenessProbe section (#60186)
     add 02a254df3dc Mark airflowctl commands test as flaky with retries 
(#60189)
     add 6fb7af49cdf Fix formatting in installation methods note (#60196)
     add b1d5d77ebfb SQLA2 Test task instances & update_trigger_kwargs_type 
(#59773)
     add 898045f11eb Add missing "^" in --from-ref of basic static checks 
(#60202)
     add 85842d4082b Added state validation to delete dag run endpoint (#60195)
     add 91af86ecbef Fix log task instance join (#59973)
     add c1d720794cc add ohernandez in codeowners for catalan (#60200)
     add 8a9951e36b7 Docs: remove duplicated Docker image documentation (#60201)
     add 8cf3fc39b76 Use correct path for Stats in task sdk (#60206)
     add 43f6b18e782 Use correct path for serde deser in tests (#60205)
     add 1e5057bb51d Add checks for allshared modules referred in 
pyproject.toml (#60211)
     add ee163cd6b70 Fix signal handling in triggerer job runner (#60190)
     add a448eab5fc2 Fix SAM login (#60187)
     add d07c7cb8dcd Close TR Translation Gaps in main (#60192)
     add ca21ef63ab9 Operator template fields via callable serialization causes 
unstable DAG serialization (#60065)
     add 01022368c3d Add Operators for Gemini Batch API and Gemini Files API. 
(#59518)
     add 2768fba6954 fix: Enable real-time extra links updates for 
TriggerDagRunOperator (#59507)
     add 3603a64ac13 updated comment for template var callable serialization 
(#60224)
     add f6229365897 Add fail_on_nonzero_exit parameter to SSM operators for 
exit code routing (#57753)
     add 2daadf4abfa Fix `TriggerDagRunOperator` deferring when 
`wait_for_completion=False` (#60052)
     add e2e56c2b31f Fix typos in CLI commands (#60227)
     add de15e743dc7 Bump the core-ui-package-updates group across 1 directory 
with 44 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   (fd4779f0dab)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-3d3b46db7a
 (de15e743dc7)

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/CODEOWNERS                                 |    2 +-
 .github/actions/breeze/action.yml                  |    2 +-
 .github/actions/install-prek/action.yml            |    2 +-
 .github/workflows/basic-tests.yml                  |    4 +-
 .github/workflows/release_dockerhub_image.yml      |    2 +-
 .pre-commit-config.yaml                            |    2 +
 Dockerfile                                         |    2 +-
 Dockerfile.ci                                      |    2 +-
 airflow-core/docs/img/airflow_erd.svg              |  104 +-
 airflow-core/docs/start.rst                        |    2 +-
 .../simple/ui/openapi-gen/queries/common.ts        |   50 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |   37 +-
 .../simple/ui/openapi-gen/queries/index.ts         |    2 +-
 .../ui/openapi-gen/queries/infiniteQueries.ts      |    3 +-
 .../simple/ui/openapi-gen/queries/prefetch.ts      |   37 +-
 .../simple/ui/openapi-gen/queries/queries.ts       |  122 +-
 .../simple/ui/openapi-gen/queries/suspense.ts      |   52 +-
 .../simple/ui/openapi-gen/requests/index.ts        |    3 -
 .../simple/ui/openapi-gen/requests/schemas.gen.ts  |   10 +-
 .../simple/ui/openapi-gen/requests/services.gen.ts |  141 +-
 .../simple/ui/openapi-gen/requests/types.gen.ts    |   97 +-
 .../auth/managers/simple/ui/package-lock.json      | 2203 +++++++++-----------
 .../auth/managers/simple/ui/package.json           |   20 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |  744 ++++---
 .../simple/ui/src/queries/useCreateToken.ts        |   10 +-
 .../api_fastapi/core_api/routes/public/dag_run.py  |   10 +
 airflow-core/src/airflow/cli/cli_config.py         |    6 +-
 .../src/airflow/cli/commands/db_command.py         |    2 +-
 airflow-core/src/airflow/dag_processing/manager.py |   23 +-
 .../src/airflow/jobs/triggerer_job_runner.py       |   14 +-
 airflow-core/src/airflow/models/log.py             |    9 +-
 airflow-core/src/airflow/serialization/helpers.py  |   10 +-
 airflow-core/src/airflow/ui/package.json           |    2 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |   26 +-
 airflow-core/src/airflow/ui/public/i18n/README.md  |    6 -
 .../airflow/ui/public/i18n/locales/tr/admin.json   |    6 +
 .../airflow/ui/public/i18n/locales/tr/assets.json  |    1 +
 .../airflow/ui/public/i18n/locales/tr/browse.json  |   26 +-
 .../airflow/ui/public/i18n/locales/tr/common.json  |   11 +-
 .../ui/public/i18n/locales/tr/components.json      |    7 +
 .../ui/public/i18n/locales/tr/dashboard.json       |    3 +-
 .../ui/src/pages/TaskInstance/BlockingDeps.tsx     |   25 +-
 .../airflow/ui/src/pages/TaskInstance/Details.tsx  |    7 +-
 .../ui/src/pages/TaskInstance/ExtraLinks.tsx       |   24 +-
 .../ui/src/queries/useRefreshOnNewDagRuns.ts       |   12 +-
 .../core_api/routes/public/test_dag_run.py         |   17 +
 .../core_api/routes/public/test_task_instances.py  |   77 +-
 .../tests/unit/cli/commands/test_db_command.py     |    2 +-
 .../tests/unit/dag_processing/test_manager.py      |   37 +-
 airflow-core/tests/unit/models/test_log.py         |   84 +
 .../unit/serialization/test_dag_serialization.py   |   25 +
 .../airflowctl_tests/test_airflowctl_commands.py   |    3 +-
 chart/newsfragments/60163.significant.rst          |    3 +
 chart/newsfragments/60186.significant.rst          |    3 +
 chart/templates/NOTES.txt                          |   56 +
 chart/templates/workers/worker-deployment.yaml     |   18 +-
 chart/values.schema.json                           |   73 +-
 chart/values.yaml                                  |   26 +
 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                                 |   80 +-
 docker-stack-docs/README.md                        |    4 +-
 docs/spelling_wordlist.txt                         |    2 +
 .../tests/helm_tests/airflow_core/test_worker.py   |  118 +-
 providers/amazon/docs/operators/ssm.rst            |   32 +-
 .../src/airflow/providers/amazon/aws/hooks/ssm.py  |   22 +
 .../airflow/providers/amazon/aws/operators/ssm.py  |   56 +-
 .../airflow/providers/amazon/aws/sensors/ssm.py    |   22 +-
 .../airflow/providers/amazon/aws/triggers/ssm.py   |   52 +-
 .../amazon/tests/system/amazon/aws/example_ssm.py  |   86 +-
 .../amazon/tests/unit/amazon/aws/hooks/test_ssm.py |   23 +
 .../tests/unit/amazon/aws/operators/test_ssm.py    |  240 +++
 .../tests/unit/amazon/aws/sensors/test_ssm.py      |   52 +
 .../tests/unit/amazon/aws/triggers/test_ssm.py     |   89 +
 providers/apache/impala/pyproject.toml             |    8 +-
 .../providers/apache/impala/hooks/impala.py        |   11 +-
 providers/databricks/docs/index.rst                |    1 -
 providers/databricks/pyproject.toml                |    5 +-
 .../providers/databricks/hooks/databricks_sql.py   |   11 +-
 .../databricks/plugins/databricks_workflow.py      |   18 +-
 .../fab/auth_manager/cli_commands/db_command.py    |    4 +-
 .../fab/auth_manager/cli_commands/user_command.py  |    6 +-
 .../src/airflow/providers/fab/cli/definition.py    |    4 +-
 providers/google/docs/operators/cloud/gen_ai.rst   |  189 +-
 .../airflow/providers/google/cloud/hooks/gen_ai.py |  188 ++
 .../providers/google/cloud/operators/gen_ai.py     |  865 ++++++++
 .../gen_ai/example_gen_ai_gemini_batch_api.py      |  341 +++
 .../gemini_batch_embeddings_requests.jsonl         |    2 +
 .../gen_ai/resources/gemini_batch_requests.jsonl   |    2 +
 .../tests/unit/google/cloud/hooks/test_gen_ai.py   |  184 ++
 .../unit/google/cloud/operators/test_gen_ai.py     |  259 +++
 pyproject.toml                                     |   17 +-
 .../ci/prek/check_shared_distributions_usage.py    |  312 ++-
 .../in_container/install_airflow_and_providers.py  |    4 +
 scripts/tools/setup_breeze                         |    2 +-
 .../src/airflow_shared/module_loading/__init__.py  |   11 +-
 .../src/airflow/sdk/execution_time/task_runner.py  |   44 +-
 task-sdk/src/airflow/sdk/plugins_manager.py        |    2 +-
 .../task_sdk/execution_time/test_task_runner.py    |    7 +-
 100 files changed, 5515 insertions(+), 2175 deletions(-)
 create mode 100644 airflow-core/tests/unit/models/test_log.py
 create mode 100644 chart/newsfragments/60163.significant.rst
 create mode 100644 chart/newsfragments/60186.significant.rst
 create mode 100644 
providers/google/tests/system/google/cloud/gen_ai/example_gen_ai_gemini_batch_api.py
 create mode 100644 
providers/google/tests/system/google/cloud/gen_ai/resources/gemini_batch_embeddings_requests.jsonl
 create mode 100644 
providers/google/tests/system/google/cloud/gen_ai/resources/gemini_batch_requests.jsonl

Reply via email to