@balena/pinejs 21.6.14-build-renovate-minio-minio-2025-x-319db9c5964b85f0c8ce959ddb4b4be853f88957-1 → 21.6.14-build-renovate-major-14-commander-f0ad3e4730c7e3ffc9a24334e9005c6976eb541f-1
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.
- package/.versionbot/CHANGELOG.yml +5 -6
- package/CHANGELOG.md +1 -1
- package/docker-compose.npm-test.yml +1 -1
- package/package.json +3 -3
@@ -1,9 +1,8 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Update
|
3
|
-
hash:
|
4
|
-
body:
|
5
|
-
Update
|
6
|
-
RELEASE.2025-06-13T11-33-47Z
|
2
|
+
- subject: Update dependency commander to v14
|
3
|
+
hash: f0ad3e4730c7e3ffc9a24334e9005c6976eb541f
|
4
|
+
body: |
|
5
|
+
Update commander from 13.1.0 to 14.0.0
|
7
6
|
footer:
|
8
7
|
Change-type: patch
|
9
8
|
change-type: patch
|
@@ -11,7 +10,7 @@
|
|
11
10
|
nested: []
|
12
11
|
version: 21.6.14
|
13
12
|
title: ""
|
14
|
-
date: 2025-06-27T15:04:
|
13
|
+
date: 2025-06-27T15:04:41.256Z
|
15
14
|
- commits:
|
16
15
|
- subject: Update dependency mocha to v11.7.1
|
17
16
|
hash: 0ba32f2fffa0857cf33a8c03599d58efc9ab9809
|
package/CHANGELOG.md
CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
# v21.6.14
|
8
8
|
## (2025-06-27)
|
9
9
|
|
10
|
-
* Update
|
10
|
+
* Update dependency commander to v14 [balena-renovate[bot]]
|
11
11
|
|
12
12
|
# v21.6.13
|
13
13
|
## (2025-06-27)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.6.14-build-renovate-
|
3
|
+
"version": "21.6.14-build-renovate-major-14-commander-f0ad3e4730c7e3ffc9a24334e9005c6976eb541f-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -55,7 +55,7 @@
|
|
55
55
|
"@types/websql": "^0.0.30",
|
56
56
|
"ajv": "^8.17.1",
|
57
57
|
"busboy": "^1.6.0",
|
58
|
-
"commander": "^
|
58
|
+
"commander": "^14.0.0",
|
59
59
|
"cron-parser": "^5.3.0",
|
60
60
|
"deep-freeze": "^0.0.1",
|
61
61
|
"eventemitter3": "^5.0.1",
|
@@ -149,6 +149,6 @@
|
|
149
149
|
"recursive": true
|
150
150
|
},
|
151
151
|
"versionist": {
|
152
|
-
"publishedAt": "2025-06-27T15:04:
|
152
|
+
"publishedAt": "2025-06-27T15:04:42.293Z"
|
153
153
|
}
|
154
154
|
}
|