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 87f744211dd Bump the core-ui-package-updates group across 1 directory 
with 56 updates
     add 47f5e22e550 `issue-58718`: Adding Task SDK integration tests for 
`Variable` operations (#58357)
     add 93c734863de Fix task retry logic to respect retries for all exit codes 
(#58384)
     add 47cea9668a8 Improve `disable_bundle_versioning` config docs (#58400)
     add e36f0249c39 support retry multiplier parameter (#56866)
     add e73f5b4dfc0 fix: root in parentRunFacet is not always sourced from dag 
run (#58407)
     add 10d55caaea0 Add migration options for Airflow 2 users using database 
access in tasks (#57479)
     add ccf19bd3ced Keda best practices + better documentation (#10358) 
(#58246)
     add 54badb69c04 Add search functionality to Edge Worker tab (#58331)
     add ed4e7473d51 Update providers metadata 2025-11-17 (#58408)
     add b7a415e2233 Update release notes instructions after 2025-11-14 release 
(#58410)
     add 61a3c55f1a4 Add "update-providers-next-version" command to manage 
common providers bump (#58393)
     add 2a89b43b154 Add 'use-next-version` comment in providers that will need 
rc2 (#58390)
     add 5383f2ee24b Prepar documentation for ad-hoc release of apprise and 
slack providers (#58412)
     add a6932cfd90c Add changelog for python client 3.1.3 release (#58394)
     add 810ad03918f fix: ol root macros should reflect root from dagrun conf 
parent (#58428)
     add 7c5b22a16fc Minor fixes to the release command (#58426)
     add b4b941891a3 Popup is getting automatically closed when there is a DAG 
running (#57568)
     add 9e778aedda5 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   (87f744211dd)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-ba8dea0799
 (9e778aedda5)

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/publish-docs-to-s3.yml           |    2 +-
 .../asana/README.md => BEFORE_AFTER_COMPARISON.md  |    0
 .../docs/installation/upgrading_to_airflow3.rst    |   95 +-
 airflow-core/newsfragments/56866.significant.rst   |   38 +
 .../api_fastapi/core_api/datamodels/tasks.py       |    2 +-
 .../core_api/openapi/v2-rest-api-generated.yaml    |    2 +-
 .../src/airflow/config_templates/config.yml        |    5 +
 airflow-core/src/airflow/models/mappedoperator.py  |   14 +-
 airflow-core/src/airflow/models/taskinstance.py    |    7 +-
 airflow-core/src/airflow/serialization/schema.json |    2 +-
 .../airflow/serialization/serialized_objects.py    |    7 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |    2 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |    2 +-
 airflow-core/src/airflow/ui/package.json           |   10 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  263 ++-
 .../components/ActionAccordion/ActionAccordion.tsx |    5 +-
 .../Clear/TaskInstance/ClearTaskInstanceButton.tsx |   20 +-
 .../airflow/ui/src/pages/AssetsList/AssetsList.tsx |    5 +-
 .../ui/src/pages/Dag/Backfills/Backfills.tsx       |    5 +-
 airflow-core/src/airflow/ui/src/pages/DagRuns.tsx  |    5 +-
 .../src/airflow/ui/src/pages/Events/Events.tsx     |    8 +-
 .../pages/HITLTaskInstances/HITLTaskInstances.tsx  |   20 +-
 .../airflow/ui/src/pages/TaskInstance/Header.tsx   |   12 +
 .../ui/src/pages/TaskInstances/TaskInstances.tsx   |   20 +-
 .../src/airflow/ui/src/pages/XCom/XCom.tsx         |    5 +-
 .../core_api/routes/public/test_tasks.py           |   18 +-
 .../tests/unit/models/test_mappedoperator.py       |    2 +-
 .../tests/unit/models/test_taskinstance.py         |   31 +-
 .../unit/serialization/test_dag_serialization.py   |    2 +-
 .../ti_deps/deps/test_not_in_retry_period_dep.py   |    2 +-
 .../src/airflowctl/api/datamodels/generated.py     |    2 +-
 chart/docs/keda.rst                                |   52 +-
 clients/python/CHANGELOG.md                        |   21 +
 dev/README_RELEASE_PROVIDERS.md                    |   65 +-
 dev/breeze/doc/09_release_management_tasks.rst     |   17 +
 .../doc/images/output_release-management.svg       |   62 +-
 .../doc/images/output_release-management.txt       |    2 +-
 ...se-management_update-providers-next-version.svg |   95 +
 ...se-management_update-providers-next-version.txt |    1 +
 .../output_setup_check-all-params-in-groups.svg    |   16 +-
 .../output_setup_check-all-params-in-groups.txt    |    2 +-
 .../output_setup_regenerate-command-images.svg     |   20 +-
 .../output_setup_regenerate-command-images.txt     |    2 +-
 .../src/airflow_breeze/commands/release_command.py |    7 +
 .../commands/release_management_commands.py        |   33 +
 .../commands/release_management_commands_config.py |    2 +
 dev/breeze/src/airflow_breeze/utils/packages.py    |  153 ++
 .../src/airflow_breeze/utils/publish_docs_to_s3.py |    2 +-
 dev/breeze/tests/test_publish_docs_to_s3.py        |    6 +-
 generated/provider_metadata.json                   |  382 +++-
 providers/.last_release_date.txt                   |    2 +-
 providers/apprise/docs/changelog.rst               |    3 +-
 providers/apprise/pyproject.toml                   |    2 +-
 .../providers/edge3/openapi/v2-edge-generated.yaml |   21 +-
 .../providers/edge3/plugins/www/dist/main.umd.cjs  |   16 +-
 .../plugins/www/openapi-gen/queries/common.ts      |    4 +-
 .../www/openapi-gen/queries/ensureQueryData.ts     |    4 +-
 .../plugins/www/openapi-gen/queries/prefetch.ts    |    4 +-
 .../plugins/www/openapi-gen/queries/queries.ts     |    4 +-
 .../plugins/www/openapi-gen/queries/suspense.ts    |    4 +-
 .../www/openapi-gen/requests/services.gen.ts       |   14 +-
 .../plugins/www/openapi-gen/requests/types.gen.ts  |    9 +
 .../providers/edge3/plugins/www/package.json       |    4 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     | 1939 ++++++++++----------
 .../plugins/www}/src/components/SearchBar.tsx      |   23 +-
 .../plugins/www}/src/components/ui/InputGroup.tsx  |    0
 .../edge3/plugins/www/src/components/ui/index.ts   |    2 +
 .../edge3/plugins/www/src/pages/WorkerPage.tsx     |  203 +-
 .../providers/edge3/worker_api/routes/ui.py        |    6 +-
 providers/edge3/www-hash.txt                       |    2 +-
 .../providers/openlineage/plugins/listener.py      |    9 +-
 .../providers/openlineage/plugins/macros.py        |   12 +-
 .../airflow/providers/openlineage/utils/utils.py   |  115 +-
 .../unit/openlineage/plugins/test_listener.py      |    8 +-
 .../tests/unit/openlineage/plugins/test_macros.py  |  306 +--
 .../tests/unit/openlineage/utils/test_utils.py     |  377 ++++
 providers/slack/docs/changelog.rst                 |    4 +
 providers/slack/pyproject.toml                     |    2 +-
 .../task_sdk_tests/test_variable_operations.py     |   62 +-
 task-sdk/src/airflow/sdk/bases/operator.py         |   17 +-
 .../sdk/definitions/_internal/abstractoperator.py  |    1 +
 .../src/airflow/sdk/definitions/mappedoperator.py  |   11 +-
 .../src/airflow/sdk/execution_time/supervisor.py   |   10 +-
 .../task_sdk/definitions/test_mappedoperator.py    |    2 +-
 .../task_sdk/execution_time/test_supervisor.py     |   21 +-
 85 files changed, 3264 insertions(+), 1512 deletions(-)
 copy providers/asana/src/airflow/providers/asana/README.md => 
BEFORE_AFTER_COMPARISON.md (100%)
 create mode 100644 airflow-core/newsfragments/56866.significant.rst
 create mode 100644 
dev/breeze/doc/images/output_release-management_update-providers-next-version.svg
 create mode 100644 
dev/breeze/doc/images/output_release-management_update-providers-next-version.txt
 copy {airflow-core/src/airflow/ui => 
providers/edge3/src/airflow/providers/edge3/plugins/www}/src/components/SearchBar.tsx
 (84%)
 copy {airflow-core/src/airflow/ui => 
providers/edge3/src/airflow/providers/edge3/plugins/www}/src/components/ui/InputGroup.tsx
 (100%)

Reply via email to