From 312af8c1fc8678c452a648f818c8b525d4355b73 Mon Sep 17 00:00:00 2001 From: James Beard Date: Thu, 5 Feb 2026 10:28:18 +1100 Subject: [PATCH] Added newer kdbush types to @turf/turf as a dependency to address a clustersDbscan transitive dependency. --- packages/turf/package.json | 1 + pnpm-lock.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/packages/turf/package.json b/packages/turf/package.json index a9b0e8cbc..2737507e4 100644 --- a/packages/turf/package.json +++ b/packages/turf/package.json @@ -206,6 +206,7 @@ "@turf/unkink-polygon": "workspace:*", "@turf/voronoi": "workspace:*", "@types/geojson": "^7946.0.10", + "@types/kdbush": "^3.0.5", "tslib": "^2.8.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 08b02ad06..5480e211d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -452,6 +452,9 @@ importers: '@types/geojson': specifier: ^7946.0.10 version: 7946.0.14 + '@types/kdbush': + specifier: ^3.0.5 + version: 3.0.5 tslib: specifier: ^2.8.1 version: 2.8.1 @@ -7799,6 +7802,9 @@ packages: '@types/kdbush@1.0.7': resolution: {integrity: sha512-QM5iB8m/0mnGOjUKshErIZQ0LseyTieRSYc3yaOpmrRM0xbWiOuJUWlduJx+TPNK7/VFMWphUGwx3nus7eT1Wg==} + '@types/kdbush@3.0.5': + resolution: {integrity: sha512-tdJz7jaWFu4nR+8b2B+CdPZ6811ighYylWsu2hpsivapzW058yP0KdfZuNY89IiRe5jbKvBGXN3LQdN2KPXVdQ==} + '@types/mdast@3.0.15': resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} @@ -13585,6 +13591,8 @@ snapshots: '@types/kdbush@1.0.7': {} + '@types/kdbush@3.0.5': {} + '@types/mdast@3.0.15': dependencies: '@types/unist': 2.0.10