balena-deploy-request 0.9.1-build-renovate-major-lint-staged-4fe0a71ab72713e77e95c996ac8443e95f76275c-1 → 0.9.1-build-renovate-major-husky-6438a3d0a94b2e8093dff0eed4055f55c81af4ab-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.
- package/.versionbot/CHANGELOG.yml +4 -4
- package/CHANGELOG.md +1 -1
- package/package.json +4 -4
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
- commits:
|
|
2
|
-
- subject: Update dependency
|
|
3
|
-
hash:
|
|
2
|
+
- subject: Update dependency husky to v8
|
|
3
|
+
hash: 6438a3d0a94b2e8093dff0eed4055f55c81af4ab
|
|
4
4
|
body: |
|
|
5
|
-
Update
|
|
5
|
+
Update husky from 2.7.0 to 8.0.3
|
|
6
6
|
footer:
|
|
7
7
|
Change-type: patch
|
|
8
8
|
change-type: patch
|
|
9
9
|
author: Self-hosted Renovate Bot
|
|
10
10
|
version: 0.9.1
|
|
11
11
|
title: ""
|
|
12
|
-
date: 2024-01-08T17:45:
|
|
12
|
+
date: 2024-01-08T17:45:20.767Z
|
|
13
13
|
- commits:
|
|
14
14
|
- subject: Add nested changelog entries to the proposed notable changes
|
|
15
15
|
hash: 9e55bbf2170308b11872060089ad6e7e668ee444
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-deploy-request",
|
|
3
|
-
"version": "0.9.1-build-renovate-major-
|
|
3
|
+
"version": "0.9.1-build-renovate-major-husky-6438a3d0a94b2e8093dff0eed4055f55c81af4ab-1",
|
|
4
4
|
"description": "A simple script for generating deploy requests along with release notes",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://github.com/balena-io-modules/balena-deploy-request#readme",
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"husky": "^
|
|
34
|
-
"lint-staged": "^
|
|
33
|
+
"husky": "^8.0.0",
|
|
34
|
+
"lint-staged": "^8.1.6",
|
|
35
35
|
"prettier": "^1.17.1"
|
|
36
36
|
},
|
|
37
37
|
"versionist": {
|
|
38
|
-
"publishedAt": "2024-01-08T17:45:
|
|
38
|
+
"publishedAt": "2024-01-08T17:45:20.824Z"
|
|
39
39
|
}
|
|
40
40
|
}
|