Skip to content

Commit 42e519c

Browse files
authored
Merge pull request #176 from evansiroky/working-2024b-branch
Prepare for 2024b release
2 parents 3a4072e + c29548d commit 42e519c

10 files changed

+2965
-3065
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ sudo: false
22
dist: jammy
33
language: node_js
44
node_js:
5+
- "22"
56
- "21"
67
- "20"
78
- "19"

data/timezones-1970.geojson.geo.dat

638 KB
Binary file not shown.

data/timezones-1970.geojson.index.json

+1-1
Large diffs are not rendered by default.

data/timezones-now.geojson.geo.dat

180 KB
Binary file not shown.

data/timezones-now.geojson.index.json

+1-1
Large diffs are not rendered by default.

data/timezones.geojson.geo.dat

691 KB
Binary file not shown.

data/timezones.geojson.index.json

+1-1
Large diffs are not rendered by default.

package-lock.json

+2,931-3,047
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"homepage": "https://github.com/evansiroky/node-geo-tz#readme",
1818
"engines": {
19-
"node": ">=12"
19+
"node": ">=16"
2020
},
2121
"funding": {
2222
"url": "https://github.com/sponsors/evansiroky"
@@ -73,41 +73,41 @@
7373
},
7474
"devDependencies": {
7575
"@types/async": "^3.2.24",
76-
"@types/chai": "^4.3.11",
76+
"@types/chai": "^4.3.19",
7777
"@types/follow-redirects": "^1.14.4",
7878
"@types/geobuf": "^3.0.4",
79-
"@types/jsts": "^0.17.14",
80-
"@types/lodash": "^4.14.202",
81-
"@types/mocha": "^10.0.6",
79+
"@types/jsts": "^0.17.24",
80+
"@types/lodash": "^4.17.7",
81+
"@types/mocha": "^10.0.7",
8282
"@types/yauzl": "^2.10.3",
8383
"@typescript-eslint/eslint-plugin": "^6.16.0",
8484
"@typescript-eslint/parser": "^6.16.0",
85-
"async": "^3.2.5",
85+
"async": "^3.2.6",
8686
"chai": "^4.3.10",
8787
"eslint": "^8.56.0",
8888
"eslint-config-prettier": "^9.1.0",
8989
"eslint-config-standard": "^17.1.0",
90-
"eslint-plugin-import": "^2.29.1",
90+
"eslint-plugin-import": "^2.30.0",
9191
"eslint-plugin-node": "^11.1.0",
92-
"eslint-plugin-prettier": "^5.1.2",
93-
"eslint-plugin-promise": "^6.1.1",
94-
"follow-redirects": "^1.15.4",
92+
"eslint-plugin-prettier": "^5.2.1",
93+
"eslint-plugin-promise": "^6.6.0",
94+
"follow-redirects": "^1.15.9",
9595
"jsts": "2.6.1",
9696
"lodash": "^4.17.21",
9797
"microbundle": "^0.15.1",
98-
"mocha": "^10.2.0",
98+
"mocha": "^10.7.3",
9999
"nock": "^13.4.0",
100100
"npm-run-all": "^4.1.5",
101101
"nyc": "^15.1.0",
102102
"prettier": "^3.1.1",
103-
"semantic-release": "^22.0.12",
103+
"semantic-release": "^24.1.0",
104104
"ts-node": "^10.9.2",
105105
"typescript": "^5.3.3",
106-
"yauzl": "^2.10.0"
106+
"yauzl": "^3.1.3"
107107
},
108108
"dependencies": {
109-
"@turf/boolean-point-in-polygon": "^6.5.0",
110-
"@turf/helpers": "^6.5.0",
109+
"@turf/boolean-point-in-polygon": "^7.1.0",
110+
"@turf/helpers": "^7.1.0",
111111
"geobuf": "^3.0.2",
112112
"pbf": "^3.2.1"
113113
}

tests/fixtures/issues.json

+15
Original file line numberDiff line numberDiff line change
@@ -269,5 +269,20 @@
269269
"lat": 70.922533,
270270
"lon": -8.714836,
271271
"description": "#158 - 2023b - test for Europe/Oslo"
272+
}, {
273+
"zid": "Asia/Ulaanbaatar",
274+
"lat": 46.38025,
275+
"lon": 96.22243,
276+
"description": "#174 - 2024b - test for Asia/Ulaanbaatar"
277+
}, {
278+
"zid": "Asia/Ulaanbaatar",
279+
"lat": 49.87329,
280+
"lon": 115.73496,
281+
"description": "#174 - 2024b - test for Asia/Ulaanbaatar"
282+
}, {
283+
"zid": "Asia/Hovd",
284+
"lat": 47.96326,
285+
"lon": 91.62525,
286+
"description": "#174 - 2024b - test for Asia/Hovd"
272287
}
273288
]

0 commit comments

Comments
 (0)