@balena/pinejs 19.5.5-build-renovate-postgres-17-x-4741932196718bf0378a1f5378f5aaa4772d0e31-1 → 19.5.5-build-renovate-node-22-x-1b13ca1c2fa98a41b6d5d4c70cd9d42370c20043-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,16 @@
1
1
  - commits:
2
- - subject: Update postgres Docker tag to v17
3
- hash: 4741932196718bf0378a1f5378f5aaa4772d0e31
2
+ - subject: Update Node.js to v22
3
+ hash: 1b13ca1c2fa98a41b6d5d4c70cd9d42370c20043
4
4
  body: |
5
- Update postgres from 16 to 17
5
+ Update node from 20.18.0 to 22.11.0
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
9
- author: Self-hosted Renovate Bot
9
+ author: balena-renovate[bot]
10
10
  nested: []
11
11
  version: 19.5.5
12
12
  title: ""
13
- date: 2024-10-28T16:04:47.765Z
13
+ date: 2024-11-12T20:01:34.530Z
14
14
  - commits:
15
15
  - subject: Fix async tasks race condition for selecting task to be executed
16
16
  hash: 97936ec9a2b3f5179a9088b6ae3fac14537ed378
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
  # v19.5.5
8
- ## (2024-10-28)
8
+ ## (2024-11-12)
9
9
 
10
- * Update postgres Docker tag to v17 [Self-hosted Renovate Bot]
10
+ * Update Node.js to v22 [balena-renovate[bot]]
11
11
 
12
12
  # v19.5.4
13
13
  ## (2024-10-28)
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:20-alpine as runner
1
+ FROM node:22-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:17-alpine
4
+ image: postgres:16-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.5-build-renovate-postgres-17-x-4741932196718bf0378a1f5378f5aaa4772d0e31-1",
3
+ "version": "19.5.5-build-renovate-node-22-x-1b13ca1c2fa98a41b6d5d4c70cd9d42370c20043-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-28T16:04:48.674Z"
150
+ "publishedAt": "2024-11-12T20:01:35.622Z"
151
151
  }
152
152
  }