@balena/pinejs 19.4.5-build-renovate-major-5-webpack-dev-server-02d14f86d9038f7c47a9d4c30ffd132a86b0e95a-1 → 19.5.0
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 +33 -9
- package/CHANGELOG.md +17 -2
- package/VERSION +1 -1
- package/package.json +5 -5
@@ -1,16 +1,40 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Update
|
3
|
-
hash:
|
2
|
+
- subject: Update dependencies to support `is case insensitively equal to`
|
3
|
+
hash: b8987501d09383f91688a13a7e29ec48374d6367
|
4
4
|
body: |
|
5
|
-
Update
|
5
|
+
Update @balena/abstract-sql-compiler from 10.0.1 to 10.1.0
|
6
|
+
Update @balena/sbvr-types from 9.0.2 to 9.1.0
|
6
7
|
footer:
|
7
|
-
Change-type:
|
8
|
-
change-type:
|
9
|
-
author:
|
10
|
-
nested:
|
11
|
-
|
8
|
+
Change-type: minor
|
9
|
+
change-type: minor
|
10
|
+
author: Otavio Jacobi
|
11
|
+
nested:
|
12
|
+
- commits:
|
13
|
+
- subject: Add Lower unary node for countTableSelects optimization
|
14
|
+
hash: e3ebcddbf6c725139535fa53de06492a64c9e2a9
|
15
|
+
body: ""
|
16
|
+
footer:
|
17
|
+
Change-type: minor
|
18
|
+
change-type: minor
|
19
|
+
author: Otavio Jacobi
|
20
|
+
nested: []
|
21
|
+
version: abstract-sql-compiler-10.1.0
|
22
|
+
title: ""
|
23
|
+
date: 2024-10-24T14:43:39.710Z
|
24
|
+
- commits:
|
25
|
+
- subject: Add `is case insensitively equal to` for Text types
|
26
|
+
hash: c6414b8b53cb6935e2a496a31d29c7e90efefe38
|
27
|
+
body: ""
|
28
|
+
footer:
|
29
|
+
Change-type: minor
|
30
|
+
change-type: minor
|
31
|
+
author: Otavio Jacobi
|
32
|
+
version: sbvr-types-9.1.0
|
33
|
+
title: ""
|
34
|
+
date: 2024-10-24T15:56:32.550Z
|
35
|
+
version: 19.5.0
|
12
36
|
title: ""
|
13
|
-
date: 2024-10-
|
37
|
+
date: 2024-10-24T16:16:26.407Z
|
14
38
|
- commits:
|
15
39
|
- subject: Linting fixes
|
16
40
|
hash: 709e32ba4b581f059500365f77667f8ee887e569
|
package/CHANGELOG.md
CHANGED
@@ -4,10 +4,25 @@ 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
|
-
# v19.
|
7
|
+
# v19.5.0
|
8
8
|
## (2024-10-24)
|
9
9
|
|
10
|
-
|
10
|
+
|
11
|
+
<details>
|
12
|
+
<summary> Update dependencies to support `is case insensitively equal to` [Otavio Jacobi] </summary>
|
13
|
+
|
14
|
+
> ## abstract-sql-compiler-10.1.0
|
15
|
+
> ### (2024-10-24)
|
16
|
+
>
|
17
|
+
> * Add Lower unary node for countTableSelects optimization [Otavio Jacobi]
|
18
|
+
>
|
19
|
+
> ## sbvr-types-9.1.0
|
20
|
+
> ### (2024-10-24)
|
21
|
+
>
|
22
|
+
> * Add `is case insensitively equal to` for Text types [Otavio Jacobi]
|
23
|
+
>
|
24
|
+
|
25
|
+
</details>
|
11
26
|
|
12
27
|
# v19.4.4
|
13
28
|
## (2024-10-24)
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
19.
|
1
|
+
19.5.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.5.0",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -27,14 +27,14 @@
|
|
27
27
|
"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 && balena-lint -t tsconfig.dev.json --fix ./src/sbvr-api/user.ts ./src/migrator/migrations.ts ./src/sbvr-api/dev.ts"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@balena/abstract-sql-compiler": "^10.0
|
30
|
+
"@balena/abstract-sql-compiler": "^10.1.0",
|
31
31
|
"@balena/abstract-sql-to-typescript": "^5.0.1",
|
32
32
|
"@balena/env-parsing": "^1.2.0",
|
33
33
|
"@balena/lf-to-abstract-sql": "^5.0.2",
|
34
34
|
"@balena/odata-parser": "^3.1.2",
|
35
35
|
"@balena/odata-to-abstract-sql": "^7.0.0",
|
36
36
|
"@balena/sbvr-parser": "^1.4.6",
|
37
|
-
"@balena/sbvr-types": "^9.0
|
37
|
+
"@balena/sbvr-types": "^9.1.0",
|
38
38
|
"@types/body-parser": "^1.19.5",
|
39
39
|
"@types/compression": "^1.7.5",
|
40
40
|
"@types/cookie-parser": "^1.4.7",
|
@@ -106,7 +106,7 @@
|
|
106
106
|
"ts-node": "^10.9.2",
|
107
107
|
"typescript": "^5.6.3",
|
108
108
|
"webpack": "^5.95.0",
|
109
|
-
"webpack-dev-server": "^
|
109
|
+
"webpack-dev-server": "^4.15.2"
|
110
110
|
},
|
111
111
|
"optionalDependencies": {
|
112
112
|
"@aws-sdk/client-s3": "^3.676.0",
|
@@ -147,6 +147,6 @@
|
|
147
147
|
"recursive": true
|
148
148
|
},
|
149
149
|
"versionist": {
|
150
|
-
"publishedAt": "2024-10-
|
150
|
+
"publishedAt": "2024-10-24T16:16:27.981Z"
|
151
151
|
}
|
152
152
|
}
|