Update dependency mapshaper to v0.7.1 #461

Merged
bot merged 1 commits from renovate/mapshaper-0.x-lockfile into main 2026-04-25 04:02:57 +02:00
Member

This PR contains the following updates:

Package Type Update Change
mapshaper dependencies patch 0.7.0 -> 0.7.1

Release Notes

mbloch/mapshaper (mapshaper)

v0.7.1

Compare Source

  • Added documentation pages and a build script.
  • The -i command can now import a string of inline CSV data on the command line.
  • When exporting snapshot files from the CLI, targeted layers will all be visible when the snapshot is opened in the web UI.
  • Improved support for exporting CRS metadata in FlatGeobuf files.
  • Writing to a .kmz output filename now produces a real KMZ (zipped KML) instead of uncompressed KML.
  • The -vars and -defaults commands now write to a separate templating-scope store, distinct from the expression-scope store used by -define, -calc and -include. Values set by -vars are reachable from {{X}} substitution but no longer silently leak into JS expressions as bare names. Use -define for values you want visible in both contexts. {{X}} substitution falls back to the expression scope, so existing patterns like -calc 'N = count()' followed by {{N}} continue to work.

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 | |---|---|---|---| | [mapshaper](https://github.com/mbloch/mapshaper) | dependencies | patch | [`0.7.0` -> `0.7.1`](https://renovatebot.com/diffs/npm/mapshaper/0.7.0/0.7.1) | --- ### Release Notes <details> <summary>mbloch/mapshaper (mapshaper)</summary> ### [`v0.7.1`](https://github.com/mbloch/mapshaper/releases/tag/v0.7.1) [Compare Source](https://github.com/mbloch/mapshaper/compare/v0.7.0...v0.7.1) - Added documentation pages and a build script. - The -i command can now import a string of inline CSV data on the command line. - When exporting snapshot files from the CLI, targeted layers will all be visible when the snapshot is opened in the web UI. - Improved support for exporting CRS metadata in FlatGeobuf files. - Writing to a `.kmz` output filename now produces a real KMZ (zipped KML) instead of uncompressed KML. - The -vars and -defaults commands now write to a separate templating-scope store, distinct from the expression-scope store used by -define, -calc and -include. Values set by -vars are reachable from `{{X}}` substitution but no longer silently leak into JS expressions as bare names. Use -define for values you want visible in both contexts. `{{X}}` substitution falls back to the expression scope, so existing patterns like -calc 'N = count()' followed by `{{N}}` continue to work. </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-04-25 04:02:55 +02:00
bot scheduled this pull request to auto merge when all checks succeed 2026-04-25 04:02:55 +02:00
bot merged commit af262b0ad2 into main 2026-04-25 04:02:57 +02: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#461