pinejs-client-request 8.2.3 → 8.2.4

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.5.0
3
+ hash: 7981768d64dc5c374180e95fcebd35af37cfc977
4
+ body: |
5
+ Update lint-staged from 17.4.1 to 17.5.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 8.2.4
12
+ title: ""
13
+ date: 2026-09-12T00:02:26.284Z
1
14
  - commits:
2
15
  - subject: Update dependency lint-staged to v17.4.1
3
16
  hash: 10f5a61a06c2ade2c2cebd1680202088bf18de0a
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 8.2.3
12
25
  title: ""
13
- date: 2026-08-30T10:55:26.598Z
26
+ date: 2026-08-30T10:59:46.982Z
14
27
  - commits:
15
28
  - subject: Update dependency flowzonify to v0.4.0
16
29
  hash: 1dd6cc8ae372f02aada905008b79523c18c4cf99
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.2.4 - 2026-09-12
8
+
9
+ * Update dependency lint-staged to v17.5.0 [balena-renovate[bot]]
10
+
7
11
  ## 8.2.3 - 2026-08-30
8
12
 
9
13
  * Update dependency lint-staged to v17.4.1 [balena-renovate[bot]]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-request",
3
- "version": "8.2.3",
3
+ "version": "8.2.4",
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.4.6",
35
35
  "husky": "9.1.7",
36
- "lint-staged": "17.4.1",
36
+ "lint-staged": "17.5.0",
37
37
  "require-npm4-to-publish": "1.0.0",
38
38
  "typescript": "6.0.3"
39
39
  },
@@ -48,6 +48,6 @@
48
48
  ]
49
49
  },
50
50
  "versionist": {
51
- "publishedAt": "2026-08-30T10:55:26.765Z"
51
+ "publishedAt": "2026-09-12T00:02:26.393Z"
52
52
  }
53
53
  }