@balena/sbvr-types 11.2.0 → 11.2.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.
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Update dependency lint-staged to v17
3
+ hash: 75097e64db9d54e6845268efbd43a7640e35bdf0
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
+ version: 11.2.1
11
+ title: ""
12
+ date: 2026-05-09T09:15:55.476Z
1
13
  - commits:
2
14
  - subject: Add 'Date Time Range' type
3
15
  hash: e638b470c7c0c086257dcb1a4c71cd657e131c37
@@ -10,7 +22,7 @@
10
22
  author: jaomaloy
11
23
  version: 11.2.0
12
24
  title: ""
13
- date: 2026-04-15T08:54:39.734Z
25
+ date: 2026-04-15T08:57:50.937Z
14
26
  - commits:
15
27
  - subject: Revert flowzone pinning to master
16
28
  hash: 1eb5955a3b3d152ad747fa195d062bad7f7b402f
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.1
8
+ ## (2026-05-09)
9
+
10
+ * Update dependency lint-staged to v17 [balena-renovate[bot]]
11
+
7
12
  # v11.2.0
8
13
  ## (2026-04-15)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "11.2.0",
3
+ "version": "11.2.1",
4
4
  "description": "SBVR type definitions.",
5
5
  "main": "out",
6
6
  "type": "commonjs",
@@ -31,7 +31,7 @@
31
31
  "chai": "^6.2.2",
32
32
  "chai-datetime": "^1.8.1",
33
33
  "husky": "^9.1.7",
34
- "lint-staged": "^16.2.7",
34
+ "lint-staged": "^17.0.0",
35
35
  "mocha": "^11.7.5",
36
36
  "ts-node": "^10.9.2",
37
37
  "typescript": "^5.9.3"
@@ -52,6 +52,6 @@
52
52
  "npm": ">=8.1.0"
53
53
  },
54
54
  "versionist": {
55
- "publishedAt": "2026-04-15T08:54:39.849Z"
55
+ "publishedAt": "2026-05-09T09:15:55.571Z"
56
56
  }
57
57
  }