@balena/pinejs 18.2.7-build-renovate-major-7-grunt-webpack-331ff0b63172081def8cc91fae7842d17ef10743-1 → 18.2.7
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/.versionbot/CHANGELOG.yml +43 -6
- package/CHANGELOG.md +21 -1
- package/package.json +16 -16
- 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
@@ -1,16 +1,53 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Update
|
3
|
-
hash:
|
2
|
+
- subject: Update dependencies
|
3
|
+
hash: 5f68e9c1a73b073a071c244b693596adadf39b48
|
4
4
|
body: |
|
5
|
-
Update
|
5
|
+
Update @balena/abstract-sql-to-typescript from 4.0.3 to 4.0.6
|
6
6
|
footer:
|
7
7
|
Change-type: patch
|
8
8
|
change-type: patch
|
9
|
-
author:
|
10
|
-
nested:
|
9
|
+
author: Pagan Gazzard
|
10
|
+
nested:
|
11
|
+
- commits:
|
12
|
+
- subject: Fix built file paths now that package.json is imported rather than
|
13
|
+
required
|
14
|
+
hash: 8c223d915d66559b8650536745adb742362392ff
|
15
|
+
body: ""
|
16
|
+
footer:
|
17
|
+
Change-type: patch
|
18
|
+
change-type: patch
|
19
|
+
author: Pagan Gazzard
|
20
|
+
nested: []
|
21
|
+
version: abstract-sql-to-typescript-4.0.6
|
22
|
+
title: ""
|
23
|
+
date: 2024-09-12T16:40:31.414Z
|
24
|
+
- commits:
|
25
|
+
- subject: Update @balena/lint to 9.x
|
26
|
+
hash: d2c8c970f9d7c70b1e134952c621eaa768fe0f4b
|
27
|
+
body: ""
|
28
|
+
footer:
|
29
|
+
Change-type: patch
|
30
|
+
change-type: patch
|
31
|
+
author: Pagan Gazzard
|
32
|
+
nested: []
|
33
|
+
version: abstract-sql-to-typescript-4.0.5
|
34
|
+
title: ""
|
35
|
+
date: 2024-09-12T16:23:15.397Z
|
36
|
+
- commits:
|
37
|
+
- subject: Correctly use `Record<string, never>` when there are no writable fields
|
38
|
+
hash: 573c4da6d9e4521f700e7f38a033640ef8afe533
|
39
|
+
body: ""
|
40
|
+
footer:
|
41
|
+
Change-type: patch
|
42
|
+
change-type: patch
|
43
|
+
author: Pagan Gazzard
|
44
|
+
nested: []
|
45
|
+
version: abstract-sql-to-typescript-4.0.4
|
46
|
+
title: ""
|
47
|
+
date: 2024-09-12T16:04:52.737Z
|
11
48
|
version: 18.2.7
|
12
49
|
title: ""
|
13
|
-
date: 2024-09-
|
50
|
+
date: 2024-09-12T17:30:52.268Z
|
14
51
|
- commits:
|
15
52
|
- subject: Fix linting issues with latest dependencies
|
16
53
|
hash: b9b80e9eafc9a7becf6d33b0eba760ec0cf06665
|
package/CHANGELOG.md
CHANGED
@@ -7,7 +7,27 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
# v18.2.7
|
8
8
|
## (2024-09-12)
|
9
9
|
|
10
|
-
|
10
|
+
|
11
|
+
<details>
|
12
|
+
<summary> Update dependencies [Pagan Gazzard] </summary>
|
13
|
+
|
14
|
+
> ## abstract-sql-to-typescript-4.0.6
|
15
|
+
> ### (2024-09-12)
|
16
|
+
>
|
17
|
+
> * Fix built file paths now that package.json is imported rather than required [Pagan Gazzard]
|
18
|
+
>
|
19
|
+
> ## abstract-sql-to-typescript-4.0.5
|
20
|
+
> ### (2024-09-12)
|
21
|
+
>
|
22
|
+
> * Update @balena/lint to 9.x [Pagan Gazzard]
|
23
|
+
>
|
24
|
+
> ## abstract-sql-to-typescript-4.0.4
|
25
|
+
> ### (2024-09-12)
|
26
|
+
>
|
27
|
+
> * Correctly use `Record<string, never>` when there are no writable fields [Pagan Gazzard]
|
28
|
+
>
|
29
|
+
|
30
|
+
</details>
|
11
31
|
|
12
32
|
# v18.2.6
|
13
33
|
## (2024-09-12)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "18.2.7
|
3
|
+
"version": "18.2.7",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -28,8 +28,8 @@
|
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
30
|
"@balena/abstract-sql-compiler": "^9.2.0",
|
31
|
-
"@balena/abstract-sql-to-typescript": "^4.0.
|
32
|
-
"@balena/env-parsing": "^1.
|
31
|
+
"@balena/abstract-sql-to-typescript": "^4.0.6",
|
32
|
+
"@balena/env-parsing": "^1.2.0",
|
33
33
|
"@balena/lf-to-abstract-sql": "^5.0.2",
|
34
34
|
"@balena/odata-parser": "^3.0.8",
|
35
35
|
"@balena/odata-to-abstract-sql": "^6.3.0",
|
@@ -50,24 +50,24 @@
|
|
50
50
|
"@types/passport": "^1.0.16",
|
51
51
|
"@types/passport-local": "^1.0.38",
|
52
52
|
"@types/passport-strategy": "^0.2.38",
|
53
|
-
"@types/pg": "^8.11.
|
53
|
+
"@types/pg": "^8.11.9",
|
54
54
|
"@types/randomstring": "^1.3.0",
|
55
55
|
"@types/websql": "^0.0.30",
|
56
56
|
"ajv": "^8.17.1",
|
57
57
|
"busboy": "^1.6.0",
|
58
|
-
"commander": "^12.
|
58
|
+
"commander": "^12.1.0",
|
59
59
|
"cron-parser": "^4.9.0",
|
60
60
|
"deep-freeze": "^0.0.1",
|
61
61
|
"eventemitter3": "^5.0.1",
|
62
62
|
"express-session": "^1.18.0",
|
63
63
|
"lodash": "^4.17.21",
|
64
64
|
"memoizee": "^0.4.17",
|
65
|
-
"pinejs-client-core": "^7.1.
|
65
|
+
"pinejs-client-core": "^7.1.4",
|
66
66
|
"randomstring": "^1.3.0",
|
67
67
|
"typed-error": "^3.2.2"
|
68
68
|
},
|
69
69
|
"devDependencies": {
|
70
|
-
"@balena/lint": "^8.2.
|
70
|
+
"@balena/lint": "^8.2.8",
|
71
71
|
"@faker-js/faker": "^8.4.1",
|
72
72
|
"@types/busboy": "^1.5.4",
|
73
73
|
"@types/chai": "^4.3.19",
|
@@ -89,8 +89,8 @@
|
|
89
89
|
"grunt-gitinfo": "^0.1.9",
|
90
90
|
"grunt-text-replace": "^0.4.0",
|
91
91
|
"grunt-ts": "^6.0.0-beta.22",
|
92
|
-
"grunt-webpack": "^
|
93
|
-
"husky": "^9.1.
|
92
|
+
"grunt-webpack": "^6.0.0",
|
93
|
+
"husky": "^9.1.6",
|
94
94
|
"json-schema-to-ts": "^3.1.1",
|
95
95
|
"lint-staged": "^15.2.10",
|
96
96
|
"load-grunt-tasks": "^5.1.0",
|
@@ -109,21 +109,21 @@
|
|
109
109
|
"webpack-dev-server": "^4.15.2"
|
110
110
|
},
|
111
111
|
"optionalDependencies": {
|
112
|
-
"@aws-sdk/client-s3": "^3.
|
113
|
-
"@aws-sdk/lib-storage": "^3.
|
114
|
-
"@aws-sdk/s3-request-presigner": "^3.
|
112
|
+
"@aws-sdk/client-s3": "^3.650.0",
|
113
|
+
"@aws-sdk/lib-storage": "^3.650.0",
|
114
|
+
"@aws-sdk/s3-request-presigner": "^3.650.0",
|
115
115
|
"bcrypt": "^5.1.1",
|
116
|
-
"body-parser": "^1.20.
|
116
|
+
"body-parser": "^1.20.3",
|
117
117
|
"compression": "^1.7.4",
|
118
118
|
"cookie-parser": "^1.4.6",
|
119
|
-
"express": "^4.
|
119
|
+
"express": "^4.21.0",
|
120
120
|
"method-override": "^3.0.0",
|
121
121
|
"mysql": "^2.18.1",
|
122
122
|
"passport": "^0.7.0",
|
123
123
|
"passport-local": "^1.0.0",
|
124
124
|
"pg": "^8.12.0",
|
125
125
|
"pg-connection-string": "^2.6.4",
|
126
|
-
"serve-static": "^1.
|
126
|
+
"serve-static": "^1.16.2"
|
127
127
|
},
|
128
128
|
"engines": {
|
129
129
|
"node": ">=20.14.0",
|
@@ -147,6 +147,6 @@
|
|
147
147
|
"recursive": true
|
148
148
|
},
|
149
149
|
"versionist": {
|
150
|
-
"publishedAt": "2024-09-
|
150
|
+
"publishedAt": "2024-09-12T17:30:53.743Z"
|
151
151
|
}
|
152
152
|
}
|
package/src/sbvr-api/dev.ts
CHANGED
package/src/sbvr-api/user.ts
CHANGED
package/src/tasks/tasks.ts
CHANGED