@balena/pinejs 19.6.0 → 19.6.1-build-renovate-postgres-17-x-f6bafff5231b51cf9e797f0b544e21b600478dac-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: f6bafff5231b51cf9e797f0b544e21b600478dac
|
4
|
+
body: |
|
5
|
+
Update postgres from 16 to 17
|
6
|
+
footer:
|
7
|
+
Change-type: patch
|
8
|
+
change-type: patch
|
9
|
+
author: balena-renovate[bot]
|
10
|
+
nested: []
|
11
|
+
version: 19.6.1
|
12
|
+
title: ""
|
13
|
+
date: 2024-11-21T22:57:07.635Z
|
1
14
|
- commits:
|
2
15
|
- subject: Infer async task fn callback arguments typing from schema
|
3
16
|
hash: 377a7c25118b9853f23cc8fdd1a2bf3d093ad1b1
|
@@ -9,7 +22,7 @@
|
|
9
22
|
nested: []
|
10
23
|
version: 19.6.0
|
11
24
|
title: ""
|
12
|
-
date: 2024-11-
|
25
|
+
date: 2024-11-21T22:47:59.119Z
|
13
26
|
- commits:
|
14
27
|
- subject: Run tests on UTC timezone
|
15
28
|
hash: ccf628b9716d281023b4bc88a6227c2f65cd6235
|
@@ -1918,6 +1931,7 @@
|
|
1918
1931
|
|
1919
1932
|
|
1920
1933
|
|
1934
|
+
|
1921
1935
|
As balena-lint
|
1922
1936
|
rejects `new
|
1923
1937
|
Boolean()`, `new
|
@@ -1954,6 +1968,7 @@
|
|
1954
1968
|
|
1955
1969
|
|
1956
1970
|
|
1971
|
+
|
1957
1972
|
As engine and npm is
|
1958
1973
|
now required as part
|
1959
1974
|
of package.json we
|
@@ -2005,6 +2020,7 @@
|
|
2005
2020
|
|
2006
2021
|
|
2007
2022
|
|
2023
|
+
|
2008
2024
|
Ensure that the
|
2009
2025
|
input passed in for
|
2010
2026
|
JSON types is either
|
@@ -2119,6 +2135,7 @@
|
|
2119
2135
|
|
2120
2136
|
|
2121
2137
|
|
2138
|
+
|
2122
2139
|
This also deprecates
|
2123
2140
|
the legacy version
|
2124
2141
|
footer:
|
@@ -2161,6 +2178,7 @@
|
|
2161
2178
|
|
2162
2179
|
|
2163
2180
|
|
2181
|
+
|
2164
2182
|
It can in fact be a
|
2165
2183
|
lot of different
|
2166
2184
|
things and that is
|
@@ -2204,6 +2222,7 @@
|
|
2204
2222
|
|
2205
2223
|
|
2206
2224
|
|
2225
|
+
|
2207
2226
|
We know what type
|
2208
2227
|
they return and they
|
2209
2228
|
should be explicitly
|
@@ -2252,6 +2271,7 @@
|
|
2252
2271
|
|
2253
2272
|
|
2254
2273
|
|
2274
|
+
|
2255
2275
|
Update
|
2256
2276
|
@balena/sbvr-types
|
2257
2277
|
from 3.4.18 to 3.5.0
|
@@ -2411,6 +2431,7 @@
|
|
2411
2431
|
|
2412
2432
|
|
2413
2433
|
|
2434
|
+
|
2414
2435
|
This also deprecates
|
2415
2436
|
the legacy use of
|
2416
2437
|
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.6.1
|
8
|
+
## (2024-11-21)
|
9
|
+
|
10
|
+
* Update postgres Docker tag to v17 [balena-renovate[bot]]
|
11
|
+
|
7
12
|
# v19.6.0
|
8
13
|
## (2024-11-21)
|
9
14
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
19.6.
|
1
|
+
19.6.1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.6.
|
3
|
+
"version": "19.6.1-build-renovate-postgres-17-x-f6bafff5231b51cf9e797f0b544e21b600478dac-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-11-
|
150
|
+
"publishedAt": "2024-11-21T22:57:08.576Z"
|
151
151
|
}
|
152
152
|
}
|