@balena/abstract-sql-compiler 10.2.3-build-tests-0edb21cc4ee30ead2a6eeb290623f3a0adc7a0fe-1 → 10.2.4-build-renovate-major-22-node-81f07071cc94780a7385f50254cba5e9d8340e64-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.
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: Update dependency @types/node to v22
3
+ hash: 81f07071cc94780a7385f50254cba5e9d8340e64
4
+ body: |
5
+ Update @types/node from 20.17.24 to 22.13.10
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 10.2.4
12
+ title: ""
13
+ date: 2025-03-19T14:47:14.021Z
1
14
  - commits:
2
15
  - subject: "Tests: convert test/abstract-sql/case-when-else.js to typescript"
3
16
  hash: 0edb21cc4ee30ead2a6eeb290623f3a0adc7a0fe
@@ -25,7 +38,7 @@
25
38
  nested: []
26
39
  version: 10.2.3
27
40
  title: ""
28
- date: 2025-03-18T21:29:49.750Z
41
+ date: 2025-03-19T14:16:28.813Z
29
42
  - commits:
30
43
  - subject: Clarify the `['Bind', string, string]` form of `BindNode` is legacy
31
44
  hash: aa72d3c77c2b6dae37d517ca149a27ea7e5a9bc1
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
- ## 10.2.3 - 2025-03-18
7
+ ## 10.2.4 - 2025-03-19
8
+
9
+ * Update dependency @types/node to v22 [balena-renovate[bot]]
10
+
11
+ ## 10.2.3 - 2025-03-19
8
12
 
9
13
  * Tests: convert test/abstract-sql/case-when-else.js to typescript [Pagan Gazzard]
10
14
  * Tests: convert test/abstract-sql/test.js to typescript [Pagan Gazzard]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "10.2.3-build-tests-0edb21cc4ee30ead2a6eeb290623f3a0adc7a0fe-1",
3
+ "version": "10.2.4-build-renovate-major-22-node-81f07071cc94780a7385f50254cba5e9d8340e64-1",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "type": "commonjs",
6
6
  "main": "out/AbstractSQLCompiler.js",
@@ -32,7 +32,7 @@
32
32
  "@types/common-tags": "^1.8.4",
33
33
  "@types/lodash": "^4.17.10",
34
34
  "@types/mocha": "^10.0.8",
35
- "@types/node": "^20.16.10",
35
+ "@types/node": "^22.0.0",
36
36
  "chai": "^4.3.7",
37
37
  "common-tags": "^1.8.2",
38
38
  "husky": "^9.1.6",
@@ -64,6 +64,6 @@
64
64
  "npm": ">=10.7.0"
65
65
  },
66
66
  "versionist": {
67
- "publishedAt": "2025-03-18T21:29:50.127Z"
67
+ "publishedAt": "2025-03-19T14:47:14.379Z"
68
68
  }
69
69
  }