@balena/pinejs 15.3.13 → 15.3.14-build-renovate-node-21-x-17b83a48009aa102f41bc4c8158692de6c1f67c1-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: 17b83a48009aa102f41bc4c8158692de6c1f67c1
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.14
12
+ title: ""
13
+ date: 2023-10-23T16:03:01.684Z
1
14
  - commits:
2
15
  - subject: Blocks updating and creating webresources with non multipart-formdata
3
16
  requests
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 15.3.13
12
25
  title: ""
13
- date: 2023-10-23T13:34:02.497Z
26
+ date: 2023-10-23T15:35:39.739Z
14
27
  - commits:
15
28
  - subject: Update dependency @types/websql to ^0.0.28
16
29
  hash: f1fc571c6340aaecb591ffaee446a59642bad1af
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.14
8
+ ## (2023-10-23)
9
+
10
+ * Update Node.js to v21 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.3.13
8
13
  ## (2023-10-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.13
1
+ 15.3.14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.13",
3
+ "version": "15.3.14-build-renovate-node-21-x-17b83a48009aa102f41bc4c8158692de6c1f67c1-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-10-23T13:34:03.517Z"
146
+ "publishedAt": "2023-10-23T16:03:02.589Z"
147
147
  }
148
148
  }