Releases: balena-io/balena-sdk
v21.7.4
v21.7.3
v21.7.2
v21.7.1
v21.7.0
v21.6.1
v21.6.0
v21.5.0
a7050bc (Extend the retryRateLimitedRequests sdk option to also accept a function, 2025-06-02)
c558ac9 (tests: Only retry ratelimited requests with retry delay < 1m, 2025-06-02)
b0cf350 (Log tests: Increase timeout between logs in setup, 2025-05-30)
2c110d8 (tests: Skip the org logo tests temporarily, 2025-06-04)
v21.4.7
Update dependency lint-staged to v16
Notable 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: - #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.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
9ea3d70 (Update dependency lint-staged to v16, 2025-05-29)