pinejs-client-request 8.1.22 → 8.1.23

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 typescript to v6
3
+ hash: 5c391ecac61086f3f77810e1179a5f36024532c1
4
+ body: |
5
+ Update typescript from 5.9.3 to 6.0.3
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 8.1.23
12
+ title: ""
13
+ date: 2026-06-06T01:36:45.290Z
1
14
  - commits:
2
15
  - subject: Update dependency lint-staged to v17.0.7
3
16
  hash: c603a221363c4006d1a8ac4b4e0288bf9e46112a
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 8.1.22
12
25
  title: ""
13
- date: 2026-06-06T00:17:31.389Z
26
+ date: 2026-06-06T00:20:29.496Z
14
27
  - commits:
15
28
  - subject: Update dependency lint-staged to v17.0.5
16
29
  hash: 1566f4f5a64525796ed4efd03333d4d8b603b82b
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.23 - 2026-06-06
8
+
9
+ * Update dependency typescript to v6 [balena-renovate[bot]]
10
+
7
11
  ## 8.1.22 - 2026-06-06
8
12
 
9
13
  * Update dependency lint-staged to v17.0.7 [balena-renovate[bot]]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-request",
3
- "version": "8.1.22",
3
+ "version": "8.1.23",
4
4
  "description": "This module provides a request backend for pinejs-client.",
5
5
  "type": "commonjs",
6
6
  "main": "request.js",
@@ -35,7 +35,7 @@
35
35
  "husky": "9.1.7",
36
36
  "lint-staged": "17.0.7",
37
37
  "require-npm4-to-publish": "1.0.0",
38
- "typescript": "5.9.3"
38
+ "typescript": "6.0.3"
39
39
  },
40
40
  "husky": {
41
41
  "hooks": {
@@ -48,6 +48,6 @@
48
48
  ]
49
49
  },
50
50
  "versionist": {
51
- "publishedAt": "2026-06-06T00:17:31.520Z"
51
+ "publishedAt": "2026-06-06T01:36:45.428Z"
52
52
  }
53
53
  }