@balena/sbvr-types 3.4.13 → 3.4.14

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,17 @@
1
+ - commits:
2
+ - subject: Update dependency mocha to 10.1.0
3
+ hash: 90b854cd4b606d4ebe87fb2a108745e76acbfe0d
4
+ body: |
5
+ Update mocha to 10.1.0
6
+
7
+ Update mocha from 9.2.2 to 10.1.0
8
+ footer:
9
+ Change-type: patch
10
+ change-type: patch
11
+ author: Renovate Bot
12
+ version: 3.4.14
13
+ title: ""
14
+ date: 2022-11-17T18:05:49.013Z
1
15
  - commits:
2
16
  - subject: Update dependency lint-staged to 13.0.3
3
17
  hash: 42b86a5d0767440f1896f8131b45b495d96a7a56
@@ -11,7 +25,7 @@
11
25
  author: Renovate Bot
12
26
  version: 3.4.13
13
27
  title: ""
14
- date: 2022-11-17T17:50:12.935Z
28
+ date: 2022-11-17T17:53:05.536Z
15
29
  - commits:
16
30
  - subject: Update dependency husky to 8.0.2
17
31
  hash: cbd735b63b3f39d9cdaa3b3a448a9c6294639a1b
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
+ # v3.4.14
8
+ ## (2022-11-17)
9
+
10
+ * Update dependency mocha to 10.1.0 [Renovate Bot]
11
+
7
12
  # v3.4.13
8
13
  ## (2022-11-17)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "3.4.13",
3
+ "version": "3.4.14",
4
4
  "description": "SBVR type definitions.",
5
5
  "main": "out",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  "@types/chai-as-promised": "^7.1.5",
30
30
  "@types/chai-datetime": "^0.0.37",
31
31
  "@types/lodash": "^4.14.181",
32
- "@types/mocha": "^9.1.0",
32
+ "@types/mocha": "^10.0.0",
33
33
  "@types/sha.js": "^2.4.0",
34
34
  "bluebird": "^3.7.2",
35
35
  "chai": "^4.3.6",
@@ -38,7 +38,7 @@
38
38
  "husky": "^8.0.0",
39
39
  "lint-staged": "^13.0.0",
40
40
  "lodash": "^4.17.21",
41
- "mocha": "^9.2.2",
41
+ "mocha": "^10.0.0",
42
42
  "require-npm4-to-publish": "^1.0.0",
43
43
  "ts-node": "^10.7.0",
44
44
  "typescript": "^4.6.3"
@@ -63,6 +63,6 @@
63
63
  "_": "test/**/*.js"
64
64
  },
65
65
  "versionist": {
66
- "publishedAt": "2022-11-17T17:50:13.132Z"
66
+ "publishedAt": "2022-11-17T18:05:49.181Z"
67
67
  }
68
68
  }