@balena/env-parsing 1.2.24 → 1.2.25
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 +14 -1
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update dependency lint-staged to v17
|
|
3
|
+
hash: cbd584b8eff8bc3626ff0a612c204f879348cf8f
|
|
4
|
+
body: |
|
|
5
|
+
Update lint-staged from 16.4.0 to 17.0.0
|
|
6
|
+
footer:
|
|
7
|
+
Change-type: patch
|
|
8
|
+
change-type: patch
|
|
9
|
+
author: balena-renovate[bot]
|
|
10
|
+
nested: []
|
|
11
|
+
version: 1.2.25
|
|
12
|
+
title: ""
|
|
13
|
+
date: 2026-05-09T10:09:00.085Z
|
|
1
14
|
- commits:
|
|
2
15
|
- subject: Revert flowzone pinning to master
|
|
3
16
|
hash: 11391bc35a71479e4348b1e238b55614631a3821
|
|
@@ -9,7 +22,7 @@
|
|
|
9
22
|
nested: []
|
|
10
23
|
version: 1.2.24
|
|
11
24
|
title: ""
|
|
12
|
-
date: 2026-03-26T17:13
|
|
25
|
+
date: 2026-03-26T17:23:13.164Z
|
|
13
26
|
- commits:
|
|
14
27
|
- subject: Update product-os/flowzone digest to 8ea01d3
|
|
15
28
|
hash: ce4e12e2e20de65097a5068534ef642bb1ebc775
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ 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
|
+
## 1.2.25 - 2026-05-09
|
|
8
|
+
|
|
9
|
+
* Update dependency lint-staged to v17 [balena-renovate[bot]]
|
|
10
|
+
|
|
7
11
|
## 1.2.24 - 2026-03-26
|
|
8
12
|
|
|
9
13
|
* Revert flowzone pinning to master [Kyle Harding]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/env-parsing",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.25",
|
|
4
4
|
"description": "A collection of utilities to simplify/standardize env var parsing",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@types/node": "^24.0.0",
|
|
30
30
|
"chai": "^6.0.0",
|
|
31
31
|
"husky": "^9.0.0",
|
|
32
|
-
"lint-staged": "^
|
|
32
|
+
"lint-staged": "^17.0.0",
|
|
33
33
|
"mocha": "^11.0.0",
|
|
34
34
|
"rimraf": "^6.0.0",
|
|
35
35
|
"ts-node": "^10.9.1",
|
|
@@ -47,6 +47,6 @@
|
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
49
|
"versionist": {
|
|
50
|
-
"publishedAt": "2026-
|
|
50
|
+
"publishedAt": "2026-05-09T10:09:00.151Z"
|
|
51
51
|
}
|
|
52
52
|
}
|