@balena/pinejs 23.2.11-build-renovate-postgres-18-x-4b8b403fbe304a5e47c4824e4e3ae8cb1b6dc31e-1 → 23.2.11-build-renovate-node-24-x-cd835bb7b31ea1f87f48902dd3b01d16366817c4-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,8 +1,8 @@
1
1
  - commits:
2
- - subject: Update postgres Docker tag to v18
3
- hash: 4b8b403fbe304a5e47c4824e4e3ae8cb1b6dc31e
2
+ - subject: Update Node.js to v24
3
+ hash: cd835bb7b31ea1f87f48902dd3b01d16366817c4
4
4
  body: |
5
- Update postgres from 17 to 18
5
+ Update node from 20.19.5 to 24.11.0
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
@@ -10,7 +10,7 @@
10
10
  nested: []
11
11
  version: 23.2.11
12
12
  title: ""
13
- date: 2025-11-07T15:14:05.696Z
13
+ date: 2025-11-10T20:36:31.247Z
14
14
  - commits:
15
15
  - subject: Avoid deep cloning relationships when hitting additional permissions
16
16
  for constrained models
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.11
8
- ## (2025-11-07)
8
+ ## (2025-11-10)
9
9
 
10
- * Update postgres Docker tag to v18 [balena-renovate[bot]]
10
+ * Update Node.js to v24 [balena-renovate[bot]]
11
11
 
12
12
  # v23.2.10
13
13
  ## (2025-11-07)
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:20-alpine as runner
1
+ FROM node:24-alpine as runner
2
2
 
3
3
  WORKDIR /usr/src/pine
4
4
 
@@ -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.11-build-renovate-postgres-18-x-4b8b403fbe304a5e47c4824e4e3ae8cb1b6dc31e-1",
3
+ "version": "23.2.11-build-renovate-node-24-x-cd835bb7b31ea1f87f48902dd3b01d16366817c4-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-07T15:14:06.700Z"
152
+ "publishedAt": "2025-11-10T20:36:32.323Z"
153
153
  }
154
154
  }