@balena/pinejs 15.3.14-build-renovate-node-20-x-86536af590e8b408e9cae3ee6e30621d6e2ae97e-1 → 15.3.14-build-renovate-node-21-x-5694a52b35fc0cc0dbc84456d603f09834f9624e-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,13 @@
1
1
  - commits:
2
+ - subject: Update Node.js to v21
3
+ hash: 5694a52b35fc0cc0dbc84456d603f09834f9624e
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: []
2
11
  - subject: Update dependency @types/node to v20
3
12
  hash: 86536af590e8b408e9cae3ee6e30621d6e2ae97e
4
13
  body: |
@@ -10,7 +19,7 @@
10
19
  nested: []
11
20
  version: 15.3.14
12
21
  title: ""
13
- date: 2023-10-24T01:20:34.435Z
22
+ date: 2023-10-24T02:15:07.651Z
14
23
  - commits:
15
24
  - subject: Blocks updating and creating webresources with non multipart-formdata
16
25
  requests
package/CHANGELOG.md CHANGED
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v15.3.14
8
8
  ## (2023-10-24)
9
9
 
10
+ * Update Node.js to v21 [Self-hosted Renovate Bot]
10
11
  * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
11
12
 
12
13
  # v15.3.13
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.14-build-renovate-node-20-x-86536af590e8b408e9cae3ee6e30621d6e2ae97e-1",
3
+ "version": "15.3.14-build-renovate-node-21-x-5694a52b35fc0cc0dbc84456d603f09834f9624e-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-24T01:20:35.508Z"
146
+ "publishedAt": "2023-10-24T02:15:08.737Z"
147
147
  }
148
148
  }