Update dependency @turf/area to v7.3.0 #332

Merged
bot merged 1 commits from renovate/turf-area-7.x-lockfile into main 2025-11-18 03:02:02 +01:00
Member

This PR contains the following updates:

Package Type Update Change
@turf/area dependencies minor 7.2.0 -> 7.3.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Turfjs/turf (@​turf/area)

v7.3.0

Compare Source

Thanks everyone who contributed to this release!

What's Changed

Fixes to regressions and significant pain points:

Bug fixes and new functionality:

Housekeeping and behind the scenes changes:

New Contributors

Full Changelog: https://github.com/Turfjs/turf/compare/v7.2.0...v7.3.0


Configuration

📅 Schedule: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@turf/area](https://github.com/Turfjs/turf) | dependencies | minor | [`7.2.0` -> `7.3.0`](https://renovatebot.com/diffs/npm/@turf%2farea/7.2.0/7.3.0) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Turfjs/turf (@&#8203;turf/area)</summary> ### [`v7.3.0`](https://github.com/Turfjs/turf/releases/tag/v7.3.0) [Compare Source](https://github.com/Turfjs/turf/compare/v7.2.0...v7.3.0) Thanks everyone who contributed to this release! #### What's Changed Fixes to regressions and significant pain points: - Fix [@&#8203;turf/nearest-point-on-line](https://github.com/turf/nearest-point-on-line) endpoint selection and degenerate input cases by [@&#8203;bratter](https://github.com/bratter) in [#&#8203;2940](https://github.com/Turfjs/turf/pull/2940) - turf-nearest-point-on-line: Fix issue [#&#8203;2808](https://github.com/Turfjs/turf/issues/2808) by [@&#8203;insideGen](https://github.com/insideGen) in [#&#8203;2849](https://github.com/Turfjs/turf/pull/2849) - Rewrite [@&#8203;turf/isolines](https://github.com/turf/isolines) by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2918](https://github.com/Turfjs/turf/pull/2918) - Rewrite [@&#8203;turf/isobands](https://github.com/turf/isobands) by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2926](https://github.com/Turfjs/turf/pull/2926) Bug fixes and new functionality: - Updated link to Chaikin's algorithm - access forbidden to the old link. by [@&#8203;Armatorix](https://github.com/Armatorix) in [#&#8203;2804](https://github.com/Turfjs/turf/pull/2804) - Improved the quality of generated ellipses especially at higher latitudes by [@&#8203;hadbn](https://github.com/hadbn) in [#&#8203;2739](https://github.com/Turfjs/turf/pull/2739) - Fix - Documented unit used for Earth's radius by [@&#8203;IvoBiaus](https://github.com/IvoBiaus) in [#&#8203;2842](https://github.com/Turfjs/turf/pull/2842) - turf-hexgrid: fix issue [#&#8203;2841](https://github.com/Turfjs/turf/issues/2841) by [@&#8203;SimonsUnikaNamn](https://github.com/SimonsUnikaNamn) in [#&#8203;2856](https://github.com/Turfjs/turf/pull/2856) - turf-transform-translate: Add warning about shape distortion [#&#8203;217](https://github.com/Turfjs/turf/issues/217) by [@&#8203;jtheisen](https://github.com/jtheisen) in [#&#8203;2831](https://github.com/Turfjs/turf/pull/2831) - turf-nearest-point: maintain point properties in result type by [@&#8203;EmilJunker](https://github.com/EmilJunker) in [#&#8203;2866](https://github.com/Turfjs/turf/pull/2866) - Changed turf-destination and turf-ellipse to pass through elevation value if present by [@&#8203;prozvora](https://github.com/prozvora) in [#&#8203;2852](https://github.com/Turfjs/turf/pull/2852) - Fixed simplify to not get stuck in an infinite loop on certain geometries by [@&#8203;smallsaucepan](https://github.com/smallsaucepan) in [#&#8203;2830](https://github.com/Turfjs/turf/pull/2830) - turf-great-circle: Fix antipodal error message by [@&#8203;macrouch](https://github.com/macrouch) in [#&#8203;2884](https://github.com/Turfjs/turf/pull/2884) - Updates Documentation from Strings to Units by [@&#8203;conor-f](https://github.com/conor-f) in [#&#8203;2838](https://github.com/Turfjs/turf/pull/2838) - Added missing layer in map example for [@&#8203;turf/line-split](https://github.com/turf/line-split) docs by [@&#8203;luc-tielen](https://github.com/luc-tielen) in [#&#8203;2724](https://github.com/Turfjs/turf/pull/2724) - Changed lineSplit to use bbox from geojson-rbush rather than buggy turf-square by [@&#8203;hanneshdc](https://github.com/hanneshdc) in [#&#8203;2460](https://github.com/Turfjs/turf/pull/2460) - Fix [@&#8203;turf/isobands](https://github.com/turf/isobands) issue with ring nesting logic by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2925](https://github.com/Turfjs/turf/pull/2925) - [@&#8203;turf/isobands](https://github.com/turf/isobands) and [@&#8203;turf/isolines](https://github.com/turf/isolines) check pointGrid input is actually gridded already by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2927](https://github.com/Turfjs/turf/pull/2927) - Fixed cleanCoords to remove points with appropriate tenacity by [@&#8203;smallsaucepan](https://github.com/smallsaucepan) in [#&#8203;2771](https://github.com/Turfjs/turf/pull/2771) - Use newer [@&#8203;types/rbush](https://github.com/types/rbush) that fixes the need for the reexport shims by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2924](https://github.com/Turfjs/turf/pull/2924) - Add Kotlin Multiplatform port information to SEE\_ALSO.md by [@&#8203;sargunv](https://github.com/sargunv) in [#&#8203;2936](https://github.com/Turfjs/turf/pull/2936) - [@&#8203;turf/shortest-path](https://github.com/turf/shortest-path) Allow polygon feature as obstacle for shortestPath ([#&#8203;2941](https://github.com/Turfjs/turf/issues/2941)) by [@&#8203;ziegler-daniel](https://github.com/ziegler-daniel) in [#&#8203;2942](https://github.com/Turfjs/turf/pull/2942) - Fix issue 2824 on turf-point-to-polygon-distance by [@&#8203;LHBruneton-C2C](https://github.com/LHBruneton-C2C) in [#&#8203;2845](https://github.com/Turfjs/turf/pull/2845) - [@&#8203;turf/shortest-path](https://github.com/turf/shortest-path) improve creation of point matrix for A\* algorithm ([#&#8203;2943](https://github.com/Turfjs/turf/issues/2943)) by [@&#8203;ziegler-daniel](https://github.com/ziegler-daniel) in [#&#8203;2944](https://github.com/Turfjs/turf/pull/2944) - [@&#8203;turf/nearest-point-on-line](https://github.com/turf/nearest-point-on-line) TESTS: add test for duplicated points on line string affecting v7.2.0 by [@&#8203;alacret](https://github.com/alacret) in [#&#8203;2903](https://github.com/Turfjs/turf/pull/2903) Housekeeping and behind the scenes changes: - Merged v7.2.0 publishing changes back to master by [@&#8203;smallsaucepan](https://github.com/smallsaucepan) in [#&#8203;2797](https://github.com/Turfjs/turf/pull/2797) - Bump eslint dependencies by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2923](https://github.com/Turfjs/turf/pull/2923) - Update nx config for tests by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2685](https://github.com/Turfjs/turf/pull/2685) - Migrate from workspace:^ to workspace:\* to pin dependency versions by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2878](https://github.com/Turfjs/turf/pull/2878) - Pin the exact SHA1's of GitHub Actions we use by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2863](https://github.com/Turfjs/turf/pull/2863) - Run pnpm dedupe to clean up the lockfile by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2829](https://github.com/Turfjs/turf/pull/2829) - Update package.json for all turf packages by [@&#8203;protokoul](https://github.com/protokoul) in [#&#8203;2802](https://github.com/Turfjs/turf/pull/2802) - Updated build tools - pnpm, lerna, typescript, tsup, etc housekeeping by [@&#8203;smallsaucepan](https://github.com/smallsaucepan) in [#&#8203;2879](https://github.com/Turfjs/turf/pull/2879) #### New Contributors - [@&#8203;protokoul](https://github.com/protokoul) made their first contribution in [#&#8203;2802](https://github.com/Turfjs/turf/pull/2802) - [@&#8203;Armatorix](https://github.com/Armatorix) made their first contribution in [#&#8203;2804](https://github.com/Turfjs/turf/pull/2804) - [@&#8203;hadbn](https://github.com/hadbn) made their first contribution in [#&#8203;2739](https://github.com/Turfjs/turf/pull/2739) - [@&#8203;IvoBiaus](https://github.com/IvoBiaus) made their first contribution in [#&#8203;2842](https://github.com/Turfjs/turf/pull/2842) - [@&#8203;SimonsUnikaNamn](https://github.com/SimonsUnikaNamn) made their first contribution in [#&#8203;2856](https://github.com/Turfjs/turf/pull/2856) - [@&#8203;insideGen](https://github.com/insideGen) made their first contribution in [#&#8203;2849](https://github.com/Turfjs/turf/pull/2849) - [@&#8203;jtheisen](https://github.com/jtheisen) made their first contribution in [#&#8203;2831](https://github.com/Turfjs/turf/pull/2831) - [@&#8203;EmilJunker](https://github.com/EmilJunker) made their first contribution in [#&#8203;2866](https://github.com/Turfjs/turf/pull/2866) - [@&#8203;prozvora](https://github.com/prozvora) made their first contribution in [#&#8203;2852](https://github.com/Turfjs/turf/pull/2852) - [@&#8203;macrouch](https://github.com/macrouch) made their first contribution in [#&#8203;2884](https://github.com/Turfjs/turf/pull/2884) - [@&#8203;conor-f](https://github.com/conor-f) made their first contribution in [#&#8203;2838](https://github.com/Turfjs/turf/pull/2838) - [@&#8203;luc-tielen](https://github.com/luc-tielen) made their first contribution in [#&#8203;2724](https://github.com/Turfjs/turf/pull/2724) - [@&#8203;hanneshdc](https://github.com/hanneshdc) made their first contribution in [#&#8203;2460](https://github.com/Turfjs/turf/pull/2460) - [@&#8203;sargunv](https://github.com/sargunv) made their first contribution in [#&#8203;2936](https://github.com/Turfjs/turf/pull/2936) - [@&#8203;ziegler-daniel](https://github.com/ziegler-daniel) made their first contribution in [#&#8203;2942](https://github.com/Turfjs/turf/pull/2942) - [@&#8203;LHBruneton-C2C](https://github.com/LHBruneton-C2C) made their first contribution in [#&#8203;2845](https://github.com/Turfjs/turf/pull/2845) - [@&#8203;bratter](https://github.com/bratter) made their first contribution in [#&#8203;2940](https://github.com/Turfjs/turf/pull/2940) - [@&#8203;alacret](https://github.com/alacret) made their first contribution in [#&#8203;2903](https://github.com/Turfjs/turf/pull/2903) **Full Changelog**: <https://github.com/Turfjs/turf/compare/v7.2.0...v7.3.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3QiLCJyZW5vdmF0ZSJdfQ==-->
bot added 1 commit 2025-11-18 03:01:59 +01:00
bot scheduled this pull request to auto merge when all checks succeed 2025-11-18 03:02:00 +01:00
bot merged commit ede977452d into main 2025-11-18 03:02:02 +01:00
bot deleted branch renovate/turf-area-7.x-lockfile 2025-11-18 03:02:02 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: helcel/beans#332
No description provided.