@balena/pinejs 19.6.2 → 19.6.3-build-renovate-postgres-17-x-f5a8c2799409a8f19cee7abb50046fec9eff9544-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: f5a8c2799409a8f19cee7abb50046fec9eff9544
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.6.3
12
+ title: ""
13
+ date: 2024-12-03T15:02:18.333Z
1
14
  - commits:
2
15
  - subject: Update dependency @balena/lf-to-abstract-sql to 5.0.3
3
16
  hash: 90c78095c8d41245f69ae6c56de6054034f06d12
@@ -31,7 +44,7 @@
31
44
  date: 2024-12-03T12:46:45.262Z
32
45
  version: 19.6.2
33
46
  title: ""
34
- date: 2024-12-03T14:43:38.189Z
47
+ date: 2024-12-03T14:55:50.754Z
35
48
  - commits:
36
49
  - subject: Update typescript from 5.6.3 to 5.7.2
37
50
  hash: a033b67687714d1c70754ee62aa7ab96104eea0e
@@ -1966,6 +1979,7 @@
1966
1979
 
1967
1980
 
1968
1981
 
1982
+
1969
1983
  As balena-lint
1970
1984
  rejects `new
1971
1985
  Boolean()`, `new
@@ -2004,6 +2018,7 @@
2004
2018
 
2005
2019
 
2006
2020
 
2021
+
2007
2022
  As engine and npm is
2008
2023
  now required as part
2009
2024
  of package.json we
@@ -2057,6 +2072,7 @@
2057
2072
 
2058
2073
 
2059
2074
 
2075
+
2060
2076
  Ensure that the
2061
2077
  input passed in for
2062
2078
  JSON types is either
@@ -2173,6 +2189,7 @@
2173
2189
 
2174
2190
 
2175
2191
 
2192
+
2176
2193
  This also deprecates
2177
2194
  the legacy version
2178
2195
  footer:
@@ -2217,6 +2234,7 @@
2217
2234
 
2218
2235
 
2219
2236
 
2237
+
2220
2238
  It can in fact be a
2221
2239
  lot of different
2222
2240
  things and that is
@@ -2262,6 +2280,7 @@
2262
2280
 
2263
2281
 
2264
2282
 
2283
+
2265
2284
  We know what type
2266
2285
  they return and they
2267
2286
  should be explicitly
@@ -2312,6 +2331,7 @@
2312
2331
 
2313
2332
 
2314
2333
 
2334
+
2315
2335
  Update
2316
2336
  @balena/sbvr-types
2317
2337
  from 3.4.18 to 3.5.0
@@ -2473,6 +2493,7 @@
2473
2493
 
2474
2494
 
2475
2495
 
2496
+
2476
2497
  This also deprecates
2477
2498
  the legacy use of
2478
2499
  direct true/false
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.6.3
8
+ ## (2024-12-03)
9
+
10
+ * Update postgres Docker tag to v17 [balena-renovate[bot]]
11
+
7
12
  # v19.6.2
8
13
  ## (2024-12-03)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 19.6.2
1
+ 19.6.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.6.2",
3
+ "version": "19.6.3-build-renovate-postgres-17-x-f5a8c2799409a8f19cee7abb50046fec9eff9544-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-03T14:43:40.076Z"
150
+ "publishedAt": "2024-12-03T15:02:19.269Z"
151
151
  }
152
152
  }