@balena/pinejs 20.0.0 → 20.0.1-build-renovate-postgres-17-x-cfd7adeb986bad2fa6bfdf266ffd36c50c30a9f9-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: cfd7adeb986bad2fa6bfdf266ffd36c50c30a9f9
|
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: 20.0.1
|
12
|
+
title: ""
|
13
|
+
date: 2025-01-10T18:59:36.400Z
|
1
14
|
- commits:
|
2
15
|
- subject: Update node engines entry to clarify we don't actively support 21.x
|
3
16
|
hash: bb75825da9bf23f38f1c0fe2bae301d171d84de6
|
@@ -50,7 +63,7 @@
|
|
50
63
|
nested: []
|
51
64
|
version: 20.0.0
|
52
65
|
title: ""
|
53
|
-
date: 2025-01-
|
66
|
+
date: 2025-01-10T18:15:01.199Z
|
54
67
|
- commits:
|
55
68
|
- subject: Use for-of loops in preference of lodash `_.forEach`
|
56
69
|
hash: cef68084a2670d797559c2fd4a36825be67b7729
|
@@ -2175,6 +2188,7 @@
|
|
2175
2188
|
|
2176
2189
|
|
2177
2190
|
|
2191
|
+
|
2178
2192
|
|
2179
2193
|
|
2180
2194
|
As balena-lint
|
@@ -2221,6 +2235,7 @@
|
|
2221
2235
|
|
2222
2236
|
|
2223
2237
|
|
2238
|
+
|
2224
2239
|
|
2225
2240
|
|
2226
2241
|
As engine and npm is
|
@@ -2282,6 +2297,7 @@
|
|
2282
2297
|
|
2283
2298
|
|
2284
2299
|
|
2300
|
+
|
2285
2301
|
|
2286
2302
|
|
2287
2303
|
Ensure that the
|
@@ -2406,6 +2422,7 @@
|
|
2406
2422
|
|
2407
2423
|
|
2408
2424
|
|
2425
|
+
|
2409
2426
|
|
2410
2427
|
|
2411
2428
|
This also deprecates
|
@@ -2458,6 +2475,7 @@
|
|
2458
2475
|
|
2459
2476
|
|
2460
2477
|
|
2478
|
+
|
2461
2479
|
|
2462
2480
|
|
2463
2481
|
It can in fact be a
|
@@ -2511,6 +2529,7 @@
|
|
2511
2529
|
|
2512
2530
|
|
2513
2531
|
|
2532
|
+
|
2514
2533
|
|
2515
2534
|
|
2516
2535
|
We know what type
|
@@ -2569,6 +2588,7 @@
|
|
2569
2588
|
|
2570
2589
|
|
2571
2590
|
|
2591
|
+
|
2572
2592
|
|
2573
2593
|
|
2574
2594
|
Update
|
@@ -2738,6 +2758,7 @@
|
|
2738
2758
|
|
2739
2759
|
|
2740
2760
|
|
2761
|
+
|
2741
2762
|
|
2742
2763
|
|
2743
2764
|
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
|
+
# v20.0.1
|
8
|
+
## (2025-01-10)
|
9
|
+
|
10
|
+
* Update postgres Docker tag to v17 [balena-renovate[bot]]
|
11
|
+
|
7
12
|
# v20.0.0
|
8
13
|
## (2025-01-10)
|
9
14
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
20.0.
|
1
|
+
20.0.1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "20.0.
|
3
|
+
"version": "20.0.1-build-renovate-postgres-17-x-cfd7adeb986bad2fa6bfdf266ffd36c50c30a9f9-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -148,6 +148,6 @@
|
|
148
148
|
"recursive": true
|
149
149
|
},
|
150
150
|
"versionist": {
|
151
|
-
"publishedAt": "2025-01-
|
151
|
+
"publishedAt": "2025-01-10T18:59:37.356Z"
|
152
152
|
}
|
153
153
|
}
|