@balena/abstract-sql-compiler 7.20.20 → 7.20.21

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 husky to 8.0.2
3
+ hash: d8f66bc3b81070cfca4c9fb0aec03d69ad2507b4
4
+ body: |
5
+ Update husky to 8.0.2
6
+
7
+ Update husky from 4.3.8 to 8.0.2
8
+ footer:
9
+ Change-type: patch
10
+ change-type: patch
11
+ author: Renovate Bot
12
+ nested: []
13
+ version: 7.20.21
14
+ title: ""
15
+ date: 2022-11-17T16:56:02.128Z
1
16
  - commits:
2
17
  - subject: "Dev: Move types to dev dependencies"
3
18
  hash: 1a7bc9dd069b8459e3bc3ddef9287bad13722232
@@ -11,7 +26,7 @@
11
26
  nested: []
12
27
  version: 7.20.20
13
28
  title: ""
14
- date: 2022-11-17T07:19:13.188Z
29
+ date: 2022-11-17T07:22:29.918Z
15
30
  - commits:
16
31
  - subject: Update @types/node from 10.17.60 to 18.11.9
17
32
  hash: f8a81cc5b6f4228eefe9ad9b985065953c2a34ce
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
+ ## 7.20.21 - 2022-11-17
8
+
9
+ * Update dependency husky to 8.0.2 [Renovate Bot]
10
+
7
11
  ## 7.20.20 - 2022-11-17
8
12
 
9
13
  * Dev: Move types to dev dependencies [Josh Bowling]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "7.20.20",
3
+ "version": "7.20.21",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "main": "out/AbstractSQLCompiler.js",
6
6
  "types": "out/AbstractSQLCompiler.d.ts",
@@ -32,7 +32,7 @@
32
32
  "@types/node": "^18.11.9",
33
33
  "chai": "^4.3.7",
34
34
  "common-tags": "^1.8.2",
35
- "husky": "^4.3.8",
35
+ "husky": "^8.0.0",
36
36
  "lint-staged": "^13.0.3",
37
37
  "mocha": "^10.1.0",
38
38
  "require-npm4-to-publish": "^1.0.0",
@@ -63,6 +63,6 @@
63
63
  ]
64
64
  },
65
65
  "versionist": {
66
- "publishedAt": "2022-11-17T07:19:13.744Z"
66
+ "publishedAt": "2022-11-17T16:56:02.535Z"
67
67
  }
68
68
  }