This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from a6798ab8d83 Fix triggerer file handle leak when remote log upload
fails (#66675)
add 8a70185d680 Bump the typescript group across 1 directory with 5
updates (#65800)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/ui/package.json | 10 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 355 ++++++++-------------
.../src/airflow/ui/src/components/BasicTooltip.tsx | 8 +-
.../src/airflow/ui/src/components/ConfigForm.tsx | 4 +-
.../ui/src/components/FilterBar/FilterPill.tsx | 6 +-
.../ui/src/components/Graph/DirectionDropdown.tsx | 8 +-
.../layouts/Details/Gantt/GanttTimeline.test.tsx | 4 +-
.../ui/src/layouts/Details/Gantt/utils.test.ts | 4 +-
.../ui/src/layouts/Details/Grid/utils.test.ts | 12 +-
.../ui/src/layouts/Nav/UserSettingsButton.tsx | 7 +-
.../ui/src/pages/Connections/ConnectionForm.tsx | 3 +-
.../ui/src/pages/Dag/Calendar/calendarUtils.ts | 2 +-
airflow-core/src/airflow/ui/tsconfig.app.json | 9 +-
airflow-core/src/airflow/ui/tsconfig.node.json | 1 +
14 files changed, 168 insertions(+), 265 deletions(-)