@balena/pinejs 19.0.5-build-renovate-major-10--balenaabstract-sql-compiler-0271a4aeceed34694fed8926962824a2b27d5c60-1 → 19.0.6-build-renovate-major-7--balenaodata-to-abstract-sql-eda2d4c3e1bf19e5422047286673a3e72fb2742c-3

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,2758 @@
1
+ - commits:
2
+ - subject: Update dependency @balena/odata-to-abstract-sql to v7
3
+ hash: eda2d4c3e1bf19e5422047286673a3e72fb2742c
4
+ body: |
5
+ Update @balena/odata-to-abstract-sql from 6.4.0 to 7.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested:
11
+ - commits:
12
+ - subject: Update dependencies
13
+ hash: 200e20aa0e4ef4df625c398be401065b6c7b0771
14
+ body: |
15
+ Update @balena/abstract-sql-compiler from 9.2.0 to 10.0.1
16
+ Update @balena/sbvr-types from 7.1.3 to 9.0.2
17
+ footer:
18
+ Change-type: patch
19
+ change-type: patch
20
+ author: Thodoris Greasidis
21
+ nested:
22
+ - commits:
23
+ - subject: Wrap composite comparison operations with parenthesis when necessary
24
+ hash: b39c90a5a816b647bd1d4e4b1294bb377a798726
25
+ body: ""
26
+ footer:
27
+ Change-type: patch
28
+ change-type: patch
29
+ See: https://balena.zulipchat.com/#narrow/stream/346007-balena-io.2FbalenaCloud/topic/pinejs.2015/near/358435946
30
+ see: https://balena.zulipchat.com/#narrow/stream/346007-balena-io.2FbalenaCloud/topic/pinejs.2015/near/358435946
31
+ author: Thodoris Greasidis
32
+ nested: []
33
+ version: abstract-sql-compiler-10.0.1
34
+ title: ""
35
+ date: 2024-10-07T12:50:02.908Z
36
+ - commits:
37
+ - subject: "tsconfig: Switch the module compiler option to Node16"
38
+ hash: 28c15f305c99bd1e581a93fddfc985b82d20bdf8
39
+ body: ""
40
+ footer:
41
+ Change-type: patch
42
+ change-type: patch
43
+ author: Thodoris Greasidis
44
+ nested: []
45
+ - subject: Update tsconfig target to es2023
46
+ hash: 9fa62364ed291750c48a199b6895b1babfe1b959
47
+ body: ""
48
+ footer:
49
+ Change-type: major
50
+ change-type: major
51
+ author: Thodoris Greasidis
52
+ nested: []
53
+ - subject: Update minimum supported nodejs version to 20.14.0
54
+ hash: 2e399f73a7aa751abe02378990540d2ea68b522b
55
+ body: ""
56
+ footer:
57
+ Change-type: major
58
+ change-type: major
59
+ author: Thodoris Greasidis
60
+ nested: []
61
+ - subject: Make @balena/sbvr-types a peer dependency
62
+ hash: af8dc56b94b2b917588f5f53c2d95dab6f1f4ad9
63
+ body: ""
64
+ footer:
65
+ Change-type: major
66
+ change-type: major
67
+ author: Thodoris Greasidis
68
+ nested: []
69
+ - subject: Lint fixes
70
+ hash: 6ea529e0daa0608860ec2840e9b0212ae91830b7
71
+ body: ""
72
+ footer:
73
+ Change-type: patch
74
+ change-type: patch
75
+ author: Thodoris Greasidis
76
+ nested: []
77
+ - subject: Update dependencies & tests to match
78
+ hash: 877ea17f70057641e5d9da81bf6538cfa7e8db79
79
+ body: |
80
+ Update @balena/lf-to-abstract-sql from 5.0.0 to 5.0.2
81
+ Update @balena/odata-parser from 3.0.0 to 3.1.0
82
+ Update @balena/odata-to-abstract-sql from 6.0.1 to 6.4.0
83
+ Update @balena/sbvr-parser from 1.4.3 to 1.4.6
84
+ Update @balena/sbvr-types from 7.0.1 to 9.0.2
85
+ footer:
86
+ Change-type: patch
87
+ change-type: patch
88
+ author: Thodoris Greasidis
89
+ nested:
90
+ - commits:
91
+ - subject: Update `@balena/sbvr-types` devDependency
92
+ hash: 01f9b8aea7750c6033d535c791fad2b853071bda
93
+ body: |
94
+ Update @balena/sbvr-types from 5.0.0 to 7.0.1
95
+ footer:
96
+ Change-type: patch
97
+ change-type: patch
98
+ Signed-off-by: Harald Fischer <harald@balena.io>
99
+ signed-off-by: Harald Fischer <harald@balena.io>
100
+ author: Harald Fischer
101
+ nested:
102
+ - commits:
103
+ - subject: Update dependency @balena/abstract-sql-compiler to v9
104
+ hash: 37684ebb1692f97780dd27056b9cfe299c456b3c
105
+ body: >
106
+ Update @balena/abstract-sql-compiler
107
+ from 8.5.0 to 9.0.4
108
+ footer:
109
+ Change-type: patch
110
+ change-type: patch
111
+ author: Self-hosted Renovate Bot
112
+ version: sbvr-types-7.0.1
113
+ title: ""
114
+ date: 2024-03-04T19:48:17.416Z
115
+ - commits:
116
+ - subject: Return `ISODateString` instead of `date`
117
+ hash: 37e2d446c0ec11f2e3a1ab41b1a205280062bd5d
118
+ body: >
119
+ The internal and external representation
120
+ of the returned object from pinejs
121
+ should be consistent.
122
+
123
+ Pinejs internal interface will return
124
+ date or date time fields as date object.
125
+ For the external interface the object is
126
+ JSON.stringified so that date becomes an
127
+ ISO string anyway.
128
+ footer:
129
+ Change-type: major
130
+ change-type: major
131
+ Signed-off-by: fisehara <harald@balena.io>
132
+ signed-off-by: fisehara <harald@balena.io>
133
+ author: fisehara
134
+ version: sbvr-types-7.0.0
135
+ title: ""
136
+ date: 2024-03-04T17:37:23.873Z
137
+ - commits:
138
+ - subject: Update dependency @types/chai-datetime to ^0.0.39
139
+ hash: 428c5a2c94bd753cc2ffc6d1e012c3a743e1b4d2
140
+ body: >
141
+ Update @types/chai-datetime from 0.0.37
142
+ to 0.0.39
143
+ footer:
144
+ Change-type: patch
145
+ change-type: patch
146
+ author: Self-hosted Renovate Bot
147
+ version: sbvr-types-6.1.1
148
+ title: ""
149
+ date: 2024-01-02T18:54:07.180Z
150
+ - commits:
151
+ - subject: Add checksum to WebResource
152
+ hash: be6a1e9bacad51f99d685f491b3bf81545536adb
153
+ body: ""
154
+ footer:
155
+ Change-type: minor
156
+ change-type: minor
157
+ author: Otávio Jacobi
158
+ version: sbvr-types-6.1.0
159
+ title: ""
160
+ date: 2023-10-03T22:49:47.984Z
161
+ - commits:
162
+ - subject: Change contents to snake_case
163
+ hash: aaa12269901e364533cf2aa45a958948ce0339de
164
+ body: ""
165
+ footer:
166
+ Change-Type: major
167
+ change-type: major
168
+ author: Otávio Jacobi
169
+ version: sbvr-types-6.0.0
170
+ title: ""
171
+ date: 2023-08-09T00:10:50.917Z
172
+ - commits:
173
+ - subject: Expose WebResource as WebResourceType
174
+ hash: 9e42bfffb2145b5096539492b36b0f19b1f2e209
175
+ body: ""
176
+ footer:
177
+ Change-type: minor
178
+ change-type: minor
179
+ author: Otávio Jacobi
180
+ version: sbvr-types-5.2.0
181
+ title: ""
182
+ date: 2023-08-08T21:01:49.459Z
183
+ - commits:
184
+ - subject: Adds WebResource type
185
+ hash: db7ff44e95a040a0b250d8c7612b126b31a3f325
186
+ body: ""
187
+ footer:
188
+ Change-type: minor
189
+ change-type: minor
190
+ Co-authored-by: ramirogm
191
+ co-authored-by: ramirogm
192
+ author: Otávio Jacobi
193
+ version: sbvr-types-5.1.0
194
+ title: ""
195
+ date: 2023-08-03T09:36:41.490Z
196
+ version: lf-to-abstract-sql-5.0.2
197
+ title: ""
198
+ date: 2024-03-05T13:44:30.007Z
199
+ - commits:
200
+ - subject: Update @balena/sbvr-types to 5.0.0
201
+ hash: 9acf28eac9790f47704d9103b5788fc4e1802e14
202
+ body: |
203
+ Update @balena/sbvr-types from 3.4.18 to 5.0.0
204
+ footer:
205
+ Change-type: patch
206
+ change-type: patch
207
+ author: Pagan Gazzard
208
+ nested:
209
+ - commits:
210
+ - subject: Switch from `export =` to `export default`
211
+ hash: 6cd01340e0fee46833942691fce5a9f6a42ac104
212
+ body: ""
213
+ footer:
214
+ Change-type: major
215
+ change-type: major
216
+ author: Pagan Gazzard
217
+ version: sbvr-types-5.0.0
218
+ title: ""
219
+ date: 2023-05-16T15:56:09.861Z
220
+ - commits:
221
+ - subject: Improve typings
222
+ hash: a5fd4a319cd0336afc5a765af9e1a1eec851f2c3
223
+ body: ""
224
+ footer:
225
+ Change-type: patch
226
+ change-type: patch
227
+ author: Pagan Gazzard
228
+ version: sbvr-types-4.0.2
229
+ title: ""
230
+ date: 2023-05-03T11:40:24.422Z
231
+ - commits:
232
+ - subject: "boolean: Avoid unnecessary array creation to reduce GCs"
233
+ hash: 5ba948cd5f42844974d43dc19f1c371e56376fc8
234
+ body: ""
235
+ footer:
236
+ Change-type: patch
237
+ change-type: patch
238
+ author: Thodoris Greasidis
239
+ version: sbvr-types-4.0.1
240
+ title: ""
241
+ date: 2023-05-02T13:39:37.722Z
242
+ - commits:
243
+ - subject: Add test cases for Objects in JSON validate
244
+ hash: be8fc31c3754186dd4c43ca8d4c056b0def7ffbd
245
+ body: >
246
+ As balena-lint rejects `new Boolean()`,
247
+ `new Number()` and `new String()`
248
+ constructor usage, test cases double
249
+ check that they are not instantiated as
250
+ object but primitive type.
251
+ footer:
252
+ Change-type: patch
253
+ change-type: patch
254
+ Signed-off-by: fisehara <harald@balena.io>
255
+ signed-off-by: fisehara <harald@balena.io>
256
+ author: fisehara
257
+ - subject: Drop `require-npm4-to-publish` devDependency
258
+ hash: 46a369117c9d1222089498a8794c32d14edef85b
259
+ body: >
260
+ As engine and npm is now required as
261
+ part of package.json we can drop this
262
+ dependency
263
+ footer:
264
+ Change-type: patch
265
+ change-type: patch
266
+ Signed-off-by: fisehara <harald@balena.io>
267
+ signed-off-by: fisehara <harald@balena.io>
268
+ author: fisehara
269
+ - subject: Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021
270
+ hash: 54920d701a7aa4890c27801fc5cc6b9d74ece21c
271
+ body: ""
272
+ footer:
273
+ Change-type: major
274
+ change-type: major
275
+ author: Pagan Gazzard
276
+ - subject: Switch `JSON` to use `JSON` db type instead of `TEXT`
277
+ hash: 0d3561364ad018f59466c0dae9b3adb4390d9496
278
+ body: ""
279
+ footer:
280
+ Change-type: major
281
+ change-type: major
282
+ author: Pagan Gazzard
283
+ - subject: Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER`
284
+ hash: 5af2bd476a9032ab5d60c163a3940e0dd8e81cc6
285
+ body: ""
286
+ footer:
287
+ Change-type: major
288
+ change-type: major
289
+ author: Pagan Gazzard
290
+ - subject: Assert that JSON input typeof is object
291
+ hash: 1819ee97811e20da93c6e0f227db6a62ada8c00e
292
+ body: >
293
+ Ensure that the input passed in for JSON
294
+ types is either an object or
295
+
296
+ an array (typeof returns 'object' for
297
+ arrays as well). This change is
298
+
299
+ mainly to prevent primitives from being
300
+ stored as JSON.
301
+ footer:
302
+ Change-type: major
303
+ change-type: major
304
+ Signed-off-by: Josh Bowling <josh@monarci.com>
305
+ signed-off-by: Josh Bowling <josh@monarci.com>
306
+ author: Josh Bowling
307
+ version: sbvr-types-4.0.0
308
+ title: ""
309
+ date: 2023-04-26T15:00:16.169Z
310
+ - commits:
311
+ - subject: Add Big Serial type
312
+ hash: 49460ad51fcbc60f81e61329c573a1af5b207a46
313
+ body: ""
314
+ footer:
315
+ Change-type: minor
316
+ change-type: minor
317
+ author: Josh Bowling
318
+ version: sbvr-types-3.5.0
319
+ title: ""
320
+ date: 2023-03-21T11:16:27.398Z
321
+ - commits:
322
+ - subject: "Flowzone: Allow external contributions"
323
+ hash: 9f7bb028bbac327e6fe0711491d7c0f2c6464f98
324
+ body: ""
325
+ footer:
326
+ Change-type: patch
327
+ change-type: patch
328
+ Signed-off-by: Josh Bowling <josh@monarci.com>
329
+ signed-off-by: Josh Bowling <josh@monarci.com>
330
+ author: Josh Bowling
331
+ version: sbvr-types-3.4.19
332
+ title: ""
333
+ date: 2022-12-08T01:08:35.143Z
334
+ version: lf-to-abstract-sql-5.0.1
335
+ title: ""
336
+ date: 2023-05-16T16:11:31.737Z
337
+ - commits:
338
+ - subject: Use bind vars for $top and $skip options
339
+ hash: f160a140209cc5c9d3abc617cf8de7a37a0abf16
340
+ body: ""
341
+ footer:
342
+ Change-type: minor
343
+ change-type: minor
344
+ author: Pagan Gazzard
345
+ version: odata-parser-3.1.0
346
+ title: ""
347
+ date: 2024-10-03T23:27:17.856Z
348
+ - commits:
349
+ - subject: Fix type checking of the declaration file
350
+ hash: 17dc377da3031f28bb5f2ffaff9b2185d65159aa
351
+ body: ""
352
+ footer:
353
+ Change-type: patch
354
+ change-type: patch
355
+ author: Pagan Gazzard
356
+ version: odata-parser-3.0.8
357
+ title: ""
358
+ date: 2024-06-04T09:56:51.182Z
359
+ - commits:
360
+ - subject: Update dependency husky to v9
361
+ hash: 8d5929cbbce1765e8ad14a84a1b6e669daedd9a8
362
+ body: |
363
+ Update husky from 8.0.3 to 9.0.11
364
+ footer:
365
+ Change-type: patch
366
+ change-type: patch
367
+ author: Self-hosted Renovate Bot
368
+ version: odata-parser-3.0.7
369
+ title: ""
370
+ date: 2024-04-13T14:30:01.103Z
371
+ - commits:
372
+ - subject: Update dependency peggy to v4
373
+ hash: d0c83b2955f285f3cac927e4310e0b948d522189
374
+ body: |
375
+ Update peggy from 3.0.2 to 4.0.2
376
+ footer:
377
+ Change-type: patch
378
+ change-type: patch
379
+ author: Self-hosted Renovate Bot
380
+ version: odata-parser-3.0.6
381
+ title: ""
382
+ date: 2024-04-12T09:10:02.194Z
383
+ - commits:
384
+ - subject: Update dependency lint-staged to v15
385
+ hash: 703834a4c358dd348e1ffce797f6e3c37a03941f
386
+ body: |
387
+ Update lint-staged from 13.3.0 to 15.2.2
388
+ footer:
389
+ Change-type: patch
390
+ change-type: patch
391
+ author: Self-hosted Renovate Bot
392
+ version: odata-parser-3.0.5
393
+ title: ""
394
+ date: 2024-04-12T08:19:19.907Z
395
+ - commits:
396
+ - subject: Update dependency @balena/lint to v8
397
+ hash: 8048f717367a41233a995096edf2da6710e9e247
398
+ body: |
399
+ Update @balena/lint from 7.3.0 to 8.0.0
400
+ footer:
401
+ Change-type: patch
402
+ change-type: patch
403
+ author: Self-hosted Renovate Bot
404
+ version: odata-parser-3.0.4
405
+ title: ""
406
+ date: 2024-04-12T02:48:22.037Z
407
+ - commits:
408
+ - subject: Optimize by moving constant values into global init
409
+ hash: 94899b779fb879540f3675c3c9d7ca3f9d8af4bf
410
+ body: ""
411
+ footer:
412
+ Change-type: patch
413
+ change-type: patch
414
+ Signed-off-by: fisehara <harald@balena.io>
415
+ signed-off-by: fisehara <harald@balena.io>
416
+ author: fisehara
417
+ version: odata-parser-3.0.3
418
+ title: ""
419
+ date: 2024-01-04T15:30:09.102Z
420
+ - commits:
421
+ - subject: Update dependencies
422
+ hash: 0a7bd8ff2e506fa3988b6e1851e0098df5da3f86
423
+ body: >
424
+ - Update @balena/lint from 6.2.2 to 7.2.4
425
+
426
+ - Delete `require-npm4-to-publish` as handled by
427
+ `engines` parameter in `package.json`
428
+ footer:
429
+ Change-type: patch
430
+ change-type: patch
431
+ Signed-off-by: fisehara <harald@balena.io>
432
+ signed-off-by: fisehara <harald@balena.io>
433
+ author: fisehara
434
+ version: odata-parser-3.0.2
435
+ title: ""
436
+ date: 2024-01-04T10:16:56.896Z
437
+ - commits:
438
+ - subject: Allow running CI on external PRs
439
+ hash: 875af25a9e8ba9ade051f76f4500f5146db675a7
440
+ body: ""
441
+ footer:
442
+ Change-type: patch
443
+ change-type: patch
444
+ author: Pagan Gazzard
445
+ version: odata-parser-3.0.1
446
+ title: ""
447
+ date: 2023-09-25T10:50:13.648Z
448
+ - commits:
449
+ - subject: Support number references as boolean types
450
+ hash: 7ab64045cd94b573f51ab193be0f80712df195eb
451
+ body: >
452
+ This allows things like `$top=10` and `$skip=5`
453
+ to work whilst being
454
+
455
+ converted to bind variables
456
+
457
+
458
+ Update @balena/odata-parser from 3.0.8 to 3.1.0
459
+ footer:
460
+ Change-type: minor
461
+ change-type: minor
462
+ author: Pagan Gazzard
463
+ nested:
464
+ - commits:
465
+ - subject: Use bind vars for $top and $skip options
466
+ hash: f160a140209cc5c9d3abc617cf8de7a37a0abf16
467
+ body: ""
468
+ footer:
469
+ Change-type: minor
470
+ change-type: minor
471
+ author: Pagan Gazzard
472
+ version: odata-parser-3.1.0
473
+ title: ""
474
+ date: 2024-10-03T23:27:17.856Z
475
+ version: odata-to-abstract-sql-6.4.0
476
+ title: ""
477
+ date: 2024-10-04T12:00:36.654Z
478
+ - commits:
479
+ - subject: Support PUT/PATCH/DELETE requests on resources with a translated ID
480
+ field
481
+ hash: 65b06761fca1b13e13ec99c4ed5394814feff4ef
482
+ body: ""
483
+ footer:
484
+ Change-type: minor
485
+ change-type: minor
486
+ author: Thodoris Greasidis
487
+ nested: []
488
+ version: odata-to-abstract-sql-6.3.0
489
+ title: ""
490
+ date: 2024-08-26T16:45:57.380Z
491
+ - commits:
492
+ - subject: Update dependencies
493
+ hash: 5bb046976db9be203106ebd20db6248064fc9728
494
+ body: >
495
+ Update @balena/abstract-sql-compiler from 9.1.4
496
+ to 9.2.0
497
+
498
+ Update @balena/lf-to-abstract-sql from 5.0.1 to
499
+ 5.0.2
500
+
501
+ Update @balena/odata-parser from 3.0.3 to 3.0.8
502
+
503
+ Update @balena/sbvr-parser from 1.4.3 to 1.4.6
504
+
505
+ Update @balena/sbvr-types from 7.0.1 to 7.1.3
506
+ footer:
507
+ Change-type: patch
508
+ change-type: patch
509
+ author: Pagan Gazzard
510
+ nested:
511
+ - commits:
512
+ - subject: Adds `EndsWithNode` and `ContainsNode` typings
513
+ hash: bb2233220c988afaece120ece38e035c8dd14b02
514
+ body: ""
515
+ footer:
516
+ Change-type: minor
517
+ change-type: minor
518
+ author: Pagan Gazzard
519
+ nested: []
520
+ version: abstract-sql-compiler-9.2.0
521
+ title: ""
522
+ date: 2024-06-12T13:14:07.807Z
523
+ - commits:
524
+ - subject: Update `@balena/sbvr-types` devDependency
525
+ hash: 01f9b8aea7750c6033d535c791fad2b853071bda
526
+ body: >
527
+ Update @balena/sbvr-types from 5.0.0 to
528
+ 7.0.1
529
+ footer:
530
+ Change-type: patch
531
+ change-type: patch
532
+ Signed-off-by: Harald Fischer <harald@balena.io>
533
+ signed-off-by: Harald Fischer <harald@balena.io>
534
+ author: Harald Fischer
535
+ nested:
536
+ - commits:
537
+ - subject: Update dependency @balena/abstract-sql-compiler to v9
538
+ hash: 37684ebb1692f97780dd27056b9cfe299c456b3c
539
+ body: >
540
+ Update
541
+ @balena/abstract-sql-compiler
542
+ from 8.5.0 to 9.0.4
543
+ footer:
544
+ Change-type: patch
545
+ change-type: patch
546
+ author: Self-hosted Renovate Bot
547
+ version: sbvr-types-7.0.1
548
+ title: ""
549
+ date: 2024-03-04T19:48:17.416Z
550
+ - commits:
551
+ - subject: Return `ISODateString` instead of `date`
552
+ hash: 37e2d446c0ec11f2e3a1ab41b1a205280062bd5d
553
+ body: >
554
+ The internal and external
555
+ representation of the returned
556
+ object from pinejs should be
557
+ consistent.
558
+
559
+ Pinejs internal interface will
560
+ return date or date time fields
561
+ as date object. For the external
562
+ interface the object is
563
+ JSON.stringified so that date
564
+ becomes an ISO string anyway.
565
+ footer:
566
+ Change-type: major
567
+ change-type: major
568
+ Signed-off-by: fisehara <harald@balena.io>
569
+ signed-off-by: fisehara <harald@balena.io>
570
+ author: fisehara
571
+ version: sbvr-types-7.0.0
572
+ title: ""
573
+ date: 2024-03-04T17:37:23.873Z
574
+ - commits:
575
+ - subject: Update dependency @types/chai-datetime to ^0.0.39
576
+ hash: 428c5a2c94bd753cc2ffc6d1e012c3a743e1b4d2
577
+ body: >
578
+ Update @types/chai-datetime from
579
+ 0.0.37 to 0.0.39
580
+ footer:
581
+ Change-type: patch
582
+ change-type: patch
583
+ author: Self-hosted Renovate Bot
584
+ version: sbvr-types-6.1.1
585
+ title: ""
586
+ date: 2024-01-02T18:54:07.180Z
587
+ - commits:
588
+ - subject: Add checksum to WebResource
589
+ hash: be6a1e9bacad51f99d685f491b3bf81545536adb
590
+ body: ""
591
+ footer:
592
+ Change-type: minor
593
+ change-type: minor
594
+ author: Otávio Jacobi
595
+ version: sbvr-types-6.1.0
596
+ title: ""
597
+ date: 2023-10-03T22:49:47.984Z
598
+ - commits:
599
+ - subject: Change contents to snake_case
600
+ hash: aaa12269901e364533cf2aa45a958948ce0339de
601
+ body: ""
602
+ footer:
603
+ Change-Type: major
604
+ change-type: major
605
+ author: Otávio Jacobi
606
+ version: sbvr-types-6.0.0
607
+ title: ""
608
+ date: 2023-08-09T00:10:50.917Z
609
+ - commits:
610
+ - subject: Expose WebResource as WebResourceType
611
+ hash: 9e42bfffb2145b5096539492b36b0f19b1f2e209
612
+ body: ""
613
+ footer:
614
+ Change-type: minor
615
+ change-type: minor
616
+ author: Otávio Jacobi
617
+ version: sbvr-types-5.2.0
618
+ title: ""
619
+ date: 2023-08-08T21:01:49.459Z
620
+ - commits:
621
+ - subject: Adds WebResource type
622
+ hash: db7ff44e95a040a0b250d8c7612b126b31a3f325
623
+ body: ""
624
+ footer:
625
+ Change-type: minor
626
+ change-type: minor
627
+ Co-authored-by: ramirogm
628
+ co-authored-by: ramirogm
629
+ author: Otávio Jacobi
630
+ version: sbvr-types-5.1.0
631
+ title: ""
632
+ date: 2023-08-03T09:36:41.490Z
633
+ version: lf-to-abstract-sql-5.0.2
634
+ title: ""
635
+ date: 2024-03-05T13:44:30.007Z
636
+ - commits:
637
+ - subject: Fix type checking of the declaration file
638
+ hash: 17dc377da3031f28bb5f2ffaff9b2185d65159aa
639
+ body: ""
640
+ footer:
641
+ Change-type: patch
642
+ change-type: patch
643
+ author: Pagan Gazzard
644
+ version: odata-parser-3.0.8
645
+ title: ""
646
+ date: 2024-06-04T09:56:51.182Z
647
+ - commits:
648
+ - subject: Update dependency husky to v9
649
+ hash: 8d5929cbbce1765e8ad14a84a1b6e669daedd9a8
650
+ body: |
651
+ Update husky from 8.0.3 to 9.0.11
652
+ footer:
653
+ Change-type: patch
654
+ change-type: patch
655
+ author: Self-hosted Renovate Bot
656
+ version: odata-parser-3.0.7
657
+ title: ""
658
+ date: 2024-04-13T14:30:01.103Z
659
+ - commits:
660
+ - subject: Update dependency peggy to v4
661
+ hash: d0c83b2955f285f3cac927e4310e0b948d522189
662
+ body: |
663
+ Update peggy from 3.0.2 to 4.0.2
664
+ footer:
665
+ Change-type: patch
666
+ change-type: patch
667
+ author: Self-hosted Renovate Bot
668
+ version: odata-parser-3.0.6
669
+ title: ""
670
+ date: 2024-04-12T09:10:02.194Z
671
+ - commits:
672
+ - subject: Update dependency lint-staged to v15
673
+ hash: 703834a4c358dd348e1ffce797f6e3c37a03941f
674
+ body: |
675
+ Update lint-staged from 13.3.0 to 15.2.2
676
+ footer:
677
+ Change-type: patch
678
+ change-type: patch
679
+ author: Self-hosted Renovate Bot
680
+ version: odata-parser-3.0.5
681
+ title: ""
682
+ date: 2024-04-12T08:19:19.907Z
683
+ - commits:
684
+ - subject: Update dependency @balena/lint to v8
685
+ hash: 8048f717367a41233a995096edf2da6710e9e247
686
+ body: |
687
+ Update @balena/lint from 7.3.0 to 8.0.0
688
+ footer:
689
+ Change-type: patch
690
+ change-type: patch
691
+ author: Self-hosted Renovate Bot
692
+ version: odata-parser-3.0.4
693
+ title: ""
694
+ date: 2024-04-12T02:48:22.037Z
695
+ - commits:
696
+ - subject: Update dependency @balena/sbvr-types to v8
697
+ hash: cf8795b08f30806b5500508dcab3623c5d444928
698
+ body: >
699
+ Update @balena/sbvr-types from 7.1.3 to
700
+ 8.0.0
701
+ footer:
702
+ Change-type: patch
703
+ change-type: patch
704
+ author: Self-hosted Renovate Bot
705
+ version: sbvr-parser-1.4.6
706
+ title: ""
707
+ date: 2024-07-30T06:48:09.778Z
708
+ - commits:
709
+ - subject: Switch to an inflection library from npm which does not monkey patch
710
+ hash: 2082369825fc80acb549793e4cc1cd35c77850d4
711
+ body: ""
712
+ footer:
713
+ Change-type: patch
714
+ change-type: patch
715
+ author: Pagan Gazzard
716
+ version: sbvr-parser-1.4.5
717
+ title: ""
718
+ date: 2024-06-18T21:23:34.689Z
719
+ - commits:
720
+ - subject: Updated `@balena/sbvr-types`
721
+ hash: a6c901c8c3b624dabaf282d0229276be8a9ea320
722
+ body: >
723
+ Update @balena/sbvr-types from 3.4.15 to
724
+ 7.0.1
725
+ footer:
726
+ Change-type: patch
727
+ change-type: patch
728
+ Signed-off-by: Harald Fischer <harald@balena.io>
729
+ signed-off-by: Harald Fischer <harald@balena.io>
730
+ author: Harald Fischer
731
+ version: sbvr-parser-1.4.4
732
+ title: ""
733
+ date: 2024-03-05T12:54:23.843Z
734
+ - commits:
735
+ - subject: Add typings for all abstract sql fragments, fixing where necessary
736
+ hash: b84c335877236e3d389df064b3e7b2acd1a656ae
737
+ body: ""
738
+ footer:
739
+ Change-type: patch
740
+ change-type: patch
741
+ author: Pagan Gazzard
742
+ version: sbvr-types-7.1.3
743
+ title: ""
744
+ date: 2024-06-12T21:08:39.814Z
745
+ - commits:
746
+ - subject: Explicitly type the `compare` function for `hashed`
747
+ hash: 6ece56f531ba9507fb090003bd3216e90b2f583b
748
+ body: >
749
+ This avoids the need for downstream
750
+ users to have the bcrypt types
751
+
752
+ available whilst also avoiding
753
+ accidental breaking changes
754
+ footer:
755
+ Change-type: patch
756
+ change-type: patch
757
+ author: Pagan Gazzard
758
+ version: sbvr-types-7.1.2
759
+ title: ""
760
+ date: 2024-06-12T12:19:17.354Z
761
+ - commits:
762
+ - subject: Accept `Date` for the write types of `Date Time`/`Date`/`Time`
763
+ hash: eb03c8fb593fad76c74dad57a3d45625daf44d76
764
+ body: ""
765
+ footer:
766
+ Change-type: patch
767
+ change-type: patch
768
+ author: Pagan Gazzard
769
+ version: sbvr-types-7.1.1
770
+ title: ""
771
+ date: 2024-06-04T09:59:12.864Z
772
+ - commits:
773
+ - subject: Export typescript read/write types for each sbvr type
774
+ hash: 66b9a012e242533372ce34a73e31f6e3aac93d91
775
+ body: ""
776
+ footer:
777
+ Change-type: minor
778
+ change-type: minor
779
+ author: Pagan Gazzard
780
+ version: sbvr-types-7.1.0
781
+ title: ""
782
+ date: 2024-04-25T11:57:56.975Z
783
+ - commits:
784
+ - subject: Update Big Serial concept type to Big Integer
785
+ hash: 6343737f7eb62282ebb2b572faf2b91716508a8b
786
+ body: ""
787
+ footer:
788
+ Change-type: patch
789
+ change-type: patch
790
+ author: Josh Bowling
791
+ version: sbvr-types-7.0.10
792
+ title: ""
793
+ date: 2024-04-09T11:21:31.060Z
794
+ - commits:
795
+ - subject: Add Big Serial to Type.sbvr
796
+ hash: c5add0fc65e8e78ab481e97d37aeb8353c082b57
797
+ body: ""
798
+ footer:
799
+ Change-type: patch
800
+ change-type: patch
801
+ author: Josh Bowling
802
+ version: sbvr-types-7.0.9
803
+ title: ""
804
+ date: 2024-04-09T10:03:09.812Z
805
+ - commits:
806
+ - subject: Update prepare script for husky v9
807
+ hash: 72d7dac84880aa8604345a6fee74ec3eacbe1176
808
+ body: ""
809
+ footer:
810
+ Change-type: patch
811
+ change-type: patch
812
+ author: Josh Bowling
813
+ - subject: Update dependency husky to v9
814
+ hash: 3a3e4f4e2ae95b5691cb31a1448854318e5b8cc5
815
+ body: |
816
+ Update husky from 8.0.3 to 9.0.11
817
+ footer:
818
+ Change-type: patch
819
+ change-type: patch
820
+ author: Self-hosted Renovate Bot
821
+ version: sbvr-types-7.0.8
822
+ title: ""
823
+ date: 2024-04-09T01:25:47.103Z
824
+ - commits:
825
+ - subject: Update dependency @balena/lint to v8
826
+ hash: 58e3db3861e13d463a5535b60d533280de70c4c1
827
+ body: |
828
+ Update @balena/lint from 7.3.0 to 8.0.0
829
+ footer:
830
+ Change-type: patch
831
+ change-type: patch
832
+ author: Self-hosted Renovate Bot
833
+ version: sbvr-types-7.0.7
834
+ title: ""
835
+ date: 2024-04-09T01:07:54.165Z
836
+ - commits:
837
+ - subject: Improve JSON typings
838
+ hash: 487000677cbc9decdcc0029b24f7c6de81216b57
839
+ body: ""
840
+ footer:
841
+ Change-type: patch
842
+ change-type: patch
843
+ author: Pagan Gazzard
844
+ version: sbvr-types-7.0.6
845
+ title: ""
846
+ date: 2024-03-21T15:44:08.831Z
847
+ - commits:
848
+ - subject: Remove unnecessary catch bindings
849
+ hash: fcef4ec9f19378eea8d0dea167b2bd1958831306
850
+ body: ""
851
+ footer:
852
+ Change-type: patch
853
+ change-type: patch
854
+ author: Pagan Gazzard
855
+ version: sbvr-types-7.0.5
856
+ title: ""
857
+ date: 2024-03-13T15:50:57.151Z
858
+ - commits:
859
+ - subject: Improve validate typings
860
+ hash: 6ed4746379e8b038e4a148ca6f6c4c1e52aa67a2
861
+ body: ""
862
+ footer:
863
+ Change-type: patch
864
+ change-type: patch
865
+ author: Pagan Gazzard
866
+ version: sbvr-types-7.0.4
867
+ title: ""
868
+ date: 2024-03-13T01:47:54.313Z
869
+ - commits:
870
+ - subject: Improve fetchProcessing typings
871
+ hash: 0512e2c89ad83458b91cbaa380b8de729db81342
872
+ body: ""
873
+ footer:
874
+ Change-type: patch
875
+ change-type: patch
876
+ author: Pagan Gazzard
877
+ version: sbvr-types-7.0.3
878
+ title: ""
879
+ date: 2024-03-12T15:51:33.314Z
880
+ - commits:
881
+ - subject: "Tests: convert to typescript"
882
+ hash: a78e1c02edc63927ae978f57afdd5edea25adec1
883
+ body: ""
884
+ footer:
885
+ Change-type: patch
886
+ change-type: patch
887
+ author: Pagan Gazzard
888
+ version: sbvr-types-7.0.2
889
+ title: ""
890
+ date: 2024-03-12T15:06:28.057Z
891
+ version: odata-to-abstract-sql-6.2.8
892
+ title: ""
893
+ date: 2024-08-26T13:17:55.861Z
894
+ - commits:
895
+ - subject: Properly error when using fields of a partial index as an alternate key
896
+ hash: 8652f142511cef14872353ec879365a5fd745c53
897
+ body: >
898
+ Update @balena/abstract-sql-compiler from 9.0.4
899
+ to 9.1.4
900
+ footer:
901
+ Change-type: patch
902
+ change-type: patch
903
+ author: Thodoris Greasidis
904
+ nested:
905
+ - commits:
906
+ - subject: Cast Big Serial to integer
907
+ hash: 9e4025dd57517f4ad6d06f4cb894062c6ce370cf
908
+ body: ""
909
+ footer:
910
+ Change-type: patch
911
+ change-type: patch
912
+ author: Josh Bowling
913
+ nested: []
914
+ version: abstract-sql-compiler-9.1.4
915
+ title: ""
916
+ date: 2024-04-09T10:04:33.059Z
917
+ - commits:
918
+ - subject: Update prepare script for husky v9
919
+ hash: bae835665431a88f0fdd4804f1d70757a7e11dd0
920
+ body: ""
921
+ footer:
922
+ Change-type: patch
923
+ change-type: patch
924
+ author: Josh Bowling
925
+ nested: []
926
+ - subject: Update dependency husky to v9
927
+ hash: d53d2f121e97d0dde35fe646e63b9d7179f4f098
928
+ body: |
929
+ Update husky from 8.0.3 to 9.0.11
930
+ footer:
931
+ Change-type: patch
932
+ change-type: patch
933
+ author: Self-hosted Renovate Bot
934
+ nested: []
935
+ version: abstract-sql-compiler-9.1.3
936
+ title: ""
937
+ date: 2024-04-09T01:41:53.829Z
938
+ - commits:
939
+ - subject: Update dependency lint-staged to v15
940
+ hash: 6b5c28a3170006cd3f6f963f03ec2ee67273223e
941
+ body: |
942
+ Update lint-staged from 13.3.0 to 15.2.2
943
+ footer:
944
+ Change-type: patch
945
+ change-type: patch
946
+ author: Self-hosted Renovate Bot
947
+ nested: []
948
+ version: abstract-sql-compiler-9.1.2
949
+ title: ""
950
+ date: 2024-04-09T01:09:18.361Z
951
+ - commits:
952
+ - subject: Update dependency @balena/lint to v8
953
+ hash: 835365353b766b89d80c80b84f48583ba0322849
954
+ body: |
955
+ Update @balena/lint from 6.2.2 to 8.0.0
956
+ footer:
957
+ Change-type: patch
958
+ change-type: patch
959
+ author: Thodoris Greasidis
960
+ nested: []
961
+ version: abstract-sql-compiler-9.1.1
962
+ title: ""
963
+ date: 2024-03-26T10:27:12.964Z
964
+ - commits:
965
+ - subject: Export the generateRuleHashAcronym helper
966
+ hash: 6d00b7dba58690019cfb443e4c876d30e8d7ad98
967
+ body: ""
968
+ footer:
969
+ Change-type: minor
970
+ change-type: minor
971
+ author: Thodoris Greasidis
972
+ nested: []
973
+ - subject: Add support for unique indexes with NOT DISTINCT NULLS
974
+ hash: cbd1177d14cd2266dd92f29755819a3139bf3bc1
975
+ body: ""
976
+ footer:
977
+ Change-type: minor
978
+ change-type: minor
979
+ author: Thodoris Greasidis
980
+ nested: []
981
+ - subject: Add support for partial unique indexes
982
+ hash: e2c92b8d5022ad29b95dd1e0837ec9dddec24fa4
983
+ body: ""
984
+ footer:
985
+ Change-type: minor
986
+ change-type: minor
987
+ author: Thodoris Greasidis
988
+ nested: []
989
+ version: abstract-sql-compiler-9.1.0
990
+ title: ""
991
+ date: 2024-03-26T09:29:57.519Z
992
+ - commits:
993
+ - subject: Update dependency @balena/odata-parser to v3
994
+ hash: d23614a1f7346edb262897ca8ff62abc2eaffff6
995
+ body: >
996
+ Update @balena/odata-parser from 2.5.0
997
+ to 3.0.3
998
+ footer:
999
+ Change-type: patch
1000
+ change-type: patch
1001
+ author: Self-hosted Renovate Bot
1002
+ nested:
1003
+ - commits:
1004
+ - subject: Optimize by moving constant values into global init
1005
+ hash: 94899b779fb879540f3675c3c9d7ca3f9d8af4bf
1006
+ body: ""
1007
+ footer:
1008
+ Change-type: patch
1009
+ change-type: patch
1010
+ Signed-off-by: fisehara <harald@balena.io>
1011
+ signed-off-by: fisehara <harald@balena.io>
1012
+ author: fisehara
1013
+ version: odata-parser-3.0.3
1014
+ title: ""
1015
+ date: 2024-01-04T15:30:09.102Z
1016
+ - commits:
1017
+ - subject: Update dependencies
1018
+ hash: 0a7bd8ff2e506fa3988b6e1851e0098df5da3f86
1019
+ body: >
1020
+ - Update @balena/lint from 6.2.2
1021
+ to 7.2.4
1022
+
1023
+ - Delete
1024
+ `require-npm4-to-publish` as
1025
+ handled by `engines` parameter
1026
+ in `package.json`
1027
+ footer:
1028
+ Change-type: patch
1029
+ change-type: patch
1030
+ Signed-off-by: fisehara <harald@balena.io>
1031
+ signed-off-by: fisehara <harald@balena.io>
1032
+ author: fisehara
1033
+ version: odata-parser-3.0.2
1034
+ title: ""
1035
+ date: 2024-01-04T10:16:56.896Z
1036
+ - commits:
1037
+ - subject: Allow running CI on external PRs
1038
+ hash: 875af25a9e8ba9ade051f76f4500f5146db675a7
1039
+ body: ""
1040
+ footer:
1041
+ Change-type: patch
1042
+ change-type: patch
1043
+ author: Pagan Gazzard
1044
+ version: odata-parser-3.0.1
1045
+ title: ""
1046
+ date: 2023-09-25T10:50:13.648Z
1047
+ - commits:
1048
+ - subject: Use optional chaining operator
1049
+ hash: 1fb39ef2497b964af0f2cbc953a3f0843936fe02
1050
+ body: ""
1051
+ footer:
1052
+ Change-type: major
1053
+ change-type: major
1054
+ author: Pagan Gazzard
1055
+ - subject: Set minimum supported nodejs version to 16.13.0
1056
+ hash: 91b8f51691a9649e99f2dc64253cc5ce9b59035a
1057
+ body: ""
1058
+ footer:
1059
+ Change-type: major
1060
+ change-type: major
1061
+ author: Pagan Gazzard
1062
+ version: odata-parser-3.0.0
1063
+ title: ""
1064
+ date: 2023-04-26T14:57:49.416Z
1065
+ version: abstract-sql-compiler-9.0.7
1066
+ title: ""
1067
+ date: 2024-03-22T13:08:03.336Z
1068
+ - commits:
1069
+ - subject: Update TypeScript to 5.4.3
1070
+ hash: 29299180ecbcb5bcd26b47e52f86538fa9a1f0f8
1071
+ body: ""
1072
+ footer:
1073
+ Change-type: patch
1074
+ change-type: patch
1075
+ author: Thodoris Greasidis
1076
+ nested: []
1077
+ version: abstract-sql-compiler-9.0.6
1078
+ title: ""
1079
+ date: 2024-03-21T16:34:21.387Z
1080
+ - commits:
1081
+ - subject: Update `@balena/sbvr-types`
1082
+ hash: 1822aa5e81736f18f2a4dd265e5754b589d4fd36
1083
+ body: >
1084
+ Updaet @balena/sbvr-types from 6.0.0 to
1085
+ 7.0.1
1086
+
1087
+
1088
+ @balena/sbvr-types changes
1089
+ `fetchProcessing` and not validate. No
1090
+ change in abstract-sql-compiler
1091
+ interfaces. => Patch
1092
+ footer:
1093
+ Change-type: patch
1094
+ change-type: patch
1095
+ Signed-off-by: Harald Fischer <harald@balena.io>
1096
+ signed-off-by: Harald Fischer <harald@balena.io>
1097
+ author: Harald Fischer
1098
+ nested: []
1099
+ version: abstract-sql-compiler-9.0.5
1100
+ title: ""
1101
+ date: 2024-03-05T19:12:37.779Z
1102
+ version: odata-to-abstract-sql-6.2.7
1103
+ title: ""
1104
+ date: 2024-04-23T12:52:44.677Z
1105
+ - commits:
1106
+ - subject: Update dependency husky to v9
1107
+ hash: cb1f02871fbea35df4b637f73625fbc39840da3a
1108
+ body: |
1109
+ Update husky from 8.0.3 to 9.0.11
1110
+ footer:
1111
+ Change-type: patch
1112
+ change-type: patch
1113
+ author: Self-hosted Renovate Bot
1114
+ nested: []
1115
+ version: odata-to-abstract-sql-6.2.6
1116
+ title: ""
1117
+ date: 2024-04-13T14:30:55.197Z
1118
+ - commits:
1119
+ - subject: Update dependency @balena/lint to v8
1120
+ hash: 7b0e4b7272b0cda5690b925b7de259612085940e
1121
+ body: |
1122
+ Update @balena/lint from 7.3.0 to 8.0.0
1123
+ footer:
1124
+ Change-type: patch
1125
+ change-type: patch
1126
+ author: Self-hosted Renovate Bot
1127
+ nested: []
1128
+ version: odata-to-abstract-sql-6.2.5
1129
+ title: ""
1130
+ date: 2024-04-10T00:24:14.349Z
1131
+ - commits:
1132
+ - subject: Update `@balena/sbvr-types` devDependencies
1133
+ hash: 93ba82f914f8e036e79fa174a58881db294b84c6
1134
+ body: |
1135
+ Update `@balena/sbvr-types` from 6.1.1 to 7.0.1
1136
+
1137
+ Update of devDependencies => patch
1138
+ footer:
1139
+ Change-type: patch
1140
+ change-type: patch
1141
+ Signed-off-by: fisehara <harald@balena.io>
1142
+ signed-off-by: fisehara <harald@balena.io>
1143
+ author: fisehara
1144
+ nested: []
1145
+ - subject: Fix linter issue
1146
+ hash: d5e0d142e779f29ef316cdb20d0f91a983960e69
1147
+ body: ""
1148
+ footer:
1149
+ Change-type: patch
1150
+ change-type: patch
1151
+ Signed-off-by: fisehara <harald@balena.io>
1152
+ signed-off-by: fisehara <harald@balena.io>
1153
+ author: fisehara
1154
+ nested: []
1155
+ version: odata-to-abstract-sql-6.2.4
1156
+ title: ""
1157
+ date: 2024-03-05T18:23:43.575Z
1158
+ - commits:
1159
+ - subject: Require at least one field to be updated for PATCH requests
1160
+ hash: ad819432657598898a4811d9628c9ca0a0e428c6
1161
+ body: ""
1162
+ footer:
1163
+ Change-type: patch
1164
+ change-type: patch
1165
+ author: Pagan Gazzard
1166
+ nested: []
1167
+ version: odata-to-abstract-sql-6.2.3
1168
+ title: ""
1169
+ date: 2024-01-15T16:41:10.852Z
1170
+ - commits:
1171
+ - subject: Simplify support for MERGE as an alias for PATCH
1172
+ hash: 1da1bd4a49aab7d1bc5053c86109cb976f79c91d
1173
+ body: ""
1174
+ footer:
1175
+ Change-type: patch
1176
+ change-type: patch
1177
+ author: Pagan Gazzard
1178
+ nested: []
1179
+ version: odata-to-abstract-sql-6.2.2
1180
+ title: ""
1181
+ date: 2024-01-15T16:21:54.195Z
1182
+ - commits:
1183
+ - subject: Update dependencies
1184
+ hash: 6f619f6a24ec7a4086963b035fe3c015c729678c
1185
+ body: >
1186
+ Update @balena/abstract-sql-compiler from 9.0.3
1187
+ to 9.0.4
1188
+
1189
+ Update @balena/lint from 7.2.0 to 7.2.4
1190
+
1191
+ Update @balena/odata-parser from 3.0.1 to 3.0.3
1192
+
1193
+ Update @balena/sbvr-types from 6.1.0 to 6.1.1
1194
+ footer:
1195
+ Change-type: patch
1196
+ change-type: patch
1197
+ author: Pagan Gazzard
1198
+ nested:
1199
+ - commits:
1200
+ - subject: Update dependency @types/node to v20
1201
+ hash: 82a6edce01af738b184d223351bdfe79c63e7cce
1202
+ body: >
1203
+ Update @types/node from 18.19.4 to
1204
+ 20.10.6
1205
+ footer:
1206
+ Change-type: patch
1207
+ change-type: patch
1208
+ author: Self-hosted Renovate Bot
1209
+ nested: []
1210
+ version: abstract-sql-compiler-9.0.4
1211
+ title: ""
1212
+ date: 2024-01-02T18:48:39.478Z
1213
+ - commits:
1214
+ - subject: Optimize by moving constant values into global init
1215
+ hash: 94899b779fb879540f3675c3c9d7ca3f9d8af4bf
1216
+ body: ""
1217
+ footer:
1218
+ Change-type: patch
1219
+ change-type: patch
1220
+ Signed-off-by: fisehara <harald@balena.io>
1221
+ signed-off-by: fisehara <harald@balena.io>
1222
+ author: fisehara
1223
+ version: odata-parser-3.0.3
1224
+ title: ""
1225
+ date: 2024-01-04T15:30:09.102Z
1226
+ - commits:
1227
+ - subject: Update dependencies
1228
+ hash: 0a7bd8ff2e506fa3988b6e1851e0098df5da3f86
1229
+ body: >
1230
+ - Update @balena/lint from 6.2.2 to
1231
+ 7.2.4
1232
+
1233
+ - Delete `require-npm4-to-publish` as
1234
+ handled by `engines` parameter in
1235
+ `package.json`
1236
+ footer:
1237
+ Change-type: patch
1238
+ change-type: patch
1239
+ Signed-off-by: fisehara <harald@balena.io>
1240
+ signed-off-by: fisehara <harald@balena.io>
1241
+ author: fisehara
1242
+ version: odata-parser-3.0.2
1243
+ title: ""
1244
+ date: 2024-01-04T10:16:56.896Z
1245
+ - commits:
1246
+ - subject: Update dependency @types/chai-datetime to ^0.0.39
1247
+ hash: 428c5a2c94bd753cc2ffc6d1e012c3a743e1b4d2
1248
+ body: >
1249
+ Update @types/chai-datetime from 0.0.37
1250
+ to 0.0.39
1251
+ footer:
1252
+ Change-type: patch
1253
+ change-type: patch
1254
+ author: Self-hosted Renovate Bot
1255
+ version: sbvr-types-6.1.1
1256
+ title: ""
1257
+ date: 2024-01-02T18:54:07.180Z
1258
+ version: odata-to-abstract-sql-6.2.1
1259
+ title: ""
1260
+ date: 2024-01-15T15:03:52.684Z
1261
+ - commits:
1262
+ - subject: Optimize Duplications of `ComputedField` queries
1263
+ hash: 87c73d455a8495f268aa5bd0e291f3f3e8bf5777
1264
+ body: >
1265
+ For each modelName the a `ComputedField` is only
1266
+ compiled into abstract-sql-query once.
1267
+ Afterwards it's used as ReferencedField
1268
+ footer:
1269
+ Change-type: minor
1270
+ change-type: minor
1271
+ Signed-off-by: fisehara <harald@balena.io>
1272
+ signed-off-by: fisehara <harald@balena.io>
1273
+ author: fisehara
1274
+ nested: []
1275
+ version: odata-to-abstract-sql-6.2.0
1276
+ title: ""
1277
+ date: 2023-11-24T17:37:33.674Z
1278
+ - commits:
1279
+ - subject: Update dependency @types/chai-things to v0.0.38
1280
+ hash: eefceedfe462c2b5b8b6bbf2590f1c8b4afc1983
1281
+ body: |
1282
+ Update @types/chai-things from 0.0.37 to 0.0.38
1283
+ footer:
1284
+ Change-type: patch
1285
+ change-type: patch
1286
+ author: Self-hosted Renovate Bot
1287
+ nested: []
1288
+ version: odata-to-abstract-sql-6.1.3
1289
+ title: ""
1290
+ date: 2023-11-10T01:09:34.325Z
1291
+ - commits:
1292
+ - subject: Update dependency @types/chai-things to v0.0.37
1293
+ hash: bb8f58d7429e4a91ab4f179c71a5970b4d516f1b
1294
+ body: |
1295
+ Update @types/chai-things from 0.0.36 to 0.0.37
1296
+ footer:
1297
+ Change-type: patch
1298
+ change-type: patch
1299
+ author: Self-hosted Renovate Bot
1300
+ nested: []
1301
+ version: odata-to-abstract-sql-6.1.2
1302
+ title: ""
1303
+ date: 2023-10-20T23:51:44.598Z
1304
+ - commits:
1305
+ - subject: Update dependencies eslint, sbvrTypes, abstract-sql-compiler
1306
+ hash: f9e08b24decefe20be1d8fb1747063deb2c1cb5e
1307
+ body: >
1308
+ Update @balena/abstract-sql-compiler from 8.4.1
1309
+ to 9.0.3
1310
+
1311
+ Update @balena/odata-parser from 3.0.0 to 3.0.1
1312
+
1313
+ Update @types/lodash from 4.14.194 to 4.14.199
1314
+
1315
+ Update @types/memoizee from 0.4.8 to 0.4.9
1316
+
1317
+ Update @balena/lf-to-abstract-sql from 5.0.0 to
1318
+ 5.0.1
1319
+
1320
+ Update @balena/lint from 6.2.2 to 7.2.0
1321
+
1322
+ Update @balena/sbvr-types from 4.0.0 to 6.1.0
1323
+
1324
+ Update @types/chai from 4.3.4 to 4.3.8
1325
+
1326
+ Update @types/chai-things from 0.0.35 to 0.0.36
1327
+
1328
+ Update @types/mocha from 10.0.1 to 10.0.2
1329
+
1330
+ Update chai from 4.3.7 to 4.3.10
1331
+
1332
+ Update lint-staged from 13.2.2 to 15.0.1
1333
+
1334
+ Update typescript from 5.0.4 to 5.2.2
1335
+ footer:
1336
+ Change-type: patch
1337
+ change-type: patch
1338
+ Signed-off-by: Harald Fischer <harald@balena.io>
1339
+ signed-off-by: Harald Fischer <harald@balena.io>
1340
+ author: Harald Fischer
1341
+ nested:
1342
+ - commits:
1343
+ - subject: Update @balena/sbvr-types to 6.0.0
1344
+ hash: 76aed21f8b79dea58914ef9d02775ba93c8226ec
1345
+ body: >
1346
+ Update @balena/sbvr-types from 5.0.0 to
1347
+ 6.0.0
1348
+ footer:
1349
+ Change-type: patch
1350
+ change-type: patch
1351
+ author: Otávio Jacobi
1352
+ nested:
1353
+ - commits:
1354
+ - subject: Change contents to snake_case
1355
+ hash: aaa12269901e364533cf2aa45a958948ce0339de
1356
+ body: ""
1357
+ footer:
1358
+ Change-Type: major
1359
+ change-type: major
1360
+ author: Otávio Jacobi
1361
+ version: sbvr-types-6.0.0
1362
+ title: ""
1363
+ date: 2023-08-09T00:10:50.917Z
1364
+ - commits:
1365
+ - subject: Expose WebResource as WebResourceType
1366
+ hash: 9e42bfffb2145b5096539492b36b0f19b1f2e209
1367
+ body: ""
1368
+ footer:
1369
+ Change-type: minor
1370
+ change-type: minor
1371
+ author: Otávio Jacobi
1372
+ version: sbvr-types-5.2.0
1373
+ title: ""
1374
+ date: 2023-08-08T21:01:49.459Z
1375
+ - commits:
1376
+ - subject: Adds WebResource type
1377
+ hash: db7ff44e95a040a0b250d8c7612b126b31a3f325
1378
+ body: ""
1379
+ footer:
1380
+ Change-type: minor
1381
+ change-type: minor
1382
+ Co-authored-by: ramirogm
1383
+ co-authored-by: ramirogm
1384
+ author: Otávio Jacobi
1385
+ version: sbvr-types-5.1.0
1386
+ title: ""
1387
+ date: 2023-08-03T09:36:41.490Z
1388
+ version: abstract-sql-compiler-9.0.3
1389
+ title: ""
1390
+ date: 2023-08-09T00:41:33.356Z
1391
+ - commits:
1392
+ - subject: Update @balena/sbvr-types to 5.0.0
1393
+ hash: 67e4fafb3f89a05646f9911354fc74d9012c3096
1394
+ body: >
1395
+ Update @balena/sbvr-types from 4.0.0 to
1396
+ 5.0.0
1397
+ footer:
1398
+ Change-type: patch
1399
+ change-type: patch
1400
+ author: Pagan Gazzard
1401
+ nested:
1402
+ - commits:
1403
+ - subject: Switch from `export =` to `export default`
1404
+ hash: 6cd01340e0fee46833942691fce5a9f6a42ac104
1405
+ body: ""
1406
+ footer:
1407
+ Change-type: major
1408
+ change-type: major
1409
+ author: Pagan Gazzard
1410
+ version: sbvr-types-5.0.0
1411
+ title: ""
1412
+ date: 2023-05-16T15:56:09.861Z
1413
+ - commits:
1414
+ - subject: Improve typings
1415
+ hash: a5fd4a319cd0336afc5a765af9e1a1eec851f2c3
1416
+ body: ""
1417
+ footer:
1418
+ Change-type: patch
1419
+ change-type: patch
1420
+ author: Pagan Gazzard
1421
+ version: sbvr-types-4.0.2
1422
+ title: ""
1423
+ date: 2023-05-03T11:40:24.422Z
1424
+ - commits:
1425
+ - subject: "boolean: Avoid unnecessary array creation to reduce GCs"
1426
+ hash: 5ba948cd5f42844974d43dc19f1c371e56376fc8
1427
+ body: ""
1428
+ footer:
1429
+ Change-type: patch
1430
+ change-type: patch
1431
+ author: Thodoris Greasidis
1432
+ version: sbvr-types-4.0.1
1433
+ title: ""
1434
+ date: 2023-05-02T13:39:37.722Z
1435
+ version: abstract-sql-compiler-9.0.2
1436
+ title: ""
1437
+ date: 2023-05-16T16:05:11.077Z
1438
+ - commits:
1439
+ - subject: Fix TS errors for the latest sbvrTypes
1440
+ hash: bb1f16713d084eaf6285138a2a587e9b36bc7759
1441
+ body: ""
1442
+ footer:
1443
+ Change-type: patch
1444
+ change-type: patch
1445
+ author: Thodoris Greasidis
1446
+ nested: []
1447
+ version: abstract-sql-compiler-9.0.1
1448
+ title: ""
1449
+ date: 2023-05-15T12:54:08.040Z
1450
+ - commits:
1451
+ - subject: Drop `require-npm4-to-publish` as `engines` used
1452
+ hash: 374bc5bd42c3caac5c68608f802302674a511c23
1453
+ body: ""
1454
+ footer:
1455
+ Change-type: patch
1456
+ change-type: patch
1457
+ Signed-off-by: fisehara <harald@balena.io>
1458
+ signed-off-by: fisehara <harald@balena.io>
1459
+ author: fisehara
1460
+ nested: []
1461
+ - subject: Update @balena/odata-to-abstract-sql to 6.x
1462
+ hash: e7194718065ab98328c0cb3266df9838787c08c3
1463
+ body: >
1464
+ Update @balena/odata-to-abstract-sql
1465
+ from 5.9.3 to 6.0.1
1466
+ footer:
1467
+ Change-type: major
1468
+ change-type: major
1469
+ author: Pagan Gazzard
1470
+ nested:
1471
+ - commits:
1472
+ - subject: Update dependencies
1473
+ hash: d749289e311ad22e2b09793ad1dd472762bdf402
1474
+ body: >
1475
+ Update @balena/odata-parser from
1476
+ 2.4.6 to 3.0.0
1477
+
1478
+ Update @balena/sbvr-types from
1479
+ 3.5.0 to 4.0.0
1480
+ footer:
1481
+ Change-type: patch
1482
+ change-type: patch
1483
+ author: Pagan Gazzard
1484
+ nested:
1485
+ - commits:
1486
+ - subject: Use optional chaining operator
1487
+ hash: 1fb39ef2497b964af0f2cbc953a3f0843936fe02
1488
+ body: ""
1489
+ footer:
1490
+ Change-type: major
1491
+ change-type: major
1492
+ author: Pagan Gazzard
1493
+ - subject: Set minimum supported nodejs version to 16.13.0
1494
+ hash: 91b8f51691a9649e99f2dc64253cc5ce9b59035a
1495
+ body: ""
1496
+ footer:
1497
+ Change-type: major
1498
+ change-type: major
1499
+ author: Pagan Gazzard
1500
+ version: odata-parser-3.0.0
1501
+ title: ""
1502
+ date: 2023-04-26T14:57:49.416Z
1503
+ - commits:
1504
+ - subject: Update to peggy 3 and make us of the repetition operator
1505
+ hash: 3d091133ca54dfba71c2bc0d17e60780fb1bda22
1506
+ body: ""
1507
+ footer:
1508
+ Change-type: minor
1509
+ change-type: minor
1510
+ author: Pagan Gazzard
1511
+ version: odata-parser-2.5.0
1512
+ title: ""
1513
+ date: 2023-04-26T11:09:24.513Z
1514
+ - commits:
1515
+ - subject: Add test cases for Objects in JSON validate
1516
+ hash: be8fc31c3754186dd4c43ca8d4c056b0def7ffbd
1517
+ body: >
1518
+ As balena-lint rejects
1519
+ `new Boolean()`, `new
1520
+ Number()` and `new
1521
+ String()` constructor
1522
+ usage, test cases double
1523
+ check that they are not
1524
+ instantiated as object
1525
+ but primitive type.
1526
+ footer:
1527
+ Change-type: patch
1528
+ change-type: patch
1529
+ Signed-off-by: fisehara <harald@balena.io>
1530
+ signed-off-by: fisehara <harald@balena.io>
1531
+ author: fisehara
1532
+ - subject: Drop `require-npm4-to-publish` devDependency
1533
+ hash: 46a369117c9d1222089498a8794c32d14edef85b
1534
+ body: >
1535
+ As engine and npm is now
1536
+ required as part of
1537
+ package.json we can drop
1538
+ this dependency
1539
+ footer:
1540
+ Change-type: patch
1541
+ change-type: patch
1542
+ Signed-off-by: fisehara <harald@balena.io>
1543
+ signed-off-by: fisehara <harald@balena.io>
1544
+ author: fisehara
1545
+ - subject: Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021
1546
+ hash: 54920d701a7aa4890c27801fc5cc6b9d74ece21c
1547
+ body: ""
1548
+ footer:
1549
+ Change-type: major
1550
+ change-type: major
1551
+ author: Pagan Gazzard
1552
+ - subject: Switch `JSON` to use `JSON` db type instead of `TEXT`
1553
+ hash: 0d3561364ad018f59466c0dae9b3adb4390d9496
1554
+ body: ""
1555
+ footer:
1556
+ Change-type: major
1557
+ change-type: major
1558
+ author: Pagan Gazzard
1559
+ - subject: Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER`
1560
+ hash: 5af2bd476a9032ab5d60c163a3940e0dd8e81cc6
1561
+ body: ""
1562
+ footer:
1563
+ Change-type: major
1564
+ change-type: major
1565
+ author: Pagan Gazzard
1566
+ - subject: Assert that JSON input typeof is object
1567
+ hash: 1819ee97811e20da93c6e0f227db6a62ada8c00e
1568
+ body: >
1569
+ Ensure that the input
1570
+ passed in for JSON types
1571
+ is either an object or
1572
+
1573
+ an array (typeof returns
1574
+ 'object' for arrays as
1575
+ well). This change is
1576
+
1577
+ mainly to prevent
1578
+ primitives from being
1579
+ stored as JSON.
1580
+ footer:
1581
+ Change-type: major
1582
+ change-type: major
1583
+ Signed-off-by: Josh Bowling <josh@monarci.com>
1584
+ signed-off-by: Josh Bowling <josh@monarci.com>
1585
+ author: Josh Bowling
1586
+ version: sbvr-types-4.0.0
1587
+ title: ""
1588
+ date: 2023-04-26T15:00:16.169Z
1589
+ version: odata-to-abstract-sql-6.0.1
1590
+ title: ""
1591
+ date: 2023-04-27T08:45:33.841Z
1592
+ - commits:
1593
+ - subject: Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021
1594
+ hash: 7f6f98637339f43b34ae7faa8e868129efe6d754
1595
+ body: ""
1596
+ footer:
1597
+ Change-type: major
1598
+ change-type: major
1599
+ author: Pagan Gazzard
1600
+ nested: []
1601
+ - subject: Switch `AggregateJSON` to use the newer `ReferencedField` format
1602
+ hash: e8038b15c471d801b21f39cec2c95ff6689b0595
1603
+ body: ""
1604
+ footer:
1605
+ Change-type: major
1606
+ change-type: major
1607
+ author: Pagan Gazzard
1608
+ nested: []
1609
+ version: odata-to-abstract-sql-6.0.0
1610
+ title: ""
1611
+ date: 2023-04-26T13:50:25.845Z
1612
+ - commits:
1613
+ - subject: Collapse `AliasedFunction` into `FunctionMatch`
1614
+ hash: 98093a48aa75e5b8bd8eadc25ca37b53cc80ce2c
1615
+ body: ""
1616
+ footer:
1617
+ Change-type: patch
1618
+ change-type: patch
1619
+ author: Pagan Gazzard
1620
+ nested: []
1621
+ version: odata-to-abstract-sql-5.9.6
1622
+ title: ""
1623
+ date: 2023-04-25T13:27:44.188Z
1624
+ - commits:
1625
+ - subject: Improve typings
1626
+ hash: 78d4a48022ac0465c5d2c48db53b8ddd08e6e1bf
1627
+ body: >
1628
+ Update
1629
+ @balena/abstract-sql-compiler
1630
+ from 8.4.0 to 8.4.1
1631
+ footer:
1632
+ Change-type: patch
1633
+ change-type: patch
1634
+ author: Pagan Gazzard
1635
+ nested:
1636
+ - commits:
1637
+ - subject: Add much finer grained typings for abstract-sql-optimizer
1638
+ hash: 92bc7e93ca1b17401d902d66c68e090e50f70d1a
1639
+ body: ""
1640
+ footer:
1641
+ Change-type: patch
1642
+ change-type: patch
1643
+ author: Pagan Gazzard
1644
+ nested: []
1645
+ version: abstract-sql-compiler-8.4.1
1646
+ title: ""
1647
+ date: 2023-04-25T10:03:26.380Z
1648
+ version: odata-to-abstract-sql-5.9.5
1649
+ title: ""
1650
+ date: 2023-04-25T12:16:48.086Z
1651
+ - commits:
1652
+ - subject: Update dependencies
1653
+ hash: 5aa3c51cbbfc66cddedebd41dacba5eabbacf709
1654
+ body: >
1655
+ Update
1656
+ @balena/abstract-sql-compiler
1657
+ from 8.0.0 to 8.4.0
1658
+
1659
+ Update @balena/odata-parser from
1660
+ 2.4.2 to 2.4.6
1661
+ footer:
1662
+ Change-type: patch
1663
+ change-type: patch
1664
+ author: Pagan Gazzard
1665
+ nested:
1666
+ - commits:
1667
+ - subject: Add support for using field type nodes with an AggregateJSON node
1668
+ hash: 19c2760ecf76b4097d7d3045c2eefbf74fd7c2da
1669
+ body: >
1670
+ This also deprecates the
1671
+ legacy version
1672
+ footer:
1673
+ Change-type: minor
1674
+ change-type: minor
1675
+ author: Pagan Gazzard
1676
+ nested: []
1677
+ version: abstract-sql-compiler-8.4.0
1678
+ title: ""
1679
+ date: 2023-04-24T12:05:48.116Z
1680
+ - commits:
1681
+ - subject: Deprecate `AliasableFromTypeNodes` type as it's redundant
1682
+ hash: 283da4816fe5e6d672e4959b05800861625dda99
1683
+ body: ""
1684
+ footer:
1685
+ Change-type: patch
1686
+ change-type: patch
1687
+ author: Pagan Gazzard
1688
+ nested: []
1689
+ version: abstract-sql-compiler-8.3.13
1690
+ title: ""
1691
+ date: 2023-04-24T12:00:41.593Z
1692
+ - commits:
1693
+ - subject: Revert tightening of `OrderBy` to only field nodes
1694
+ hash: 1c25d9b8d011791a9e98a5929ad48cdd9f3bab6b
1695
+ body: >
1696
+ It can in fact be a lot
1697
+ of different things and
1698
+ that is now also
1699
+
1700
+ reflected in the typing
1701
+ footer:
1702
+ Change-type: patch
1703
+ change-type: patch
1704
+ author: Pagan Gazzard
1705
+ nested: []
1706
+ version: abstract-sql-compiler-8.3.12
1707
+ title: ""
1708
+ date: 2023-04-17T16:53:20.918Z
1709
+ - commits:
1710
+ - subject: Do not allow ON clauses for CROSS JOIN as it is invalid
1711
+ hash: d47bf63d3a14cdbb4cb0aeb7544e41a9288699f4
1712
+ body: ""
1713
+ footer:
1714
+ Change-type: patch
1715
+ change-type: patch
1716
+ author: Pagan Gazzard
1717
+ nested: []
1718
+ - subject: Stop accepting `ExtractJSONPathAsText`/`ToJSON` as unknown node types
1719
+ hash: 6fcb2c4257f9fc50f6b4b1070dec86ace9f71237
1720
+ body: >
1721
+ We know what type they
1722
+ return and they should
1723
+ be explicitly accepted
1724
+ as
1725
+
1726
+ those types instead
1727
+ where it is valid to do
1728
+ so
1729
+ footer:
1730
+ Change-type: patch
1731
+ change-type: patch
1732
+ author: Pagan Gazzard
1733
+ nested: []
1734
+ version: abstract-sql-compiler-8.3.11
1735
+ title: ""
1736
+ date: 2023-04-13T11:28:36.049Z
1737
+ - commits:
1738
+ - subject: Fix DateNode/AnyNode typings
1739
+ hash: aab549e8cf4e274a2a8b93814da393451acc4238
1740
+ body: ""
1741
+ footer:
1742
+ Change-type: patch
1743
+ change-type: patch
1744
+ author: Pagan Gazzard
1745
+ nested: []
1746
+ version: abstract-sql-compiler-8.3.10
1747
+ title: ""
1748
+ date: 2023-04-13T10:27:14.478Z
1749
+ - commits:
1750
+ - subject: Update dependencies
1751
+ hash: 39058b2dacac51da96158d594b2d72e3238d0cbc
1752
+ body: >
1753
+ Update
1754
+ @balena/sbvr-types from
1755
+ 3.4.18 to 3.5.0
1756
+ footer:
1757
+ Change-type: patch
1758
+ change-type: patch
1759
+ author: Pagan Gazzard
1760
+ nested:
1761
+ - commits:
1762
+ - subject: Add Big Serial type
1763
+ hash: 49460ad51fcbc60f81e61329c573a1af5b207a46
1764
+ body: ""
1765
+ footer:
1766
+ Change-type: minor
1767
+ change-type: minor
1768
+ author: Josh Bowling
1769
+ version: sbvr-types-3.5.0
1770
+ title: ""
1771
+ date: 2023-03-21T11:16:27.398Z
1772
+ - commits:
1773
+ - subject: "Flowzone: Allow external contributions"
1774
+ hash: 9f7bb028bbac327e6fe0711491d7c0f2c6464f98
1775
+ body: ""
1776
+ footer:
1777
+ Change-type: patch
1778
+ change-type: patch
1779
+ Signed-off-by: Josh Bowling <josh@monarci.com>
1780
+ signed-off-by: Josh Bowling <josh@monarci.com>
1781
+ author: Josh Bowling
1782
+ version: sbvr-types-3.4.19
1783
+ title: ""
1784
+ date: 2022-12-08T01:08:35.143Z
1785
+ version: abstract-sql-compiler-8.3.9
1786
+ title: ""
1787
+ date: 2023-04-13T10:09:53.529Z
1788
+ - commits:
1789
+ - subject: Improve typings
1790
+ hash: 43e75ef37de956d1b583bc62b307b04e0f8455c1
1791
+ body: ""
1792
+ footer:
1793
+ Change-type: patch
1794
+ change-type: patch
1795
+ author: Pagan Gazzard
1796
+ nested: []
1797
+ version: abstract-sql-compiler-8.3.8
1798
+ title: ""
1799
+ date: 2023-04-12T17:26:10.992Z
1800
+ - commits:
1801
+ - subject: Remove typing for non-existent JSON node
1802
+ hash: 76181d438f0f37463642704d7908c1774040c2c2
1803
+ body: ""
1804
+ footer:
1805
+ Change-type: patch
1806
+ change-type: patch
1807
+ author: Pagan Gazzard
1808
+ nested: []
1809
+ version: abstract-sql-compiler-8.3.7
1810
+ title: ""
1811
+ date: 2023-04-12T16:38:07.014Z
1812
+ - commits:
1813
+ - subject: Tighten the `isXValue` function typings
1814
+ hash: 91485cd9c88faaaed9b1280bc34eb3a99628057e
1815
+ body: ""
1816
+ footer:
1817
+ Change-type: patch
1818
+ change-type: patch
1819
+ author: Pagan Gazzard
1820
+ nested: []
1821
+ version: abstract-sql-compiler-8.3.6
1822
+ title: ""
1823
+ date: 2023-04-12T16:18:20.829Z
1824
+ - commits:
1825
+ - subject: Correctly treat `Value` nodes as rewritten to `Text` by the optimizer
1826
+ hash: c9dbc4cfb3fa392e87a0775accdd6811b3c273b4
1827
+ body: ""
1828
+ footer:
1829
+ Change-type: patch
1830
+ change-type: patch
1831
+ author: Pagan Gazzard
1832
+ nested: []
1833
+ - subject: Add EmbeddedTextNode typing
1834
+ hash: d00ac00ca7af4d17b437c3d5511af8e506615db4
1835
+ body: ""
1836
+ footer:
1837
+ Change-type: patch
1838
+ change-type: patch
1839
+ author: Pagan Gazzard
1840
+ nested: []
1841
+ version: abstract-sql-compiler-8.3.5
1842
+ title: ""
1843
+ date: 2023-04-12T16:01:45.643Z
1844
+ - commits:
1845
+ - subject: Enforce the first argument of ExtractJSONPathAsText is a JSON type node
1846
+ hash: 08865295d4cd3ded56d77a30d33c0434e1da52b9
1847
+ body: ""
1848
+ footer:
1849
+ Change-type: patch
1850
+ change-type: patch
1851
+ author: Pagan Gazzard
1852
+ nested: []
1853
+ version: abstract-sql-compiler-8.3.4
1854
+ title: ""
1855
+ date: 2023-04-12T15:55:47.432Z
1856
+ - commits:
1857
+ - subject: Improve node typings
1858
+ hash: 2cb83cf242052c581ee5412e3a90ed87cf5fd39e
1859
+ body: ""
1860
+ footer:
1861
+ Change-type: patch
1862
+ change-type: patch
1863
+ author: Pagan Gazzard
1864
+ nested: []
1865
+ version: abstract-sql-compiler-8.3.3
1866
+ title: ""
1867
+ date: 2023-04-12T15:43:13.357Z
1868
+ - commits:
1869
+ - subject: Add more node typings
1870
+ hash: db162a8a4d645c2f37c968224d667ed753e534dd
1871
+ body: ""
1872
+ footer:
1873
+ Change-type: patch
1874
+ change-type: patch
1875
+ author: Pagan Gazzard
1876
+ nested: []
1877
+ version: abstract-sql-compiler-8.3.2
1878
+ title: ""
1879
+ date: 2023-04-12T15:01:22.252Z
1880
+ - commits:
1881
+ - subject: Add more node typings
1882
+ hash: 047954b6f66abb041bee74373f37c38d71cdc4d7
1883
+ body: ""
1884
+ footer:
1885
+ Change-type: patch
1886
+ change-type: patch
1887
+ author: Pagan Gazzard
1888
+ nested: []
1889
+ version: abstract-sql-compiler-8.3.1
1890
+ title: ""
1891
+ date: 2023-04-12T13:14:25.174Z
1892
+ - commits:
1893
+ - subject: Support boolean nodes in a ValuesNode
1894
+ hash: d589fb6cd92a3a7570e3b2ebea14acbb84807d8a
1895
+ body: >
1896
+ This also deprecates the
1897
+ legacy use of direct
1898
+ true/false entries
1899
+ footer:
1900
+ Change-type: minor
1901
+ change-type: minor
1902
+ author: Pagan Gazzard
1903
+ nested: []
1904
+ version: abstract-sql-compiler-8.3.0
1905
+ title: ""
1906
+ date: 2023-04-11T14:56:54.403Z
1907
+ - commits:
1908
+ - subject: Add `Between` node type
1909
+ hash: 4880072eeab6af198df47777b6579dcacc3d7fb1
1910
+ body: ""
1911
+ footer:
1912
+ Change-type: minor
1913
+ change-type: minor
1914
+ author: Pagan Gazzard
1915
+ nested: []
1916
+ version: abstract-sql-compiler-8.2.0
1917
+ title: ""
1918
+ date: 2023-04-11T14:19:22.378Z
1919
+ - commits:
1920
+ - subject: Add `BitwiseAnd`/`BitwiseShiftRight` node types
1921
+ hash: f155d1daca54086b653fa590e3248c5ef805afff
1922
+ body: ""
1923
+ footer:
1924
+ Change-type: minor
1925
+ change-type: minor
1926
+ author: Pagan Gazzard
1927
+ nested: []
1928
+ version: abstract-sql-compiler-8.1.0
1929
+ title: ""
1930
+ date: 2023-04-11T14:11:01.677Z
1931
+ - commits:
1932
+ - subject: Add `NotInNode` type
1933
+ hash: 9870d746344033db53ec14fddc23a8580b863ad9
1934
+ body: ""
1935
+ footer:
1936
+ Change-type: patch
1937
+ change-type: patch
1938
+ author: Pagan Gazzard
1939
+ nested: []
1940
+ - subject: Add `IsDistinctFromNode`/`IsNotDistinctFromNode` types
1941
+ hash: 09887280a6394a61a31c955602ccb2a0fe98c9b8
1942
+ body: ""
1943
+ footer:
1944
+ Change-type: patch
1945
+ change-type: patch
1946
+ author: Pagan Gazzard
1947
+ nested: []
1948
+ - subject: Add `CharacterLengthNode` type
1949
+ hash: 1fbab42cee8128025756076dc826dacda4ea1597
1950
+ body: ""
1951
+ footer:
1952
+ Change-type: patch
1953
+ change-type: patch
1954
+ author: Pagan Gazzard
1955
+ nested: []
1956
+ version: abstract-sql-compiler-8.0.2
1957
+ title: ""
1958
+ date: 2023-04-06T18:12:29.893Z
1959
+ - commits:
1960
+ - subject: Adds Cast node type to tree parsing
1961
+ hash: cbdb559bfce3c77f9bce9e07f05777f58965f324
1962
+ body: ""
1963
+ footer:
1964
+ Change-type: patch
1965
+ change-type: patch
1966
+ author: Otávio Jacobi
1967
+ nested: []
1968
+ version: abstract-sql-compiler-8.0.1
1969
+ title: ""
1970
+ date: 2023-04-06T17:59:29.723Z
1971
+ - commits:
1972
+ - subject: Improve typings
1973
+ hash: ed5fa5675021485a775eb777f2358d8041b93ce1
1974
+ body: ""
1975
+ footer:
1976
+ Change-type: patch
1977
+ change-type: patch
1978
+ author: Pagan Gazzard
1979
+ version: odata-parser-2.4.6
1980
+ title: ""
1981
+ date: 2023-02-24T17:02:58.272Z
1982
+ - commits:
1983
+ - subject: Use const/let as appropriate
1984
+ hash: 0824fe7d85eeb97941319749fc802f9bae3c9fb6
1985
+ body: ""
1986
+ footer:
1987
+ Change-type: patch
1988
+ change-type: patch
1989
+ author: Pagan Gazzard
1990
+ version: odata-parser-2.4.5
1991
+ title: ""
1992
+ date: 2023-02-23T16:31:08.299Z
1993
+ - commits:
1994
+ - subject: Use shorthand object notation
1995
+ hash: 611c0480681965c7af06302264eac79fea18bded
1996
+ body: ""
1997
+ footer:
1998
+ Change-type: patch
1999
+ change-type: patch
2000
+ author: Pagan Gazzard
2001
+ version: odata-parser-2.4.4
2002
+ title: ""
2003
+ date: 2023-02-23T16:26:30.639Z
2004
+ - commits:
2005
+ - subject: Update dependencies
2006
+ hash: 25b153aca258347c6742cb8b4efe54c0ae199695
2007
+ body: ""
2008
+ footer:
2009
+ Change-type: patch
2010
+ change-type: patch
2011
+ author: Pagan Gazzard
2012
+ version: odata-parser-2.4.3
2013
+ title: ""
2014
+ date: 2023-02-23T16:14:13.013Z
2015
+ version: odata-to-abstract-sql-5.9.4
2016
+ title: ""
2017
+ date: 2023-04-24T16:26:44.367Z
2018
+ - subject: Remove support for the legacy AggregateJSON format of `[tableName,
2019
+ fieldName]`
2020
+ hash: ab90bed96cd80599f57c59f03dd02b6ac7bc6115
2021
+ body: >
2022
+ Use `['ReferencedField, tableName,
2023
+ fieldName]` instead
2024
+ footer:
2025
+ Change-type: major
2026
+ change-type: major
2027
+ author: Pagan Gazzard
2028
+ nested: []
2029
+ - subject: Remove support for the legacy boolean format of `true|false`
2030
+ hash: 1826e6d9ad81542dd3c1123768ae926254a85a17
2031
+ body: |
2032
+ Use `['Boolean', true|false]` instead
2033
+ footer:
2034
+ Change-type: major
2035
+ change-type: major
2036
+ author: Pagan Gazzard
2037
+ nested: []
2038
+ - subject: Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021
2039
+ hash: 62bef1d7243d256ebe270881691c6a56216c67d6
2040
+ body: ""
2041
+ footer:
2042
+ Change-type: major
2043
+ change-type: major
2044
+ author: Pagan Gazzard
2045
+ nested: []
2046
+ - subject: Remove support for the legacy alias format of `[node, alias]`
2047
+ hash: 52038aa06d833c1bfbc14f721e7417d4272edc28
2048
+ body: ""
2049
+ footer:
2050
+ Change-type: major
2051
+ change-type: major
2052
+ author: Pagan Gazzard
2053
+ nested: []
2054
+ - subject: Remove support for the legacy table format of `tableName`
2055
+ hash: 3ff760a6e360421ed1030afe355761d655408547
2056
+ body: ""
2057
+ footer:
2058
+ Change-type: major
2059
+ change-type: major
2060
+ author: Pagan Gazzard
2061
+ nested: []
2062
+ - subject: Remove support for the legacy null formats of `null` and `'Null'`
2063
+ hash: 166d2616b245f8593b17160722c915a5868b2b3a
2064
+ body: ""
2065
+ footer:
2066
+ Change-type: major
2067
+ change-type: major
2068
+ author: Pagan Gazzard
2069
+ nested: []
2070
+ - subject: Reflect the usage of BOOLEAN db type
2071
+ hash: ddab41907418024df2747fa7f630abd80d580a43
2072
+ body: ""
2073
+ footer:
2074
+ Change-type: major
2075
+ change-type: major
2076
+ author: Pagan Gazzard
2077
+ nested: []
2078
+ - subject: Update @balena/sbvr-types to 4.x
2079
+ hash: ff17af594020723ab91bf65aed197dc01ace7981
2080
+ body: >
2081
+ Update @balena/sbvr-types from 3.5.0 to
2082
+ 4.0.0
2083
+ footer:
2084
+ Change-type: major
2085
+ change-type: major
2086
+ author: Pagan Gazzard
2087
+ nested:
2088
+ - commits:
2089
+ - subject: Add test cases for Objects in JSON validate
2090
+ hash: be8fc31c3754186dd4c43ca8d4c056b0def7ffbd
2091
+ body: >
2092
+ As balena-lint rejects `new
2093
+ Boolean()`, `new Number()` and
2094
+ `new String()` constructor
2095
+ usage, test cases double check
2096
+ that they are not instantiated
2097
+ as object but primitive type.
2098
+ footer:
2099
+ Change-type: patch
2100
+ change-type: patch
2101
+ Signed-off-by: fisehara <harald@balena.io>
2102
+ signed-off-by: fisehara <harald@balena.io>
2103
+ author: fisehara
2104
+ - subject: Drop `require-npm4-to-publish` devDependency
2105
+ hash: 46a369117c9d1222089498a8794c32d14edef85b
2106
+ body: >
2107
+ As engine and npm is now
2108
+ required as part of package.json
2109
+ we can drop this dependency
2110
+ footer:
2111
+ Change-type: patch
2112
+ change-type: patch
2113
+ Signed-off-by: fisehara <harald@balena.io>
2114
+ signed-off-by: fisehara <harald@balena.io>
2115
+ author: fisehara
2116
+ - subject: Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021
2117
+ hash: 54920d701a7aa4890c27801fc5cc6b9d74ece21c
2118
+ body: ""
2119
+ footer:
2120
+ Change-type: major
2121
+ change-type: major
2122
+ author: Pagan Gazzard
2123
+ - subject: Switch `JSON` to use `JSON` db type instead of `TEXT`
2124
+ hash: 0d3561364ad018f59466c0dae9b3adb4390d9496
2125
+ body: ""
2126
+ footer:
2127
+ Change-type: major
2128
+ change-type: major
2129
+ author: Pagan Gazzard
2130
+ - subject: Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER`
2131
+ hash: 5af2bd476a9032ab5d60c163a3940e0dd8e81cc6
2132
+ body: ""
2133
+ footer:
2134
+ Change-type: major
2135
+ change-type: major
2136
+ author: Pagan Gazzard
2137
+ - subject: Assert that JSON input typeof is object
2138
+ hash: 1819ee97811e20da93c6e0f227db6a62ada8c00e
2139
+ body: >
2140
+ Ensure that the input passed in
2141
+ for JSON types is either an
2142
+ object or
2143
+
2144
+ an array (typeof returns
2145
+ 'object' for arrays as well).
2146
+ This change is
2147
+
2148
+ mainly to prevent primitives
2149
+ from being stored as JSON.
2150
+ footer:
2151
+ Change-type: major
2152
+ change-type: major
2153
+ Signed-off-by: Josh Bowling <josh@monarci.com>
2154
+ signed-off-by: Josh Bowling <josh@monarci.com>
2155
+ author: Josh Bowling
2156
+ version: sbvr-types-4.0.0
2157
+ title: ""
2158
+ date: 2023-04-26T15:00:16.169Z
2159
+ version: abstract-sql-compiler-9.0.0
2160
+ title: ""
2161
+ date: 2023-05-02T10:21:03.552Z
2162
+ - commits:
2163
+ - subject: Use native `StartsWith` node type for postgres
2164
+ hash: 0e0055782f05eccf3d7d8bf01f2d6810e738c4e6
2165
+ body: ""
2166
+ footer:
2167
+ Change-type: minor
2168
+ change-type: minor
2169
+ author: Pagan Gazzard
2170
+ nested: []
2171
+ - subject: Convert `EscapeForLike` into a standalone node type
2172
+ hash: 9732e2e6e678262dfb25c8fbe5d935e4d6201296
2173
+ body: ""
2174
+ footer:
2175
+ Change-type: minor
2176
+ change-type: minor
2177
+ author: Pagan Gazzard
2178
+ nested: []
2179
+ version: abstract-sql-compiler-8.5.0
2180
+ title: ""
2181
+ date: 2023-04-27T14:11:46.912Z
2182
+ - commits:
2183
+ - subject: Update @balena/sbvr-types to 5.0.0
2184
+ hash: 9acf28eac9790f47704d9103b5788fc4e1802e14
2185
+ body: >
2186
+ Update @balena/sbvr-types from 3.4.18 to
2187
+ 5.0.0
2188
+ footer:
2189
+ Change-type: patch
2190
+ change-type: patch
2191
+ author: Pagan Gazzard
2192
+ nested:
2193
+ - commits:
2194
+ - subject: Switch from `export =` to `export default`
2195
+ hash: 6cd01340e0fee46833942691fce5a9f6a42ac104
2196
+ body: ""
2197
+ footer:
2198
+ Change-type: major
2199
+ change-type: major
2200
+ author: Pagan Gazzard
2201
+ version: sbvr-types-5.0.0
2202
+ title: ""
2203
+ date: 2023-05-16T15:56:09.861Z
2204
+ - commits:
2205
+ - subject: Improve typings
2206
+ hash: a5fd4a319cd0336afc5a765af9e1a1eec851f2c3
2207
+ body: ""
2208
+ footer:
2209
+ Change-type: patch
2210
+ change-type: patch
2211
+ author: Pagan Gazzard
2212
+ version: sbvr-types-4.0.2
2213
+ title: ""
2214
+ date: 2023-05-03T11:40:24.422Z
2215
+ - commits:
2216
+ - subject: "boolean: Avoid unnecessary array creation to reduce GCs"
2217
+ hash: 5ba948cd5f42844974d43dc19f1c371e56376fc8
2218
+ body: ""
2219
+ footer:
2220
+ Change-type: patch
2221
+ change-type: patch
2222
+ author: Thodoris Greasidis
2223
+ version: sbvr-types-4.0.1
2224
+ title: ""
2225
+ date: 2023-05-02T13:39:37.722Z
2226
+ - commits:
2227
+ - subject: Add test cases for Objects in JSON validate
2228
+ hash: be8fc31c3754186dd4c43ca8d4c056b0def7ffbd
2229
+ body: >
2230
+ As balena-lint rejects `new
2231
+ Boolean()`, `new Number()` and
2232
+ `new String()` constructor
2233
+ usage, test cases double check
2234
+ that they are not instantiated
2235
+ as object but primitive type.
2236
+ footer:
2237
+ Change-type: patch
2238
+ change-type: patch
2239
+ Signed-off-by: fisehara <harald@balena.io>
2240
+ signed-off-by: fisehara <harald@balena.io>
2241
+ author: fisehara
2242
+ - subject: Drop `require-npm4-to-publish` devDependency
2243
+ hash: 46a369117c9d1222089498a8794c32d14edef85b
2244
+ body: >
2245
+ As engine and npm is now
2246
+ required as part of package.json
2247
+ we can drop this dependency
2248
+ footer:
2249
+ Change-type: patch
2250
+ change-type: patch
2251
+ Signed-off-by: fisehara <harald@balena.io>
2252
+ signed-off-by: fisehara <harald@balena.io>
2253
+ author: fisehara
2254
+ - subject: Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021
2255
+ hash: 54920d701a7aa4890c27801fc5cc6b9d74ece21c
2256
+ body: ""
2257
+ footer:
2258
+ Change-type: major
2259
+ change-type: major
2260
+ author: Pagan Gazzard
2261
+ - subject: Switch `JSON` to use `JSON` db type instead of `TEXT`
2262
+ hash: 0d3561364ad018f59466c0dae9b3adb4390d9496
2263
+ body: ""
2264
+ footer:
2265
+ Change-type: major
2266
+ change-type: major
2267
+ author: Pagan Gazzard
2268
+ - subject: Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER`
2269
+ hash: 5af2bd476a9032ab5d60c163a3940e0dd8e81cc6
2270
+ body: ""
2271
+ footer:
2272
+ Change-type: major
2273
+ change-type: major
2274
+ author: Pagan Gazzard
2275
+ - subject: Assert that JSON input typeof is object
2276
+ hash: 1819ee97811e20da93c6e0f227db6a62ada8c00e
2277
+ body: >
2278
+ Ensure that the input passed in
2279
+ for JSON types is either an
2280
+ object or
2281
+
2282
+ an array (typeof returns
2283
+ 'object' for arrays as well).
2284
+ This change is
2285
+
2286
+ mainly to prevent primitives
2287
+ from being stored as JSON.
2288
+ footer:
2289
+ Change-type: major
2290
+ change-type: major
2291
+ Signed-off-by: Josh Bowling <josh@monarci.com>
2292
+ signed-off-by: Josh Bowling <josh@monarci.com>
2293
+ author: Josh Bowling
2294
+ version: sbvr-types-4.0.0
2295
+ title: ""
2296
+ date: 2023-04-26T15:00:16.169Z
2297
+ - commits:
2298
+ - subject: Add Big Serial type
2299
+ hash: 49460ad51fcbc60f81e61329c573a1af5b207a46
2300
+ body: ""
2301
+ footer:
2302
+ Change-type: minor
2303
+ change-type: minor
2304
+ author: Josh Bowling
2305
+ version: sbvr-types-3.5.0
2306
+ title: ""
2307
+ date: 2023-03-21T11:16:27.398Z
2308
+ - commits:
2309
+ - subject: "Flowzone: Allow external contributions"
2310
+ hash: 9f7bb028bbac327e6fe0711491d7c0f2c6464f98
2311
+ body: ""
2312
+ footer:
2313
+ Change-type: patch
2314
+ change-type: patch
2315
+ Signed-off-by: Josh Bowling <josh@monarci.com>
2316
+ signed-off-by: Josh Bowling <josh@monarci.com>
2317
+ author: Josh Bowling
2318
+ version: sbvr-types-3.4.19
2319
+ title: ""
2320
+ date: 2022-12-08T01:08:35.143Z
2321
+ version: lf-to-abstract-sql-5.0.1
2322
+ title: ""
2323
+ date: 2023-05-16T16:11:31.737Z
2324
+ - commits:
2325
+ - subject: Allow running CI on external PRs
2326
+ hash: 875af25a9e8ba9ade051f76f4500f5146db675a7
2327
+ body: ""
2328
+ footer:
2329
+ Change-type: patch
2330
+ change-type: patch
2331
+ author: Pagan Gazzard
2332
+ version: odata-parser-3.0.1
2333
+ title: ""
2334
+ date: 2023-09-25T10:50:13.648Z
2335
+ - commits:
2336
+ - subject: Add checksum to WebResource
2337
+ hash: be6a1e9bacad51f99d685f491b3bf81545536adb
2338
+ body: ""
2339
+ footer:
2340
+ Change-type: minor
2341
+ change-type: minor
2342
+ author: Otávio Jacobi
2343
+ version: sbvr-types-6.1.0
2344
+ title: ""
2345
+ date: 2023-10-03T22:49:47.984Z
2346
+ - commits:
2347
+ - subject: Change contents to snake_case
2348
+ hash: aaa12269901e364533cf2aa45a958948ce0339de
2349
+ body: ""
2350
+ footer:
2351
+ Change-Type: major
2352
+ change-type: major
2353
+ author: Otávio Jacobi
2354
+ version: sbvr-types-6.0.0
2355
+ title: ""
2356
+ date: 2023-08-09T00:10:50.917Z
2357
+ - commits:
2358
+ - subject: Expose WebResource as WebResourceType
2359
+ hash: 9e42bfffb2145b5096539492b36b0f19b1f2e209
2360
+ body: ""
2361
+ footer:
2362
+ Change-type: minor
2363
+ change-type: minor
2364
+ author: Otávio Jacobi
2365
+ version: sbvr-types-5.2.0
2366
+ title: ""
2367
+ date: 2023-08-08T21:01:49.459Z
2368
+ - commits:
2369
+ - subject: Adds WebResource type
2370
+ hash: db7ff44e95a040a0b250d8c7612b126b31a3f325
2371
+ body: ""
2372
+ footer:
2373
+ Change-type: minor
2374
+ change-type: minor
2375
+ Co-authored-by: ramirogm
2376
+ co-authored-by: ramirogm
2377
+ author: Otávio Jacobi
2378
+ version: sbvr-types-5.1.0
2379
+ title: ""
2380
+ date: 2023-08-03T09:36:41.490Z
2381
+ - commits:
2382
+ - subject: Switch from `export =` to `export default`
2383
+ hash: 6cd01340e0fee46833942691fce5a9f6a42ac104
2384
+ body: ""
2385
+ footer:
2386
+ Change-type: major
2387
+ change-type: major
2388
+ author: Pagan Gazzard
2389
+ version: sbvr-types-5.0.0
2390
+ title: ""
2391
+ date: 2023-05-16T15:56:09.861Z
2392
+ - commits:
2393
+ - subject: Improve typings
2394
+ hash: a5fd4a319cd0336afc5a765af9e1a1eec851f2c3
2395
+ body: ""
2396
+ footer:
2397
+ Change-type: patch
2398
+ change-type: patch
2399
+ author: Pagan Gazzard
2400
+ version: sbvr-types-4.0.2
2401
+ title: ""
2402
+ date: 2023-05-03T11:40:24.422Z
2403
+ - commits:
2404
+ - subject: "boolean: Avoid unnecessary array creation to reduce GCs"
2405
+ hash: 5ba948cd5f42844974d43dc19f1c371e56376fc8
2406
+ body: ""
2407
+ footer:
2408
+ Change-type: patch
2409
+ change-type: patch
2410
+ author: Thodoris Greasidis
2411
+ version: sbvr-types-4.0.1
2412
+ title: ""
2413
+ date: 2023-05-02T13:39:37.722Z
2414
+ version: odata-to-abstract-sql-6.1.1
2415
+ title: ""
2416
+ date: 2023-10-19T06:28:01.252Z
2417
+ - commits:
2418
+ - subject: Support bind references as boolean types
2419
+ hash: 6eab6c354cf734861e207a58d6a289eeef043f70
2420
+ body: >
2421
+ This allows things like `$filter=true` and
2422
+ `$filter=x/any(y:true)` to
2423
+
2424
+ work
2425
+ footer:
2426
+ Change-type: minor
2427
+ change-type: minor
2428
+ author: Pagan Gazzard
2429
+ nested: []
2430
+ version: odata-to-abstract-sql-6.1.0
2431
+ title: ""
2432
+ date: 2023-08-16T15:36:29.822Z
2433
+ - commits:
2434
+ - subject: Update dependency @balena/sbvr-types to v8
2435
+ hash: cf8795b08f30806b5500508dcab3623c5d444928
2436
+ body: |
2437
+ Update @balena/sbvr-types from 7.1.3 to 8.0.0
2438
+ footer:
2439
+ Change-type: patch
2440
+ change-type: patch
2441
+ author: Self-hosted Renovate Bot
2442
+ version: sbvr-parser-1.4.6
2443
+ title: ""
2444
+ date: 2024-07-30T06:48:09.778Z
2445
+ - commits:
2446
+ - subject: Switch to an inflection library from npm which does not monkey patch
2447
+ hash: 2082369825fc80acb549793e4cc1cd35c77850d4
2448
+ body: ""
2449
+ footer:
2450
+ Change-type: patch
2451
+ change-type: patch
2452
+ author: Pagan Gazzard
2453
+ version: sbvr-parser-1.4.5
2454
+ title: ""
2455
+ date: 2024-06-18T21:23:34.689Z
2456
+ - commits:
2457
+ - subject: Updated `@balena/sbvr-types`
2458
+ hash: a6c901c8c3b624dabaf282d0229276be8a9ea320
2459
+ body: |
2460
+ Update @balena/sbvr-types from 3.4.15 to 7.0.1
2461
+ footer:
2462
+ Change-type: patch
2463
+ change-type: patch
2464
+ Signed-off-by: Harald Fischer <harald@balena.io>
2465
+ signed-off-by: Harald Fischer <harald@balena.io>
2466
+ author: Harald Fischer
2467
+ version: sbvr-parser-1.4.4
2468
+ title: ""
2469
+ date: 2024-03-05T12:54:23.843Z
2470
+ - commits:
2471
+ - subject: Change the exported Types to an interface so that they can be augmented
2472
+ hash: 29de4665e63bd4b5f1cfe75d3018ec29e10c1889
2473
+ body: ""
2474
+ footer:
2475
+ Change-type: patch
2476
+ change-type: patch
2477
+ author: Thodoris Greasidis
2478
+ version: sbvr-types-9.0.2
2479
+ title: ""
2480
+ date: 2024-09-17T12:44:29.082Z
2481
+ - commits:
2482
+ - subject: Update @balena/lint to v8.2.7
2483
+ hash: 630ca7d6cbe4fed2d41827205215a2f28a971aea
2484
+ body: ""
2485
+ footer:
2486
+ Change-type: patch
2487
+ change-type: patch
2488
+ author: Josh Bowling
2489
+ version: sbvr-types-9.0.1
2490
+ title: ""
2491
+ date: 2024-08-05T08:18:14.129Z
2492
+ - commits:
2493
+ - subject: Update BigInteger and BigSerial TsTypes
2494
+ hash: 45d3cd6262f094a0c43ffe308dccab4968c074be
2495
+ body: >
2496
+ Return big integer values as strings instead of
2497
+ bigint as we need to
2498
+
2499
+ parse them back into strings anyway when
2500
+ returning data from pine. The
2501
+
2502
+ new logic and types closely follow the same
2503
+ pattern we have for dates.
2504
+ footer:
2505
+ Change-type: major
2506
+ change-type: major
2507
+ author: Josh Bowling
2508
+ version: sbvr-types-9.0.0
2509
+ title: ""
2510
+ date: 2024-08-02T00:05:31.143Z
2511
+ - commits:
2512
+ - subject: Improve BigInteger and BigSerial support
2513
+ hash: b9b1fc31b91220e66dcb23f43b92036d6e758045
2514
+ body: ""
2515
+ footer:
2516
+ Change-type: major
2517
+ change-type: major
2518
+ author: Josh Bowling
2519
+ version: sbvr-types-8.0.0
2520
+ title: ""
2521
+ date: 2024-06-12T22:37:59.778Z
2522
+ - commits:
2523
+ - subject: Add typings for all abstract sql fragments, fixing where necessary
2524
+ hash: b84c335877236e3d389df064b3e7b2acd1a656ae
2525
+ body: ""
2526
+ footer:
2527
+ Change-type: patch
2528
+ change-type: patch
2529
+ author: Pagan Gazzard
2530
+ version: sbvr-types-7.1.3
2531
+ title: ""
2532
+ date: 2024-06-12T21:08:39.814Z
2533
+ - commits:
2534
+ - subject: Explicitly type the `compare` function for `hashed`
2535
+ hash: 6ece56f531ba9507fb090003bd3216e90b2f583b
2536
+ body: >
2537
+ This avoids the need for downstream users to
2538
+ have the bcrypt types
2539
+
2540
+ available whilst also avoiding accidental
2541
+ breaking changes
2542
+ footer:
2543
+ Change-type: patch
2544
+ change-type: patch
2545
+ author: Pagan Gazzard
2546
+ version: sbvr-types-7.1.2
2547
+ title: ""
2548
+ date: 2024-06-12T12:19:17.354Z
2549
+ - commits:
2550
+ - subject: Accept `Date` for the write types of `Date Time`/`Date`/`Time`
2551
+ hash: eb03c8fb593fad76c74dad57a3d45625daf44d76
2552
+ body: ""
2553
+ footer:
2554
+ Change-type: patch
2555
+ change-type: patch
2556
+ author: Pagan Gazzard
2557
+ version: sbvr-types-7.1.1
2558
+ title: ""
2559
+ date: 2024-06-04T09:59:12.864Z
2560
+ - commits:
2561
+ - subject: Export typescript read/write types for each sbvr type
2562
+ hash: 66b9a012e242533372ce34a73e31f6e3aac93d91
2563
+ body: ""
2564
+ footer:
2565
+ Change-type: minor
2566
+ change-type: minor
2567
+ author: Pagan Gazzard
2568
+ version: sbvr-types-7.1.0
2569
+ title: ""
2570
+ date: 2024-04-25T11:57:56.975Z
2571
+ - commits:
2572
+ - subject: Update Big Serial concept type to Big Integer
2573
+ hash: 6343737f7eb62282ebb2b572faf2b91716508a8b
2574
+ body: ""
2575
+ footer:
2576
+ Change-type: patch
2577
+ change-type: patch
2578
+ author: Josh Bowling
2579
+ version: sbvr-types-7.0.10
2580
+ title: ""
2581
+ date: 2024-04-09T11:21:31.060Z
2582
+ - commits:
2583
+ - subject: Add Big Serial to Type.sbvr
2584
+ hash: c5add0fc65e8e78ab481e97d37aeb8353c082b57
2585
+ body: ""
2586
+ footer:
2587
+ Change-type: patch
2588
+ change-type: patch
2589
+ author: Josh Bowling
2590
+ version: sbvr-types-7.0.9
2591
+ title: ""
2592
+ date: 2024-04-09T10:03:09.812Z
2593
+ - commits:
2594
+ - subject: Update prepare script for husky v9
2595
+ hash: 72d7dac84880aa8604345a6fee74ec3eacbe1176
2596
+ body: ""
2597
+ footer:
2598
+ Change-type: patch
2599
+ change-type: patch
2600
+ author: Josh Bowling
2601
+ - subject: Update dependency husky to v9
2602
+ hash: 3a3e4f4e2ae95b5691cb31a1448854318e5b8cc5
2603
+ body: |
2604
+ Update husky from 8.0.3 to 9.0.11
2605
+ footer:
2606
+ Change-type: patch
2607
+ change-type: patch
2608
+ author: Self-hosted Renovate Bot
2609
+ version: sbvr-types-7.0.8
2610
+ title: ""
2611
+ date: 2024-04-09T01:25:47.103Z
2612
+ - commits:
2613
+ - subject: Update dependency @balena/lint to v8
2614
+ hash: 58e3db3861e13d463a5535b60d533280de70c4c1
2615
+ body: |
2616
+ Update @balena/lint from 7.3.0 to 8.0.0
2617
+ footer:
2618
+ Change-type: patch
2619
+ change-type: patch
2620
+ author: Self-hosted Renovate Bot
2621
+ version: sbvr-types-7.0.7
2622
+ title: ""
2623
+ date: 2024-04-09T01:07:54.165Z
2624
+ - commits:
2625
+ - subject: Improve JSON typings
2626
+ hash: 487000677cbc9decdcc0029b24f7c6de81216b57
2627
+ body: ""
2628
+ footer:
2629
+ Change-type: patch
2630
+ change-type: patch
2631
+ author: Pagan Gazzard
2632
+ version: sbvr-types-7.0.6
2633
+ title: ""
2634
+ date: 2024-03-21T15:44:08.831Z
2635
+ - commits:
2636
+ - subject: Remove unnecessary catch bindings
2637
+ hash: fcef4ec9f19378eea8d0dea167b2bd1958831306
2638
+ body: ""
2639
+ footer:
2640
+ Change-type: patch
2641
+ change-type: patch
2642
+ author: Pagan Gazzard
2643
+ version: sbvr-types-7.0.5
2644
+ title: ""
2645
+ date: 2024-03-13T15:50:57.151Z
2646
+ - commits:
2647
+ - subject: Improve validate typings
2648
+ hash: 6ed4746379e8b038e4a148ca6f6c4c1e52aa67a2
2649
+ body: ""
2650
+ footer:
2651
+ Change-type: patch
2652
+ change-type: patch
2653
+ author: Pagan Gazzard
2654
+ version: sbvr-types-7.0.4
2655
+ title: ""
2656
+ date: 2024-03-13T01:47:54.313Z
2657
+ - commits:
2658
+ - subject: Improve fetchProcessing typings
2659
+ hash: 0512e2c89ad83458b91cbaa380b8de729db81342
2660
+ body: ""
2661
+ footer:
2662
+ Change-type: patch
2663
+ change-type: patch
2664
+ author: Pagan Gazzard
2665
+ version: sbvr-types-7.0.3
2666
+ title: ""
2667
+ date: 2024-03-12T15:51:33.314Z
2668
+ - commits:
2669
+ - subject: "Tests: convert to typescript"
2670
+ hash: a78e1c02edc63927ae978f57afdd5edea25adec1
2671
+ body: ""
2672
+ footer:
2673
+ Change-type: patch
2674
+ change-type: patch
2675
+ author: Pagan Gazzard
2676
+ version: sbvr-types-7.0.2
2677
+ title: ""
2678
+ date: 2024-03-12T15:06:28.057Z
2679
+ version: abstract-sql-compiler-10.0.0
2680
+ title: ""
2681
+ date: 2024-10-07T10:02:59.467Z
2682
+ - commits:
2683
+ - subject: Change the exported Types to an interface so that they can be augmented
2684
+ hash: 29de4665e63bd4b5f1cfe75d3018ec29e10c1889
2685
+ body: ""
2686
+ footer:
2687
+ Change-type: patch
2688
+ change-type: patch
2689
+ author: Thodoris Greasidis
2690
+ version: sbvr-types-9.0.2
2691
+ title: ""
2692
+ date: 2024-09-17T12:44:29.082Z
2693
+ - commits:
2694
+ - subject: Update @balena/lint to v8.2.7
2695
+ hash: 630ca7d6cbe4fed2d41827205215a2f28a971aea
2696
+ body: ""
2697
+ footer:
2698
+ Change-type: patch
2699
+ change-type: patch
2700
+ author: Josh Bowling
2701
+ version: sbvr-types-9.0.1
2702
+ title: ""
2703
+ date: 2024-08-05T08:18:14.129Z
2704
+ - commits:
2705
+ - subject: Update BigInteger and BigSerial TsTypes
2706
+ hash: 45d3cd6262f094a0c43ffe308dccab4968c074be
2707
+ body: >
2708
+ Return big integer values as strings instead of bigint
2709
+ as we need to
2710
+
2711
+ parse them back into strings anyway when returning data
2712
+ from pine. The
2713
+
2714
+ new logic and types closely follow the same pattern we
2715
+ have for dates.
2716
+ footer:
2717
+ Change-type: major
2718
+ change-type: major
2719
+ author: Josh Bowling
2720
+ version: sbvr-types-9.0.0
2721
+ title: ""
2722
+ date: 2024-08-02T00:05:31.143Z
2723
+ - commits:
2724
+ - subject: Improve BigInteger and BigSerial support
2725
+ hash: b9b1fc31b91220e66dcb23f43b92036d6e758045
2726
+ body: ""
2727
+ footer:
2728
+ Change-type: major
2729
+ change-type: major
2730
+ author: Josh Bowling
2731
+ version: sbvr-types-8.0.0
2732
+ title: ""
2733
+ date: 2024-06-12T22:37:59.778Z
2734
+ - subject: "tsconfig: Switch the module compiler option to Node16"
2735
+ hash: 91f33ac80c5e186bfd02a093c2e278639e672bc8
2736
+ body: ""
2737
+ footer:
2738
+ Change-type: patch
2739
+ change-type: patch
2740
+ author: Thodoris Greasidis
2741
+ nested: []
2742
+ - subject: Update minimum supported nodejs version to 20.14.0
2743
+ hash: 2a9815141bc7b059d5b30ebd307e004d38d5face
2744
+ body: ""
2745
+ footer:
2746
+ Change-type: major
2747
+ change-type: major
2748
+ author: Thodoris Greasidis
2749
+ nested: []
2750
+ version: odata-to-abstract-sql-7.0.0
2751
+ title: ""
2752
+ date: 2024-10-08T09:36:03.018Z
2753
+ version: 19.0.6
2754
+ title: ""
2755
+ date: 2024-10-08T10:12:21.434Z
1
2756
  - commits:
2
2757
  - subject: Update dependency @balena/abstract-sql-compiler to v10
3
2758
  hash: 0271a4aeceed34694fed8926962824a2b27d5c60
@@ -2608,7 +5363,7 @@
2608
5363
  date: 2024-10-07T10:02:59.467Z
2609
5364
  version: 19.0.5
2610
5365
  title: ""
2611
- date: 2024-10-07T13:37:30.666Z
5366
+ date: 2024-10-07T13:47:59.111Z
2612
5367
  - commits:
2613
5368
  - subject: Update dependencies
2614
5369
  hash: d900e54aa1ff497da1335c2fd2d39a7790b8ab49