@balena/pinejs 15.3.17 → 15.3.18-build-renovate-node-21-x-8c31cf7acdbaba68cb2bba7c4594f392d06eb7ab-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 v21
3
+ hash: 8c31cf7acdbaba68cb2bba7c4594f392d06eb7ab
4
+ body: |
5
+ Update node from 16 to 21
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 15.3.18
12
+ title: ""
13
+ date: 2023-11-23T19:59:33.622Z
1
14
  - commits:
2
15
  - subject: Update @balena/lint
3
16
  hash: 079f1a9438c61b7642088470818ead9580eb1f85
@@ -12,7 +25,7 @@
12
25
  nested: []
13
26
  version: 15.3.17
14
27
  title: ""
15
- date: 2023-11-23T19:15:22.579Z
28
+ date: 2023-11-23T19:26:45.288Z
16
29
  - commits:
17
30
  - subject: Handling typing changes of @types/pg
18
31
  hash: f7520efb9e2c44ab5ae341ad8fdd635814819eb0
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.18
8
+ ## (2023-11-23)
9
+
10
+ * Update Node.js to v21 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.3.17
8
13
  ## (2023-11-23)
9
14
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:16-alpine as runner
1
+ FROM node:21-alpine as runner
2
2
 
3
3
  WORKDIR /usr/src/pine
4
4
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.3.17
1
+ 15.3.18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.17",
3
+ "version": "15.3.18-build-renovate-node-21-x-8c31cf7acdbaba68cb2bba7c4594f392d06eb7ab-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -143,6 +143,6 @@
143
143
  "recursive": true
144
144
  },
145
145
  "versionist": {
146
- "publishedAt": "2023-11-23T19:15:23.234Z"
146
+ "publishedAt": "2023-11-23T19:59:34.277Z"
147
147
  }
148
148
  }