@balena/sbvr-types 11.2.2 → 11.2.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,14 @@
1
+ - commits:
2
+ - subject: Update typescript to 6.x
3
+ hash: 7f7b234ab0f50116d40e59af4fc38e431af7dbe5
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ version: 11.2.3
10
+ title: ""
11
+ date: 2026-06-18T13:46:43.824Z
1
12
  - commits:
2
13
  - subject: Pin dependencies
3
14
  hash: 21f7dfb9feccab840f3af20905063eef28adb21e
@@ -9,7 +20,7 @@
9
20
  author: balena-renovate[bot]
10
21
  version: 11.2.2
11
22
  title: ""
12
- date: 2026-06-13T00:26:19.247Z
23
+ date: 2026-06-13T00:29:30.541Z
13
24
  - commits:
14
25
  - subject: Update dependency lint-staged to v17
15
26
  hash: 75097e64db9d54e6845268efbd43a7640e35bdf0
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
+ # v11.2.3
8
+ ## (2026-06-18)
9
+
10
+ * Update typescript to 6.x [Pagan Gazzard]
11
+
7
12
  # v11.2.2
8
13
  ## (2026-06-13)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "11.2.2",
3
+ "version": "11.2.3",
4
4
  "description": "SBVR type definitions.",
5
5
  "main": "out",
6
6
  "type": "commonjs",
@@ -34,7 +34,7 @@
34
34
  "lint-staged": "17.0.7",
35
35
  "mocha": "11.7.6",
36
36
  "ts-node": "10.9.2",
37
- "typescript": "5.9.3"
37
+ "typescript": "^6.0.3"
38
38
  },
39
39
  "lint-staged": {
40
40
  "*.ts": [
@@ -52,6 +52,6 @@
52
52
  "npm": ">=8.1.0"
53
53
  },
54
54
  "versionist": {
55
- "publishedAt": "2026-06-13T00:26:19.366Z"
55
+ "publishedAt": "2026-06-18T13:46:43.961Z"
56
56
  }
57
57
  }
package/tsconfig.dev.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "extends": "./tsconfig.json",
3
3
  "compilerOptions": {
4
- "rootDir": "."
4
+ "rootDir": ".",
5
+ "types": [
6
+ "mocha"
7
+ ]
5
8
  },
6
9
  "include": [
7
10
  "src/**/*",