Releases: balena-io-modules/abstract-sql-compiler
v10.3.2
v10.3.1
v10.3.0
v10.2.12
Update dependency lint-staged to v16
Notable changes
- #1536
e729daa
Thanks @iiroj! - A new flag--no-revert
has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state. - #1550
b27fa3f
Thanks @iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files. - #1558
c37dc38
Thanks @iiroj! - The minimum required Node.js version is lowered to20.17
following nano-spawn@1.0.2. - #1546
158d15c
Thanks @iiroj! - Processes are spawned using nano-spawn instead of execa. If you are using Node.js scripts as tasks, you might need to explicitly run them withnode
, especially when using Windows: - #1546
158d15c
Thanks @iiroj! - The--shell
flag has been removed and lint-staged no longer supports evaluating commands directly via a shell. To migrate existing commands, you can create a shell script and invoke it instead. Lint-staged will pass matched staged files as a list of arguments, accessible via"$@​"
:
lint-staged/lint-staged (lint-staged)
v16.1.0
Minor Changes
-
#1536
e729daa
Thanks @iiroj! - A new flag--no-revert
has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state. -
#1550
b27fa3f
Thanks @iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.
Patch Changes
- #1558
c37dc38
Thanks @iiroj! - The minimum required Node.js version is lowered to20.17
following nano-spawn@1.0.2.
v16.0.0
Major Changes
-
#1546
158d15c
Thanks @iiroj! - Processes are spawned using nano-spawn instead of execa. If you are using Node.js scripts as tasks, you might need to explicitly run them withnode
, especially when using Windows:{ "*.js": "node my-js-linter.js" }
-
#1546
158d15c
Thanks @iiroj! - The--shell
flag has been removed and lint-staged no longer supports evaluating commands directly via a shell. To migrate existing commands, you can create a shell script and invoke it instead. Lint-staged will pass matched staged files as a list of arguments, accessible via"$@​"
:
List of commits
65f51a7 (Update dependency lint-staged to v16, 2025-06-04)
v10.2.11
v10.2.10
v10.2.9
1892c9b (Avoid using lodash for duration node validation, 2025-04-07)
0323851 (Avoid using lodash types, 2025-04-07)
a411088 (Avoid using lodash identity
method, 2025-04-07)
6509199 (Use native version of find
, 2025-04-07)
6c47e51 (Use native version of flatMap
, 2025-04-07)
35f8c30 (Use native version of isEqual
, 2025-04-07)
c54e44a (Use native version of mapValues
, 2025-04-07)
091d220 (Use native version of uniq
, 2025-04-07)
14d0033 (Avoid lodash chaining / move lodash to a dev dependency, 2025-04-07)
v10.2.8
v10.2.7
v10.2.6
35caa58 (Tests: convert test/odata/stress to typescript, 2025-04-07)
75492ad (Tests: convert test/odata/select to typescript, 2025-04-07)
601c525 (Tests: convert test/odata/resource_parsing to typescript, 2025-04-07)
fec1912 (Tests: convert test/odata/paging to typescript, 2025-04-07)
1bd82f3 (Tests: convert test/odata/orderby to typescript, 2025-04-07)
206aaf4 (Tests: convert test/odata/filterby to typescript, 2025-04-07)
031750d (Tests: convert test/odata/expand to typescript, 2025-04-07)
18ec8de (Tests: convert test/sbvr/test to typescript, 2025-04-07)
a275ef7 (Tests: convert test/sbvr/pilots to typescript, 2025-04-07)
c41377f (Tests: convert test/sbvr/reference-type to typescript, 2025-04-07)
3f2373a (Clean up javascript references, 2025-04-07)