@balena/pinejs 17.1.1-build-asserts-not-undefined-and-explicit-select-03fa717925e7cc2dea2fdf885e226a99f39a1481-2 → 17.1.1-build-renovate-node-18-x-0a71e1f6fdd49b23be772ab20079e7eeaefd1628-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 +12 -3
- package/CHANGELOG.md +3 -2
- package/Dockerfile +1 -1
- package/package.json +2 -2
@@ -1,6 +1,15 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
2
|
+
- subject: Update Node.js to v18
|
3
|
+
hash: 0a71e1f6fdd49b23be772ab20079e7eeaefd1628
|
4
|
+
body: |
|
5
|
+
Update node from 16.20.2 to 18.20.3
|
6
|
+
footer:
|
7
|
+
Change-type: patch
|
8
|
+
change-type: patch
|
9
|
+
author: Self-hosted Renovate Bot
|
10
|
+
nested: []
|
11
|
+
- subject: Improve test assertion for undefined fields
|
12
|
+
hash: e679610d4967f545c42f909b2be9eb5d9ef0e015
|
4
13
|
body: ""
|
5
14
|
footer:
|
6
15
|
Change-type: patch
|
@@ -9,7 +18,7 @@
|
|
9
18
|
nested: []
|
10
19
|
version: 17.1.1
|
11
20
|
title: ""
|
12
|
-
date: 2024-06-
|
21
|
+
date: 2024-06-20T10:54:31.527Z
|
13
22
|
- commits:
|
14
23
|
- subject: Add dev model typings
|
15
24
|
hash: c276ef4fb8482a246c25940d617d76b76847eff8
|
package/CHANGELOG.md
CHANGED
@@ -5,9 +5,10 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
7
|
# v17.1.1
|
8
|
-
## (2024-06-
|
8
|
+
## (2024-06-20)
|
9
9
|
|
10
|
-
*
|
10
|
+
* Update Node.js to v18 [Self-hosted Renovate Bot]
|
11
|
+
* Improve test assertion for undefined fields [Otavio Jacobi]
|
11
12
|
|
12
13
|
# v17.1.0
|
13
14
|
## (2024-06-19)
|
package/Dockerfile
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "17.1.1-build-
|
3
|
+
"version": "17.1.1-build-renovate-node-18-x-0a71e1f6fdd49b23be772ab20079e7eeaefd1628-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -146,6 +146,6 @@
|
|
146
146
|
"recursive": true
|
147
147
|
},
|
148
148
|
"versionist": {
|
149
|
-
"publishedAt": "2024-06-
|
149
|
+
"publishedAt": "2024-06-20T10:54:32.292Z"
|
150
150
|
}
|
151
151
|
}
|