@balena/pinejs-webresource-cloudfront 2.0.25 → 2.0.26

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,15 @@
1
+ - commits:
2
+ - subject: Update dependency lint-staged to v17.2.0
3
+ hash: 39ceb3a52cc76e09f949565df616aa29be185235
4
+ body: |
5
+ Update lint-staged from 17.1.1 to 17.2.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 2.0.26
11
+ title: ""
12
+ date: 2026-07-26T10:30:13.609Z
1
13
  - commits:
2
14
  - subject: Update dependency lint-staged to v17.1.1
3
15
  hash: 32ffef38581360fc320a3cc09e75811db3816816
@@ -9,7 +21,7 @@
9
21
  author: balena-renovate[bot]
10
22
  version: 2.0.25
11
23
  title: ""
12
- date: 2026-07-25T06:38:42.498Z
24
+ date: 2026-07-25T06:42:09.822Z
13
25
  - commits:
14
26
  - subject: Update dependency lint-staged to v17.1.0
15
27
  hash: bd2da190a3d38b3191772e5eac011395261b9a1e
package/CHANGELOG.md CHANGED
@@ -4,6 +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
+ # v2.0.26
8
+ ## (2026-07-26)
9
+
10
+ * Update dependency lint-staged to v17.2.0 [balena-renovate[bot]]
11
+
7
12
  # v2.0.25
8
13
  ## (2026-07-25)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs-webresource-cloudfront",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "description": "A PineJS WebResource handler for storing files on S3 and serving via AWS Cloudfront",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -26,7 +26,7 @@
26
26
  "@balena/sbvr-types": "^11.0.0",
27
27
  "@types/memoizee": "0.4.12",
28
28
  "husky": "9.1.7",
29
- "lint-staged": "17.1.1",
29
+ "lint-staged": "17.2.0",
30
30
  "typescript": "6.0.3"
31
31
  },
32
32
  "dependencies": {
@@ -35,6 +35,6 @@
35
35
  "memoizee": "0.4.17"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2026-07-25T06:38:42.571Z"
38
+ "publishedAt": "2026-07-26T10:30:13.674Z"
39
39
  }
40
40
  }