File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ Unreleased]
99
1010### Updated
1111- Fixed types for GTFS-realtime models
12+ - Dependency Updates
1213
1314## [ 4.18.1] - 2025-10-14
1415
Original file line number Diff line number Diff line change 100100 }
101101 },
102102 "dependencies" : {
103- "@turf/helpers" : " 7.2.0 " ,
104- "better-sqlite3" : " 12.4.1 " ,
103+ "@turf/helpers" : " 7.3.1 " ,
104+ "better-sqlite3" : " 12.5.0 " ,
105105 "csv-parse" : " 6.1.0" ,
106106 "csv-stringify" : " 6.6.0" ,
107107 "gtfs-realtime-bindings" : " 1.1.1" ,
118118 "yoctocolors" : " 2.1.2"
119119 },
120120 "devDependencies" : {
121- "@eslint/eslintrc" : " 3.3.1 " ,
122- "@eslint/js" : " 9.37.0 " ,
121+ "@eslint/eslintrc" : " 3.3.3 " ,
122+ "@eslint/js" : " 9.39.1 " ,
123123 "@types/better-sqlite3" : " 7.6.13" ,
124124 "@types/geojson" : " 7946.0.16" ,
125125 "@types/lodash-es" : " 4.17.12" ,
126126 "@types/node" : " 24" ,
127- "@types/yargs" : " 17.0.33 " ,
128- "eslint" : " 9.37.0 " ,
129- "globals" : " 16.4 .0" ,
127+ "@types/yargs" : " 17.0.35 " ,
128+ "eslint" : " 9.39.1 " ,
129+ "globals" : " 16.5 .0" ,
130130 "husky" : " 9.1.7" ,
131- "lint-staged" : " 16.2.4 " ,
132- "prettier" : " 3.6.2 " ,
133- "tsup" : " 8.5.0 " ,
131+ "lint-staged" : " 16.2.7 " ,
132+ "prettier" : " 3.7.4 " ,
133+ "tsup" : " 8.5.1 " ,
134134 "typescript" : " 5.9.3" ,
135- "typescript-eslint" : " 8.46 .1"
135+ "typescript-eslint" : " 8.48 .1"
136136 },
137137 "engines" : {
138138 "node" : " >= 20.11.0"
You can’t perform that action at this time.
0 commit comments