Skip to content

v2.18.6

Choose a tag to compare

@github-actions github-actions released this 19 Jul 20:24
· 140 commits to main since this release

Fixed

  • DeepSource JS-0067 on sqlite-bootstrap rewrite — The v2.18.4 fix rewrote sqlite-bootstrap.ts with two new top-level function declarations (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 to failure on f0249d0 and stayed failing on e2ddb57. Converted all five top-level functions in sqlite-bootstrap.ts to const arrow functions (idiomatic ESM, no behavior change) so the gate passes. No app.js changes 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