@balena/pinejs 18.2.4-build-renovate-node-18-x-6e43c83f4f356f555c54d2d3d7d7e13945e68226-1 → 18.2.4-build-tests-node-20-0ae61c069bd857428a7be988b780f6e838faec35-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 -6
- package/CHANGELOG.md +2 -2
- package/Dockerfile +1 -3
- package/package.json +3 -3
- package/src/migrator/migrations.ts +1 -1
- package/src/sbvr-api/dev.ts +1 -1
- package/src/sbvr-api/user.ts +1 -1
- package/src/tasks/tasks.ts +1 -1
@@ -1,16 +1,15 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
4
|
-
body:
|
5
|
-
Update node from 16.20.2 to 18.20.4
|
2
|
+
- subject: "Tests: update nodejs to 20.x matching the minimum supported version"
|
3
|
+
hash: 0ae61c069bd857428a7be988b780f6e838faec35
|
4
|
+
body: ""
|
6
5
|
footer:
|
7
6
|
Change-type: patch
|
8
7
|
change-type: patch
|
9
|
-
author:
|
8
|
+
author: Pagan Gazzard
|
10
9
|
nested: []
|
11
10
|
version: 18.2.4
|
12
11
|
title: ""
|
13
|
-
date: 2024-09-
|
12
|
+
date: 2024-09-09T14:57:45.114Z
|
14
13
|
- commits:
|
15
14
|
- subject: Update dependencies
|
16
15
|
hash: 7c5abc026df4ca1b9f72be92aa49791550f83bc6
|
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
|
# v18.2.4
|
8
|
-
## (2024-09-
|
8
|
+
## (2024-09-09)
|
9
9
|
|
10
|
-
*
|
10
|
+
* Tests: update nodejs to 20.x matching the minimum supported version [Pagan Gazzard]
|
11
11
|
|
12
12
|
# v18.2.3
|
13
13
|
## (2024-09-06)
|
package/Dockerfile
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "18.2.4-build-
|
3
|
+
"version": "18.2.4-build-tests-node-20-0ae61c069bd857428a7be988b780f6e838faec35-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
30
|
"@balena/abstract-sql-compiler": "^9.2.0",
|
31
|
-
"@balena/abstract-sql-to-typescript": "^4.0.
|
31
|
+
"@balena/abstract-sql-to-typescript": "^4.0.3",
|
32
32
|
"@balena/env-parsing": "^1.1.12",
|
33
33
|
"@balena/lf-to-abstract-sql": "^5.0.2",
|
34
34
|
"@balena/odata-parser": "^3.0.8",
|
@@ -147,6 +147,6 @@
|
|
147
147
|
"recursive": true
|
148
148
|
},
|
149
149
|
"versionist": {
|
150
|
-
"publishedAt": "2024-09-
|
150
|
+
"publishedAt": "2024-09-09T14:57:45.824Z"
|
151
151
|
}
|
152
152
|
}
|
package/src/sbvr-api/dev.ts
CHANGED
package/src/sbvr-api/user.ts
CHANGED
package/src/tasks/tasks.ts
CHANGED