@balena/odata-to-abstract-sql 7.0.0 → 7.0.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 mocha to v11
3
+ hash: c52717d4ab947a92b94d018713634217fac3da73
4
+ body: |
5
+ Update mocha from 10.8.2 to 11.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 7.0.1
12
+ title: ""
13
+ date: 2024-12-02T16:52:25.966Z
1
14
  - commits:
2
15
  - subject: Update dependencies
3
16
  hash: 200e20aa0e4ef4df625c398be401065b6c7b0771
@@ -2677,7 +2690,7 @@
2677
2690
  nested: []
2678
2691
  version: 7.0.0
2679
2692
  title: ""
2680
- date: 2024-10-07T15:17:17.199Z
2693
+ date: 2024-10-08T09:36:03.018Z
2681
2694
  - commits:
2682
2695
  - subject: Support number references as boolean types
2683
2696
  hash: 7ab64045cd94b573f51ab193be0f80712df195eb
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
- ## 7.0.0 - 2024-10-07
7
+ ## 7.0.1 - 2024-12-02
8
+
9
+ * Update dependency mocha to v11 [Self-hosted Renovate Bot]
10
+
11
+ ## 7.0.0 - 2024-10-08
8
12
 
9
13
 
10
14
  <details>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/odata-to-abstract-sql",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "A consumer of the OData parser, written in OMeta",
5
5
  "type": "commonjs",
6
6
  "main": "out/odata-to-abstract-sql.js",
@@ -37,7 +37,7 @@
37
37
  "chai-things": "~0.2.0",
38
38
  "husky": "^9.1.6",
39
39
  "lint-staged": "^15.2.10",
40
- "mocha": "^10.7.3",
40
+ "mocha": "^11.0.0",
41
41
  "require-npm4-to-publish": "^1.0.0",
42
42
  "ts-node": "^10.9.2",
43
43
  "typescript": "^5.6.2"
@@ -54,6 +54,6 @@
54
54
  "npm": ">=10.7.0"
55
55
  },
56
56
  "versionist": {
57
- "publishedAt": "2024-10-07T15:17:18.296Z"
57
+ "publishedAt": "2024-12-02T16:52:26.348Z"
58
58
  }
59
59
  }