@balena/pinejs 15.3.6-build-balena-lint-v7-c974ff49f97ca861665e55cf2f024372c46006b9-1 → 15.3.7-build-renovate-node-20-x-8aee9ec82d4de42a6cb938337e6f828e7492bdc4-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: Update Node.js to v20
3
+ hash: 8aee9ec82d4de42a6cb938337e6f828e7492bdc4
4
+ body: |
5
+ Update node from 16 to 20
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 15.3.7
12
+ title: ""
13
+ date: 2023-08-31T09:11:56.987Z
1
14
  - commits:
2
15
  - subject: Fix the remaining lint errors
3
16
  hash: c974ff49f97ca861665e55cf2f024372c46006b9
@@ -60,7 +73,7 @@
60
73
  nested: []
61
74
  version: 15.3.6
62
75
  title: ""
63
- date: 2023-08-31T08:55:52.411Z
76
+ date: 2023-08-31T09:10:30.231Z
64
77
  - commits:
65
78
  - subject: Fix failure on delete requests with invalid ID
66
79
  hash: 4749ed86c9a3858a2eb84c58d2a9581c93b91bec
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
+ # v15.3.7
8
+ ## (2023-08-31)
9
+
10
+ * Update Node.js to v20 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.3.6
8
13
  ## (2023-08-31)
9
14
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:16-alpine as runner
1
+ FROM node:20-alpine as runner
2
2
 
3
3
  WORKDIR /usr/src/pine
4
4
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.3.6
1
+ 15.3.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.6-build-balena-lint-v7-c974ff49f97ca861665e55cf2f024372c46006b9-1",
3
+ "version": "15.3.7-build-renovate-node-20-x-8aee9ec82d4de42a6cb938337e6f828e7492bdc4-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2023-08-31T08:55:53.329Z"
147
+ "publishedAt": "2023-08-31T09:11:57.839Z"
148
148
  }
149
149
  }