@balena/pinejs 19.0.3-build-fixes-large-webresource-test-race-condition-2f7012ed804f03675ebc1bb6cada6a66eeb4a0c2-1 → 19.0.4-build-update-deps-d900e54aa1ff497da1335c2fd2d39a7790b8ab49-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,58 @@
1
+ - commits:
2
+ - subject: Update dependencies
3
+ hash: d900e54aa1ff497da1335c2fd2d39a7790b8ab49
4
+ body: |
5
+ Update @balena/odata-parser from 3.0.8 to 3.1.0
6
+ Update @balena/odata-to-abstract-sql from 6.3.0 to 6.4.0
7
+ footer:
8
+ Change-type: patch
9
+ change-type: patch
10
+ author: Pagan Gazzard
11
+ nested:
12
+ - commits:
13
+ - subject: Use bind vars for $top and $skip options
14
+ hash: f160a140209cc5c9d3abc617cf8de7a37a0abf16
15
+ body: ""
16
+ footer:
17
+ Change-type: minor
18
+ change-type: minor
19
+ author: Pagan Gazzard
20
+ version: odata-parser-3.1.0
21
+ title: ""
22
+ date: 2024-10-03T23:27:17.856Z
23
+ - commits:
24
+ - subject: Support number references as boolean types
25
+ hash: 7ab64045cd94b573f51ab193be0f80712df195eb
26
+ body: >
27
+ This allows things like `$top=10` and `$skip=5` to work whilst
28
+ being
29
+
30
+ converted to bind variables
31
+
32
+
33
+ Update @balena/odata-parser from 3.0.8 to 3.1.0
34
+ footer:
35
+ Change-type: minor
36
+ change-type: minor
37
+ author: Pagan Gazzard
38
+ nested:
39
+ - commits:
40
+ - subject: Use bind vars for $top and $skip options
41
+ hash: f160a140209cc5c9d3abc617cf8de7a37a0abf16
42
+ body: ""
43
+ footer:
44
+ Change-type: minor
45
+ change-type: minor
46
+ author: Pagan Gazzard
47
+ version: odata-parser-3.1.0
48
+ title: ""
49
+ date: 2024-10-03T23:27:17.856Z
50
+ version: odata-to-abstract-sql-6.4.0
51
+ title: ""
52
+ date: 2024-10-04T12:00:36.654Z
53
+ version: 19.0.4
54
+ title: ""
55
+ date: 2024-10-04T14:36:23.966Z
1
56
  - commits:
2
57
  - subject: Pin minio/minio and minio/mc versions
3
58
  hash: 2f7012ed804f03675ebc1bb6cada6a66eeb4a0c2
@@ -19,7 +74,7 @@
19
74
  nested: []
20
75
  version: 19.0.3
21
76
  title: ""
22
- date: 2024-10-04T14:11:04.288Z
77
+ date: 2024-10-04T14:21:36.170Z
23
78
  - commits:
24
79
  - subject: Update dependency grunt-webpack to v7
25
80
  hash: 178c06f03da15786e2447190ed7b2df36d5eb0d2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,37 @@ 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
+ # v19.0.4
8
+ ## (2024-10-04)
9
+
10
+
11
+ <details>
12
+ <summary> Update dependencies [Pagan Gazzard] </summary>
13
+
14
+ > ## odata-parser-3.1.0
15
+ > ### (2024-10-03)
16
+ >
17
+ > * Use bind vars for $top and $skip options [Pagan Gazzard]
18
+ >
19
+ > ## odata-to-abstract-sql-6.4.0
20
+ > ### (2024-10-04)
21
+ >
22
+ >
23
+ > <details>
24
+ > <summary> Support number references as boolean types [Pagan Gazzard] </summary>
25
+ >
26
+ >> ### odata-parser-3.1.0
27
+ >> #### (2024-10-03)
28
+ >>
29
+ >> * Use bind vars for $top and $skip options [Pagan Gazzard]
30
+ >>
31
+ >
32
+ > </details>
33
+ >
34
+ >
35
+
36
+ </details>
37
+
7
38
  # v19.0.3
8
39
  ## (2024-10-04)
9
40
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 19.0.3
1
+ 19.0.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.0.3-build-fixes-large-webresource-test-race-condition-2f7012ed804f03675ebc1bb6cada6a66eeb4a0c2-1",
3
+ "version": "19.0.4-build-update-deps-d900e54aa1ff497da1335c2fd2d39a7790b8ab49-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -31,8 +31,8 @@
31
31
  "@balena/abstract-sql-to-typescript": "^4.0.6",
32
32
  "@balena/env-parsing": "^1.2.0",
33
33
  "@balena/lf-to-abstract-sql": "^5.0.2",
34
- "@balena/odata-parser": "^3.0.8",
35
- "@balena/odata-to-abstract-sql": "^6.3.0",
34
+ "@balena/odata-parser": "^3.1.0",
35
+ "@balena/odata-to-abstract-sql": "^6.4.0",
36
36
  "@balena/sbvr-parser": "^1.4.6",
37
37
  "@balena/sbvr-types": "^9.0.2",
38
38
  "@types/body-parser": "^1.19.5",
@@ -41,16 +41,16 @@
41
41
  "@types/deep-freeze": "^0.1.5",
42
42
  "@types/express": "^4.17.21",
43
43
  "@types/express-session": "^1.18.0",
44
- "@types/lodash": "^4.17.7",
44
+ "@types/lodash": "^4.17.10",
45
45
  "@types/memoizee": "^0.4.11",
46
46
  "@types/method-override": "^0.0.35",
47
47
  "@types/multer": "^1.4.12",
48
48
  "@types/mysql": "^2.15.26",
49
- "@types/node": "^20.16.5",
49
+ "@types/node": "^20.16.10",
50
50
  "@types/passport": "^1.0.16",
51
51
  "@types/passport-local": "^1.0.38",
52
52
  "@types/passport-strategy": "^0.2.38",
53
- "@types/pg": "^8.11.9",
53
+ "@types/pg": "^8.11.10",
54
54
  "@types/randomstring": "^1.3.0",
55
55
  "@types/websql": "^0.0.30",
56
56
  "ajv": "^8.17.1",
@@ -68,9 +68,9 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@balena/lint": "^8.2.8",
71
- "@faker-js/faker": "^8.4.1",
71
+ "@faker-js/faker": "^9.0.3",
72
72
  "@types/busboy": "^1.5.4",
73
- "@types/chai": "^4.3.19",
73
+ "@types/chai": "^4.3.20",
74
74
  "@types/grunt": "^0.4.31",
75
75
  "@types/mocha": "^10.0.8",
76
76
  "@types/on-finished": "^2.3.4",
@@ -105,13 +105,13 @@
105
105
  "ts-loader": "^9.5.1",
106
106
  "ts-node": "^10.9.2",
107
107
  "typescript": "^5.6.2",
108
- "webpack": "^5.94.0",
108
+ "webpack": "^5.95.0",
109
109
  "webpack-dev-server": "^4.15.2"
110
110
  },
111
111
  "optionalDependencies": {
112
- "@aws-sdk/client-s3": "^3.651.0",
113
- "@aws-sdk/lib-storage": "^3.651.0",
114
- "@aws-sdk/s3-request-presigner": "^3.651.0",
112
+ "@aws-sdk/client-s3": "^3.664.0",
113
+ "@aws-sdk/lib-storage": "^3.664.0",
114
+ "@aws-sdk/s3-request-presigner": "^3.664.0",
115
115
  "bcrypt": "^5.1.1",
116
116
  "body-parser": "^1.20.3",
117
117
  "compression": "^1.7.4",
@@ -121,8 +121,8 @@
121
121
  "mysql": "^2.18.1",
122
122
  "passport": "^0.7.0",
123
123
  "passport-local": "^1.0.0",
124
- "pg": "^8.12.0",
125
- "pg-connection-string": "^2.6.4",
124
+ "pg": "^8.13.0",
125
+ "pg-connection-string": "^2.7.0",
126
126
  "serve-static": "^1.16.2"
127
127
  },
128
128
  "engines": {
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-10-04T14:11:05.037Z"
150
+ "publishedAt": "2024-10-04T14:36:25.576Z"
151
151
  }
152
152
  }