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


 discard d88c593f436 Bump the core-ui-package-updates group across 1 directory 
with 58 updates
     add 0aa2ea73724 KubernetesPodOperator pushes XCom on successful execution. 
(#58488)
     add db02322941d Fix KuberetesPodTriggerer use correct parameter name to 
read pod logs. (#58489)
     add d2f7debe594 Add Consuming Tasks in asset header (#58060)
     add 9e7b36e5052 Fix bug on the state and run_type filter for Dag Runs page 
(#58093)
     add 6c853ff385d Fix UI build error (#58545)
     add 43d029158b0 Add "check_files.py" check for python-client and 
airflow-ctl (#58542)
     add 09253e62598 Move yaml utility module from airflow-core to task-sdk 
(#58521)
     add cff919e2e98 Use task sdk module_loading helpers for task sdk (#58555)
     add 2512aa40e03 Fix duration chart duration format (#58561)
     add 3b75f49f837 Remove unused `reserialize_dags` kwarg from `upgradedb` 
(#58330)
     add 5326d9444fd Disable Variable Export via UI and describe how to export 
in the docs (#57594)
     add c39a001c754 Bump the core-ui-package-updates group across 1 directory 
with 58 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   (d88c593f436)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-f7fe840db6
 (c39a001c754)

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:
 airflow-core/docs/howto/variable.rst               |    8 +
 airflow-core/src/airflow/ui/package.json           |    4 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 1444 ++++++++++----------
 .../airflow/ui/public/i18n/locales/ar/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/ca/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/de/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/el/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/en/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/en/assets.json  |    1 +
 .../airflow/ui/public/i18n/locales/en/dags.json    |   12 +-
 .../airflow/ui/public/i18n/locales/es/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/fr/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/he/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/hi/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/hu/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/it/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/ko/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/nl/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/pl/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/pt/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/th/admin.json   |    2 -
 .../airflow/ui/public/i18n/locales/tr/admin.json   |    2 -
 .../ui/public/i18n/locales/zh-CN/admin.json        |    2 -
 .../ui/public/i18n/locales/zh-TW/admin.json        |    2 -
 .../ClearTaskInstanceConfirmationDialog.tsx        |   39 +-
 .../Clear/TaskInstance/ClearTaskInstanceDialog.tsx |  168 +--
 .../airflow/ui/src/components/DurationChart.tsx    |   24 +-
 .../src/airflow/ui/src/constants/filterConfigs.tsx |    4 +-
 .../src/airflow/ui/src/pages/Asset/Header.tsx      |    4 +
 .../ui/src/pages/AssetsList/DependencyPopover.tsx  |    2 +-
 .../airflow/ui/src/pages/Variables/Variables.tsx   |   41 +-
 .../ui/src/queries/useClearTaskInstances.ts        |   35 +-
 .../src/airflow/ui/src/utils/datetimeUtils.ts      |    9 +-
 .../src/airflow/ui/src/utils/downloadJson.ts       |   32 -
 airflow-core/src/airflow/utils/db.py               |    1 -
 dev/README_RELEASE_AIRFLOWCTL.md                   |   11 +-
 dev/README_RELEASE_PYTHON_CLIENT.md                |   19 +-
 dev/check_files.py                                 |  115 +-
 .../providers/cncf/kubernetes/hooks/kubernetes.py  |    2 +-
 .../providers/cncf/kubernetes/operators/pod.py     |    2 +
 .../unit/cncf/kubernetes/hooks/test_kubernetes.py  |    2 +-
 .../unit/cncf/kubernetes/operators/test_pod.py     |    4 +-
 .../google/cloud/hooks/test_kubernetes_engine.py   |    2 +-
 task-sdk/src/airflow/sdk/configuration.py          |    4 +-
 task-sdk/src/airflow/sdk/execution_time/macros.py  |    2 +-
 .../utils => task-sdk/src/airflow/sdk}/yaml.py     |    2 +-
 task-sdk/tests/task_sdk/docs/test_public_api.py    |    1 +
 .../tests/task_sdk/execution_time/test_sentry.py   |    2 +-
 48 files changed, 1032 insertions(+), 1002 deletions(-)
 delete mode 100644 airflow-core/src/airflow/ui/src/utils/downloadJson.ts
 copy {airflow-core/src/airflow/utils => task-sdk/src/airflow/sdk}/yaml.py (98%)

Reply via email to