@balena/abstract-sql-compiler 10.2.10-build-balena-lint-9-b5768bbd59e7a402ddd93f031b8d74483f96fdb4-1 → 10.2.11-build-renovate-major-16-lint-staged-36f2843460ce93c3788eec1b89e9719bdd625449-1
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/.versionbot/CHANGELOG.yml +14 -1
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
@@ -1,3 +1,16 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: Update dependency lint-staged to v16
|
3
|
+
hash: 36f2843460ce93c3788eec1b89e9719bdd625449
|
4
|
+
body: |
|
5
|
+
Update lint-staged from 15.5.2 to 16.0.0
|
6
|
+
footer:
|
7
|
+
Change-type: patch
|
8
|
+
change-type: patch
|
9
|
+
author: balena-renovate[bot]
|
10
|
+
nested: []
|
11
|
+
version: 10.2.11
|
12
|
+
title: ""
|
13
|
+
date: 2025-05-13T17:48:28.794Z
|
1
14
|
- commits:
|
2
15
|
- subject: Update @balena/lint to 9.x
|
3
16
|
hash: b5768bbd59e7a402ddd93f031b8d74483f96fdb4
|
@@ -9,7 +22,7 @@
|
|
9
22
|
nested: []
|
10
23
|
version: 10.2.10
|
11
24
|
title: ""
|
12
|
-
date: 2025-04-
|
25
|
+
date: 2025-04-08T16:22:33.105Z
|
13
26
|
- commits:
|
14
27
|
- subject: Avoid lodash chaining / move lodash to a dev dependency
|
15
28
|
hash: 14d0033542647d08a183e911c2f56185563bf80b
|
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.11 - 2025-05-13
|
8
|
+
|
9
|
+
* Update dependency lint-staged to v16 [balena-renovate[bot]]
|
10
|
+
|
7
11
|
## 10.2.10 - 2025-04-08
|
8
12
|
|
9
13
|
* Update @balena/lint to 9.x [Pagan Gazzard]
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/abstract-sql-compiler",
|
3
|
-
"version": "10.2.
|
3
|
+
"version": "10.2.11-build-renovate-major-16-lint-staged-36f2843460ce93c3788eec1b89e9719bdd625449-1",
|
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": "^
|
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-
|
59
|
+
"publishedAt": "2025-05-13T17:48:29.187Z"
|
60
60
|
}
|
61
61
|
}
|