@balena/pinejs 23.2.6-build-renovate-postgres-18-x-22d4731a6aa2a7fa02bd5ab204cfbf5aebcc9201-1 → 23.2.6-build-array-from-map-ff7f89973b8055031bf2395c72dd2cb294e5beb6-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,16 +1,15 @@
1
1
  - commits:
2
- - subject: Update postgres Docker tag to v18
3
- hash: 22d4731a6aa2a7fa02bd5ab204cfbf5aebcc9201
4
- body: |
5
- Update postgres from 17 to 18
2
+ - subject: "Tests: use `Array.from`'s `mapFn` argument to avoid intermediate arrays"
3
+ hash: ff7f89973b8055031bf2395c72dd2cb294e5beb6
4
+ body: ""
6
5
  footer:
7
6
  Change-type: patch
8
7
  change-type: patch
9
- author: balena-renovate[bot]
8
+ author: Pagan Gazzard
10
9
  nested: []
11
10
  version: 23.2.6
12
11
  title: ""
13
- date: 2025-11-03T18:00:47.214Z
12
+ date: 2025-11-04T19:10:51.790Z
14
13
  - commits:
15
14
  - subject: Avoid deep cloning relationships when creating constrained models
16
15
  hash: b3a7649dde0956aadfbc7248d36245fcf7d7eaf1
package/CHANGELOG.md CHANGED
@@ -5,9 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v23.2.6
8
- ## (2025-11-03)
8
+ ## (2025-11-04)
9
9
 
10
- * Update postgres Docker tag to v18 [balena-renovate[bot]]
10
+ * Tests: use `Array.from`'s `mapFn` argument to avoid intermediate arrays [Pagan Gazzard]
11
11
 
12
12
  # v23.2.5
13
13
  ## (2025-11-03)
@@ -1,7 +1,7 @@
1
1
  version: "2.1"
2
2
  services:
3
3
  postgres:
4
- image: postgres:18-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": "23.2.6-build-renovate-postgres-18-x-22d4731a6aa2a7fa02bd5ab204cfbf5aebcc9201-1",
3
+ "version": "23.2.6-build-array-from-map-ff7f89973b8055031bf2395c72dd2cb294e5beb6-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-11-03T18:00:48.233Z"
152
+ "publishedAt": "2025-11-04T19:10:52.786Z"
153
153
  }
154
154
  }