@balena/pinejs 17.0.0-build-17-x-2f791deffb941846712a4f68e63d5f929031ed58-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: 2f791deffb941846712a4f68e63d5f929031ed58
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: 8dcae868d7e1f7dc30a602fb917a24e08959842b
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: c929d093e84dcb9492bc69b09bf5cb8b43da4d1b
23
+ hash: 2f653b837b3e249cff0bef61f4b8a73b12db0496
24
24
  body: ""
25
25
  footer:
26
26
  Change-type: major
@@ -28,7 +28,7 @@
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: ad6b78d1ea1ed661d58cb443ce25b063ea270564
32
32
  body: |
33
33
  Update @balena/abstract-sql-to-typescript from 2.4.0 to 3.1.0
34
34
  footer:
@@ -152,7 +152,7 @@
152
152
  title: ""
153
153
  date: 2024-05-02T11:30:52.814Z
154
154
  - subject: Remove deprecated logging functionality from exported API clients
155
- hash: 86a06663693464d57c31cdbac2802b25b84311f7
155
+ hash: 6f0e45fed1ef7756733063d7a56ae15d263655aa
156
156
  body: |
157
157
  This functionality can be accessed via the logger export instead
158
158
  footer:
@@ -162,7 +162,70 @@
162
162
  nested: []
163
163
  version: 17.0.0
164
164
  title: ""
165
- date: 2024-06-05T08:02:17.651Z
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
166
229
  - commits:
167
230
  - subject: Deprecate LoggingClient in favor of a separate logger dictionary
168
231
  hash: 0abc88cc06bfb3eaa4852c8e2b7534edd816005c
package/CHANGELOG.md CHANGED
@@ -44,6 +44,36 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
44
 
45
45
  * Remove deprecated logging functionality from exported API clients [Pagan Gazzard]
46
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
+
47
77
  # v16.1.6
48
78
  ## (2024-05-09)
49
79
 
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-0930cbeefa99e4f3404a0e6a9b4ef3b8341e5065-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -29,22 +29,22 @@
29
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-05T08:02:19.013Z"
147
+ "publishedAt": "2024-06-05T09:38:16.517Z"
148
148
  }
149
149
  }