pinejs-client-request 8.1.18 → 8.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: Update dependency lint-staged to v17
3
+ hash: 239b4c57622851e83c65e5f8b6e60e8eac0191fb
4
+ body: |
5
+ Update lint-staged from 16.4.0 to 17.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 8.1.19
12
+ title: ""
13
+ date: 2026-05-09T09:14:58.981Z
1
14
  - commits:
2
15
  - subject: Revert flowzone pinning to master
3
16
  hash: 02b7cf012c6eeaaab690428747822efa345c947e
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 8.1.18
11
24
  title: ""
12
- date: 2026-03-26T17:12:19.274Z
25
+ date: 2026-03-26T17:19:11.027Z
13
26
  - commits:
14
27
  - subject: Update product-os/flowzone digest to 8ea01d3
15
28
  hash: f7262e0393621ed72039ef758d3d33bb543a7fd3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ 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
+ ## 8.1.19 - 2026-05-09
8
+
9
+ * Update dependency lint-staged to v17 [balena-renovate[bot]]
10
+
7
11
  ## 8.1.18 - 2026-03-26
8
12
 
9
13
  * Revert flowzone pinning to master [Kyle Harding]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-request",
3
- "version": "8.1.18",
3
+ "version": "8.1.19",
4
4
  "description": "This module provides a request backend for pinejs-client.",
5
5
  "type": "commonjs",
6
6
  "main": "request.js",
@@ -33,7 +33,7 @@
33
33
  "devDependencies": {
34
34
  "@balena/lint": "^9.3.6",
35
35
  "husky": "^9.1.7",
36
- "lint-staged": "^16.1.6",
36
+ "lint-staged": "^17.0.0",
37
37
  "require-npm4-to-publish": "^1.0.0",
38
38
  "typescript": "^5.9.2"
39
39
  },
@@ -48,6 +48,6 @@
48
48
  ]
49
49
  },
50
50
  "versionist": {
51
- "publishedAt": "2026-03-26T17:12:19.416Z"
51
+ "publishedAt": "2026-05-09T09:14:59.106Z"
52
52
  }
53
53
  }