Skip to content

chore(deps): bump the dependencies group across 1 directory with 9 updates#640

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-fc404a5de5
Closed

chore(deps): bump the dependencies group across 1 directory with 9 updates#640
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-fc404a5de5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the dependencies group with 9 updates in the / directory:

Package From To
@turf/area 7.3.3 7.3.4
@turf/bbox 7.3.3 7.3.4
@turf/buffer 7.3.3 7.3.4
@turf/center-of-mass 7.3.3 7.3.4
@turf/circle 7.3.3 7.3.4
@turf/length 7.3.3 7.3.4
fetch-jsonp 1.3.0 1.4.0
maplibre-gl 5.17.0 5.19.0
rimraf 6.1.2 6.1.3

Updates @turf/area from 7.3.3 to 7.3.4

Release notes

Sourced from @​turf/area's releases.

v7.3.4

Fixed a couple of backwards steps, one that was causing build breaks for users and a bug fix that wasn't backwards compatible.

What's Changed

Full Changelog: Turfjs/turf@v7.3.3...v7.3.4

Commits
  • a087864 v7.3.4
  • 4e70cc2 Added newer kdbush types to @​turf/turf as a dependency to address a clustersD...
  • 53872db Reverted backward incompatible fix to nearestPointOnLine introduced by PR #29...
  • a8a75d6 Fix GitHub Actions badge link in README
  • 9653dba Fix GitHub Actions badge link in README
  • 2669e6a Merge pull request #3014 from Turfjs/releases/7.3.3
  • See full diff in compare view

Updates @turf/bbox from 7.3.3 to 7.3.4

Release notes

Sourced from @​turf/bbox's releases.

v7.3.4

Fixed a couple of backwards steps, one that was causing build breaks for users and a bug fix that wasn't backwards compatible.

What's Changed

Full Changelog: Turfjs/turf@v7.3.3...v7.3.4

Commits
  • a087864 v7.3.4
  • 4e70cc2 Added newer kdbush types to @​turf/turf as a dependency to address a clustersD...
  • 53872db Reverted backward incompatible fix to nearestPointOnLine introduced by PR #29...
  • a8a75d6 Fix GitHub Actions badge link in README
  • 9653dba Fix GitHub Actions badge link in README
  • 2669e6a Merge pull request #3014 from Turfjs/releases/7.3.3
  • See full diff in compare view

Updates @turf/buffer from 7.3.3 to 7.3.4

Release notes

Sourced from @​turf/buffer's releases.

v7.3.4

Fixed a couple of backwards steps, one that was causing build breaks for users and a bug fix that wasn't backwards compatible.

What's Changed

Full Changelog: Turfjs/turf@v7.3.3...v7.3.4

Commits
  • a087864 v7.3.4
  • 4e70cc2 Added newer kdbush types to @​turf/turf as a dependency to address a clustersD...
  • 53872db Reverted backward incompatible fix to nearestPointOnLine introduced by PR #29...
  • a8a75d6 Fix GitHub Actions badge link in README
  • 9653dba Fix GitHub Actions badge link in README
  • 2669e6a Merge pull request #3014 from Turfjs/releases/7.3.3
  • See full diff in compare view

Updates @turf/center-of-mass from 7.3.3 to 7.3.4

Release notes

Sourced from @​turf/center-of-mass's releases.

v7.3.4

Fixed a couple of backwards steps, one that was causing build breaks for users and a bug fix that wasn't backwards compatible.

What's Changed

Full Changelog: Turfjs/turf@v7.3.3...v7.3.4

Commits
  • a087864 v7.3.4
  • 4e70cc2 Added newer kdbush types to @​turf/turf as a dependency to address a clustersD...
  • 53872db Reverted backward incompatible fix to nearestPointOnLine introduced by PR #29...
  • a8a75d6 Fix GitHub Actions badge link in README
  • 9653dba Fix GitHub Actions badge link in README
  • 2669e6a Merge pull request #3014 from Turfjs/releases/7.3.3
  • See full diff in compare view

Updates @turf/circle from 7.3.3 to 7.3.4

Release notes

Sourced from @​turf/circle's releases.

v7.3.4

Fixed a couple of backwards steps, one that was causing build breaks for users and a bug fix that wasn't backwards compatible.

What's Changed

Full Changelog: Turfjs/turf@v7.3.3...v7.3.4

Commits
  • a087864 v7.3.4
  • 4e70cc2 Added newer kdbush types to @​turf/turf as a dependency to address a clustersD...
  • 53872db Reverted backward incompatible fix to nearestPointOnLine introduced by PR #29...
  • a8a75d6 Fix GitHub Actions badge link in README
  • 9653dba Fix GitHub Actions badge link in README
  • 2669e6a Merge pull request #3014 from Turfjs/releases/7.3.3
  • See full diff in compare view

Updates @turf/length from 7.3.3 to 7.3.4

Release notes

Sourced from @​turf/length's releases.

v7.3.4

Fixed a couple of backwards steps, one that was causing build breaks for users and a bug fix that wasn't backwards compatible.

What's Changed

Full Changelog: Turfjs/turf@v7.3.3...v7.3.4

Commits
  • a087864 v7.3.4
  • 4e70cc2 Added newer kdbush types to @​turf/turf as a dependency to address a clustersD...
  • 53872db Reverted backward incompatible fix to nearestPointOnLine introduced by PR #29...
  • a8a75d6 Fix GitHub Actions badge link in README
  • 9653dba Fix GitHub Actions badge link in README
  • 2669e6a Merge pull request #3014 from Turfjs/releases/7.3.3
  • See full diff in compare view

Updates fetch-jsonp from 1.3.0 to 1.4.0

Release notes

Sourced from fetch-jsonp's releases.

v1.4.0

What's Changed

Bug Fix

  • crossorigin attribute value corrected: Previously hardcoded to the non-standard string 'true'. Now defaults to 'anonymous' (per HTML spec) when set to true, and also accepts explicit string values like 'use-credentials'. This is a backwards-compatible fix — existing users with crossorigin: true will now get the correct anonymous CORS behavior.

New Feature

  • fetchPriority option (#70, #73): Control the priority of the JSONP script request with 'high', 'low', or 'auto'. Widely supported in modern browsers (MDN) and safely ignored in unsupported browsers. Thanks to @​trudbot!

Chore

  • Added types field to package.json so npm correctly shows the TS badge instead of the DT badge (#71). Thanks to @​karlhorky!

Full Changelog

https://github.com/camsong/fetch-jsonp/blob/master/HISTORY.md

Changelog

Sourced from fetch-jsonp's changelog.

1.4.0 / 2026-2-27

  • fix: crossorigin attribute now correctly defaults to 'anonymous' instead of 'true'; also accepts string values like 'use-credentials'
  • feat: add fetchPriority option support ('high' | 'low' | 'auto'), thanks to @​trudbot #73
  • chore: add types field to package.json for correct npm TS badge, thanks to @​karlhorky #71
Commits

Updates maplibre-gl from 5.17.0 to 5.19.0

Release notes

Sourced from maplibre-gl's releases.

v5.19.0

✨ Features and improvements

  • Change the return type of LngLatBounds.toArray() to use a more precise type (#7156) (by @​n4n5)
  • Add anisotropicFilterPitch map option to set the pitch above which the anisotropic filter is applied to all raster layers, the default of which is 20° (#7134) (by larsmaxfield)
  • Add source id to error message (#7107) (by HarelM)

🐞 Bug fixes

  • Fix SDF icon-text-fit rendering by correctly unpacking packed shader values in symbol_sdf.vertex.glsl, with render-test coverage (#7141, fixes #6953) (by @​pcardinal)
  • Fix correct bounds calculation for GeoJSON with elevation (#6963) (by @​simonmnt)
  • Fix: support elevation in bounds calculation (#7135) (by simonmnt)
  • Fix Firefox "Alpha-premult deprecated for non-DOM uploads" warning (#7128) (by @​birkskyum)
  • Fix raster tiles rendering with glyph/icon atlas content after WebGL context loss (#7126) (by @​birkskyum)
  • Fix popup tip in RTL pages (#7157) (by @​HarelM)

v5.18.0

✨ Features and improvements

🐞 Bug fixes

  • Fix WebGL context loss error when style is not yet loaded (#7094) (by @​kaigritun)
  • Fix updating terrain tiles on feature state changes (#6231) (by @​pstaszek)
  • Fix LngLatBounds.intersects for zero-width bounds (#7055) (by @​lucaswoj)
  • Fix GlobeControl not updating when Map.setProjection() is called programmatically (#7005, #7075) (by @​CommanderStorm)
  • Fix map.getProjection() returning undefined after calling map.setProjection() with the default "mercator" projection (#7072)
  • Fix incorrect text placement along line in 3D mode (#7039) (by @​russellporter)
  • When the prefers-reduced-motion media query is active, we now no longer display the pulsing GeoLocation animation (#7066) (by @​CommanderStorm)
Changelog

Sourced from maplibre-gl's changelog.

5.19.0

✨ Features and improvements

  • Change the return type of LngLatBounds.toArray() to use a more precise type (#7156) (by @​n4n5)
  • Add anisotropicFilterPitch map option to set the pitch above which the anisotropic filter is applied to all raster layers, the default of which is 20° (#7134) (by larsmaxfield)
  • Add source id to error message (#7107) (by HarelM)

🐞 Bug fixes

  • Fix SDF icon-text-fit rendering by correctly unpacking packed shader values in symbol_sdf.vertex.glsl, with render-test coverage (#7141, fixes #6953) (by @​pcardinal)
  • Fix correct bounds calculation for GeoJSON with elevation (#6963) (by @​simonmnt)
  • Fix: support elevation in bounds calculation (#7135) (by simonmnt)
  • Fix Firefox "Alpha-premult deprecated for non-DOM uploads" warning (#7128) (by @​birkskyum)
  • Fix raster tiles rendering with glyph/icon atlas content after WebGL context loss (#7126) (by @​birkskyum)
  • Fix popup tip in RTL pages (#7157) (by @​HarelM)

5.18.0

✨ Features and improvements

🐞 Bug fixes

  • Fix WebGL context loss error when style is not yet loaded (#7094) (by @​kaigritun)
  • Fix updating terrain tiles on feature state changes (#6231) (by @​pstaszek)
  • Fix LngLatBounds.intersects for zero-width bounds (#7055) (by @​lucaswoj)
  • Fix GlobeControl not updating when Map.setProjection() is called programmatically (#7005, #7075) (by @​CommanderStorm)
  • Fix map.getProjection() returning undefined after calling map.setProjection() with the default "mercator" projection (#7072)
  • Fix incorrect text placement along line in 3D mode (#7039) (by @​russellporter)
  • When the prefers-reduced-motion media query is active, we now no longer display the pulsing GeoLocation animation (#7066) (by @​CommanderStorm)
Commits

Updates rimraf from 6.1.2 to 6.1.3

Commits

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@turf/area](https://github.com/Turfjs/turf) | `7.3.3` | `7.3.4` |
| [@turf/bbox](https://github.com/Turfjs/turf) | `7.3.3` | `7.3.4` |
| [@turf/buffer](https://github.com/Turfjs/turf) | `7.3.3` | `7.3.4` |
| [@turf/center-of-mass](https://github.com/Turfjs/turf) | `7.3.3` | `7.3.4` |
| [@turf/circle](https://github.com/Turfjs/turf) | `7.3.3` | `7.3.4` |
| [@turf/length](https://github.com/Turfjs/turf) | `7.3.3` | `7.3.4` |
| [fetch-jsonp](https://github.com/camsong/fetch-jsonp) | `1.3.0` | `1.4.0` |
| [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.17.0` | `5.19.0` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.1.2` | `6.1.3` |



Updates `@turf/area` from 7.3.3 to 7.3.4
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.3.3...v7.3.4)

Updates `@turf/bbox` from 7.3.3 to 7.3.4
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.3.3...v7.3.4)

Updates `@turf/buffer` from 7.3.3 to 7.3.4
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.3.3...v7.3.4)

Updates `@turf/center-of-mass` from 7.3.3 to 7.3.4
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.3.3...v7.3.4)

Updates `@turf/circle` from 7.3.3 to 7.3.4
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.3.3...v7.3.4)

Updates `@turf/length` from 7.3.3 to 7.3.4
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.3.3...v7.3.4)

Updates `fetch-jsonp` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/camsong/fetch-jsonp/releases)
- [Changelog](https://github.com/camsong/fetch-jsonp/blob/master/HISTORY.md)
- [Commits](camsong/fetch-jsonp@v1.3.0...v1.4.0)

Updates `maplibre-gl` from 5.17.0 to 5.19.0
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-gl-js@v5.17.0...v5.19.0)

Updates `rimraf` from 6.1.2 to 6.1.3
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.1.2...v6.1.3)

---
updated-dependencies:
- dependency-name: "@turf/area"
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@turf/bbox"
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@turf/buffer"
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@turf/center-of-mass"
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@turf/circle"
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@turf/length"
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fetch-jsonp
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: maplibre-gl
  dependency-version: 5.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rimraf
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 2, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Mar 2, 2026

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 16, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-fc404a5de5 branch March 16, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants