@balena/pinejs 23.1.5 → 23.1.6-build-update-deps-3b50eb7d6f94571b434f2efe0013ebed81a3d83f-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +95 -1
- package/CHANGELOG.md +35 -0
- package/VERSION +1 -1
- package/package.json +15 -15
- package/src/migrator/migrations.ts +1 -1
- package/src/sbvr-api/dev.ts +1 -1
- package/src/sbvr-api/user.ts +1 -1
- package/src/tasks/tasks.ts +1 -1
- package/src/webresource-handler/webresource.ts +1 -1
@@ -1,3 +1,81 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: Update dependencies
|
3
|
+
hash: 3b50eb7d6f94571b434f2efe0013ebed81a3d83f
|
4
|
+
body: |
|
5
|
+
Update @balena/abstract-sql-compiler from 11.2.0 to 11.2.1
|
6
|
+
Update @balena/abstract-sql-to-typescript from 6.1.1 to 6.1.2
|
7
|
+
Update @balena/odata-to-abstract-sql from 10.0.2 to 10.0.3
|
8
|
+
Update @balena/sbvr-parser from 1.4.12 to 1.4.13
|
9
|
+
Update pinejs-client-core from 8.3.1 to 8.3.2
|
10
|
+
footer:
|
11
|
+
Change-type: patch
|
12
|
+
change-type: patch
|
13
|
+
author: Pagan Gazzard
|
14
|
+
nested:
|
15
|
+
- commits:
|
16
|
+
- subject: Update dev dependencies
|
17
|
+
hash: 2b3e90b922b1394d991bd4898bb2c63dc9637fb1
|
18
|
+
body: ""
|
19
|
+
footer:
|
20
|
+
Change-type: patch
|
21
|
+
change-type: patch
|
22
|
+
author: Pagan Gazzard
|
23
|
+
nested: []
|
24
|
+
version: abstract-sql-compiler-11.2.1
|
25
|
+
title: ""
|
26
|
+
date: 2025-08-19T12:03:05.758Z
|
27
|
+
- commits:
|
28
|
+
- subject: Update dependency chai to v6
|
29
|
+
hash: 5e98dd16dcc924b88afc15992b5cec7bdf1b4d3b
|
30
|
+
body: |
|
31
|
+
Update chai from 5.3.3 to 6.0.0
|
32
|
+
footer:
|
33
|
+
Change-type: patch
|
34
|
+
change-type: patch
|
35
|
+
author: balena-renovate[bot]
|
36
|
+
nested: []
|
37
|
+
version: abstract-sql-to-typescript-6.1.2
|
38
|
+
title: ""
|
39
|
+
date: 2025-09-03T01:57:27.167Z
|
40
|
+
- commits:
|
41
|
+
- subject: Add jsdoc documentation for `minimizeAliases` option
|
42
|
+
hash: 00b3b9bab41520a06870c64ba2e5b3a494790f33
|
43
|
+
body: ""
|
44
|
+
footer:
|
45
|
+
Change-type: patch
|
46
|
+
change-type: patch
|
47
|
+
author: Pagan Gazzard
|
48
|
+
nested: []
|
49
|
+
version: odata-to-abstract-sql-10.0.3
|
50
|
+
title: ""
|
51
|
+
date: 2025-08-19T15:40:11.393Z
|
52
|
+
- commits:
|
53
|
+
- subject: "Improve typing of the `$: 'prop_name'` case"
|
54
|
+
hash: adf6dbc6225ee22a72512e2416470556594fb566
|
55
|
+
body: ""
|
56
|
+
footer:
|
57
|
+
Change-type: patch
|
58
|
+
change-type: patch
|
59
|
+
author: Pagan Gazzard
|
60
|
+
nested: []
|
61
|
+
version: pinejs-client-js-8.3.2
|
62
|
+
title: ""
|
63
|
+
date: 2025-09-03T14:40:29.282Z
|
64
|
+
- commits:
|
65
|
+
- subject: Update dependency chai to v6
|
66
|
+
hash: c08d34f52cf3263af00d9713d5a18ab6eb42e354
|
67
|
+
body: |
|
68
|
+
Update chai from 5.3.3 to 6.0.0
|
69
|
+
footer:
|
70
|
+
Change-type: patch
|
71
|
+
change-type: patch
|
72
|
+
author: balena-renovate[bot]
|
73
|
+
version: sbvr-parser-1.4.13
|
74
|
+
title: ""
|
75
|
+
date: 2025-09-03T01:57:57.152Z
|
76
|
+
version: 23.1.6
|
77
|
+
title: ""
|
78
|
+
date: 2025-09-08T15:55:44.055Z
|
1
79
|
- commits:
|
2
80
|
- subject: Reduce the amount of data cloned to create a constrained abstract sql
|
3
81
|
model
|
@@ -10,7 +88,7 @@
|
|
10
88
|
nested: []
|
11
89
|
version: 23.1.5
|
12
90
|
title: ""
|
13
|
-
date: 2025-09-
|
91
|
+
date: 2025-09-03T02:01:22.466Z
|
14
92
|
- commits:
|
15
93
|
- subject: Use `= ANY` instead of `IN`
|
16
94
|
hash: d4760be26a6169369f1187a187e7cef19d829a0d
|
@@ -5183,6 +5261,7 @@
|
|
5183
5261
|
|
5184
5262
|
|
5185
5263
|
|
5264
|
+
|
5186
5265
|
|
5187
5266
|
|
5188
5267
|
As balena-lint
|
@@ -5263,6 +5342,7 @@
|
|
5263
5342
|
|
5264
5343
|
|
5265
5344
|
|
5345
|
+
|
5266
5346
|
|
5267
5347
|
|
5268
5348
|
As engine and npm is
|
@@ -5358,6 +5438,7 @@
|
|
5358
5438
|
|
5359
5439
|
|
5360
5440
|
|
5441
|
+
|
5361
5442
|
|
5362
5443
|
|
5363
5444
|
Ensure that the
|
@@ -5516,6 +5597,7 @@
|
|
5516
5597
|
|
5517
5598
|
|
5518
5599
|
|
5600
|
+
|
5519
5601
|
|
5520
5602
|
|
5521
5603
|
This also deprecates
|
@@ -5602,6 +5684,7 @@
|
|
5602
5684
|
|
5603
5685
|
|
5604
5686
|
|
5687
|
+
|
5605
5688
|
|
5606
5689
|
|
5607
5690
|
It can in fact be a
|
@@ -5689,6 +5772,7 @@
|
|
5689
5772
|
|
5690
5773
|
|
5691
5774
|
|
5775
|
+
|
5692
5776
|
|
5693
5777
|
|
5694
5778
|
We know what type
|
@@ -5781,6 +5865,7 @@
|
|
5781
5865
|
|
5782
5866
|
|
5783
5867
|
|
5868
|
+
|
5784
5869
|
|
5785
5870
|
|
5786
5871
|
Update
|
@@ -5984,6 +6069,7 @@
|
|
5984
6069
|
|
5985
6070
|
|
5986
6071
|
|
6072
|
+
|
5987
6073
|
|
5988
6074
|
|
5989
6075
|
This also deprecates
|
@@ -9160,6 +9246,7 @@
|
|
9160
9246
|
|
9161
9247
|
|
9162
9248
|
|
9249
|
+
|
9163
9250
|
|
9164
9251
|
|
9165
9252
|
As balena-lint
|
@@ -9268,6 +9355,7 @@
|
|
9268
9355
|
|
9269
9356
|
|
9270
9357
|
|
9358
|
+
|
9271
9359
|
|
9272
9360
|
|
9273
9361
|
As engine and npm is
|
@@ -9391,6 +9479,7 @@
|
|
9391
9479
|
|
9392
9480
|
|
9393
9481
|
|
9482
|
+
|
9394
9483
|
|
9395
9484
|
|
9396
9485
|
Ensure that the
|
@@ -9577,6 +9666,7 @@
|
|
9577
9666
|
|
9578
9667
|
|
9579
9668
|
|
9669
|
+
|
9580
9670
|
|
9581
9671
|
|
9582
9672
|
This also deprecates
|
@@ -9691,6 +9781,7 @@
|
|
9691
9781
|
|
9692
9782
|
|
9693
9783
|
|
9784
|
+
|
9694
9785
|
|
9695
9786
|
|
9696
9787
|
It can in fact be a
|
@@ -9806,6 +9897,7 @@
|
|
9806
9897
|
|
9807
9898
|
|
9808
9899
|
|
9900
|
+
|
9809
9901
|
|
9810
9902
|
|
9811
9903
|
We know what type
|
@@ -9926,6 +10018,7 @@
|
|
9926
10018
|
|
9927
10019
|
|
9928
10020
|
|
10021
|
+
|
9929
10022
|
|
9930
10023
|
|
9931
10024
|
Update
|
@@ -10157,6 +10250,7 @@
|
|
10157
10250
|
|
10158
10251
|
|
10159
10252
|
|
10253
|
+
|
10160
10254
|
|
10161
10255
|
|
10162
10256
|
This also deprecates
|
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,41 @@ All notable changes to this project will be documented in this file
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
|
+
# v23.1.6
|
8
|
+
## (2025-09-08)
|
9
|
+
|
10
|
+
|
11
|
+
<details>
|
12
|
+
<summary> Update dependencies [Pagan Gazzard] </summary>
|
13
|
+
|
14
|
+
> ## abstract-sql-compiler-11.2.1
|
15
|
+
> ### (2025-08-19)
|
16
|
+
>
|
17
|
+
> * Update dev dependencies [Pagan Gazzard]
|
18
|
+
>
|
19
|
+
> ## abstract-sql-to-typescript-6.1.2
|
20
|
+
> ### (2025-09-03)
|
21
|
+
>
|
22
|
+
> * Update dependency chai to v6 [balena-renovate[bot]]
|
23
|
+
>
|
24
|
+
> ## odata-to-abstract-sql-10.0.3
|
25
|
+
> ### (2025-08-19)
|
26
|
+
>
|
27
|
+
> * Add jsdoc documentation for `minimizeAliases` option [Pagan Gazzard]
|
28
|
+
>
|
29
|
+
> ## pinejs-client-js-8.3.2
|
30
|
+
> ### (2025-09-03)
|
31
|
+
>
|
32
|
+
> * Improve typing of the `$: 'prop_name'` case [Pagan Gazzard]
|
33
|
+
>
|
34
|
+
> ## sbvr-parser-1.4.13
|
35
|
+
> ### (2025-09-03)
|
36
|
+
>
|
37
|
+
> * Update dependency chai to v6 [balena-renovate[bot]]
|
38
|
+
>
|
39
|
+
|
40
|
+
</details>
|
41
|
+
|
7
42
|
# v23.1.5
|
8
43
|
## (2025-09-03)
|
9
44
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
23.1.
|
1
|
+
23.1.6
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "23.1.
|
3
|
+
"version": "23.1.6-build-update-deps-3b50eb7d6f94571b434f2efe0013ebed81a3d83f-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -26,13 +26,13 @@
|
|
26
26
|
"generate-types": "node ./bin/sbvr-compiler.js generate-types ./src/sbvr-api/user.sbvr ./src/sbvr-api/user.ts && node ./bin/sbvr-compiler.js generate-types ./src/migrator/migrations.sbvr ./src/migrator/migrations.ts && node ./bin/sbvr-compiler.js generate-types ./src/sbvr-api/dev.sbvr ./src/sbvr-api/dev.ts && node ./bin/sbvr-compiler.js generate-types ./src/tasks/tasks.sbvr ./src/tasks/tasks.ts && node ./bin/sbvr-compiler.js generate-types ./src/webresource-handler/webresource.sbvr ./src/webresource-handler/webresource.ts && balena-lint -t tsconfig.dev.json --fix ./src/sbvr-api/user.ts ./src/migrator/migrations.ts ./src/sbvr-api/dev.ts"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"@balena/abstract-sql-compiler": "^11.2.
|
30
|
-
"@balena/abstract-sql-to-typescript": "^6.1.
|
29
|
+
"@balena/abstract-sql-compiler": "^11.2.1",
|
30
|
+
"@balena/abstract-sql-to-typescript": "^6.1.2",
|
31
31
|
"@balena/env-parsing": "^1.2.5",
|
32
32
|
"@balena/lf-to-abstract-sql": "^5.0.10",
|
33
33
|
"@balena/odata-parser": "^4.2.6",
|
34
|
-
"@balena/odata-to-abstract-sql": "^10.0.
|
35
|
-
"@balena/sbvr-parser": "^1.4.
|
34
|
+
"@balena/odata-to-abstract-sql": "^10.0.3",
|
35
|
+
"@balena/sbvr-parser": "^1.4.13",
|
36
36
|
"@balena/sbvr-types": "^11.1.3",
|
37
37
|
"@sindresorhus/fnv1a": "^3.1.0",
|
38
38
|
"@types/body-parser": "^1.19.6",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"@types/memoizee": "^0.4.12",
|
46
46
|
"@types/method-override": "^3.0.0",
|
47
47
|
"@types/mysql": "^2.15.27",
|
48
|
-
"@types/node": "^20.19.
|
48
|
+
"@types/node": "^20.19.13",
|
49
49
|
"@types/passport": "^1.0.17",
|
50
50
|
"@types/passport-local": "^1.0.38",
|
51
51
|
"@types/passport-strategy": "^0.2.38",
|
@@ -55,19 +55,19 @@
|
|
55
55
|
"ajv": "^8.17.1",
|
56
56
|
"busboy": "^1.6.0",
|
57
57
|
"commander": "^14.0.0",
|
58
|
-
"cron-parser": "^5.3.
|
58
|
+
"cron-parser": "^5.3.1",
|
59
59
|
"deep-freeze": "^0.0.1",
|
60
60
|
"eventemitter3": "^5.0.1",
|
61
61
|
"express-session": "^1.18.2",
|
62
62
|
"json-schema-to-ts": "3.1.1",
|
63
63
|
"lodash": "^4.17.21",
|
64
64
|
"memoizee": "^0.4.17",
|
65
|
-
"pinejs-client-core": "^8.3.
|
65
|
+
"pinejs-client-core": "^8.3.2",
|
66
66
|
"randomstring": "^1.3.1",
|
67
67
|
"typed-error": "^3.2.2"
|
68
68
|
},
|
69
69
|
"devDependencies": {
|
70
|
-
"@balena/lint": "^9.3.
|
70
|
+
"@balena/lint": "^9.3.3",
|
71
71
|
"@balena/pinejs": "file:./",
|
72
72
|
"@balena/pinejs-webresource-s3": "^2.1.7",
|
73
73
|
"@faker-js/faker": "^9.9.0",
|
@@ -80,7 +80,7 @@
|
|
80
80
|
"@types/supertest": "^6.0.3",
|
81
81
|
"@types/terser-webpack-plugin": "^5.2.0",
|
82
82
|
"@types/webpack": "^5.28.5",
|
83
|
-
"chai": "^5.
|
83
|
+
"chai": "^5.3.3",
|
84
84
|
"grunt": "^1.6.1",
|
85
85
|
"grunt-check-dependencies": "^1.0.0",
|
86
86
|
"grunt-cli": "^1.5.0",
|
@@ -93,9 +93,9 @@
|
|
93
93
|
"grunt-ts": "^6.0.0-beta.22",
|
94
94
|
"grunt-webpack": "^7.0.0",
|
95
95
|
"husky": "^9.1.7",
|
96
|
-
"lint-staged": "^16.1.
|
96
|
+
"lint-staged": "^16.1.6",
|
97
97
|
"load-grunt-tasks": "^5.1.0",
|
98
|
-
"mocha": "11.7.
|
98
|
+
"mocha": "11.7.2",
|
99
99
|
"on-finished": "^2.4.1",
|
100
100
|
"pinejs-client-supertest": "^3.1.1",
|
101
101
|
"raw-loader": "^4.0.2",
|
@@ -103,10 +103,10 @@
|
|
103
103
|
"require-npm4-to-publish": "^1.0.0",
|
104
104
|
"supertest": "^7.1.4",
|
105
105
|
"terser-webpack-plugin": "^5.3.14",
|
106
|
-
"ts-loader": "^9.5.
|
106
|
+
"ts-loader": "^9.5.4",
|
107
107
|
"ts-node": "^10.9.2",
|
108
108
|
"typescript": "^5.9.2",
|
109
|
-
"webpack": "^5.101.
|
109
|
+
"webpack": "^5.101.3",
|
110
110
|
"webpack-dev-server": "^5.2.2"
|
111
111
|
},
|
112
112
|
"optionalDependencies": {
|
@@ -148,6 +148,6 @@
|
|
148
148
|
"recursive": true
|
149
149
|
},
|
150
150
|
"versionist": {
|
151
|
-
"publishedAt": "2025-09-
|
151
|
+
"publishedAt": "2025-09-08T15:55:46.191Z"
|
152
152
|
}
|
153
153
|
}
|
package/src/sbvr-api/dev.ts
CHANGED
package/src/sbvr-api/user.ts
CHANGED
package/src/tasks/tasks.ts
CHANGED