balena-deploy-request 0.9.2 → 0.9.3-build-renovate-major-lint-staged-5e2813daf0db446a20dc1d2b9a1d0726f8e24593-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 v15
3
+ hash: 5e2813daf0db446a20dc1d2b9a1d0726f8e24593
4
+ body: |
5
+ Update lint-staged from 8.2.1 to 15.2.2
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ version: 0.9.3
11
+ title: ""
12
+ date: 2024-03-19T21:44:37.283Z
1
13
  - commits:
2
14
  - subject: Update dependency husky to v9
3
15
  hash: a3230188793becc39969f81d1faf05acf764c30a
@@ -9,7 +21,7 @@
9
21
  author: Self-hosted Renovate Bot
10
22
  version: 0.9.2
11
23
  title: ""
12
- date: 2024-03-19T20:39:17.067Z
24
+ date: 2024-03-19T21:07:37.535Z
13
25
  - commits:
14
26
  - subject: Update dependency prettier to v3
15
27
  hash: 7f7def9c5eab1602b586c17cadf85df75bbeff71
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.3
8
+ ## (2024-03-19)
9
+
10
+ * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
11
+
7
12
  # v0.9.2
8
13
  ## (2024-03-19)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-deploy-request",
3
- "version": "0.9.2",
3
+ "version": "0.9.3-build-renovate-major-lint-staged-5e2813daf0db446a20dc1d2b9a1d0726f8e24593-1",
4
4
  "description": "A simple script for generating deploy requests along with release notes",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -31,10 +31,10 @@
31
31
  "homepage": "https://github.com/balena-io-modules/balena-deploy-request#readme",
32
32
  "devDependencies": {
33
33
  "husky": "^9.0.0",
34
- "lint-staged": "^8.1.6",
34
+ "lint-staged": "^15.0.0",
35
35
  "prettier": "^3.0.0"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2024-03-19T20:39:17.120Z"
38
+ "publishedAt": "2024-03-19T21:44:37.348Z"
39
39
  }
40
40
  }