Skip to content

fix(deps): update dependency shpjs to v6#348

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/shpjs-6.x
Open

fix(deps): update dependency shpjs to v6#348
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/shpjs-6.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 12, 2026

This PR contains the following updates:

Package Change Age Confidence
shpjs ^4.0.4^6.0.0 age confidence

Release Notes

calvinmetcalf/shapefile-js (shpjs)

v6.2.0

Compare Source

Have you ever had people send you pathologically bad shapefiles where they somehow have the polygons going the wrong direction maybe even with holes inside that are also wound the wrong direction? What about bizarre shapes that are all one geometry but have polygons with holes in them that have other polygons inside them?

Me neither, but some guy in Perth Australia did so now we can handle it.

v6.1.0

Compare Source

v6.0.1

Compare Source

Major redesign

  1. rewrites all logic to use DataView objects (available in node and the browser) instead of node buffers.
  2. Avoid all node specific APIs in the library and its dependencies, this includes changing to use but-unzip for unzipping stuff.
  3. no more poly filling for older browsers, this means we've gone from 234K MINIFIED to 226K UNMINIFIED (97k minified).
  4. Adds new API to pass an object containing shp and optional dbf, prj and cpg properties, allowing you to easily shapefile where the pieces were given to you individually, (it's the same, function, just accepts an object now).
  5. updates to the readme.

v5.0.2

Compare Source

handles relative urls in projects now

v5.0.1: Now handles shapefiles that lie to you

Compare Source

should also work better with rollup

v5.0.0: Now with ESM modules

Compare Source

During a minor change to fix how inner rings were calculated I decided to modernize the code, we've upgraded to ESM modules and switched our build system to rollup. Additionally I removed lru cache as I don't think it was actually doing much and was causing some problems


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 12, 2026

Deploying geodatalytics with  Cloudflare Pages  Cloudflare Pages

Latest commit: f84371c
Status: ✅  Deploy successful!
Preview URL: https://1ddbacb0.geodatalytics.pages.dev
Branch Preview URL: https://renovate-shpjs-6-x.geodatalytics.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/shpjs-6.x branch from becf1c3 to f84371c Compare March 13, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants