v2.18.6
Fixed
- DeepSource JS-0067 on sqlite-bootstrap rewrite — The v2.18.4 fix rewrote
sqlite-bootstrap.tswith two new top-levelfunctiondeclarations (normalizeParams,probeBackend) on top of the three pre-existing ones, and DeepSource's diff-based quality gate flagged the newly-introduced top-level functions as blocking (JS-0067: "Top-level function declarations found — convert to const arrow functions or wrap in IIFE"). The DeepSource: JavaScript commit status flipped tofailureonf0249d0and stayed failing one2ddb57. Converted all five top-level functions insqlite-bootstrap.tstoconstarrow functions (idiomatic ESM, no behavior change) so the gate passes. Noapp.jschanges in this commit — its pre-existing top-level functions are out of this commit's diff and not re-counted.
Full Changelog: v2.18.5...v2.18.6