pinejs-client-request 8.2.0 → 8.2.1

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.0
3
+ hash: 103e220146d9403b35b5d170927745d21687e482
4
+ body: |
5
+ Update lint-staged from 17.2.0 to 17.3.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 8.2.1
12
+ title: ""
13
+ date: 2026-08-08T00:03:34.722Z
1
14
  - commits:
2
15
  - subject: Update pinejs-client-core to 8.5.29
3
16
  hash: cd07bd7a8b76a2703f111abb8fe8770ae98ddc5f
@@ -435,7 +448,7 @@
435
448
  date: 2025-11-10T17:12:36.457Z
436
449
  version: 8.2.0
437
450
  title: ""
438
- date: 2026-07-24T17:08:15.335Z
451
+ date: 2026-07-24T17:20:04.880Z
439
452
  - commits:
440
453
  - subject: Update dependency lint-staged to v17.0.8
441
454
  hash: 9c0fc628780fcbcc109d29dbd622d8ca3e206f54
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.1 - 2026-08-08
8
+
9
+ * Update dependency lint-staged to v17.3.0 [balena-renovate[bot]]
10
+
7
11
  ## 8.2.0 - 2026-07-24
8
12
 
9
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-request",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
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.2.0",
36
+ "lint-staged": "17.3.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-07-24T17:08:18.000Z"
51
+ "publishedAt": "2026-08-08T00:03:34.879Z"
52
52
  }
53
53
  }