@balena/pinejs 19.5.4 → 19.5.5-build-renovate-postgres-17-x-4741932196718bf0378a1f5378f5aaa4772d0e31-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 +22 -1
- package/CHANGELOG.md +5 -0
- package/VERSION +1 -1
- package/docker-compose.npm-test.yml +1 -1
- package/package.json +2 -2
@@ -1,3 +1,16 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: Update postgres Docker tag to v17
|
3
|
+
hash: 4741932196718bf0378a1f5378f5aaa4772d0e31
|
4
|
+
body: |
|
5
|
+
Update postgres from 16 to 17
|
6
|
+
footer:
|
7
|
+
Change-type: patch
|
8
|
+
change-type: patch
|
9
|
+
author: Self-hosted Renovate Bot
|
10
|
+
nested: []
|
11
|
+
version: 19.5.5
|
12
|
+
title: ""
|
13
|
+
date: 2024-10-28T16:04:47.765Z
|
1
14
|
- commits:
|
2
15
|
- subject: Fix async tasks race condition for selecting task to be executed
|
3
16
|
hash: 97936ec9a2b3f5179a9088b6ae3fac14537ed378
|
@@ -17,7 +30,7 @@
|
|
17
30
|
nested: []
|
18
31
|
version: 19.5.4
|
19
32
|
title: ""
|
20
|
-
date: 2024-10-
|
33
|
+
date: 2024-10-28T15:58:17.248Z
|
21
34
|
- commits:
|
22
35
|
- subject: Run tests with node cluster mode
|
23
36
|
hash: 64fbd77b96f995b43ee37fe44c5ac569e5408f3a
|
@@ -1900,6 +1913,7 @@
|
|
1900
1913
|
|
1901
1914
|
|
1902
1915
|
|
1916
|
+
|
1903
1917
|
As balena-lint
|
1904
1918
|
rejects `new
|
1905
1919
|
Boolean()`, `new
|
@@ -1934,6 +1948,7 @@
|
|
1934
1948
|
|
1935
1949
|
|
1936
1950
|
|
1951
|
+
|
1937
1952
|
As engine and npm is
|
1938
1953
|
now required as part
|
1939
1954
|
of package.json we
|
@@ -1983,6 +1998,7 @@
|
|
1983
1998
|
|
1984
1999
|
|
1985
2000
|
|
2001
|
+
|
1986
2002
|
Ensure that the
|
1987
2003
|
input passed in for
|
1988
2004
|
JSON types is either
|
@@ -2102,6 +2118,7 @@
|
|
2102
2118
|
|
2103
2119
|
|
2104
2120
|
|
2121
|
+
|
2105
2122
|
This also deprecates
|
2106
2123
|
the legacy version
|
2107
2124
|
footer:
|
@@ -2142,6 +2159,7 @@
|
|
2142
2159
|
|
2143
2160
|
|
2144
2161
|
|
2162
|
+
|
2145
2163
|
It can in fact be a
|
2146
2164
|
lot of different
|
2147
2165
|
things and that is
|
@@ -2183,6 +2201,7 @@
|
|
2183
2201
|
|
2184
2202
|
|
2185
2203
|
|
2204
|
+
|
2186
2205
|
We know what type
|
2187
2206
|
they return and they
|
2188
2207
|
should be explicitly
|
@@ -2229,6 +2248,7 @@
|
|
2229
2248
|
|
2230
2249
|
|
2231
2250
|
|
2251
|
+
|
2232
2252
|
Update
|
2233
2253
|
@balena/sbvr-types
|
2234
2254
|
from 3.4.18 to 3.5.0
|
@@ -2386,6 +2406,7 @@
|
|
2386
2406
|
|
2387
2407
|
|
2388
2408
|
|
2409
|
+
|
2389
2410
|
This also deprecates
|
2390
2411
|
the legacy use of
|
2391
2412
|
direct true/false
|
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,11 @@ 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.5.5
|
8
|
+
## (2024-10-28)
|
9
|
+
|
10
|
+
* Update postgres Docker tag to v17 [Self-hosted Renovate Bot]
|
11
|
+
|
7
12
|
# v19.5.4
|
8
13
|
## (2024-10-28)
|
9
14
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
19.5.
|
1
|
+
19.5.5
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.5.
|
3
|
+
"version": "19.5.5-build-renovate-postgres-17-x-4741932196718bf0378a1f5378f5aaa4772d0e31-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -147,6 +147,6 @@
|
|
147
147
|
"recursive": true
|
148
148
|
},
|
149
149
|
"versionist": {
|
150
|
-
"publishedAt": "2024-10-
|
150
|
+
"publishedAt": "2024-10-28T16:04:48.674Z"
|
151
151
|
}
|
152
152
|
}
|