@balena/abstract-sql-compiler 10.2.11 → 10.2.12

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,16 @@
1
+ - commits:
2
+ - subject: Update dependency lint-staged to v16
3
+ hash: 65f51a7d4c10810989efb02c96ae2bf754f6b365
4
+ body: |
5
+ Update lint-staged from 15.5.2 to 16.1.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 10.2.12
12
+ title: ""
13
+ date: 2025-06-04T12:59:56.529Z
1
14
  - commits:
2
15
  - subject: Add missing ; in trigger creation $$ section
3
16
  hash: b8742b7b1f2f8727b70df5088d2b0aaacb0b9e94
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 10.2.11
11
24
  title: ""
12
- date: 2025-06-04T12:37:08.696Z
25
+ date: 2025-06-04T12:41:18.924Z
13
26
  - commits:
14
27
  - subject: Update @balena/lint to 9.x
15
28
  hash: b5768bbd59e7a402ddd93f031b8d74483f96fdb4
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
+ ## 10.2.12 - 2025-06-04
8
+
9
+ * Update dependency lint-staged to v16 [balena-renovate[bot]]
10
+
7
11
  ## 10.2.11 - 2025-06-04
8
12
 
9
13
  * Add missing ; in trigger creation $$ section [Thodoris Greasidis]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "10.2.11",
3
+ "version": "10.2.12",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "type": "commonjs",
6
6
  "main": "out/AbstractSQLCompiler.js",
@@ -33,7 +33,7 @@
33
33
  "chai": "^4.5.0",
34
34
  "common-tags": "^1.8.2",
35
35
  "husky": "^9.1.7",
36
- "lint-staged": "^15.5.0",
36
+ "lint-staged": "^16.0.0",
37
37
  "lodash": "^4.17.21",
38
38
  "mocha": "^11.2.0",
39
39
  "ts-node": "^10.9.2",
@@ -56,6 +56,6 @@
56
56
  "npm": ">=10.7.0"
57
57
  },
58
58
  "versionist": {
59
- "publishedAt": "2025-06-04T12:37:09.171Z"
59
+ "publishedAt": "2025-06-04T12:59:56.994Z"
60
60
  }
61
61
  }