Commit dbf08cb
Bump pyrmts JS to
`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_01GgLAzeRJeNeyizG4XHWRBK3bf5109; drop the unused h3-js devDep1 parent b71aa37 commit dbf08cb
6 files changed
Lines changed: 49 additions & 69 deletions
File tree
- gbfs
- api
- cascade
- www
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments