@balena/abstract-sql-to-typescript 1.2.3 → 1.2.4

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,18 @@
1
+ - commits:
2
+ - subject: Update dependency mocha to 10.1.0
3
+ hash: 6e489e61c48227e209ba112c42e89ac927d8caf9
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
+ nested: []
13
+ version: 1.2.4
14
+ title: ""
15
+ date: 2022-11-17T18:50:46.993Z
1
16
  - commits:
2
17
  - subject: Update dependency lint-staged to 13.0.3
3
18
  hash: 6efeaac395f06a91959ecfe8f087ee347c2e825a
@@ -12,7 +27,7 @@
12
27
  nested: []
13
28
  version: 1.2.3
14
29
  title: ""
15
- date: 2022-11-17T17:48:42.206Z
30
+ date: 2022-11-17T18:03:53.047Z
16
31
  - commits:
17
32
  - subject: Update dependency husky to 8.0.2
18
33
  hash: a31d4b4ec35018cfb2e21f9128e1479be5ecd072
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.4 - 2022-11-17
8
+
9
+ * Update dependency mocha to 10.1.0 [Renovate Bot]
10
+
7
11
  ## 1.2.3 - 2022-11-17
8
12
 
9
13
  * Update dependency lint-staged to 13.0.3 [Renovate Bot]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-to-typescript",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "A translator for abstract sql into typescript types.",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -22,11 +22,11 @@
22
22
  "@balena/lint": "^6.2.0",
23
23
  "@types/chai": "^4.3.0",
24
24
  "@types/common-tags": "^1.8.1",
25
- "@types/mocha": "^8.2.3",
25
+ "@types/mocha": "^10.0.0",
26
26
  "chai": "^4.3.6",
27
27
  "husky": "^8.0.0",
28
28
  "lint-staged": "^13.0.0",
29
- "mocha": "^9.2.2",
29
+ "mocha": "^10.0.0",
30
30
  "ts-node": "^10.7.0",
31
31
  "typescript": "^4.6.3"
32
32
  },
@@ -45,6 +45,6 @@
45
45
  "_": "test/**/*.ts"
46
46
  },
47
47
  "versionist": {
48
- "publishedAt": "2022-11-17T17:48:42.385Z"
48
+ "publishedAt": "2022-11-17T18:50:47.214Z"
49
49
  }
50
50
  }