@balena/pinejs 18.2.3 → 18.2.4-build-renovate-node-18-x-6e43c83f4f356f555c54d2d3d7d7e13945e68226-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,3 +1,16 @@
1
+ - commits:
2
+ - subject: Update Node.js to v18
3
+ hash: 6e43c83f4f356f555c54d2d3d7d7e13945e68226
4
+ body: |
5
+ Update node from 16.20.2 to 18.20.4
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 18.2.4
12
+ title: ""
13
+ date: 2024-09-06T15:53:46.339Z
1
14
  - commits:
2
15
  - subject: Update dependencies
3
16
  hash: 7c5abc026df4ca1b9f72be92aa49791550f83bc6
@@ -539,7 +552,7 @@
539
552
  date: 2024-08-30T13:52:19.618Z
540
553
  version: 18.2.3
541
554
  title: ""
542
- date: 2024-09-06T15:05:05.004Z
555
+ date: 2024-09-06T15:15:46.884Z
543
556
  - commits:
544
557
  - subject: Remove unused dev dependencies
545
558
  hash: 5d40b0c1128aa3d914086c732a99696ab2615c33
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v18.2.4
8
+ ## (2024-09-06)
9
+
10
+ * Update Node.js to v18 [Self-hosted Renovate Bot]
11
+
7
12
  # v18.2.3
8
13
  ## (2024-09-06)
9
14
 
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/VERSION CHANGED
@@ -1 +1 @@
1
- 18.2.3
1
+ 18.2.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "18.2.3",
3
+ "version": "18.2.4-build-renovate-node-18-x-6e43c83f4f356f555c54d2d3d7d7e13945e68226-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-09-06T15:05:06.337Z"
150
+ "publishedAt": "2024-09-06T15:53:47.060Z"
151
151
  }
152
152
  }