docker-toolbelt 7.0.3 → 7.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ jobs:
18
18
  persist-credentials: false
19
19
 
20
20
  - name: Setup node
21
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
21
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
22
22
  with:
23
23
  node-version: '18'
24
24
 
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Update actions/setup-node action to v5
3
+ hash: 8d574f82e9409c42464b3f155a682c3ab0103f3c
4
+ body: |
5
+ Update actions/setup-node from 4 to 5
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 7.0.4
11
+ title: ""
12
+ date: 2026-02-04T13:25:46.239Z
1
13
  - commits:
2
14
  - subject: Update actions/checkout action to v6
3
15
  hash: ff2e078824c55446d2b3ce8e942242350c32d3c7
@@ -9,7 +21,7 @@
9
21
  author: balena-renovate[bot]
10
22
  version: 7.0.3
11
23
  title: ""
12
- date: 2026-02-04T13:08:54.088Z
24
+ date: 2026-02-04T13:22:27.060Z
13
25
  - commits:
14
26
  - subject: Update actions/checkout digest to 34e1148
15
27
  hash: c6de49f007b75063dde8b8ae52b55abee6882d7b
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v7.0.4
8
+ ## (2026-02-04)
9
+
10
+ * Update actions/setup-node action to v5 [balena-renovate[bot]]
11
+
7
12
  # v7.0.3
8
13
  ## (2026-02-04)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docker-toolbelt",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "description": "Some tools for docker",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -49,7 +49,7 @@
49
49
  "typescript": "^5.9.3"
50
50
  },
51
51
  "versionist": {
52
- "publishedAt": "2026-02-04T13:08:54.169Z"
52
+ "publishedAt": "2026-02-04T13:25:46.321Z"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "dockerode": "^4.0.2"