@balena/pinejs 19.5.3 → 19.5.4-build-renovate-postgres-17-x-f53dd25cd245abe41e9ebbb2d67b0d3583a22cdc-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: f53dd25cd245abe41e9ebbb2d67b0d3583a22cdc
4
+ body: |
5
+ Update postgres from 16 to 17
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 19.5.4
12
+ title: ""
13
+ date: 2024-10-28T15:05:37.226Z
1
14
  - commits:
2
15
  - subject: Run tests with node cluster mode
3
16
  hash: 64fbd77b96f995b43ee37fe44c5ac569e5408f3a
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 19.5.3
11
24
  title: ""
12
- date: 2024-10-28T13:59:43.566Z
25
+ date: 2024-10-28T14:10:29.329Z
13
26
  - commits:
14
27
  - subject: Update dependency webpack-dev-server to v5
15
28
  hash: bc6bb0a5e88091233fbd40b1f14d0df2bea716b5
@@ -1879,6 +1892,7 @@
1879
1892
 
1880
1893
 
1881
1894
 
1895
+
1882
1896
  As balena-lint
1883
1897
  rejects `new
1884
1898
  Boolean()`, `new
@@ -1912,6 +1926,7 @@
1912
1926
 
1913
1927
 
1914
1928
 
1929
+
1915
1930
  As engine and npm is
1916
1931
  now required as part
1917
1932
  of package.json we
@@ -1960,6 +1975,7 @@
1960
1975
 
1961
1976
 
1962
1977
 
1978
+
1963
1979
  Ensure that the
1964
1980
  input passed in for
1965
1981
  JSON types is either
@@ -2078,6 +2094,7 @@
2078
2094
 
2079
2095
 
2080
2096
 
2097
+
2081
2098
  This also deprecates
2082
2099
  the legacy version
2083
2100
  footer:
@@ -2117,6 +2134,7 @@
2117
2134
 
2118
2135
 
2119
2136
 
2137
+
2120
2138
  It can in fact be a
2121
2139
  lot of different
2122
2140
  things and that is
@@ -2157,6 +2175,7 @@
2157
2175
 
2158
2176
 
2159
2177
 
2178
+
2160
2179
  We know what type
2161
2180
  they return and they
2162
2181
  should be explicitly
@@ -2202,6 +2221,7 @@
2202
2221
 
2203
2222
 
2204
2223
 
2224
+
2205
2225
  Update
2206
2226
  @balena/sbvr-types
2207
2227
  from 3.4.18 to 3.5.0
@@ -2358,6 +2378,7 @@
2358
2378
 
2359
2379
 
2360
2380
 
2381
+
2361
2382
  This also deprecates
2362
2383
  the legacy use of
2363
2384
  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.5.4
8
+ ## (2024-10-28)
9
+
10
+ * Update postgres Docker tag to v17 [Self-hosted Renovate Bot]
11
+
7
12
  # v19.5.3
8
13
  ## (2024-10-28)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 19.5.3
1
+ 19.5.4
@@ -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.5.3",
3
+ "version": "19.5.4-build-renovate-postgres-17-x-f53dd25cd245abe41e9ebbb2d67b0d3583a22cdc-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-10-28T13:59:44.449Z"
150
+ "publishedAt": "2024-10-28T15:05:38.174Z"
151
151
  }
152
152
  }