-
Notifications
You must be signed in to change notification settings - Fork 42
Commit 0b9903a
authored
fix: bump @turf/simplify from 7.0.0 to 7.1.0 in /typescript (#2309)
Bumps [@turf/simplify](https://github.com/Turfjs/turf) from 7.0.0 to
7.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Turfjs/turf/releases"><code>@turf/simplify</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li><code>@turf/distance</code> Simplify unnecessary union type in
turfDistance by <a
href="https://github.com/isti115"><code>@isti115</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2618">Turfjs/turf#2618</a></li>
<li>Upgrade to Lerna 8 by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2612">Turfjs/turf#2612</a></li>
<li>Deprecate CHANGELOG, improve release action, PR template,
Contributing doc by <a
href="https://github.com/twelch"><code>@twelch</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2621">Turfjs/turf#2621</a></li>
<li><code>@turf/helpers</code> Reduce bundle size of apps that import
<code>@turf/helpers</code> by <a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2623">Turfjs/turf#2623</a></li>
<li><code>@turf/line-overlap</code> change deep-equals dependency for
smaller bundle size by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2631">Turfjs/turf#2631</a></li>
<li><code>@turf/mask</code> Converted turf-mask to Typescript and added
support for geometry parameters by <a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2644">Turfjs/turf#2644</a></li>
<li><code>@turf/midpoint</code> Converted turf-midpoint to Typescript by
<a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2645">Turfjs/turf#2645</a></li>
<li><code>@turf/planepoint</code> Converted turf-planepoint to
Typescript by <a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2646">Turfjs/turf#2646</a></li>
<li><code>@turf/square</code> Converted turf-square to Typescript by <a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2648">Turfjs/turf#2648</a></li>
<li><code>@turf/standard-deviational-ellipse</code> Converted
turf-standard-deviational-ellipse to Typescript by <a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2649">Turfjs/turf#2649</a></li>
<li>Pin pnpm version using corepack by <a
href="https://github.com/RobinVdBroeck"><code>@RobinVdBroeck</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2602">Turfjs/turf#2602</a></li>
<li><code>@turf/tesselate</code> Converted turf-tesselate to Typescript
by <a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2650">Turfjs/turf#2650</a></li>
<li><code>@turf/transform-rotate</code> Converted turf-transform-rotate
to Typescript by <a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2651">Turfjs/turf#2651</a></li>
<li><code>@turf/transform-scale</code> Converted turf-transform-scale to
Typescript by <a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2652">Turfjs/turf#2652</a></li>
<li><code>@turf/transform-translate</code> Converted
turf-transform-translate to Typescript by <a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2653">Turfjs/turf#2653</a></li>
<li><code>@turf/unkink-polygon</code> Converted turf-unkink-polygon to
Typescript by <a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2654">Turfjs/turf#2654</a></li>
<li><code>@turf/voronoi</code> Converted turf-voronoi to Typescript by
<a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2655">Turfjs/turf#2655</a></li>
<li><code>@turf/boolean-intersects</code> Fix boolean-intersects docs by
<a href="https://github.com/izzybps"><code>@izzybps</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2593">Turfjs/turf#2593</a></li>
<li>Updated documentation.js to resolve critical parse-url vulnerability
by <a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2664">Turfjs/turf#2664</a></li>
<li><code>@turf/area</code>: bug fix: off-by-one bug in area calculation
by <a href="https://github.com/Abdumbo99"><code>@Abdumbo99</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2665">Turfjs/turf#2665</a></li>
<li>Upgrade dependencies by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2668">Turfjs/turf#2668</a></li>
<li><code>@turf/isobands</code> <code>@turf/isolines</code> Remove
unused matrix-to-grid dependency by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2669">Turfjs/turf#2669</a></li>
<li><code>@turf/random</code> fix randomPolygon generating polygons
outside of the given <code>bbox</code> by <a
href="https://github.com/nnmrts"><code>@nnmrts</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2659">Turfjs/turf#2659</a></li>
<li><code>@turf/boolean-intersects</code>
<code>@turf/booean-disjoint</code> Expose options parameter to ignore
self intersections. by <a
href="https://github.com/01100100"><code>@01100100</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2636">Turfjs/turf#2636</a></li>
<li><code>@turf/boolean-valid</code> fix checkClosingRing to check for
polygon being closed by <a
href="https://github.com/superDoss"><code>@superDoss</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2563">Turfjs/turf#2563</a></li>
<li><code>@turf/helpers</code> Implemented azimuthToBearing by <a
href="https://github.com/basvdijk"><code>@basvdijk</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2674">Turfjs/turf#2674</a></li>
<li>Added support/6.x branch to CI config by <a
href="https://github.com/smallsaucepan"><code>@smallsaucepan</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2673">Turfjs/turf#2673</a></li>
<li><code>@turf/nearest-point-on-line</code> include index of
MultiLineString geometries in nearest-point-on-line by <a
href="https://github.com/andrewharvey"><code>@andrewharvey</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2574">Turfjs/turf#2574</a></li>
<li><code>@turf/point-to-line-distance</code> Fix two small typos by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2675">Turfjs/turf#2675</a></li>
<li>Update PR/develop action to cache pnpm files by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2671">Turfjs/turf#2671</a></li>
<li>Add explicit geojson types dependency by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2676">Turfjs/turf#2676</a></li>
<li>Rework prettier setup by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2677">Turfjs/turf#2677</a></li>
<li>Update <code>@types/geojson</code> to 7946.0.10 minimum by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2688">Turfjs/turf#2688</a></li>
<li><code>@turf/mask</code> Stop turf-mask mutating by default, make it
an option by <a
href="https://github.com/farkmarnum"><code>@farkmarnum</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2635">Turfjs/turf#2635</a></li>
<li>Add test.example.js to .prettierignore by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2689">Turfjs/turf#2689</a></li>
<li><code>@turf/mask</code> Fix <code>@turf/mask</code> benchmarks to
exclude test fixtures that are not usable by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2692">Turfjs/turf#2692</a></li>
<li><code>@turf/kinks</code> Revert <code>@turf/kinks</code> to 6.5.0
version by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2693">Turfjs/turf#2693</a></li>
<li><code>@turf/cluster-dbscan</code>Update cluster-dbscan docs by <a
href="https://github.com/mwenko"><code>@mwenko</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2624">Turfjs/turf#2624</a></li>
<li><code>@turf/*-grid</code> <code>@turf/area</code>
<code>@turf/helpers</code> Clarify behavior of some existing turf
modules by <a href="https://github.com/twelch"><code>@twelch</code></a>
in <a
href="https://redirect.github.com/Turfjs/turf/pull/2683">Turfjs/turf#2683</a></li>
<li>Upgrade pnpm/action-setup in github actions by <a
href="https://github.com/mfedderly"><code>@mfedderly</code></a> in <a
href="https://redirect.github.com/Turfjs/turf/pull/2696">Turfjs/turf#2696</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/isti115"><code>@isti115</code></a> made
their first contribution in <a
href="https://redirect.github.com/Turfjs/turf/pull/2618">Turfjs/turf#2618</a></li>
<li><a href="https://github.com/izzybps"><code>@izzybps</code></a> made
their first contribution in <a
href="https://redirect.github.com/Turfjs/turf/pull/2593">Turfjs/turf#2593</a></li>
<li><a href="https://github.com/Abdumbo99"><code>@Abdumbo99</code></a>
made their first contribution in <a
href="https://redirect.github.com/Turfjs/turf/pull/2665">Turfjs/turf#2665</a></li>
<li><a href="https://github.com/nnmrts"><code>@nnmrts</code></a> made
their first contribution in <a
href="https://redirect.github.com/Turfjs/turf/pull/2659">Turfjs/turf#2659</a></li>
<li><a href="https://github.com/01100100"><code>@01100100</code></a>
made their first contribution in <a
href="https://redirect.github.com/Turfjs/turf/pull/2636">Turfjs/turf#2636</a></li>
<li><a href="https://github.com/superDoss"><code>@superDoss</code></a>
made their first contribution in <a
href="https://redirect.github.com/Turfjs/turf/pull/2563">Turfjs/turf#2563</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Turfjs/turf/blob/master/CHANGELOG.md"><code>@turf/simplify</code>'s
changelog</a>.</em></p>
<blockquote>
<p>Changelog is no longer maintained. See Turf Github <a
href="https://github.com/Turfjs/turf/releases">releases</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Turfjs/turf/commit/68915eeebc9278bb40dec3f1034499698a0561ef"><code>68915ee</code></a>
v7.1.0</li>
<li><a
href="https://github.com/Turfjs/turf/commit/948cdafaf70606d2e27fcc79973fa48ee1182067"><code>948cdaf</code></a>
Upgrade pnpm/action-setup in github actions (<a
href="https://redirect.github.com/Turfjs/turf/issues/2696">#2696</a>)</li>
<li><a
href="https://github.com/Turfjs/turf/commit/5f0d4050d495d48a00dd580f9ea0696ea99fe7a2"><code>5f0d405</code></a>
Clarify behavior of some existing turf modules (<a
href="https://redirect.github.com/Turfjs/turf/issues/2683">#2683</a>)</li>
<li><a
href="https://github.com/Turfjs/turf/commit/ad8012c144e6bb425cdd18315c78f177c3307151"><code>ad8012c</code></a>
chore: update cluster-dbscan docs (<a
href="https://redirect.github.com/Turfjs/turf/issues/2624">#2624</a>)</li>
<li><a
href="https://github.com/Turfjs/turf/commit/36cdb9f08f9c203c9bc7c7cff9d00d0872cebffc"><code>36cdb9f</code></a>
Revert <code>@turf/kinks</code> to 6.5.0 version (<a
href="https://redirect.github.com/Turfjs/turf/issues/2693">#2693</a>)</li>
<li><a
href="https://github.com/Turfjs/turf/commit/df7e42f5fa2ff06aece83c21c8b6a45b158eaba5"><code>df7e42f</code></a>
Fix <code>@turf/mask</code> benchmarks to exclude test fixtures that
are not usable (<a
href="https://redirect.github.com/Turfjs/turf/issues/2692">#2692</a>)</li>
<li><a
href="https://github.com/Turfjs/turf/commit/c470ea445de038984bb1708ba7447c6e6cb23019"><code>c470ea4</code></a>
Add test.example.js to the prettier ignore list because it is a
generated fil...</li>
<li><a
href="https://github.com/Turfjs/turf/commit/7275eb900f1ac7e1499e59ab7b7c037a479e1cd2"><code>7275eb9</code></a>
Stop turf-mask mutating by default, make it an option (<a
href="https://redirect.github.com/Turfjs/turf/issues/2635">#2635</a>)</li>
<li><a
href="https://github.com/Turfjs/turf/commit/c8f24e0171261c9cc4fd0c1d8d09d980822edc52"><code>c8f24e0</code></a>
Update <code>@types/geojson</code> to 7946.0.10 minimum (<a
href="https://redirect.github.com/Turfjs/turf/issues/2688">#2688</a>)</li>
<li><a
href="https://github.com/Turfjs/turf/commit/25917d8b2e56375bd8545fcdd88be7791bbcd4ff"><code>25917d8</code></a>
Rework prettier setup (<a
href="https://redirect.github.com/Turfjs/turf/issues/2677">#2677</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Turfjs/turf/compare/v7.0.0...v7.1.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent eaec19a commit 0b9903aCopy full SHA for 0b9903a
File tree
2 files changed
+16
-14
lines changedFilter options
- typescript
- packages/subsurface-viewer
2 files changed
+16
-14
lines changedtypescript/package-lock.json
Copy file name to clipboardExpand all lines: typescript/package-lock.json+15-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
typescript/packages/subsurface-viewer/package.json
Copy file name to clipboardExpand all lines: typescript/packages/subsurface-viewer/package.json+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
0 commit comments