This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@turf/area](https://github.com/Turfjs/turf) | dependencies | minor | [`7.0.0` -> `7.1.0`](https://renovatebot.com/diffs/npm/@turf%2farea/7.0.0/7.1.0) |
---
### Release Notes
<details>
<summary>Turfjs/turf (@​turf/area)</summary>
### [`v7.1.0`](https://github.com/Turfjs/turf/releases/tag/v7.1.0)
[Compare Source](https://github.com/Turfjs/turf/compare/v7.0.0...v7.1.0)
#### What's Changed
- `@turf/distance` Simplify unnecessary union type in turfDistance by [@​isti115](https://github.com/isti115) in https://github.com/Turfjs/turf/pull/2618
- Upgrade to Lerna 8 by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2612
- Deprecate CHANGELOG, improve release action, PR template, Contributing doc by [@​twelch](https://github.com/twelch) in https://github.com/Turfjs/turf/pull/2621
- `@turf/helpers` Reduce bundle size of apps that import [@​turf/helpers](https://github.com/turf/helpers) by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2623
- `@turf/line-overlap` change deep-equals dependency for smaller bundle size by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2631
- `@turf/mask` Converted turf-mask to Typescript and added support for geometry parameters by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2644
- `@turf/midpoint` Converted turf-midpoint to Typescript by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2645
- `@turf/planepoint` Converted turf-planepoint to Typescript by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2646
- `@turf/square` Converted turf-square to Typescript by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2648
- `@turf/standard-deviational-ellipse` Converted turf-standard-deviational-ellipse to Typescript by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2649
- Pin pnpm version using corepack by [@​RobinVdBroeck](https://github.com/RobinVdBroeck) in https://github.com/Turfjs/turf/pull/2602
- `@turf/tesselate` Converted turf-tesselate to Typescript by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2650
- `@turf/transform-rotate` Converted turf-transform-rotate to Typescript by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2651
- `@turf/transform-scale` Converted turf-transform-scale to Typescript by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2652
- `@turf/transform-translate` Converted turf-transform-translate to Typescript by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2653
- `@turf/unkink-polygon` Converted turf-unkink-polygon to Typescript by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2654
- `@turf/voronoi` Converted turf-voronoi to Typescript by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2655
- `@turf/boolean-intersects` Fix boolean-intersects docs by [@​izzybps](https://github.com/izzybps) in https://github.com/Turfjs/turf/pull/2593
- Updated documentation.js to resolve critical parse-url vulnerability by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2664
- `@turf/area`: bug fix: off-by-one bug in area calculation by [@​Abdumbo99](https://github.com/Abdumbo99) in https://github.com/Turfjs/turf/pull/2665
- Upgrade dependencies by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2668
- `@turf/isobands` `@turf/isolines` Remove unused matrix-to-grid dependency by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2669
- `@turf/random` fix randomPolygon generating polygons outside of the given `bbox` by [@​nnmrts](https://github.com/nnmrts) in https://github.com/Turfjs/turf/pull/2659
- `@turf/boolean-intersects` `@turf/booean-disjoint` Expose options parameter to ignore self intersections. by [@​01100100](https://github.com/01100100) in https://github.com/Turfjs/turf/pull/2636
- `@turf/boolean-valid` fix checkClosingRing to check for polygon being closed by [@​superDoss](https://github.com/superDoss) in https://github.com/Turfjs/turf/pull/2563
- `@turf/helpers` Implemented azimuthToBearing by [@​basvdijk](https://github.com/basvdijk) in https://github.com/Turfjs/turf/pull/2674
- Added support/6.x branch to CI config by [@​smallsaucepan](https://github.com/smallsaucepan) in https://github.com/Turfjs/turf/pull/2673
- `@turf/nearest-point-on-line` include index of MultiLineString geometries in nearest-point-on-line by [@​andrewharvey](https://github.com/andrewharvey) in https://github.com/Turfjs/turf/pull/2574
- `@turf/point-to-line-distance` Fix two small typos by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2675
- Update PR/develop action to cache pnpm files by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2671
- Add explicit geojson types dependency by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2676
- Rework prettier setup by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2677
- Update [@​types/geojson](https://github.com/types/geojson) to 7946.0.10 minimum by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2688
- `@turf/mask` Stop turf-mask mutating by default, make it an option by [@​farkmarnum](https://github.com/farkmarnum) in https://github.com/Turfjs/turf/pull/2635
- Add test.example.js to .prettierignore by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2689
- `@turf/mask` Fix [@​turf/mask](https://github.com/turf/mask) benchmarks to exclude test fixtures that are not usable by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2692
- `@turf/kinks` Revert [@​turf/kinks](https://github.com/turf/kinks) to 6.5.0 version by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2693
- `@turf/cluster-dbscan`Update cluster-dbscan docs by [@​mwenko](https://github.com/mwenko) in https://github.com/Turfjs/turf/pull/2624
- `@turf/*-grid` `@turf/area` `@turf/helpers` Clarify behavior of some existing turf modules by [@​twelch](https://github.com/twelch) in https://github.com/Turfjs/turf/pull/2683
- Upgrade pnpm/action-setup in github actions by [@​mfedderly](https://github.com/mfedderly) in https://github.com/Turfjs/turf/pull/2696
#### New Contributors
- [@​isti115](https://github.com/isti115) made their first contribution in https://github.com/Turfjs/turf/pull/2618
- [@​izzybps](https://github.com/izzybps) made their first contribution in https://github.com/Turfjs/turf/pull/2593
- [@​Abdumbo99](https://github.com/Abdumbo99) made their first contribution in https://github.com/Turfjs/turf/pull/2665
- [@​nnmrts](https://github.com/nnmrts) made their first contribution in https://github.com/Turfjs/turf/pull/2659
- [@​01100100](https://github.com/01100100) made their first contribution in https://github.com/Turfjs/turf/pull/2636
- [@​superDoss](https://github.com/superDoss) made their first contribution in https://github.com/Turfjs/turf/pull/2563
- [@​basvdijk](https://github.com/basvdijk) made their first contribution in https://github.com/Turfjs/turf/pull/2674
- [@​andrewharvey](https://github.com/andrewharvey) made their first contribution in https://github.com/Turfjs/turf/pull/2574
- [@​farkmarnum](https://github.com/farkmarnum) made their first contribution in https://github.com/Turfjs/turf/pull/2635
**Full Changelog**: https://github.com/Turfjs/turf/compare/v7.0.0...v7.1.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
7.0.0->7.1.0Release Notes
Turfjs/turf (@turf/area)
v7.1.0Compare Source
What's Changed
@turf/distanceSimplify unnecessary union type in turfDistance by @isti115 in https://github.com/Turfjs/turf/pull/2618@turf/helpersReduce bundle size of apps that import @turf/helpers by @smallsaucepan in https://github.com/Turfjs/turf/pull/2623@turf/line-overlapchange deep-equals dependency for smaller bundle size by @mfedderly in https://github.com/Turfjs/turf/pull/2631@turf/maskConverted turf-mask to Typescript and added support for geometry parameters by @smallsaucepan in https://github.com/Turfjs/turf/pull/2644@turf/midpointConverted turf-midpoint to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2645@turf/planepointConverted turf-planepoint to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2646@turf/squareConverted turf-square to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2648@turf/standard-deviational-ellipseConverted turf-standard-deviational-ellipse to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2649@turf/tesselateConverted turf-tesselate to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2650@turf/transform-rotateConverted turf-transform-rotate to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2651@turf/transform-scaleConverted turf-transform-scale to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2652@turf/transform-translateConverted turf-transform-translate to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2653@turf/unkink-polygonConverted turf-unkink-polygon to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2654@turf/voronoiConverted turf-voronoi to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2655@turf/boolean-intersectsFix boolean-intersects docs by @izzybps in https://github.com/Turfjs/turf/pull/2593@turf/area: bug fix: off-by-one bug in area calculation by @Abdumbo99 in https://github.com/Turfjs/turf/pull/2665@turf/isobands@turf/isolinesRemove unused matrix-to-grid dependency by @mfedderly in https://github.com/Turfjs/turf/pull/2669@turf/randomfix randomPolygon generating polygons outside of the givenbboxby @nnmrts in https://github.com/Turfjs/turf/pull/2659@turf/boolean-intersects@turf/booean-disjointExpose options parameter to ignore self intersections. by @01100100 in https://github.com/Turfjs/turf/pull/2636@turf/boolean-validfix checkClosingRing to check for polygon being closed by @superDoss in https://github.com/Turfjs/turf/pull/2563@turf/helpersImplemented azimuthToBearing by @basvdijk in https://github.com/Turfjs/turf/pull/2674@turf/nearest-point-on-lineinclude index of MultiLineString geometries in nearest-point-on-line by @andrewharvey in https://github.com/Turfjs/turf/pull/2574@turf/point-to-line-distanceFix two small typos by @mfedderly in https://github.com/Turfjs/turf/pull/2675@turf/maskStop turf-mask mutating by default, make it an option by @farkmarnum in https://github.com/Turfjs/turf/pull/2635@turf/maskFix @turf/mask benchmarks to exclude test fixtures that are not usable by @mfedderly in https://github.com/Turfjs/turf/pull/2692@turf/kinksRevert @turf/kinks to 6.5.0 version by @mfedderly in https://github.com/Turfjs/turf/pull/2693@turf/cluster-dbscanUpdate cluster-dbscan docs by @mwenko in https://github.com/Turfjs/turf/pull/2624@turf/*-grid@turf/area@turf/helpersClarify behavior of some existing turf modules by @twelch in https://github.com/Turfjs/turf/pull/2683New Contributors
Full Changelog: https://github.com/Turfjs/turf/compare/v7.0.0...v7.1.0
Configuration
📅 Schedule: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
c324208257tob10f3ec22db10f3ec22dto81a8c908d9