@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.
@@ -1,6 +1,15 @@
1
1
  - commits:
2
- - subject: Improve test assertion for not undefined & explicitly select all fields
3
- hash: 03fa717925e7cc2dea2fdf885e226a99f39a1481
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-19T20:56:29.120Z
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-19)
8
+ ## (2024-06-20)
9
9
 
10
- * Improve test assertion for not undefined & explicitly select all fields [Otavio Jacobi]
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
@@ -1,4 +1,4 @@
1
- FROM node:16-alpine as runner
1
+ FROM node:18-alpine as runner
2
2
 
3
3
  WORKDIR /usr/src/pine
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "17.1.1-build-asserts-not-undefined-and-explicit-select-03fa717925e7cc2dea2fdf885e226a99f39a1481-2",
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-19T20:56:29.843Z"
149
+ "publishedAt": "2024-06-20T10:54:32.292Z"
150
150
  }
151
151
  }