@balena/pinejs 17.0.0-build-17-x-0447fb6e94bafa136206d060acda2f2df4c00ad2-1 → 17.0.0-build-17-x-0930cbeefa99e4f3404a0e6a9b4ef3b8341e5065-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: 0447fb6e94bafa136206d060acda2f2df4c00ad2
3
+ hash: 0930cbeefa99e4f3404a0e6a9b4ef3b8341e5065
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: eacfdb19357084fc73c23360e5afc419f26d5c02
11
+ hash: 5b64d8f06fd60f53f57c3ba874cf105579f9287b
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: 2dfd69025e6344628eabe971b4096fea34232f6c
23
+ hash: 2f653b837b3e249cff0bef61f4b8a73b12db0496
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: d75f7764359af4403db5405e9b6b4bc5463173d6
31
+ hash: ad6b78d1ea1ed661d58cb443ce25b063ea270564
32
32
  body: |
33
- Update @balena/abstract-sql-to-typescript from 2.4.0 to 3.0.2
33
+ Update @balena/abstract-sql-to-typescript from 2.4.0 to 3.1.0
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: Add a default export which maps OData names to typescript interfaces
41
+ hash: 877a7987da8cdbaf1f1bfaa4ddd1eff0792692ff
42
+ body: ""
43
+ footer:
44
+ Change-type: minor
45
+ change-type: minor
46
+ author: Pagan Gazzard
47
+ nested: []
48
+ version: abstract-sql-to-typescript-3.1.0
49
+ title: ""
50
+ date: 2024-05-28T15:19:24.280Z
39
51
  - commits:
40
52
  - subject: Improve `Resource` typing
41
53
  hash: ba1301734f1a71dc2a920d1f378173a6bfa7c4a5
@@ -140,7 +152,7 @@
140
152
  title: ""
141
153
  date: 2024-05-02T11:30:52.814Z
142
154
  - subject: Remove deprecated logging functionality from exported API clients
143
- hash: 86a06663693464d57c31cdbac2802b25b84311f7
155
+ hash: 6f0e45fed1ef7756733063d7a56ae15d263655aa
144
156
  body: |
145
157
  This functionality can be accessed via the logger export instead
146
158
  footer:
@@ -150,7 +162,70 @@
150
162
  nested: []
151
163
  version: 17.0.0
152
164
  title: ""
153
- date: 2024-06-04T15:38:05.163Z
165
+ date: 2024-06-05T09:38:15.170Z
166
+ - commits:
167
+ - subject: Update dependencies
168
+ hash: 1feda2bf5d4580d62398d4cb87c16b2a88a0816a
169
+ body: |
170
+ Update @balena/odata-parser from 3.0.7 to 3.0.8
171
+ Update @balena/sbvr-types from 7.1.0 to 7.1.1
172
+ Update pinejs-client-core from 6.14.4 to 6.14.6
173
+ footer:
174
+ Change-type: patch
175
+ change-type: patch
176
+ author: Pagan Gazzard
177
+ nested:
178
+ - commits:
179
+ - subject: Fix type checking of the declaration file
180
+ hash: 17dc377da3031f28bb5f2ffaff9b2185d65159aa
181
+ body: ""
182
+ footer:
183
+ Change-type: patch
184
+ change-type: patch
185
+ author: Pagan Gazzard
186
+ version: odata-parser-3.0.8
187
+ title: ""
188
+ date: 2024-06-04T09:56:51.182Z
189
+ - commits:
190
+ - subject: Type $count/$any/$all as needing to be nested in a navigation property
191
+ hash: 278681eeed59a175159446ec9e036e9f66f879dc
192
+ body: |
193
+ eg `$filter: { references__resource: { $any: { ... } } }`
194
+ footer:
195
+ Change-type: patch
196
+ change-type: patch
197
+ author: Pagan Gazzard
198
+ nested: []
199
+ version: pinejs-client-js-6.14.6
200
+ title: ""
201
+ date: 2024-05-28T17:39:25.074Z
202
+ - commits:
203
+ - subject: Use readonly arrays for typings for better compatibility with `as
204
+ const`
205
+ hash: aef91ea270e4110ef11a8ee76929acc7e8804b36
206
+ body: ""
207
+ footer:
208
+ Change-type: patch
209
+ change-type: patch
210
+ author: Pagan Gazzard
211
+ nested: []
212
+ version: pinejs-client-js-6.14.5
213
+ title: ""
214
+ date: 2024-05-28T15:11:57.306Z
215
+ - commits:
216
+ - subject: Accept `Date` for the write types of `Date Time`/`Date`/`Time`
217
+ hash: eb03c8fb593fad76c74dad57a3d45625daf44d76
218
+ body: ""
219
+ footer:
220
+ Change-type: patch
221
+ change-type: patch
222
+ author: Pagan Gazzard
223
+ version: sbvr-types-7.1.1
224
+ title: ""
225
+ date: 2024-06-04T09:59:12.864Z
226
+ version: 16.1.7
227
+ title: ""
228
+ date: 2024-06-05T08:35:19.986Z
154
229
  - commits:
155
230
  - subject: Deprecate LoggingClient in favor of a separate logger dictionary
156
231
  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-04)
8
+ ## (2024-06-05)
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.0
18
+ > ### (2024-05-28)
19
+ >
20
+ > * Add a default export which maps OData names to typescript interfaces [Pagan Gazzard]
21
+ >
17
22
  > ## abstract-sql-to-typescript-3.0.2
18
23
  > ### (2024-05-09)
19
24
  >
@@ -39,6 +44,36 @@ This project adheres to [Semantic Versioning](http://semver.org/).
39
44
 
40
45
  * Remove deprecated logging functionality from exported API clients [Pagan Gazzard]
41
46
 
47
+ # v16.1.7
48
+ ## (2024-06-05)
49
+
50
+
51
+ <details>
52
+ <summary> Update dependencies [Pagan Gazzard] </summary>
53
+
54
+ > ## odata-parser-3.0.8
55
+ > ### (2024-06-04)
56
+ >
57
+ > * Fix type checking of the declaration file [Pagan Gazzard]
58
+ >
59
+ > ## pinejs-client-js-6.14.6
60
+ > ### (2024-05-28)
61
+ >
62
+ > * Type $count/$any/$all as needing to be nested in a navigation property [Pagan Gazzard]
63
+ >
64
+ > ## pinejs-client-js-6.14.5
65
+ > ### (2024-05-28)
66
+ >
67
+ > * Use readonly arrays for typings for better compatibility with `as const` [Pagan Gazzard]
68
+ >
69
+ > ## sbvr-types-7.1.1
70
+ > ### (2024-06-04)
71
+ >
72
+ > * Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard]
73
+ >
74
+
75
+ </details>
76
+
42
77
  # v16.1.6
43
78
  ## (2024-05-09)
44
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "17.0.0-build-17-x-0447fb6e94bafa136206d060acda2f2df4c00ad2-1",
3
+ "version": "17.0.0-build-17-x-0930cbeefa99e4f3404a0e6a9b4ef3b8341e5065-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.0.2",
29
+ "@balena/abstract-sql-to-typescript": "^3.1.0",
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-04T15:38:06.595Z"
147
+ "publishedAt": "2024-06-05T09:38:16.517Z"
148
148
  }
149
149
  }