@balena/pinejs 17.0.0-build-17-x-2f791deffb941846712a4f68e63d5f929031ed58-1 → 17.0.0-build-17-x-046eab19f98a3424b601ffef8de31b05645f77b6-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Update tsconfig target to es2022
3
- hash: 2f791deffb941846712a4f68e63d5f929031ed58
3
+ hash: 046eab19f98a3424b601ffef8de31b05645f77b6
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: major
@@ -8,7 +8,7 @@
8
8
  author: Pagan Gazzard
9
9
  nested: []
10
10
  - subject: Fix internal pinejs client class when used with es2022
11
- hash: 8dcae868d7e1f7dc30a602fb917a24e08959842b
11
+ hash: 4b41168ee7ade40d166b1f714e56ff29f39f93e0
12
12
  body: |
13
13
  We remove `passthrough` override from internal pinejs client class
14
14
  because in es2022 it is actually defined and overrides the parent
@@ -20,7 +20,7 @@
20
20
  author: Pagan Gazzard
21
21
  nested: []
22
22
  - subject: Update minimum supported nodejs version to 20.14.0
23
- hash: c929d093e84dcb9492bc69b09bf5cb8b43da4d1b
23
+ hash: 41847fe04cc359e41625226afe39b22135d31bc9
24
24
  body: ""
25
25
  footer:
26
26
  Change-type: major
@@ -28,14 +28,26 @@
28
28
  author: Pagan Gazzard
29
29
  nested: []
30
30
  - subject: Update @balena/abstract-sql-to-typescript to 3.x
31
- hash: 287d39bcce826bce2387dd3666f4f225f313750e
31
+ hash: 1b5dd833e6285fe24acce479b0333df5dcf983d9
32
32
  body: |
33
- Update @balena/abstract-sql-to-typescript from 2.4.0 to 3.1.0
33
+ Update @balena/abstract-sql-to-typescript from 2.4.0 to 3.1.1
34
34
  footer:
35
35
  Change-type: major
36
36
  change-type: major
37
37
  author: Pagan Gazzard
38
38
  nested:
39
+ - commits:
40
+ - subject: Include reference aliases in generated types
41
+ hash: abcd6845207b15fc862afb9f870282db0fbe6074
42
+ body: ""
43
+ footer:
44
+ Change-type: patch
45
+ change-type: patch
46
+ author: Pagan Gazzard
47
+ nested: []
48
+ version: abstract-sql-to-typescript-3.1.1
49
+ title: ""
50
+ date: 2024-06-06T00:08:51.817Z
39
51
  - commits:
40
52
  - subject: Add a default export which maps OData names to typescript interfaces
41
53
  hash: 877a7987da8cdbaf1f1bfaa4ddd1eff0792692ff
@@ -152,7 +164,7 @@
152
164
  title: ""
153
165
  date: 2024-05-02T11:30:52.814Z
154
166
  - subject: Remove deprecated logging functionality from exported API clients
155
- hash: 86a06663693464d57c31cdbac2802b25b84311f7
167
+ hash: 6f0e45fed1ef7756733063d7a56ae15d263655aa
156
168
  body: |
157
169
  This functionality can be accessed via the logger export instead
158
170
  footer:
@@ -162,7 +174,70 @@
162
174
  nested: []
163
175
  version: 17.0.0
164
176
  title: ""
165
- date: 2024-06-05T08:02:17.651Z
177
+ date: 2024-06-06T11:10:18.580Z
178
+ - commits:
179
+ - subject: Update dependencies
180
+ hash: 1feda2bf5d4580d62398d4cb87c16b2a88a0816a
181
+ body: |
182
+ Update @balena/odata-parser from 3.0.7 to 3.0.8
183
+ Update @balena/sbvr-types from 7.1.0 to 7.1.1
184
+ Update pinejs-client-core from 6.14.4 to 6.14.6
185
+ footer:
186
+ Change-type: patch
187
+ change-type: patch
188
+ author: Pagan Gazzard
189
+ nested:
190
+ - commits:
191
+ - subject: Fix type checking of the declaration file
192
+ hash: 17dc377da3031f28bb5f2ffaff9b2185d65159aa
193
+ body: ""
194
+ footer:
195
+ Change-type: patch
196
+ change-type: patch
197
+ author: Pagan Gazzard
198
+ version: odata-parser-3.0.8
199
+ title: ""
200
+ date: 2024-06-04T09:56:51.182Z
201
+ - commits:
202
+ - subject: Type $count/$any/$all as needing to be nested in a navigation property
203
+ hash: 278681eeed59a175159446ec9e036e9f66f879dc
204
+ body: |
205
+ eg `$filter: { references__resource: { $any: { ... } } }`
206
+ footer:
207
+ Change-type: patch
208
+ change-type: patch
209
+ author: Pagan Gazzard
210
+ nested: []
211
+ version: pinejs-client-js-6.14.6
212
+ title: ""
213
+ date: 2024-05-28T17:39:25.074Z
214
+ - commits:
215
+ - subject: Use readonly arrays for typings for better compatibility with `as
216
+ const`
217
+ hash: aef91ea270e4110ef11a8ee76929acc7e8804b36
218
+ body: ""
219
+ footer:
220
+ Change-type: patch
221
+ change-type: patch
222
+ author: Pagan Gazzard
223
+ nested: []
224
+ version: pinejs-client-js-6.14.5
225
+ title: ""
226
+ date: 2024-05-28T15:11:57.306Z
227
+ - commits:
228
+ - subject: Accept `Date` for the write types of `Date Time`/`Date`/`Time`
229
+ hash: eb03c8fb593fad76c74dad57a3d45625daf44d76
230
+ body: ""
231
+ footer:
232
+ Change-type: patch
233
+ change-type: patch
234
+ author: Pagan Gazzard
235
+ version: sbvr-types-7.1.1
236
+ title: ""
237
+ date: 2024-06-04T09:59:12.864Z
238
+ version: 16.1.7
239
+ title: ""
240
+ date: 2024-06-05T08:35:19.986Z
166
241
  - commits:
167
242
  - subject: Deprecate LoggingClient in favor of a separate logger dictionary
168
243
  hash: 0abc88cc06bfb3eaa4852c8e2b7534edd816005c
package/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v17.0.0
8
- ## (2024-06-05)
8
+ ## (2024-06-06)
9
9
 
10
10
  * Update tsconfig target to es2022 [Pagan Gazzard]
11
11
  * Fix internal pinejs client class when used with es2022 [Pagan Gazzard]
@@ -14,6 +14,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
14
14
  <details>
15
15
  <summary> Update @balena/abstract-sql-to-typescript to 3.x [Pagan Gazzard] </summary>
16
16
 
17
+ > ## abstract-sql-to-typescript-3.1.1
18
+ > ### (2024-06-06)
19
+ >
20
+ > * Include reference aliases in generated types [Pagan Gazzard]
21
+ >
17
22
  > ## abstract-sql-to-typescript-3.1.0
18
23
  > ### (2024-05-28)
19
24
  >
@@ -44,6 +49,36 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
49
 
45
50
  * Remove deprecated logging functionality from exported API clients [Pagan Gazzard]
46
51
 
52
+ # v16.1.7
53
+ ## (2024-06-05)
54
+
55
+
56
+ <details>
57
+ <summary> Update dependencies [Pagan Gazzard] </summary>
58
+
59
+ > ## odata-parser-3.0.8
60
+ > ### (2024-06-04)
61
+ >
62
+ > * Fix type checking of the declaration file [Pagan Gazzard]
63
+ >
64
+ > ## pinejs-client-js-6.14.6
65
+ > ### (2024-05-28)
66
+ >
67
+ > * Type $count/$any/$all as needing to be nested in a navigation property [Pagan Gazzard]
68
+ >
69
+ > ## pinejs-client-js-6.14.5
70
+ > ### (2024-05-28)
71
+ >
72
+ > * Use readonly arrays for typings for better compatibility with `as const` [Pagan Gazzard]
73
+ >
74
+ > ## sbvr-types-7.1.1
75
+ > ### (2024-06-04)
76
+ >
77
+ > * Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard]
78
+ >
79
+
80
+ </details>
81
+
47
82
  # v16.1.6
48
83
  ## (2024-05-09)
49
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "17.0.0-build-17-x-2f791deffb941846712a4f68e63d5f929031ed58-1",
3
+ "version": "17.0.0-build-17-x-046eab19f98a3424b601ffef8de31b05645f77b6-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -26,25 +26,25 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@balena/abstract-sql-compiler": "^9.1.4",
29
- "@balena/abstract-sql-to-typescript": "^3.1.0",
29
+ "@balena/abstract-sql-to-typescript": "^3.1.1",
30
30
  "@balena/env-parsing": "^1.1.12",
31
31
  "@balena/lf-to-abstract-sql": "^5.0.2",
32
- "@balena/odata-parser": "^3.0.7",
32
+ "@balena/odata-parser": "^3.0.8",
33
33
  "@balena/odata-to-abstract-sql": "^6.2.7",
34
34
  "@balena/sbvr-parser": "^1.4.4",
35
- "@balena/sbvr-types": "^7.1.0",
35
+ "@balena/sbvr-types": "^7.1.1",
36
36
  "@types/body-parser": "^1.19.5",
37
37
  "@types/compression": "^1.7.5",
38
38
  "@types/cookie-parser": "^1.4.7",
39
39
  "@types/deep-freeze": "^0.1.5",
40
40
  "@types/express": "^4.17.21",
41
41
  "@types/express-session": "^1.18.0",
42
- "@types/lodash": "^4.17.1",
42
+ "@types/lodash": "^4.17.4",
43
43
  "@types/memoizee": "^0.4.11",
44
44
  "@types/method-override": "^0.0.35",
45
45
  "@types/multer": "^1.4.11",
46
46
  "@types/mysql": "^2.15.26",
47
- "@types/node": "^20.12.10",
47
+ "@types/node": "^20.14.2",
48
48
  "@types/passport": "^1.0.16",
49
49
  "@types/passport-local": "^1.0.38",
50
50
  "@types/passport-strategy": "^0.2.38",
@@ -57,8 +57,8 @@
57
57
  "eventemitter3": "^5.0.1",
58
58
  "express-session": "^1.18.0",
59
59
  "lodash": "^4.17.21",
60
- "memoizee": "^0.4.15",
61
- "pinejs-client-core": "^6.14.4",
60
+ "memoizee": "^0.4.17",
61
+ "pinejs-client-core": "^6.14.6",
62
62
  "randomstring": "^1.3.0",
63
63
  "typed-error": "^3.2.2"
64
64
  },
@@ -89,7 +89,7 @@
89
89
  "grunt-ts": "^6.0.0-beta.22",
90
90
  "grunt-webpack": "^6.0.0",
91
91
  "husky": "^9.0.11",
92
- "lint-staged": "^15.2.2",
92
+ "lint-staged": "^15.2.5",
93
93
  "load-grunt-tasks": "^5.1.0",
94
94
  "mocha": "^10.4.0",
95
95
  "on-finished": "^2.4.1",
@@ -106,9 +106,9 @@
106
106
  "webpack-dev-server": "^4.15.2"
107
107
  },
108
108
  "optionalDependencies": {
109
- "@aws-sdk/client-s3": "^3.569.0",
110
- "@aws-sdk/lib-storage": "^3.569.0",
111
- "@aws-sdk/s3-request-presigner": "^3.569.0",
109
+ "@aws-sdk/client-s3": "^3.590.0",
110
+ "@aws-sdk/lib-storage": "^3.590.0",
111
+ "@aws-sdk/s3-request-presigner": "^3.590.0",
112
112
  "bcrypt": "^5.1.1",
113
113
  "body-parser": "^1.20.2",
114
114
  "compression": "^1.7.4",
@@ -118,7 +118,7 @@
118
118
  "mysql": "^2.18.1",
119
119
  "passport": "^0.7.0",
120
120
  "passport-local": "^1.0.0",
121
- "pg": "^8.11.5",
121
+ "pg": "^8.12.0",
122
122
  "pg-connection-string": "^2.6.4",
123
123
  "serve-static": "^1.15.0"
124
124
  },
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2024-06-05T08:02:19.013Z"
147
+ "publishedAt": "2024-06-06T11:10:19.927Z"
148
148
  }
149
149
  }