@balena/pinejs 19.7.2 → 19.7.3-build-renovate-postgres-17-x-2d03a162db08921d8a448438b1e1514c161bb75a-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: 2d03a162db08921d8a448438b1e1514c161bb75a
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.3
12
+ title: ""
13
+ date: 2025-01-02T16:58:15.649Z
1
14
  - commits:
2
15
  - subject: Update dependencies
3
16
  hash: a909ee054f395de407ec4e1275fd0f5b7514fe29
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 19.7.2
11
24
  title: ""
12
- date: 2025-01-02T16:35:55.788Z
25
+ date: 2025-01-02T16:47:36.699Z
13
26
  - commits:
14
27
  - subject: Use/export explicit functions for loading SBVR files
15
28
  hash: c47a755613fec8293547c7cfb34cc9e707a7c703
@@ -2058,6 +2071,7 @@
2058
2071
 
2059
2072
 
2060
2073
 
2074
+
2061
2075
 
2062
2076
 
2063
2077
  As balena-lint
@@ -2100,6 +2114,7 @@
2100
2114
 
2101
2115
 
2102
2116
 
2117
+
2103
2118
 
2104
2119
 
2105
2120
  As engine and npm is
@@ -2157,6 +2172,7 @@
2157
2172
 
2158
2173
 
2159
2174
 
2175
+
2160
2176
 
2161
2177
 
2162
2178
  Ensure that the
@@ -2277,6 +2293,7 @@
2277
2293
 
2278
2294
 
2279
2295
 
2296
+
2280
2297
 
2281
2298
 
2282
2299
  This also deprecates
@@ -2325,6 +2342,7 @@
2325
2342
 
2326
2343
 
2327
2344
 
2345
+
2328
2346
 
2329
2347
 
2330
2348
  It can in fact be a
@@ -2374,6 +2392,7 @@
2374
2392
 
2375
2393
 
2376
2394
 
2395
+
2377
2396
 
2378
2397
 
2379
2398
  We know what type
@@ -2428,6 +2447,7 @@
2428
2447
 
2429
2448
 
2430
2449
 
2450
+
2431
2451
 
2432
2452
 
2433
2453
  Update
@@ -2593,6 +2613,7 @@
2593
2613
 
2594
2614
 
2595
2615
 
2616
+
2596
2617
 
2597
2618
 
2598
2619
  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.3
8
+ ## (2025-01-02)
9
+
10
+ * Update postgres Docker tag to v17 [balena-renovate[bot]]
11
+
7
12
  # v19.7.2
8
13
  ## (2025-01-02)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 19.7.2
1
+ 19.7.3
@@ -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.2",
3
+ "version": "19.7.3-build-renovate-postgres-17-x-2d03a162db08921d8a448438b1e1514c161bb75a-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-02T16:35:56.859Z"
150
+ "publishedAt": "2025-01-02T16:58:16.673Z"
151
151
  }
152
152
  }