@balena/pinejs 14.57.0 → 14.57.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 +70 -1
- package/CHANGELOG.md +26 -0
- package/VERSION +1 -1
- package/package.json +3 -3
|
@@ -1,3 +1,72 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update @balena/abstract-sql-compiler to 7.25.3
|
|
3
|
+
hash: cba15cec2c99356371180feaf5dadf1601f3fe61
|
|
4
|
+
body: |
|
|
5
|
+
Update @balena/abstract-sql-compiler from 7.25.0 to 7.25.3
|
|
6
|
+
footer:
|
|
7
|
+
Change-type: patch
|
|
8
|
+
change-type: patch
|
|
9
|
+
author: Thodoris Greasidis
|
|
10
|
+
nested:
|
|
11
|
+
- commits:
|
|
12
|
+
- subject: Wrap Date & Duration operations with parenthesis when necessary
|
|
13
|
+
hash: 4d05dbf6d86bbc95b323e3571633e22c625a114d
|
|
14
|
+
body: ""
|
|
15
|
+
footer:
|
|
16
|
+
Change-type: patch
|
|
17
|
+
change-type: patch
|
|
18
|
+
author: Thodoris Greasidis
|
|
19
|
+
nested: []
|
|
20
|
+
- subject: Wrap composite math operations with parenthesis when necessary
|
|
21
|
+
hash: ab7d6b73808affbf8316f816b9e968e58e83d733
|
|
22
|
+
body: ""
|
|
23
|
+
footer:
|
|
24
|
+
Resolves: "#184"
|
|
25
|
+
resolves: "#184"
|
|
26
|
+
Change-type: patch
|
|
27
|
+
change-type: patch
|
|
28
|
+
author: Thodoris Greasidis
|
|
29
|
+
nested: []
|
|
30
|
+
version: abstract-sql-compiler-7.25.3
|
|
31
|
+
title: ""
|
|
32
|
+
date: 2023-01-24T16:19:22.753Z
|
|
33
|
+
- commits:
|
|
34
|
+
- subject: "Tests: update @balena/odata-to-abstract-sql to 5.8"
|
|
35
|
+
hash: ade93b12c14a0a9c833845a9feb79f2feb4b6844
|
|
36
|
+
body: ""
|
|
37
|
+
footer:
|
|
38
|
+
Change-type: patch
|
|
39
|
+
change-type: patch
|
|
40
|
+
author: Thodoris Greasidis
|
|
41
|
+
nested: []
|
|
42
|
+
version: abstract-sql-compiler-7.25.2
|
|
43
|
+
title: ""
|
|
44
|
+
date: 2023-01-24T07:18:49.086Z
|
|
45
|
+
- commits:
|
|
46
|
+
- subject: Change AggregateJSON to use `JSON_AGG` instead of
|
|
47
|
+
`ARRAY_TO_JSON`+`ARRAY_AGG`
|
|
48
|
+
hash: 360bbd95352d96be7ec0ce83521cd6e155b7da88
|
|
49
|
+
body: >
|
|
50
|
+
This increases the minimum postgres version for AggregateJSON from 9.2
|
|
51
|
+
|
|
52
|
+
to 9.3 but it is likely that other places already require postgres
|
|
53
|
+
|
|
54
|
+
>=9.3 and as such this should not increase the minimum version at all.
|
|
55
|
+
|
|
56
|
+
If it does somehow manage to then increasing the minimum from a 2012
|
|
57
|
+
|
|
58
|
+
postgres to 2013 should still be fine
|
|
59
|
+
footer:
|
|
60
|
+
Change-type: patch
|
|
61
|
+
change-type: patch
|
|
62
|
+
author: Pagan Gazzard
|
|
63
|
+
nested: []
|
|
64
|
+
version: abstract-sql-compiler-7.25.1
|
|
65
|
+
title: ""
|
|
66
|
+
date: 2023-01-23T19:03:56.421Z
|
|
67
|
+
version: 14.57.1
|
|
68
|
+
title: ""
|
|
69
|
+
date: 2023-01-25T08:53:54.640Z
|
|
1
70
|
- commits:
|
|
2
71
|
- subject: Use postgres advisory locks for migration locking.
|
|
3
72
|
hash: b59c18865e5964d40bb31cc369eee33658f4e990
|
|
@@ -14,7 +83,7 @@
|
|
|
14
83
|
nested: []
|
|
15
84
|
version: 14.57.0
|
|
16
85
|
title: ""
|
|
17
|
-
date: 2023-01-
|
|
86
|
+
date: 2023-01-24T16:21:38.099Z
|
|
18
87
|
- commits:
|
|
19
88
|
- subject: Update dependency @types/node to 18.11.18
|
|
20
89
|
hash: 0997dacb598c5fdab904b9918a11f003d92a3f59
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,32 @@ 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
|
+
# v14.57.1
|
|
8
|
+
## (2023-01-25)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<details>
|
|
12
|
+
<summary> Update @balena/abstract-sql-compiler to 7.25.3 [Thodoris Greasidis] </summary>
|
|
13
|
+
|
|
14
|
+
> ## abstract-sql-compiler-7.25.3
|
|
15
|
+
> ### (2023-01-24)
|
|
16
|
+
>
|
|
17
|
+
> * Wrap Date & Duration operations with parenthesis when necessary [Thodoris Greasidis]
|
|
18
|
+
> * Wrap composite math operations with parenthesis when necessary [Thodoris Greasidis]
|
|
19
|
+
>
|
|
20
|
+
> ## abstract-sql-compiler-7.25.2
|
|
21
|
+
> ### (2023-01-24)
|
|
22
|
+
>
|
|
23
|
+
> * Tests: update @balena/odata-to-abstract-sql to 5.8 [Thodoris Greasidis]
|
|
24
|
+
>
|
|
25
|
+
> ## abstract-sql-compiler-7.25.1
|
|
26
|
+
> ### (2023-01-23)
|
|
27
|
+
>
|
|
28
|
+
> * Change AggregateJSON to use `JSON_AGG` instead of `ARRAY_TO_JSON`+`ARRAY_AGG` [Pagan Gazzard]
|
|
29
|
+
>
|
|
30
|
+
|
|
31
|
+
</details>
|
|
32
|
+
|
|
7
33
|
# v14.57.0
|
|
8
34
|
## (2023-01-24)
|
|
9
35
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
14.57.
|
|
1
|
+
14.57.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/pinejs",
|
|
3
|
-
"version": "14.57.
|
|
3
|
+
"version": "14.57.1",
|
|
4
4
|
"main": "out/server-glue/module",
|
|
5
5
|
"repository": "git@github.com:balena-io/pinejs.git",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"prettify": "balena-lint -e js -e ts --fix src build typings Gruntfile.ts"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@balena/abstract-sql-compiler": "^7.25.
|
|
27
|
+
"@balena/abstract-sql-compiler": "^7.25.3",
|
|
28
28
|
"@balena/abstract-sql-to-typescript": "^1.3.0",
|
|
29
29
|
"@balena/lf-to-abstract-sql": "^4.7.0",
|
|
30
30
|
"@balena/odata-parser": "^2.4.2",
|
|
@@ -131,6 +131,6 @@
|
|
|
131
131
|
"recursive": true
|
|
132
132
|
},
|
|
133
133
|
"versionist": {
|
|
134
|
-
"publishedAt": "2023-01-
|
|
134
|
+
"publishedAt": "2023-01-25T08:53:56.109Z"
|
|
135
135
|
}
|
|
136
136
|
}
|