@balena/pinejs 15.3.9 → 15.3.10-build-renovate-commander-11-x-295d84c72292db9846ae9845ae6c220e6e68cb8d-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 dependency commander to v11
3
+ hash: 295d84c72292db9846ae9845ae6c220e6e68cb8d
4
+ body: |
5
+ Update commander from 10.0.1 to 11.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 15.3.10
12
+ title: ""
13
+ date: 2023-10-06T19:04:36.536Z
1
14
  - commits:
2
15
  - subject: Fix Term Forms and Synonyms on webresources models
3
16
  hash: 96747c24ee17652246c7d0c4391ed5e7e6af8586
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 15.3.9
11
24
  title: ""
12
- date: 2023-10-06T17:47:47.952Z
25
+ date: 2023-10-06T18:11:11.295Z
13
26
  - commits:
14
27
  - subject: Fix $expand on parent resource with child webresource
15
28
  hash: c719ff2c3313b5c6870dff2d3ac71522d36c0935
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.10
8
+ ## (2023-10-06)
9
+
10
+ * Update dependency commander to v11 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.3.9
8
13
  ## (2023-10-06)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.3.9
1
+ 15.3.10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.9",
3
+ "version": "15.3.10-build-renovate-commander-11-x-295d84c72292db9846ae9845ae6c220e6e68cb8d-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -51,7 +51,7 @@
51
51
  "@types/randomstring": "^1.1.8",
52
52
  "@types/websql": "^0.0.27",
53
53
  "busboy": "^1.6.0",
54
- "commander": "^10.0.1",
54
+ "commander": "^11.0.0",
55
55
  "deep-freeze": "^0.0.1",
56
56
  "eventemitter3": "^5.0.0",
57
57
  "express-session": "^1.17.3",
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2023-10-06T17:47:48.781Z"
147
+ "publishedAt": "2023-10-06T19:04:37.800Z"
148
148
  }
149
149
  }