@balena/pinejs 19.7.3-build-tests-fc28f2efec230ea40150c14cbf7f062649f2fc40-1 → 19.7.4-build-renovate-postgres-17-x-27f81b3fe44390f5ee03d7066e654f966000c354-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: 27f81b3fe44390f5ee03d7066e654f966000c354
|
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.4
|
12
|
+
title: ""
|
13
|
+
date: 2025-01-04T23:54:34.032Z
|
1
14
|
- commits:
|
2
15
|
- subject: "Tests: use `@balena/pinejs` for resolving to the runtime files"
|
3
16
|
hash: fc28f2efec230ea40150c14cbf7f062649f2fc40
|
@@ -25,7 +38,7 @@
|
|
25
38
|
nested: []
|
26
39
|
version: 19.7.3
|
27
40
|
title: ""
|
28
|
-
date: 2025-01-
|
41
|
+
date: 2025-01-04T23:36:23.908Z
|
29
42
|
- commits:
|
30
43
|
- subject: Update dependencies
|
31
44
|
hash: a909ee054f395de407ec4e1275fd0f5b7514fe29
|
@@ -2087,6 +2100,7 @@
|
|
2087
2100
|
|
2088
2101
|
|
2089
2102
|
|
2103
|
+
|
2090
2104
|
|
2091
2105
|
|
2092
2106
|
As balena-lint
|
@@ -2130,6 +2144,7 @@
|
|
2130
2144
|
|
2131
2145
|
|
2132
2146
|
|
2147
|
+
|
2133
2148
|
|
2134
2149
|
|
2135
2150
|
As engine and npm is
|
@@ -2188,6 +2203,7 @@
|
|
2188
2203
|
|
2189
2204
|
|
2190
2205
|
|
2206
|
+
|
2191
2207
|
|
2192
2208
|
|
2193
2209
|
Ensure that the
|
@@ -2309,6 +2325,7 @@
|
|
2309
2325
|
|
2310
2326
|
|
2311
2327
|
|
2328
|
+
|
2312
2329
|
|
2313
2330
|
|
2314
2331
|
This also deprecates
|
@@ -2358,6 +2375,7 @@
|
|
2358
2375
|
|
2359
2376
|
|
2360
2377
|
|
2378
|
+
|
2361
2379
|
|
2362
2380
|
|
2363
2381
|
It can in fact be a
|
@@ -2408,6 +2426,7 @@
|
|
2408
2426
|
|
2409
2427
|
|
2410
2428
|
|
2429
|
+
|
2411
2430
|
|
2412
2431
|
|
2413
2432
|
We know what type
|
@@ -2463,6 +2482,7 @@
|
|
2463
2482
|
|
2464
2483
|
|
2465
2484
|
|
2485
|
+
|
2466
2486
|
|
2467
2487
|
|
2468
2488
|
Update
|
@@ -2629,6 +2649,7 @@
|
|
2629
2649
|
|
2630
2650
|
|
2631
2651
|
|
2652
|
+
|
2632
2653
|
|
2633
2654
|
|
2634
2655
|
This also deprecates
|
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.4
|
8
|
+
## (2025-01-04)
|
9
|
+
|
10
|
+
* Update postgres Docker tag to v17 [balena-renovate[bot]]
|
11
|
+
|
7
12
|
# v19.7.3
|
8
|
-
## (2025-01-
|
13
|
+
## (2025-01-04)
|
9
14
|
|
10
15
|
* Tests: use `@balena/pinejs` for resolving to the runtime files [Pagan Gazzard]
|
11
16
|
* Tests: avoid deep imports in favor of the standard module entrypoint [Pagan Gazzard]
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
19.7.
|
1
|
+
19.7.4
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.7.
|
3
|
+
"version": "19.7.4-build-renovate-postgres-17-x-27f81b3fe44390f5ee03d7066e654f966000c354-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-
|
150
|
+
"publishedAt": "2025-01-04T23:54:35.012Z"
|
151
151
|
}
|
152
152
|
}
|