Skip to content

Releases: balena-io-modules/node-docker-delta

v5.0.21

12 Jun 02:48
c109976

Choose a tag to compare

39ae061 (Pin dependencies, 2026-06-12)

v5.0.20

12 Jun 02:07
a015824

Choose a tag to compare

v5.0.19

12 Jun 00:38
895adda

Choose a tag to compare

Update dependency lint-staged to v17

Notable changes

  • #​1806 e692e58 - Update dependency tinyexec@^1.2.4.
  • #​1803 bdf2770 - Run all tests with Deno, in addition to Node.js and Bun.
  • #​1796 7508272 - Fix performance regression of lint-staged v17 by going back to using git add to stage task modifications. This was changed to git update-index --again in v17 for less manual work, but unfortunately the update-index command gets slower in very large Git repos.
  • #​1797 7b2505a - This version of lint-staged uses the new staged publishing for npm packages feature. Releases are already published from GitHub Actions with trusted publishing, but now an additional approval with two-factor authentication is also required.
  • #​1802 321b0a9 - Downgrade dependency tinyexec@1.2.2 to avoid issues in version 1.2.3.
  • #​1792 1f67271 - Correctly set the --max-arg-length default value based on the running platform. This controls how very long lists of staged files are split into multiple chunks.
  • #​1788 f95c1f8 - Another fix for making sure lint-staged adds task modifications correctly to the commit in the following cases:
  • #​1782 06813f9 Thanks @​iiroj! - Fix lint-staged behavior when implicitly committing files without using git add by either:
  • #​1779 88670ca Thanks @​iiroj! - Enable immutable GitHub releases
  • #​1776 4a5664b Thanks @​iiroj! - Adjust GitHub Actions workflow so that automatic publishing works with signed commits.
  • #​1745 e244adf Thanks @​iiroj! - Node.js v20 is no longer supported, and the oldest supported version is now 22.22.1, which is an active LTS version at the time of this release. Node.js 20 will be EOL after April 2026. Please upgrade your Node.js version!
  • #​1676 0584e0b Thanks @​outslept! - Lint-staged now tries to verify the installed Git version is at least 2.32.0, released in 2021. If you're using an even older Git version, you need to upgrade it before running lint-staged!
  • #​1745 2dcc40a Thanks @​iiroj! - The dependency yaml is now marked as optional and probably won't be installed by default. If you're using a YAML configuration file you should install the package separately:
  • #​1748 809d5ef Thanks @​iiroj! - Add new option --hide-all for hiding all unstaged changes and untracked files, before running tasks. This makes it easier to run tools like Knip which check for unused code. Untracked files are included in the backup stash and restored automatically after running.
  • #​1759 f13045a Thanks @​iiroj! - Update dependencies, including tinyexec@1.1.1 to fix the following issues:
  • #​1761 d3251b1 Thanks @​iiroj! - Lint-staged now runs git update-index --again after running tasks, instead of git add <originally staged files>. This should improve compatibility when using non-default indexes, for example when committing with a pathspec git commit -m "message" . instead of adding files to the index.
  • #​1745 a9585ac Thanks @​iiroj! - Remove commander as a dependency and use the built-in parseArgs from node:util to parse CLI flags.
  • #​1755 c82d30b Thanks @​iiroj! - All tests now pass on the Bun runtime (latest).
  • #​1750 a401818 Thanks @​iiroj! - Remove manual handling for git stash --keep-index resurrecting deleted files, because the issue was fixed in Git 2.23.0 and lint-staged requires at least Git 2.32.0.
  • #​1771 c4b8936 Thanks @​iiroj! - Fix documentation about multiple config files and the --cwd option. When using it, all tasks will be run in the specified directory. For example, to run everything in the actual process.cwd(), use lint-staged --cwd=".".
lint-staged/lint-staged (lint-staged)

v17.0.7

Compare Source

Patch Changes

v17.0.6

Compare Source

Patch Changes
  • #​1803 bdf2770 - Run all tests with Deno, in addition to Node.js and Bun.

  • #​1796 7508272 - Fix performance regression of lint-staged v17 by going back to using git add to stage task modifications. This was changed to git update-index --again in v17 for less manual work, but unfortunately the update-index command gets slower in very large Git repos.

  • #​1797 7b2505a - This version of lint-staged uses the new staged publishing for npm packages feature. Releases are already published from GitHub Actions with trusted publishing, but now an additional approval with two-factor authentication is also required.

  • [#​1802](https://redirect.github.com/lin...

Read more

v5.0.18

12 Jun 00:10
94af769

Choose a tag to compare

f877cea (Rename .lintstagedrc to .lintstagedrc.json, 2026-06-09)

v5.0.17

11 Jun 12:20
d6a3e76

Choose a tag to compare

20428f5 (Fix linting error, 2026-06-10)

v5.0.16

26 Mar 17:22
29f3f4a

Choose a tag to compare

2342011 (Revert flowzone pinning to master, 2026-03-26)

v5.0.15

26 Mar 12:12
872f0c9

Choose a tag to compare

8384503 (Update product-os/flowzone digest to 8ea01d3, 2026-03-26)

v5.0.14

26 Mar 10:20
b23ea7a

Choose a tag to compare

2287826 (Update product-os/flowzone digest to 3eb3c97, 2026-03-26)

v5.0.13

26 Mar 09:20
f3c19c8

Choose a tag to compare

fe345a9 (Update product-os/flowzone digest to 7b49c1e, 2026-03-26)

v5.0.12

26 Mar 08:18
f11b64e

Choose a tag to compare

0647c8b (Update product-os/flowzone digest to 8d926e2, 2026-03-26)