@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.
- package/.versionbot/CHANGELOG.yml +5 -5
- package/CHANGELOG.md +2 -2
- package/Dockerfile +1 -1
- package/docker-compose.npm-test.yml +1 -1
- package/package.json +2 -2
@@ -1,16 +1,16 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Update
|
3
|
-
hash:
|
2
|
+
- subject: Update Node.js to v22
|
3
|
+
hash: 1b13ca1c2fa98a41b6d5d4c70cd9d42370c20043
|
4
4
|
body: |
|
5
|
-
Update
|
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:
|
9
|
+
author: balena-renovate[bot]
|
10
10
|
nested: []
|
11
11
|
version: 19.5.5
|
12
12
|
title: ""
|
13
|
-
date: 2024-
|
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-
|
8
|
+
## (2024-11-12)
|
9
9
|
|
10
|
-
* Update
|
10
|
+
* Update Node.js to v22 [balena-renovate[bot]]
|
11
11
|
|
12
12
|
# v19.5.4
|
13
13
|
## (2024-10-28)
|
package/Dockerfile
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.5.5-build-renovate-
|
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-
|
150
|
+
"publishedAt": "2024-11-12T20:01:35.622Z"
|
151
151
|
}
|
152
152
|
}
|