balena-deploy-request 0.9.5-build-joshbwlng-husky-fc40307b1450be7555be22f5b182348d0160d073-1 → 0.9.6-build-renovate-major-16-lint-staged-7a76bcdacf0dda77e2d37785ef64c18ff5e53133-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,15 @@
1
+ - commits:
2
+ - subject: Update dependency lint-staged to v16
3
+ hash: 7a76bcdacf0dda77e2d37785ef64c18ff5e53133
4
+ body: |
5
+ Update lint-staged from 15.5.2 to 16.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 0.9.6
11
+ title: ""
12
+ date: 2025-05-15T07:49:46.818Z
1
13
  - commits:
2
14
  - subject: Format with prettify
3
15
  hash: fc40307b1450be7555be22f5b182348d0160d073
@@ -15,7 +27,7 @@
15
27
  author: joshbwlng
16
28
  version: 0.9.5
17
29
  title: ""
18
- date: 2025-05-15T05:34:33.495Z
30
+ date: 2025-05-15T07:39:09.396Z
19
31
  - commits:
20
32
  - subject: we do our own deploys now
21
33
  hash: 428c10d57567788d78831c5cebd077aed2076763
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
+ # v0.9.6
8
+ ## (2025-05-15)
9
+
10
+ * Update dependency lint-staged to v16 [balena-renovate[bot]]
11
+
7
12
  # v0.9.5
8
13
  ## (2025-05-15)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-deploy-request",
3
- "version": "0.9.5-build-joshbwlng-husky-fc40307b1450be7555be22f5b182348d0160d073-1",
3
+ "version": "0.9.6-build-renovate-major-16-lint-staged-7a76bcdacf0dda77e2d37785ef64c18ff5e53133-1",
4
4
  "description": "A simple script for generating deploy requests along with release notes",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -32,10 +32,10 @@
32
32
  "homepage": "https://github.com/balena-io-modules/balena-deploy-request#readme",
33
33
  "devDependencies": {
34
34
  "husky": "^9.0.0",
35
- "lint-staged": "^15.0.0",
35
+ "lint-staged": "^16.0.0",
36
36
  "prettier": "^3.0.0"
37
37
  },
38
38
  "versionist": {
39
- "publishedAt": "2025-05-15T05:34:33.555Z"
39
+ "publishedAt": "2025-05-15T07:49:46.886Z"
40
40
  }
41
41
  }