@balena/odata-to-abstract-sql 6.2.5 → 6.2.6

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.
package/.husky/pre-commit CHANGED
@@ -1,4 +1,2 @@
1
- #!/usr/bin/env sh
2
- . "$(dirname -- "$0")/_/husky.sh"
3
1
 
4
2
  npx --no lint-staged
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: Update dependency husky to v9
3
+ hash: cb1f02871fbea35df4b637f73625fbc39840da3a
4
+ body: |
5
+ Update husky from 8.0.3 to 9.0.11
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 6.2.6
12
+ title: ""
13
+ date: 2024-04-13T13:46:01.528Z
1
14
  - commits:
2
15
  - subject: Update dependency @balena/lint to v8
3
16
  hash: 7b0e4b7272b0cda5690b925b7de259612085940e
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 6.2.5
12
25
  title: ""
13
- date: 2024-03-16T16:47:36.725Z
26
+ date: 2024-04-10T00:24:14.349Z
14
27
  - commits:
15
28
  - subject: Update `@balena/sbvr-types` devDependencies
16
29
  hash: 93ba82f914f8e036e79fa174a58881db294b84c6
package/CHANGELOG.md CHANGED
@@ -4,7 +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
- ## 6.2.5 - 2024-03-16
7
+ ## 6.2.6 - 2024-04-13
8
+
9
+ * Update dependency husky to v9 [Self-hosted Renovate Bot]
10
+
11
+ ## 6.2.5 - 2024-04-10
8
12
 
9
13
  * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/odata-to-abstract-sql",
3
- "version": "6.2.5",
3
+ "version": "6.2.6",
4
4
  "description": "A consumer of the OData parser, written in OMeta",
5
5
  "main": "out/odata-to-abstract-sql.js",
6
6
  "scripts": {
@@ -9,7 +9,7 @@
9
9
  "pretest": "npm run prepare",
10
10
  "test": "mocha && npm run lint",
11
11
  "prepublish": "require-npm4-to-publish",
12
- "prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && tsc"
12
+ "prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && tsc"
13
13
  },
14
14
  "repository": "https://github.com/balena-io-modules/odata-to-abstract-sql.git",
15
15
  "author": "",
@@ -34,7 +34,7 @@
34
34
  "@types/mocha": "^10.0.6",
35
35
  "chai": "^4.4.1",
36
36
  "chai-things": "~0.2.0",
37
- "husky": "^8.0.3",
37
+ "husky": "^9.0.0",
38
38
  "lint-staged": "^15.2.0",
39
39
  "mocha": "^10.2.0",
40
40
  "require-npm4-to-publish": "^1.0.0",
@@ -53,6 +53,6 @@
53
53
  "npm": ">=8.1.0"
54
54
  },
55
55
  "versionist": {
56
- "publishedAt": "2024-03-16T16:47:37.023Z"
56
+ "publishedAt": "2024-04-13T13:46:01.823Z"
57
57
  }
58
58
  }