Skip to content

Commit dbf08cb

Browse files
ryan-williamsclaude
andcommitted
Bump pyrmts JS to 3bf5109; drop the unused h3-js devDep
`5f22b1d` (dist @ `cf10456`) → `3bf5109` (dist @ `01fb5e9`) across all six pins in `www`, `gbfs/api`, and `gbfs/cascade`. Picks up: - `d9cb681` — `pyrmts-geo` S2 cell-id range math (`s2-range.ts`), upstreamed from nj-crashes. Unused here so far. - `01fb5e9` — `sideEffects: false` on all four packages. The tree-shaking hint changes nothing for us, measured rather than assumed: `index-mpyRhmPe.js` (759.56 kB) and `index-basic-Mw-eZuqT.js` (1,071.03 kB) come out byte-identical, same content hashes. Rollup had already concluded these modules are side-effect-free. Taking the bump to stay current, not for a win. `h3-js` was a `devDependency` no source file imports — the last real H3 artifact in the tree. Everything else that greps as "h3" is an HTML heading, a historical comment, or `s2Index.latLngToCell` (S2, not H3). Verified: www `tsc` + `build` clean; `gbfs/api` `tsc` clean + 207 tests pass; `gbfs/cascade` `tsc` clean + 113 tests pass. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GgLAzeRJeNeyizG4XHWRBK
1 parent b71aa37 commit dbf08cb

6 files changed

Lines changed: 49 additions & 69 deletions

File tree

gbfs/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@rdub/thrds": "https://github.com/runsascoded/thrds#ts-dist",
2020
"@resvg/resvg-wasm": "^2.6.2",
2121
"hyparquet": "https://github.com/runsascoded/hyparquet#0f355ea5a37dcb9b29a43e33a3d45ce660c80798",
22-
"pyrmts": "https://github.com/runsascoded/pyrmts#5f22b1da73930adc23fd6f8fed2136261c0c4132&path:/js/packages/pyrmts",
23-
"pyrmts-cfw": "https://github.com/runsascoded/pyrmts#5f22b1da73930adc23fd6f8fed2136261c0c4132&path:/js/packages/pyrmts-cfw",
24-
"pyrmts-geo": "https://github.com/runsascoded/pyrmts#5f22b1da73930adc23fd6f8fed2136261c0c4132&path:/js/packages/pyrmts-geo",
22+
"pyrmts": "https://github.com/runsascoded/pyrmts#3bf5109f04535c4fadfb605c6c29d0d66e170393&path:/js/packages/pyrmts",
23+
"pyrmts-cfw": "https://github.com/runsascoded/pyrmts#3bf5109f04535c4fadfb605c6c29d0d66e170393&path:/js/packages/pyrmts-cfw",
24+
"pyrmts-geo": "https://github.com/runsascoded/pyrmts#3bf5109f04535c4fadfb605c6c29d0d66e170393&path:/js/packages/pyrmts-geo",
2525
"satori": "^0.26.0"
2626
}
2727
}

gbfs/api/pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gbfs/cascade/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@aws-sdk/client-s3": "^3.700.0",
3333
"@smithy/node-http-handler": "^4.9.3",
3434
"hyparquet-writer": "^0.13.0",
35-
"pyrmts": "https://github.com/runsascoded/pyrmts#5f22b1da73930adc23fd6f8fed2136261c0c4132&path:/js/packages/pyrmts",
36-
"pyrmts-cfw": "https://github.com/runsascoded/pyrmts#5f22b1da73930adc23fd6f8fed2136261c0c4132&path:/js/packages/pyrmts-cfw",
37-
"pyrmts-geo": "https://github.com/runsascoded/pyrmts#5f22b1da73930adc23fd6f8fed2136261c0c4132&path:/js/packages/pyrmts-geo"
35+
"pyrmts": "https://github.com/runsascoded/pyrmts#3bf5109f04535c4fadfb605c6c29d0d66e170393&path:/js/packages/pyrmts",
36+
"pyrmts-cfw": "https://github.com/runsascoded/pyrmts#3bf5109f04535c4fadfb605c6c29d0d66e170393&path:/js/packages/pyrmts-cfw",
37+
"pyrmts-geo": "https://github.com/runsascoded/pyrmts#3bf5109f04535c4fadfb605c6c29d0d66e170393&path:/js/packages/pyrmts-geo"
3838
}
3939
}

gbfs/cascade/pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"plotly.js": "https://github.com/runsascoded/plotly.js#1aa3c51cfd293aefb31ea8861dcc6b14105848fe",
2626
"pltly": "https://gitlab.com/runsascoded/js/pltly/-/archive/9c64c11de2aa3656c308dfdad56eafbc5c2fb32e/pltly-9c64c11de2aa3656c308dfdad56eafbc5c2fb32e.tar.gz",
2727
"pnpm-dep-source": "^0.1.0",
28-
"pyrmts": "https://github.com/runsascoded/pyrmts#5f22b1da73930adc23fd6f8fed2136261c0c4132&path:/js/packages/pyrmts",
29-
"pyrmts-geo": "https://github.com/runsascoded/pyrmts#5f22b1da73930adc23fd6f8fed2136261c0c4132&path:/js/packages/pyrmts-geo",
28+
"pyrmts": "https://github.com/runsascoded/pyrmts#3bf5109f04535c4fadfb605c6c29d0d66e170393&path:/js/packages/pyrmts",
29+
"pyrmts-geo": "https://github.com/runsascoded/pyrmts#3bf5109f04535c4fadfb605c6c29d0d66e170393&path:/js/packages/pyrmts-geo",
3030
"react": "^18.2.0",
3131
"react-dom": "^18.2.0",
3232
"react-icons": "^5.5.0",
@@ -45,7 +45,6 @@
4545
"@types/react": "^18.2.52",
4646
"@types/react-dom": "^18.2.18",
4747
"@vitejs/plugin-react": "^4.3.4",
48-
"h3-js": "^4.4.0",
4948
"s2js": "^1.44.0",
5049
"scrns": "https://gitlab.com/runsascoded/js/scrns/-/archive/17a7273a3d08d7b50e519dcecdbbfd42bf1623e9/scrns-17a7273a3d08d7b50e519dcecdbbfd42bf1623e9.tar.gz",
5150
"serve": "^14.2.5",

www/pnpm-lock.yaml

Lines changed: 7 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)