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


    omit c86a88d28ac Bump the core-ui-package-updates group across 1 directory 
with 56 updates
     add f4c7dad2fb5 Fix documentation for installing from sources (#58366)
     add 79d54f3ca08 Change old performance sub-project to pyproject.toml 
(#58372)
     add bbc1833595d Fix source link generation for providers (#58367)
     add 4dd5ea02a76 Fix ordering of DagRun.fetch_task_instances (#58208)
     add d009b646754 Fix config list output for multi-line values (#58115)
     add c0bce9b2219 Fix Google provider to handle False boolean values in 
connection extras (#58348)
     add c991c137f75 Fix incorrect default docstring for gke_finish_action in 
GKEStartPodOperator (#58349)
     add 144b0816760 Migrate FAB PATCH /roles/{name} to FastAPI (#58023)
     add c75ce575552 include all __init__ params in template_fields for 
consistency with other operators (#58278)
     add 5b54ebfadd0 fix: mypy type error in xcom.py (#58336)
     add 2d3058668e5 KubernetesPodOperator PodManager retries during create pod 
on too many requests error (#58033)
     add 570b24b9930 Remove airflow core dependency for typing utilities in 
task sdk (#58223)
     add 742472c3b28 Refactor make_sure_configuration_loaded of conf to use 
provider hooks (#58311)
     add 38e6d68270e Update Dutch translations (2025-11-15) (#58339)
     add e35561d5e15 Fix generate_if for BQ if the run_type=scheduled (#58035)
     add d601be86667 Add dummy Fernet key for integration tests (#58112)
     add c03fc794300 Respect default_args in DAG when its set to a "falsy" 
value (#57853)
     add a3982018c98 Fix TypeError in parseStreamingLogContent for non-string 
data (#58314)
     add d90c669d9da feat(i18n): Fill Taiwan translation gap (#58387)
     add 25d36db8ace Update Airflow version references to `3.X` in 
`README_RELEASE_PROVIDER.md` (#58392)
     add 87f744211dd Bump the core-ui-package-updates group across 1 directory 
with 56 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   (c86a88d28ac)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-ba8dea0799
 (87f744211dd)

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/test-providers.yml               |   3 +
 .rat-excludes                                      |   3 +
 INSTALL                                            |  64 +++-
 airflow-core/docs/conf.py                          |   7 +
 .../docs/howto/docker-compose/docker-compose.yaml  |   2 +-
 .../docs/installation/installing-from-sources.rst  |  13 +-
 airflow-core/src/airflow/configuration.py          |  40 ++-
 airflow-core/src/airflow/models/dagrun.py          |   1 +
 airflow-core/src/airflow/models/xcom.py            |   4 +-
 .../airflow/serialization/serialized_objects.py    |  49 +++-
 airflow-core/src/airflow/ui/package.json           |   2 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 324 ++++++++++-----------
 .../airflow/ui/public/i18n/locales/nl/assets.json  |   4 +
 .../airflow/ui/public/i18n/locales/nl/common.json  |   8 +
 .../ui/public/i18n/locales/nl/components.json      |   4 +
 .../src/airflow/ui/public/i18n/locales/nl/dag.json |   2 +
 .../airflow/ui/public/i18n/locales/nl/hitl.json    |   5 +
 .../ui/public/i18n/locales/zh-TW/assets.json       |   3 +
 .../ui/public/i18n/locales/zh-TW/common.json       |   1 +
 airflow-core/src/airflow/ui/src/utils/logs.test.ts | 108 +++++++
 airflow-core/src/airflow/ui/src/utils/logs.ts      |  15 +-
 airflow-core/tests/unit/core/test_configuration.py |  46 +++
 .../unit/serialization/test_dag_serialization.py   | 238 ++++++++-------
 .../tests/airflowctl_tests/conftest.py             |   9 +-
 airflow-ctl/docs/conf.py                           |  12 +-
 .../docs/installation/installing-from-sources.rst  |  22 +-
 .../tests/airflow_e2e_tests/conftest.py            |   8 +
 dev/README_RELEASE_AIRFLOWCTL.md                   |   4 +-
 dev/README_RELEASE_PROVIDERS.md                    |  28 +-
 ...e-management_prepare-provider-documentation.svg |  92 +++---
 ...e-management_prepare-provider-documentation.txt |   2 +-
 .../commands/release_management_commands.py        |  13 +
 .../commands/release_management_commands_config.py |   1 +
 .../src/airflow_breeze/utils/click_validators.py   |  52 ++++
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |   1 +
 dev/breeze/tests/test_release_date_validation.py   |  67 +++++
 devel-common/src/docs/provider_conf.py             |   6 +
 .../docs_build/dev_index_template.html.jinja2      |  25 +-
 .../includes/installing-providers-from-sources.rst |  15 +-
 .../src/tests_common/test_utils/fernet.py          |  12 +-
 .../unit/tests_common/test_utils/test_fernet.py    |  22 +-
 docs/spelling_wordlist.txt                         |   1 +
 performance/README.md                              |  45 +++
 .../typing_compat.py => performance/pyproject.toml |  38 ++-
 performance/requirements.txt                       |   2 -
 providers-summary-docs/conf.py                     |  15 +-
 providers-summary-docs/installing-from-sources.rst |  12 +-
 providers/.last_release_date.txt                   |   1 +
 .../providers/cncf/kubernetes/utils/pod_manager.py | 102 +++++--
 .../unit/cncf/kubernetes/triggers/test_pod.py      |   6 +-
 .../unit/cncf/kubernetes/utils/test_pod_manager.py |  88 +++---
 .../openapi/v2-fab-auth-manager-generated.yaml     |  70 +++++
 .../fab/auth_manager/api_fastapi/routes/roles.py   |  22 ++
 .../fab/auth_manager/api_fastapi/services/roles.py |  36 +++
 .../auth_manager/api_fastapi/routes/test_roles.py  | 142 ++++++++-
 .../api_fastapi/services/test_roles.py             | 113 ++++++-
 .../providers/google/cloud/hooks/bigquery.py       |  68 +++--
 .../google/cloud/operators/kubernetes_engine.py    |   2 +-
 .../providers/google/common/hooks/base_google.py   |  26 +-
 .../tests/unit/google/cloud/hooks/test_bigquery.py |  56 +++-
 .../unit/google/common/hooks/test_base_google.py   |  27 ++
 .../src/airflow/providers/smtp/operators/smtp.py   |  14 +-
 .../smtp/tests/unit/smtp/operators/test_smtp.py    |  14 +-
 scripts/ci/prek/update_providers_build_files.py    |   7 +
 task-sdk-integration-tests/docker-compose.yaml     |   4 +-
 .../tests/task_sdk_tests/conftest.py               |   8 +
 task-sdk/src/airflow/sdk/bases/operator.py         |   2 +-
 .../airflow/sdk/definitions/asset/decorators.py    |   2 +-
 task-sdk/src/airflow/sdk/definitions/dag.py        |   2 +-
 .../sdk/definitions/decorators/__init__.pyi        |   3 +-
 task-sdk/src/airflow/sdk/execution_time/context.py |   2 +-
 .../src/airflow/sdk/execution_time/supervisor.py   |   2 +-
 72 files changed, 1727 insertions(+), 542 deletions(-)
 create mode 100644 airflow-core/src/airflow/ui/src/utils/logs.test.ts
 create mode 100644 dev/breeze/src/airflow_breeze/utils/click_validators.py
 create mode 100644 dev/breeze/tests/test_release_date_validation.py
 copy airflow-core/src/airflow/macros/__init__.py => 
devel-common/src/tests_common/test_utils/fernet.py (71%)
 copy 
airflow-core/src/airflow/api_fastapi/auth/managers/simple/datamodels/login.py 
=> devel-common/tests/unit/tests_common/test_utils/test_fernet.py (63%)
 create mode 100644 performance/README.md
 copy airflow-core/src/airflow/typing_compat.py => performance/pyproject.toml 
(59%)
 delete mode 100644 performance/requirements.txt
 create mode 100644 providers/.last_release_date.txt

Reply via email to