@balena/odata-parser 4.2.5 → 4.2.6

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,14 @@
1
+ - commits:
2
+ - subject: Update @balena/lint to 9.x
3
+ hash: c1809b591bae1b5f1872d5a30eab2eb90337d3cd
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ version: 4.2.6
10
+ title: ""
11
+ date: 2025-04-09T21:35:47.259Z
1
12
  - commits:
2
13
  - subject: "Tests: convert to typescript"
3
14
  hash: 0f71c04f5812b10f4a9e09bdf280217c64caa0ee
@@ -15,7 +26,7 @@
15
26
  author: Pagan Gazzard
16
27
  version: 4.2.5
17
28
  title: ""
18
- date: 2025-04-09T10:29:41.588Z
29
+ date: 2025-04-09T12:12:31.048Z
19
30
  - commits:
20
31
  - subject: 'Build: switch tsconfig to use module "Node16" with type "commonjs"'
21
32
  hash: 2a6499f3c5d259680f9a0f84379c8aed57636a62
package/CHANGELOG.md CHANGED
@@ -4,6 +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
+ # v4.2.6
8
+ ## (2025-04-09)
9
+
10
+ * Update @balena/lint to 9.x [Pagan Gazzard]
11
+
7
12
  # v4.2.5
8
13
  ## (2025-04-09)
9
14
 
package/odata-parser.d.ts CHANGED
@@ -80,6 +80,7 @@ export interface ODataOptions {
80
80
  | TextBind
81
81
  | DateBind
82
82
  // known $ options
83
+ // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
83
84
  | SelectOption
84
85
  | ExpandOption
85
86
  | OrderByOption
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/odata-parser",
3
- "version": "4.2.5",
3
+ "version": "4.2.6",
4
4
  "description": "An OData parser written in OMeta",
5
5
  "type": "commonjs",
6
6
  "main": "odata-parser.js",
@@ -16,7 +16,7 @@
16
16
  "author": "",
17
17
  "license": "BSD",
18
18
  "devDependencies": {
19
- "@balena/lint": "^8.2.8",
19
+ "@balena/lint": "^9.2.1",
20
20
  "@types/chai": "^4.3.20",
21
21
  "@types/lodash": "^4.17.10",
22
22
  "@types/mocha": "^10.0.8",
@@ -40,6 +40,6 @@
40
40
  "npm": ">=8.1.0"
41
41
  },
42
42
  "versionist": {
43
- "publishedAt": "2025-04-09T10:29:41.720Z"
43
+ "publishedAt": "2025-04-09T21:35:47.401Z"
44
44
  }
45
45
  }