@balena/pinejs 23.3.1-build-renovate-major-24-node-98f40707930d4169c6d4e7423473862c5ec9b145-1 → 23.3.1-build-renovate-postgres-18-x-40608c0baea6e1b771eaaf281ddc8b858de51754-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 dependency @types/node to v24
3
- hash: 98f40707930d4169c6d4e7423473862c5ec9b145
2
+ - subject: Update postgres Docker tag to v18
3
+ hash: 40608c0baea6e1b771eaaf281ddc8b858de51754
4
4
  body: |
5
- Update @types/node from 20.19.29 to 24.10.7
5
+ Update postgres from 17 to 18
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
@@ -10,7 +10,7 @@
10
10
  nested: []
11
11
  version: 23.3.1
12
12
  title: ""
13
- date: 2026-01-13T18:18:19.332Z
13
+ date: 2026-01-13T18:18:33.298Z
14
14
  - commits:
15
15
  - subject: Add support for adjusting the task queue interval after initialization
16
16
  hash: 799c389b4566ee8e724364c99b733f210f940529
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v23.3.1
8
8
  ## (2026-01-13)
9
9
 
10
- * Update dependency @types/node to v24 [balena-renovate[bot]]
10
+ * Update postgres Docker tag to v18 [balena-renovate[bot]]
11
11
 
12
12
  # v23.3.0
13
13
  ## (2026-01-13)
@@ -1,7 +1,7 @@
1
1
  version: "2.1"
2
2
  services:
3
3
  postgres:
4
- image: postgres:17-alpine
4
+ image: postgres:18-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.3.1-build-renovate-major-24-node-98f40707930d4169c6d4e7423473862c5ec9b145-1",
3
+ "version": "23.3.1-build-renovate-postgres-18-x-40608c0baea6e1b771eaaf281ddc8b858de51754-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -44,7 +44,7 @@
44
44
  "@types/memoizee": "^0.4.12",
45
45
  "@types/method-override": "^3.0.0",
46
46
  "@types/mysql": "^2.15.27",
47
- "@types/node": "^24.0.0",
47
+ "@types/node": "^20.19.21",
48
48
  "@types/passport": "^1.0.17",
49
49
  "@types/passport-local": "^1.0.38",
50
50
  "@types/passport-strategy": "^0.2.38",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2026-01-13T18:18:20.423Z"
151
+ "publishedAt": "2026-01-13T18:18:34.399Z"
152
152
  }
153
153
  }