Update dependency mapshaper to ^0.7.0 #454

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

This PR contains the following updates:

Package Type Update Change
mapshaper dependencies minor ^0.6.79 -> ^0.7.0

Release Notes

mbloch/mapshaper (mapshaper)

v0.7.0

Compare Source

  • Added support for command files: a sequence of mapshaper commands stored in a .txt file, with # comments and no need for shell quoting or backslash line continuations. Run a command file with -run <file> (or just mapshaper commands.txt).
  • Added {{VAR}} variable interpolation for mapshaper command options, resolved at run time against environment variables ({{env.HOME}}), variables set by -vars and -defaults, and variables defined dynamically by commands like -calc, -define and -each.
  • Added the -vars command to assign variables (from key=value pairs or a JSON file) and the -defaults command to set variables only if they are not already defined.
  • The -dissolve command now repairs polygon topology by default, producing correct output on inputs that contain overlaps, gaps or other topology errors. The legacy fast algorithm is still available via -dissolve no-repair, which prints a warning if it detects segment intersections in the input.
  • The -dissolve2 command is now a deprecated alias for -dissolve.
  • Added a batch-mode flag to the -i command, which makes batch processing of multiple input files explicit (mapshaper *.shp batch-mode -o dest/). Implicit batch mode (triggered by passing multiple files without a flag) is now deprecated and will print a notice; the default will change in a future release so multiple files are imported together unless batch-mode is given.

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 | minor | [`^0.6.79` -> `^0.7.0`](https://renovatebot.com/diffs/npm/mapshaper/0.6.121/0.7.0) | --- ### Release Notes <details> <summary>mbloch/mapshaper (mapshaper)</summary> ### [`v0.7.0`](https://github.com/mbloch/mapshaper/releases/tag/v0.7.0) [Compare Source](https://github.com/mbloch/mapshaper/compare/v0.6.121...v0.7.0) - Added support for command files: a sequence of mapshaper commands stored in a `.txt` file, with `#` comments and no need for shell quoting or backslash line continuations. Run a command file with `-run <file>` (or just `mapshaper commands.txt`). - Added `{{VAR}}` variable interpolation for mapshaper command options, resolved at run time against environment variables (`{{env.HOME}}`), variables set by `-vars` and `-defaults`, and variables defined dynamically by commands like `-calc`, `-define` and `-each`. - Added the -vars command to assign variables (from key=value pairs or a JSON file) and the -defaults command to set variables only if they are not already defined. - The -dissolve command now repairs polygon topology by default, producing correct output on inputs that contain overlaps, gaps or other topology errors. The legacy fast algorithm is still available via -dissolve no-repair, which prints a warning if it detects segment intersections in the input. - The -dissolve2 command is now a deprecated alias for -dissolve. - Added a `batch-mode` flag to the -i command, which makes batch processing of multiple input files explicit (mapshaper \*.shp batch-mode -o dest/). Implicit batch mode (triggered by passing multiple files without a flag) is now deprecated and will print a notice; the default will change in a future release so multiple files are imported together unless `batch-mode` is given. </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-21 04:01:58 +02:00
bot scheduled this pull request to auto merge when all checks succeed 2026-04-21 04:01:59 +02:00
bot merged commit f768306651 into main 2026-04-21 04:02:01 +02:00
bot deleted branch renovate/mapshaper-0.x 2026-04-21 04:02:01 +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#454