Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency mapshaper to ^0.6.87 #313

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mapshaper ^0.6.25 -> ^0.6.87 age adoption passing confidence

Release Notes

mbloch/mapshaper (mapshaper)

v0.6.87

Compare Source

  • Bug fixes

v0.6.86

Compare Source

  • Bug fixes

v0.6.85

Compare Source

  • Added -rectangles bbox= option, which uses an expression to generate rectangle coords for each feature.

v0.6.84

Compare Source

  • Catch a polygon drawing error.

v0.6.83

Compare Source

  • Added basemap buttons to the map.

v0.6.82

Compare Source

  • Added geos (Geostationary Satellite View) projection.

v0.6.81

Compare Source

  • [web] Add feature deletion to the context menu.
  • [web] Automatically close polygons when using Alt/Cmd-drag to draw paths.

v0.6.80

Compare Source

  • [web] Added pencil-style path drawing using Alt-drag or Cmd-drag.

v0.6.79

Compare Source

  • [web] Added "delete point" to the point editing context menu.

v0.6.78

Compare Source

  • [web] Combined "drag points" and "add points" tools into a single "add/edit points" tool.
  • [web] Enable point and path drawing when no layers have been added.

v0.6.77

Compare Source

  • [web] Updated import interface.
  • [web] Users can turn on the basemap, use the console and more without first importing a file.
  • [web] Added undo to "add points" tool.

v0.6.76

Compare Source

  • [web] Added right-click/ctrl-click context menu.

v0.6.75

Compare Source

  • Added auto-detection of GB18030 text encoding (used in some Chinese language Shapefiles).
  • Improvements to polygon drawing.

v0.6.74

Compare Source

  • Bug fixes

v0.6.73

Compare Source

  • Added drawing/reshaping to polygon layer editing menu.
  • Added info box with drawing instructions.

v0.6.72

Compare Source

  • Bug fix

v0.6.71

Compare Source

  • [web] Added a new edit mode for polyline layers: line drawing combined with line reshaping (by adding and dragging vertices), removed the old "edit vertices" menu item.
  • [web] Added attribute editing to the inspection control, removed the "edit attributes" menu item.
  • [web] Added a new button ("Frame") to the box tool buttons, which creates a rectangular map frame.

v0.6.70

Compare Source

  • Fix for bug affecting -mosaic and -polygon commands (they incorrectly incorporated paths from other layers).

v0.6.69

Compare Source

  • Web UI bug fixes

v0.6.68

Compare Source

  • [scalebar] giving a pair of distances creates a dual-unit scale bar (style b only).
  • [web] minor bug fixes and improvements.

v0.6.67

Compare Source

  • -rectangle command with width= option creates a "frame" layer to use as the extent of an SVG map by setting the size of the SVG viewport (an alternative to using -o fit-extent= option).
  • [web] Map symbols scale as the map zooms when a frame layer is visible.
  • [web] Draggable box tool resizes symmetrically with the shift key pressed.
  • [web] Allow selected layer to be temporarily hidden (via layers menu).

v0.6.66

Compare Source

  • [web] Added ability to edit attribute data of multiple selected features ("select features" tool).
  • [web] Added interactive tool for adding points to point-type layer by clicking on the map.
  • [web] Added "Add empty layer" button to the layers menu.
  • [web] Added center handle for dragging the interactive box tool.
  • Added -o fit-extent= option, to use a layer extent (typically a layer containing a single rectangle) for setting the extent of SVG output.

v0.6.65

Compare Source

  • Added "drag-to-resize" editing mode for resizing rectangles interactively.

v0.6.63

Compare Source

  • Add support for nested -if/-elif/-else/-endif commands.

v0.6.62

Compare Source

  • Removed restrictions on the allowable size of the graticule interval (in degrees).
  • Added targets object to the -run command expression context, giving access to multiple target layers.

v0.6.61

Compare Source

  • Introduced the fix-geometry option to the -snap and -o commands, for removing segment intersections caused by coordinate rounding and TopoJSON quantization.

v0.6.59

Compare Source

  • Second attempted fix for -require error on Windows.

v0.6.58

Compare Source

  • Fix for -require error on Windows.

v0.6.57

Compare Source

  • Added io.ifile() method for creating dynamic input files in the run command

v0.6.56

Compare Source

  • Added support for importing ES modules using the -require command.
  • Removed the -require init= function.

v0.6.55

Compare Source

  • Improvements to the web UI intersections tool.

v0.6.54

Compare Source

  • Only check for line self-intersections in web UI if user clicks the "Check line intersections" label.
  • Added support for curly-bracket delimited expressions to -run command strings.

v0.6.53

Compare Source

  • Added -classify outer-breaks=<min,max> option, for limiting the effective data range when calculating equal-interval breaks and continuous color ramps.

v0.6.52

Compare Source

  • Added -calc + option, which saves calc output to a new layer.
  • Added -info + option, which saves info output to a new layer.

v0.6.51

Compare Source

  • Improved support for running applyCommands() api function in a web browser.

v0.6.50

Compare Source

  • Fix for label dragging bug.

v0.6.49

Compare Source

  • Fix for issue #​610 (geojson getters in -run and -each should return polygons with RFC 7946 winding order).
  • -join interpolate now works correctly when the source layer contains overlapping polygons.

v0.6.48

Compare Source

  • Added target.geojson getter that returns the contenst of the target layer as a GeoJSON FeatureCollection. Useful in the -run command for passing layer data to an external script.

v0.6.47

Compare Source

  • Added support for using JSON data as an argument to the -i command.
  • Added an io object with an io.addInputFile() method to the -run command's expression context, to support loading dynamically generated datasets.

v0.6.46

Compare Source

  • Added save to clipboard option to web UI export menu.
  • In -each expressions, this.geojson setter now accepts nulls and FeatureCollectsions in addition to single Features.

v0.6.45

Compare Source

  • Added -o hoist= option for moving GeoJSON Feature properties to the root of each Feature.
  • Simplification data is removed from snapshot files (except for temporary snapshots in the web UI).

v0.6.44

Compare Source

  • Added -style css= option for adding inline CSS to SVG symbols.
  • Bug fixes

v0.6.43

Compare Source

  • Bug fixes

v0.6.42

Compare Source

  • Added "+ add field" button to web ui inspector in attribute editing mode.

v0.6.41

Compare Source

  • Bug fixes

v0.6.40

Compare Source

  • Added support for decimal degree formats in DMS functions, e.g. "[-]DDD.DDDDD°".
  • Added -o svg-bbox= option, for specifying the extent of SVG maps in projected map units.
  • Started adding version numbers to snapshots exported from the ribbon menu (e.g. "snapshot-01.msx").

v0.6.39

Compare Source

  • Added format_dms() and parse_dms() functions to -each expressions, for working with DMS-formatted coordinates.

v0.6.38

Compare Source

  • Added -symbols opacity= option.

v0.6.37

Compare Source

  • Support for simple line symbols using type-arrow head-length=0.

v0.6.36

Compare Source

  • Improved fill-effect=sphere gradient.
  • Sphere effect can be previewed in the web UI.

v0.6.35

Compare Source

  • Bug fixes

v0.6.34

Compare Source

  • Added -style fill-effect=sphere to apply a gradient effect to the outline of a globe.

v0.6.33

Compare Source

  • Bug fixes

v0.6.32

Compare Source

  • Web UI improvements

v0.6.31

Compare Source

  • Updates to gui file import dialog
  • Updated projection library

v0.6.30

Compare Source

  • Added -filter-fields invert option.

v0.6.29

Compare Source

  • Bug fixes

v0.6.28

Compare Source

  • Fix for bug that prevented importing data from stdin

v0.6.27

Compare Source

  • Bug fix

v0.6.26

Compare Source

  • Updated projections library to fix a bug.
  • Added getters partCount, isNull, bounds, width, and height to "this" object for point features in expressions.
  • Added undocumented "blacki" classification method.
  • Added collectIds() function to calc= expressions of the -join command.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 17, 2023
@vercel
Copy link

vercel bot commented Apr 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
swiss-maps ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 5, 2024 5:40pm

@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.27 Update dependency mapshaper to ^0.6.28 Apr 27, 2023
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.28 Update dependency mapshaper to ^0.6.29 May 9, 2023
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.29 Update dependency mapshaper to ^0.6.30 Jun 15, 2023
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.30 Update dependency mapshaper to ^0.6.31 Jun 24, 2023
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.31 Update dependency mapshaper to ^0.6.32 Jul 10, 2023
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.32 Update dependency mapshaper to ^0.6.33 Jul 13, 2023
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.33 Update dependency mapshaper to ^0.6.34 Jul 18, 2023
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.34 Update dependency mapshaper to ^0.6.35 Jul 19, 2023
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.35 Update dependency mapshaper to ^0.6.36 Jul 19, 2023
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.77 Update dependency mapshaper to ^0.6.78 Mar 29, 2024
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.78 Update dependency mapshaper to ^0.6.79 Mar 30, 2024
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.79 Update dependency mapshaper to ^0.6.80 Apr 1, 2024
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.80 Update dependency mapshaper to ^0.6.81 Apr 2, 2024
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.81 Update dependency mapshaper to ^0.6.82 Apr 3, 2024
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.82 Update dependency mapshaper to ^0.6.84 Apr 4, 2024
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.84 Update dependency mapshaper to ^0.6.85 Apr 4, 2024
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.85 Update dependency mapshaper to ^0.6.86 Apr 5, 2024
@renovate renovate bot changed the title Update dependency mapshaper to ^0.6.86 Update dependency mapshaper to ^0.6.87 Apr 5, 2024
@wereHamster wereHamster closed this Apr 6, 2024
Copy link
Contributor Author

renovate bot commented Apr 6, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.6.87). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant