@balena/pinejs 19.7.1 → 19.7.2-build-renovate-postgres-17-x-38c77839796930404f59a924e2e4573ffdc6405d-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 v17
3
+ hash: 38c77839796930404f59a924e2e4573ffdc6405d
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.2
12
+ title: ""
13
+ date: 2024-12-30T14:55:30.566Z
1
14
  - commits:
2
15
  - subject: Use/export explicit functions for loading SBVR files
3
16
  hash: c47a755613fec8293547c7cfb34cc9e707a7c703
@@ -43,7 +56,7 @@
43
56
  nested: []
44
57
  version: 19.7.1
45
58
  title: ""
46
- date: 2024-12-30T13:46:29.496Z
59
+ date: 2024-12-30T14:24:28.696Z
47
60
  - commits:
48
61
  - subject: Add convert serial option to generate-types command
49
62
  hash: 13e62a4a1a9671ded893cb7d7945d6fe55a2fa8c
@@ -2045,6 +2058,7 @@
2045
2058
 
2046
2059
 
2047
2060
 
2061
+
2048
2062
 
2049
2063
 
2050
2064
  As balena-lint
@@ -2086,6 +2100,7 @@
2086
2100
 
2087
2101
 
2088
2102
 
2103
+
2089
2104
 
2090
2105
 
2091
2106
  As engine and npm is
@@ -2142,6 +2157,7 @@
2142
2157
 
2143
2158
 
2144
2159
 
2160
+
2145
2161
 
2146
2162
 
2147
2163
  Ensure that the
@@ -2261,6 +2277,7 @@
2261
2277
 
2262
2278
 
2263
2279
 
2280
+
2264
2281
 
2265
2282
 
2266
2283
  This also deprecates
@@ -2308,6 +2325,7 @@
2308
2325
 
2309
2326
 
2310
2327
 
2328
+
2311
2329
 
2312
2330
 
2313
2331
  It can in fact be a
@@ -2356,6 +2374,7 @@
2356
2374
 
2357
2375
 
2358
2376
 
2377
+
2359
2378
 
2360
2379
 
2361
2380
  We know what type
@@ -2409,6 +2428,7 @@
2409
2428
 
2410
2429
 
2411
2430
 
2431
+
2412
2432
 
2413
2433
 
2414
2434
  Update
@@ -2573,6 +2593,7 @@
2573
2593
 
2574
2594
 
2575
2595
 
2596
+
2576
2597
 
2577
2598
 
2578
2599
  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.2
8
+ ## (2024-12-30)
9
+
10
+ * Update postgres Docker tag to v17 [balena-renovate[bot]]
11
+
7
12
  # v19.7.1
8
13
  ## (2024-12-30)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 19.7.1
1
+ 19.7.2
@@ -1,7 +1,7 @@
1
1
  version: "2.1"
2
2
  services:
3
3
  postgres:
4
- image: postgres:16-alpine
4
+ image: postgres:17-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": "19.7.1",
3
+ "version": "19.7.2-build-renovate-postgres-17-x-38c77839796930404f59a924e2e4573ffdc6405d-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-30T13:46:30.474Z"
150
+ "publishedAt": "2024-12-30T14:55:31.508Z"
151
151
  }
152
152
  }