pinejs-client-request 8.1.23 → 8.1.24

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.0.8
3
+ hash: 9c0fc628780fcbcc109d29dbd622d8ca3e206f54
4
+ body: |
5
+ Update lint-staged from 17.0.7 to 17.0.8
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 8.1.24
12
+ title: ""
13
+ date: 2026-06-27T00:19:26.614Z
1
14
  - commits:
2
15
  - subject: Update dependency typescript to v6
3
16
  hash: 5c391ecac61086f3f77810e1179a5f36024532c1
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 8.1.23
12
25
  title: ""
13
- date: 2026-06-06T01:36:45.290Z
26
+ date: 2026-06-18T13:43:18.063Z
14
27
  - commits:
15
28
  - subject: Update dependency lint-staged to v17.0.7
16
29
  hash: c603a221363c4006d1a8ac4b4e0288bf9e46112a
package/CHANGELOG.md CHANGED
@@ -4,7 +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
- ## 8.1.23 - 2026-06-06
7
+ ## 8.1.24 - 2026-06-27
8
+
9
+ * Update dependency lint-staged to v17.0.8 [balena-renovate[bot]]
10
+
11
+ ## 8.1.23 - 2026-06-18
8
12
 
9
13
  * Update dependency typescript to v6 [balena-renovate[bot]]
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-request",
3
- "version": "8.1.23",
3
+ "version": "8.1.24",
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": "17.0.7",
36
+ "lint-staged": "17.0.8",
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-06-06T01:36:45.428Z"
51
+ "publishedAt": "2026-06-27T00:19:26.731Z"
52
52
  }
53
53
  }