@balena/pinejs 15.3.14-build-renovate-node-21-x-17b83a48009aa102f41bc4c8158692de6c1f67c1-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,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Update Node.js to v21
3
- hash: 17b83a48009aa102f41bc4c8158692de6c1f67c1
3
+ hash: 5694a52b35fc0cc0dbc84456d603f09834f9624e
4
4
  body: |
5
5
  Update node from 16 to 21
6
6
  footer:
@@ -8,9 +8,18 @@
8
8
  change-type: patch
9
9
  author: Self-hosted Renovate Bot
10
10
  nested: []
11
+ - subject: Update dependency @types/node to v20
12
+ hash: 86536af590e8b408e9cae3ee6e30621d6e2ae97e
13
+ body: |
14
+ Update @types/node from 18.18.6 to 20.8.7
15
+ footer:
16
+ Change-type: patch
17
+ change-type: patch
18
+ author: Self-hosted Renovate Bot
19
+ nested: []
11
20
  version: 15.3.14
12
21
  title: ""
13
- date: 2023-10-23T16:03:01.684Z
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
@@ -5,9 +5,10 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v15.3.14
8
- ## (2023-10-23)
8
+ ## (2023-10-24)
9
9
 
10
10
  * Update Node.js to v21 [Self-hosted Renovate Bot]
11
+ * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
11
12
 
12
13
  # v15.3.13
13
14
  ## (2023-10-23)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.14-build-renovate-node-21-x-17b83a48009aa102f41bc4c8158692de6c1f67c1-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",
@@ -43,7 +43,7 @@
43
43
  "@types/method-override": "^0.0.33",
44
44
  "@types/multer": "^1.4.7",
45
45
  "@types/mysql": "^2.15.21",
46
- "@types/node": "^18.16.1",
46
+ "@types/node": "^20.0.0",
47
47
  "@types/passport": "^1.0.12",
48
48
  "@types/passport-local": "^1.0.35",
49
49
  "@types/passport-strategy": "^0.2.35",
@@ -143,6 +143,6 @@
143
143
  "recursive": true
144
144
  },
145
145
  "versionist": {
146
- "publishedAt": "2023-10-23T16:03:02.589Z"
146
+ "publishedAt": "2023-10-24T02:15:08.737Z"
147
147
  }
148
148
  }