@balena/pinejs 15.3.16 → 15.3.17-build-renovate-node-21-x-4eb390a18033316b6822feee90c4e62a76036977-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: 4eb390a18033316b6822feee90c4e62a76036977
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.17
12
+ title: ""
13
+ date: 2023-11-09T14:04:09.462Z
1
14
  - commits:
2
15
  - subject: Handling typing changes of @types/pg
3
16
  hash: f7520efb9e2c44ab5ae341ad8fdd635814819eb0
@@ -22,7 +35,7 @@
22
35
  nested: []
23
36
  version: 15.3.16
24
37
  title: ""
25
- date: 2023-11-09T13:39:38.272Z
38
+ date: 2023-11-09T13:56:00.178Z
26
39
  - commits:
27
40
  - subject: Do not force storage class on s3 upload
28
41
  hash: e72ffa55f21408996c04eab44d0013bf7a3f905d
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.17
8
+ ## (2023-11-09)
9
+
10
+ * Update Node.js to v21 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.3.16
8
13
  ## (2023-11-09)
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.16
1
+ 15.3.17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.16",
3
+ "version": "15.3.17-build-renovate-node-21-x-4eb390a18033316b6822feee90c4e62a76036977-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-09T13:39:38.936Z"
146
+ "publishedAt": "2023-11-09T14:04:10.108Z"
147
147
  }
148
148
  }