@balena/env-parsing 1.3.2 → 1.3.3

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.
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: Pin dependencies
3
+ hash: 9e638ad38e4f0e563f70832d9f2341ec0522f916
4
+ body: |
5
+ Update @types/chai
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 1.3.3
12
+ title: ""
13
+ date: 2026-06-13T00:15:57.908Z
1
14
  - commits:
2
15
  - subject: Update typescript to v6
3
16
  hash: c4d2f7cb54d7eca58a2c4780df5b91726eddb301
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 1.3.2
11
24
  title: ""
12
- date: 2026-06-11T00:55:48.965Z
25
+ date: 2026-06-11T05:41:03.831Z
13
26
  - commits:
14
27
  - subject: Improve `enumVar` handling
15
28
  hash: 176941315517f44ba6f4515b7e9b78d956c88620
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.3.3 - 2026-06-13
8
+
9
+ * Pin dependencies [balena-renovate[bot]]
10
+
7
11
  ## 1.3.2 - 2026-06-11
8
12
 
9
13
  * Update typescript to v6 [joshbwlng]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/env-parsing",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
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",
@@ -24,16 +24,16 @@
24
24
  "homepage": "https://github.com/balena-io-modules/balena-env-parsing",
25
25
  "devDependencies": {
26
26
  "@balena/lint": "^9.1.4",
27
- "@types/chai": "^5.0.0",
28
- "@types/mocha": "^10.0.0",
29
- "@types/node": "^24.0.0",
30
- "chai": "^6.0.0",
31
- "husky": "^9.0.0",
32
- "lint-staged": "^17.0.0",
33
- "mocha": "^11.0.0",
34
- "rimraf": "^6.0.0",
35
- "ts-node": "^10.9.1",
36
- "typescript": "^6.0.3"
27
+ "@types/chai": "5.2.3",
28
+ "@types/mocha": "10.0.10",
29
+ "@types/node": "24.13.2",
30
+ "chai": "6.2.2",
31
+ "husky": "9.1.7",
32
+ "lint-staged": "17.0.7",
33
+ "mocha": "11.7.6",
34
+ "rimraf": "6.1.3",
35
+ "ts-node": "10.9.2",
36
+ "typescript": "6.0.3"
37
37
  },
38
38
  "mocha": {
39
39
  "reporter": "spec",
@@ -47,6 +47,6 @@
47
47
  ]
48
48
  },
49
49
  "versionist": {
50
- "publishedAt": "2026-06-11T00:55:49.042Z"
50
+ "publishedAt": "2026-06-13T00:15:57.981Z"
51
51
  }
52
52
  }