@balena/pinejs 21.6.13-build-renovate-major-14-commander-8ef90767f1f6702ed5eac9cb2a4316a112b5d600-1 → 21.6.13
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 +4 -4
- package/CHANGELOG.md +2 -2
- package/package.json +4 -4
@@ -1,8 +1,8 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Update dependency
|
3
|
-
hash:
|
2
|
+
- subject: Update dependency mocha to v11.7.1
|
3
|
+
hash: 0ba32f2fffa0857cf33a8c03599d58efc9ab9809
|
4
4
|
body: |
|
5
|
-
Update
|
5
|
+
Update mocha from 11.6.0 to 11.7.1
|
6
6
|
footer:
|
7
7
|
Change-type: patch
|
8
8
|
change-type: patch
|
@@ -10,7 +10,7 @@
|
|
10
10
|
nested: []
|
11
11
|
version: 21.6.13
|
12
12
|
title: ""
|
13
|
-
date: 2025-06-
|
13
|
+
date: 2025-06-27T14:03:08.214Z
|
14
14
|
- commits:
|
15
15
|
- subject: Update @balena/sbvr-parser to 1.4.10
|
16
16
|
hash: bb08f1ff0d318172f88978dfdf75a8451a9a3c65
|
package/CHANGELOG.md
CHANGED
@@ -5,9 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
7
|
# v21.6.13
|
8
|
-
## (2025-06-
|
8
|
+
## (2025-06-27)
|
9
9
|
|
10
|
-
* Update dependency
|
10
|
+
* Update dependency mocha to v11.7.1 [balena-renovate[bot]]
|
11
11
|
|
12
12
|
# v21.6.12
|
13
13
|
## (2025-06-26)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.6.13
|
3
|
+
"version": "21.6.13",
|
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": "^13.1.0",
|
59
59
|
"cron-parser": "^5.3.0",
|
60
60
|
"deep-freeze": "^0.0.1",
|
61
61
|
"eventemitter3": "^5.0.1",
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"husky": "^9.1.7",
|
97
97
|
"lint-staged": "^16.1.0",
|
98
98
|
"load-grunt-tasks": "^5.1.0",
|
99
|
-
"mocha": "11.
|
99
|
+
"mocha": "11.7.1",
|
100
100
|
"on-finished": "^2.4.1",
|
101
101
|
"pinejs-client-supertest": "^3.0.1",
|
102
102
|
"raw-loader": "^4.0.2",
|
@@ -149,6 +149,6 @@
|
|
149
149
|
"recursive": true
|
150
150
|
},
|
151
151
|
"versionist": {
|
152
|
-
"publishedAt": "2025-06-
|
152
|
+
"publishedAt": "2025-06-27T14:03:09.319Z"
|
153
153
|
}
|
154
154
|
}
|