@balena/pinejs 23.1.13 → 23.1.14-build-renovate-postgres-18-x-5c25135f581b0f89cbc969c80a7faa66f93fd08d-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.
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: Update postgres Docker tag to v18
3
+ hash: 5c25135f581b0f89cbc969c80a7faa66f93fd08d
4
+ body: |
5
+ Update postgres from 17 to 18
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 23.1.14
12
+ title: ""
13
+ date: 2025-10-13T13:16:31.593Z
1
14
  - commits:
2
15
  - subject: Switch tsconfig module to `Node20`
3
16
  hash: cfe9e1803c73adc55de3f7c34ac4bbc3b2ef3368
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 23.1.13
12
25
  title: ""
13
- date: 2025-10-13T12:57:34.390Z
26
+ date: 2025-10-13T13:15:02.921Z
14
27
  - commits:
15
28
  - subject: Update dependencies
16
29
  hash: 4a6e17f14e1455c6c17d995bb68399328bdd6d30
@@ -5680,6 +5693,7 @@
5680
5693
 
5681
5694
 
5682
5695
 
5696
+
5683
5697
 
5684
5698
 
5685
5699
  As balena-lint
@@ -5768,6 +5782,7 @@
5768
5782
 
5769
5783
 
5770
5784
 
5785
+
5771
5786
 
5772
5787
 
5773
5788
  As engine and npm is
@@ -5871,6 +5886,7 @@
5871
5886
 
5872
5887
 
5873
5888
 
5889
+
5874
5890
 
5875
5891
 
5876
5892
  Ensure that the
@@ -6037,6 +6053,7 @@
6037
6053
 
6038
6054
 
6039
6055
 
6056
+
6040
6057
 
6041
6058
 
6042
6059
  This also deprecates
@@ -6131,6 +6148,7 @@
6131
6148
 
6132
6149
 
6133
6150
 
6151
+
6134
6152
 
6135
6153
 
6136
6154
  It can in fact be a
@@ -6226,6 +6244,7 @@
6226
6244
 
6227
6245
 
6228
6246
 
6247
+
6229
6248
 
6230
6249
 
6231
6250
  We know what type
@@ -6326,6 +6345,7 @@
6326
6345
 
6327
6346
 
6328
6347
 
6348
+
6329
6349
 
6330
6350
 
6331
6351
  Update
@@ -6537,6 +6557,7 @@
6537
6557
 
6538
6558
 
6539
6559
 
6560
+
6540
6561
 
6541
6562
 
6542
6563
  This also deprecates
@@ -9721,6 +9742,7 @@
9721
9742
 
9722
9743
 
9723
9744
 
9745
+
9724
9746
 
9725
9747
 
9726
9748
  As balena-lint
@@ -9837,6 +9859,7 @@
9837
9859
 
9838
9860
 
9839
9861
 
9862
+
9840
9863
 
9841
9864
 
9842
9865
  As engine and npm is
@@ -9968,6 +9991,7 @@
9968
9991
 
9969
9992
 
9970
9993
 
9994
+
9971
9995
 
9972
9996
 
9973
9997
  Ensure that the
@@ -10162,6 +10186,7 @@
10162
10186
 
10163
10187
 
10164
10188
 
10189
+
10165
10190
 
10166
10191
 
10167
10192
  This also deprecates
@@ -10284,6 +10309,7 @@
10284
10309
 
10285
10310
 
10286
10311
 
10312
+
10287
10313
 
10288
10314
 
10289
10315
  It can in fact be a
@@ -10407,6 +10433,7 @@
10407
10433
 
10408
10434
 
10409
10435
 
10436
+
10410
10437
 
10411
10438
 
10412
10439
  We know what type
@@ -10535,6 +10562,7 @@
10535
10562
 
10536
10563
 
10537
10564
 
10565
+
10538
10566
 
10539
10567
 
10540
10568
  Update
@@ -10774,6 +10802,7 @@
10774
10802
 
10775
10803
 
10776
10804
 
10805
+
10777
10806
 
10778
10807
 
10779
10808
  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
+ # v23.1.14
8
+ ## (2025-10-13)
9
+
10
+ * Update postgres Docker tag to v18 [balena-renovate[bot]]
11
+
7
12
  # v23.1.13
8
13
  ## (2025-10-13)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 23.1.13
1
+ 23.1.14
@@ -1,7 +1,7 @@
1
1
  version: "2.1"
2
2
  services:
3
3
  postgres:
4
- image: postgres:17-alpine
4
+ image: postgres:18-alpine
5
5
  environment:
6
6
  POSTGRES_USER: docker
7
7
  POSTGRES_PASSWORD: docker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.1.13",
3
+ "version": "23.1.14-build-renovate-postgres-18-x-5c25135f581b0f89cbc969c80a7faa66f93fd08d-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-10-13T12:57:35.458Z"
152
+ "publishedAt": "2025-10-13T13:16:32.629Z"
153
153
  }
154
154
  }