pinejs-client-core 8.1.3 → 8.1.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 mocha to v11
3
+ hash: 85c2c2a779ba2cc94da6d35504e4f5ffb0263dcc
4
+ body: |
5
+ Update mocha from 10.8.2 to 11.1.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 8.1.4
12
+ title: ""
13
+ date: 2025-03-25T18:16:28.111Z
1
14
  - commits:
2
15
  - subject: Update dependency @balena/lint to v9
3
16
  hash: 80ad49f9351dc1546aec43eb9a838a3d12e88afa
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 8.1.3
12
25
  title: ""
13
- date: 2025-03-19T16:05:48.849Z
26
+ date: 2025-03-25T17:15:51.568Z
14
27
  - commits:
15
28
  - subject: Update TypeScript to 5.7.2
16
29
  hash: 47d950eeb4b2f1fbed1b3c0b72a5cc985410af97
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.3 - 2025-03-19
7
+ ## 8.1.4 - 2025-03-25
8
+
9
+ * Update dependency mocha to v11 [balena-renovate[bot]]
10
+
11
+ ## 8.1.3 - 2025-03-25
8
12
 
9
13
  * Update dependency @balena/lint to v9 [balena-renovate[bot]]
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-core",
3
- "version": "8.1.3",
3
+ "version": "8.1.4",
4
4
  "description": "This module provides the core tools to enable easier interaction with the pinejs API.",
5
5
  "type": "commonjs",
6
6
  "browser": "dist",
@@ -40,7 +40,7 @@
40
40
  "husky": "^9.1.1",
41
41
  "lint-staged": "^15.2.7",
42
42
  "lodash": "^4.17.21",
43
- "mocha": "^10.7.0",
43
+ "mocha": "^11.0.0",
44
44
  "require-npm4-to-publish": "^1.0.0",
45
45
  "ts-node": "^10.9.2",
46
46
  "typescript": "^5.7.2"
@@ -52,6 +52,6 @@
52
52
  "_": "test/*.ts"
53
53
  },
54
54
  "versionist": {
55
- "publishedAt": "2025-03-19T16:05:49.017Z"
55
+ "publishedAt": "2025-03-25T18:16:28.285Z"
56
56
  }
57
57
  }