@balena/abstract-sql-compiler 10.2.2 → 10.2.3-build-renovate-major-22-node-d6c0f904df738bdfb51aa65395e2b146a26000e6-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: d6c0f904df738bdfb51aa65395e2b146a26000e6
4
+ body: |
5
+ Update @types/node from 20.17.19 to 22.13.1
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 10.2.3
12
+ title: ""
13
+ date: 2025-02-14T17:44:43.552Z
1
14
  - commits:
2
15
  - subject: Clarify the `['Bind', string, string]` form of `BindNode` is legacy
3
16
  hash: aa72d3c77c2b6dae37d517ca149a27ea7e5a9bc1
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 10.2.2
11
24
  title: ""
12
- date: 2025-02-14T17:17:46.245Z
25
+ date: 2025-02-14T17:34:12.685Z
13
26
  - commits:
14
27
  - subject: Fix @balena/sbvr-types peer dependency version specifier
15
28
  hash: 228e9411aa5c502db92e2c5227e1c88b3b3ef288
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.3 - 2025-02-14
8
+
9
+ * Update dependency @types/node to v22 [balena-renovate[bot]]
10
+
7
11
  ## 10.2.2 - 2025-02-14
8
12
 
9
13
  * Clarify the `['Bind', string, string]` form of `BindNode` is legacy [Pagan Gazzard]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "10.2.2",
3
+ "version": "10.2.3-build-renovate-major-22-node-d6c0f904df738bdfb51aa65395e2b146a26000e6-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-02-14T17:17:46.595Z"
67
+ "publishedAt": "2025-02-14T17:44:43.935Z"
68
68
  }
69
69
  }