@balena/pinejs 19.7.4 → 19.7.5-build-renovate-postgres-17-x-7b1f2e70fbb86fa2fc411c033d0311ef46af189e-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: 7b1f2e70fbb86fa2fc411c033d0311ef46af189e
|
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.5
|
12
|
+
title: ""
|
13
|
+
date: 2025-01-09T13:57:00.245Z
|
1
14
|
- commits:
|
2
15
|
- subject: Remove jsdoc typings from typescript file
|
3
16
|
hash: c9a77da956c3d90589ce3002c34d30b541dcd48b
|
@@ -9,7 +22,7 @@
|
|
9
22
|
nested: []
|
10
23
|
version: 19.7.4
|
11
24
|
title: ""
|
12
|
-
date: 2025-01-09T13:
|
25
|
+
date: 2025-01-09T13:14:40.580Z
|
13
26
|
- commits:
|
14
27
|
- subject: "Tests: use `@balena/pinejs` for resolving to the runtime files"
|
15
28
|
hash: fc28f2efec230ea40150c14cbf7f062649f2fc40
|
@@ -2100,6 +2113,7 @@
|
|
2100
2113
|
|
2101
2114
|
|
2102
2115
|
|
2116
|
+
|
2103
2117
|
|
2104
2118
|
|
2105
2119
|
As balena-lint
|
@@ -2144,6 +2158,7 @@
|
|
2144
2158
|
|
2145
2159
|
|
2146
2160
|
|
2161
|
+
|
2147
2162
|
|
2148
2163
|
|
2149
2164
|
As engine and npm is
|
@@ -2203,6 +2218,7 @@
|
|
2203
2218
|
|
2204
2219
|
|
2205
2220
|
|
2221
|
+
|
2206
2222
|
|
2207
2223
|
|
2208
2224
|
Ensure that the
|
@@ -2325,6 +2341,7 @@
|
|
2325
2341
|
|
2326
2342
|
|
2327
2343
|
|
2344
|
+
|
2328
2345
|
|
2329
2346
|
|
2330
2347
|
This also deprecates
|
@@ -2375,6 +2392,7 @@
|
|
2375
2392
|
|
2376
2393
|
|
2377
2394
|
|
2395
|
+
|
2378
2396
|
|
2379
2397
|
|
2380
2398
|
It can in fact be a
|
@@ -2426,6 +2444,7 @@
|
|
2426
2444
|
|
2427
2445
|
|
2428
2446
|
|
2447
|
+
|
2429
2448
|
|
2430
2449
|
|
2431
2450
|
We know what type
|
@@ -2482,6 +2501,7 @@
|
|
2482
2501
|
|
2483
2502
|
|
2484
2503
|
|
2504
|
+
|
2485
2505
|
|
2486
2506
|
|
2487
2507
|
Update
|
@@ -2649,6 +2669,7 @@
|
|
2649
2669
|
|
2650
2670
|
|
2651
2671
|
|
2672
|
+
|
2652
2673
|
|
2653
2674
|
|
2654
2675
|
This also deprecates
|
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.7.5
|
8
|
+
## (2025-01-09)
|
9
|
+
|
10
|
+
* Update postgres Docker tag to v17 [balena-renovate[bot]]
|
11
|
+
|
7
12
|
# v19.7.4
|
8
13
|
## (2025-01-09)
|
9
14
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
19.7.
|
1
|
+
19.7.5
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.7.
|
3
|
+
"version": "19.7.5-build-renovate-postgres-17-x-7b1f2e70fbb86fa2fc411c033d0311ef46af189e-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": "2025-01-09T13:
|
150
|
+
"publishedAt": "2025-01-09T13:57:01.309Z"
|
151
151
|
}
|
152
152
|
}
|