@balena/pinejs 23.1.16-build-renovate-postgres-18-x-2d073ec9c416fdea79a0790b402d55db11207972-1 → 23.1.16-build-renovate-major-24-node-1ea845cb65ceae74907c81575fdef8bdc308a982-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: 2d073ec9c416fdea79a0790b402d55db11207972
2
+ - subject: Update dependency @types/node to v24
3
+ hash: 1ea845cb65ceae74907c81575fdef8bdc308a982
4
4
  body: |
5
- Update postgres from 17 to 18
5
+ Update @types/node from 20.19.23 to 24.9.1
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
@@ -10,7 +10,7 @@
10
10
  nested: []
11
11
  version: 23.1.16
12
12
  title: ""
13
- date: 2025-10-23T16:05:05.112Z
13
+ date: 2025-10-28T02:28:33.212Z
14
14
  - commits:
15
15
  - subject: Fix `@typescript-eslint/prefer-optional-chain` rules
16
16
  hash: 6d23c3c957d199a0ef0018fb9f6cd00961510ef4
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.1.16
8
- ## (2025-10-23)
8
+ ## (2025-10-28)
9
9
 
10
- * Update postgres Docker tag to v18 [balena-renovate[bot]]
10
+ * Update dependency @types/node to v24 [balena-renovate[bot]]
11
11
 
12
12
  # v23.1.15
13
13
  ## (2025-10-23)
@@ -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.1.16-build-renovate-postgres-18-x-2d073ec9c416fdea79a0790b402d55db11207972-1",
3
+ "version": "23.1.16-build-renovate-major-24-node-1ea845cb65ceae74907c81575fdef8bdc308a982-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -45,7 +45,7 @@
45
45
  "@types/memoizee": "^0.4.12",
46
46
  "@types/method-override": "^3.0.0",
47
47
  "@types/mysql": "^2.15.27",
48
- "@types/node": "^20.19.21",
48
+ "@types/node": "^24.0.0",
49
49
  "@types/passport": "^1.0.17",
50
50
  "@types/passport-local": "^1.0.38",
51
51
  "@types/passport-strategy": "^0.2.38",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-10-23T16:05:06.094Z"
152
+ "publishedAt": "2025-10-28T02:28:34.249Z"
153
153
  }
154
154
  }