@balena/pinejs 19.7.0 → 19.7.1-build-renovate-postgres-17-x-c90cce5d38c07adff2542c378674dbc07f394cc7-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 +6 -1
- 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: c90cce5d38c07adff2542c378674dbc07f394cc7
|
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.7.1
|
12
|
+
title: ""
|
13
|
+
date: 2024-12-18T11:55:54.806Z
|
1
14
|
- commits:
|
2
15
|
- subject: Add convert serial option to generate-types command
|
3
16
|
hash: 13e62a4a1a9671ded893cb7d7945d6fe55a2fa8c
|
@@ -9,7 +22,7 @@
|
|
9
22
|
nested: []
|
10
23
|
version: 19.7.0
|
11
24
|
title: ""
|
12
|
-
date: 2024-12-
|
25
|
+
date: 2024-12-18T11:40:18.233Z
|
13
26
|
- commits:
|
14
27
|
- subject: Use translationAbstractSqlModel for resolving translations
|
15
28
|
hash: 62dabf733348b2f82549264d63380555d7d61eb7
|
@@ -1999,6 +2012,7 @@
|
|
1999
2012
|
|
2000
2013
|
|
2001
2014
|
|
2015
|
+
|
2002
2016
|
|
2003
2017
|
As balena-lint
|
2004
2018
|
rejects `new
|
@@ -2039,6 +2053,7 @@
|
|
2039
2053
|
|
2040
2054
|
|
2041
2055
|
|
2056
|
+
|
2042
2057
|
|
2043
2058
|
As engine and npm is
|
2044
2059
|
now required as part
|
@@ -2094,6 +2109,7 @@
|
|
2094
2109
|
|
2095
2110
|
|
2096
2111
|
|
2112
|
+
|
2097
2113
|
|
2098
2114
|
Ensure that the
|
2099
2115
|
input passed in for
|
@@ -2212,6 +2228,7 @@
|
|
2212
2228
|
|
2213
2229
|
|
2214
2230
|
|
2231
|
+
|
2215
2232
|
|
2216
2233
|
This also deprecates
|
2217
2234
|
the legacy version
|
@@ -2258,6 +2275,7 @@
|
|
2258
2275
|
|
2259
2276
|
|
2260
2277
|
|
2278
|
+
|
2261
2279
|
|
2262
2280
|
It can in fact be a
|
2263
2281
|
lot of different
|
@@ -2305,6 +2323,7 @@
|
|
2305
2323
|
|
2306
2324
|
|
2307
2325
|
|
2326
|
+
|
2308
2327
|
|
2309
2328
|
We know what type
|
2310
2329
|
they return and they
|
@@ -2357,6 +2376,7 @@
|
|
2357
2376
|
|
2358
2377
|
|
2359
2378
|
|
2379
|
+
|
2360
2380
|
|
2361
2381
|
Update
|
2362
2382
|
@balena/sbvr-types
|
@@ -2520,6 +2540,7 @@
|
|
2520
2540
|
|
2521
2541
|
|
2522
2542
|
|
2543
|
+
|
2523
2544
|
|
2524
2545
|
This also deprecates
|
2525
2546
|
the legacy use of
|
package/CHANGELOG.md
CHANGED
@@ -4,8 +4,13 @@ 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.1
|
8
|
+
## (2024-12-18)
|
9
|
+
|
10
|
+
* Update postgres Docker tag to v17 [balena-renovate[bot]]
|
11
|
+
|
7
12
|
# v19.7.0
|
8
|
-
## (2024-12-
|
13
|
+
## (2024-12-18)
|
9
14
|
|
10
15
|
* Add convert serial option to generate-types command [Josh Bowling]
|
11
16
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
19.7.
|
1
|
+
19.7.1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.7.
|
3
|
+
"version": "19.7.1-build-renovate-postgres-17-x-c90cce5d38c07adff2542c378674dbc07f394cc7-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-12-
|
150
|
+
"publishedAt": "2024-12-18T11:55:55.700Z"
|
151
151
|
}
|
152
152
|
}
|