Update dependency @turf/area to v7.3.2 #370

Merged
bot merged 1 commits from renovate/turf-area-7.x-lockfile into main 2026-01-15 03:01:04 +01:00
Member

This PR contains the following updates:

Package Type Update Change
@turf/area dependencies patch 7.3.1 -> 7.3.2

Release Notes

Turfjs/turf (@​turf/area)

v7.3.2

Compare Source

Patch release with several bug fixes.

What's Changed

Bug fixes and new functionality:

Housekeeping and behind the scenes changes:

New Contributors

Full Changelog: https://github.com/Turfjs/turf/compare/v7.3.1...v7.3.2


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 | patch | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@turf%2farea/7.3.1/7.3.2) | --- ### Release Notes <details> <summary>Turfjs/turf (@&#8203;turf/area)</summary> ### [`v7.3.2`](https://github.com/Turfjs/turf/releases/tag/v7.3.2) [Compare Source](https://github.com/Turfjs/turf/compare/v7.3.1...v7.3.2) Patch release with several bug fixes. #### What's Changed Bug fixes and new functionality: - Fixed a bug in nearestPointOnLine causing duplicate points to be returned from lineSlice by [@&#8203;smallsaucepan](https://github.com/smallsaucepan) in [#&#8203;2951](https://github.com/Turfjs/turf/pull/2951) - turf-boolean-contains + turf-boolean-within: Fix line in polygon by [@&#8203;samuelarbibe](https://github.com/samuelarbibe) in [#&#8203;2848](https://github.com/Turfjs/turf/pull/2848) - [@&#8203;turf/boolean-contains](https://github.com/turf/boolean-contains) - support for multipolygon inside polygon by [@&#8203;MartinP-C](https://github.com/MartinP-C) in [#&#8203;2357](https://github.com/Turfjs/turf/pull/2357) - Refactor and extend properties of returned nearest point in [@&#8203;turf/nearest-point-on-line](https://github.com/turf/nearest-point-on-line) by [@&#8203;EmilJunker](https://github.com/EmilJunker) in [#&#8203;2867](https://github.com/Turfjs/turf/pull/2867) - Changed booleanCrosses with two input lines to recognise if crossing point is between vertices by [@&#8203;smallsaucepan](https://github.com/smallsaucepan) in [#&#8203;2968](https://github.com/Turfjs/turf/pull/2968) - Improve type inference in [@&#8203;turf/helpers](https://github.com/turf/helpers)' geometry and geometryCollection by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2971](https://github.com/Turfjs/turf/pull/2971) - turf-tessellate: Pass original coordinate elevations through the tessellate function. by [@&#8203;prozvora](https://github.com/prozvora) in [#&#8203;2855](https://github.com/Turfjs/turf/pull/2855) - Significantly improved performance of clustersDbscan by [@&#8203;smallsaucepan](https://github.com/smallsaucepan) in [#&#8203;2885](https://github.com/Turfjs/turf/pull/2885) Housekeeping and behind the scenes changes: - Upgrade Lerna by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2964](https://github.com/Turfjs/turf/pull/2964) - Typescript-ifying turf-great-circle by [@&#8203;thomas-hervey](https://github.com/thomas-hervey) in [#&#8203;2733](https://github.com/Turfjs/turf/pull/2733) - Preparing for NPM trusted publishing plus node version housekeeping by [@&#8203;smallsaucepan](https://github.com/smallsaucepan) in [#&#8203;2952](https://github.com/Turfjs/turf/pull/2952) - Migrate [@&#8203;turf/interpolate](https://github.com/turf/interpolate) to TypeScript by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2966](https://github.com/Turfjs/turf/pull/2966) - Migrate [@&#8203;turf/line-chunk](https://github.com/turf/line-chunk) to TypeScript by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2969](https://github.com/Turfjs/turf/pull/2969) - Move to Extract for [@&#8203;turf/helpers](https://github.com/turf/helpers)' geometry() by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2976](https://github.com/Turfjs/turf/pull/2976) - Migrate [@&#8203;turf/line-offset](https://github.com/turf/line-offset) to TypeScript by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2974](https://github.com/Turfjs/turf/pull/2974) - Enforce only eraseable TypeScript syntax by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2977](https://github.com/Turfjs/turf/pull/2977) - [@&#8203;turf/line-slice](https://github.com/turf/line-slice) to TypeScript by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2979](https://github.com/Turfjs/turf/pull/2979) - [@&#8203;turf/line-slice-along](https://github.com/turf/line-slice-along) to TypeScript by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2978](https://github.com/Turfjs/turf/pull/2978) - Migrate [@&#8203;turf/line-split](https://github.com/turf/line-split) to TypeScript by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2985](https://github.com/Turfjs/turf/pull/2985) - Migrate [@&#8203;turf/geojson-rbush](https://github.com/turf/geojson-rbush) to TypeScript by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2980](https://github.com/Turfjs/turf/pull/2980) - Automatically add any inferred README changes in pre-commit hook by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2987](https://github.com/Turfjs/turf/pull/2987) - Clean up .js files in various TypeScript-first packages by [@&#8203;mfedderly](https://github.com/mfedderly) in [#&#8203;2992](https://github.com/Turfjs/turf/pull/2992) - Migrated turf-meta to typescript (bare bones edition) by [@&#8203;smallsaucepan](https://github.com/smallsaucepan) in [#&#8203;2993](https://github.com/Turfjs/turf/pull/2993) #### New Contributors - [@&#8203;samuelarbibe](https://github.com/samuelarbibe) made their first contribution in [#&#8203;2848](https://github.com/Turfjs/turf/pull/2848) - [@&#8203;MartinP-C](https://github.com/MartinP-C) made their first contribution in [#&#8203;2357](https://github.com/Turfjs/turf/pull/2357) - [@&#8203;thomas-hervey](https://github.com/thomas-hervey) made their first contribution in [#&#8203;2733](https://github.com/Turfjs/turf/pull/2733) **Full Changelog**: <https://github.com/Turfjs/turf/compare/v7.3.1...v7.3.2> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OC4zIiwidXBkYXRlZEluVmVyIjoiNDIuNTguMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYm90IiwicmVub3ZhdGUiXX0=-->
bot added 1 commit 2026-01-15 03:01:02 +01:00
bot scheduled this pull request to auto merge when all checks succeed 2026-01-15 03:01:03 +01:00
bot merged commit 6294502850 into main 2026-01-15 03:01:04 +01:00
bot deleted branch renovate/turf-area-7.x-lockfile 2026-01-15 03:01:04 +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#370
No description provided.