balena-deploy-request 0.9.1-build-renovate-lint-staged-13-x-6c518f5a89548fa2ed2235d9412a912bbd5b5d71-1 → 0.9.1-build-renovate-lint-staged-14-x-4376a79bc3705f5fd4998c8f85f357364275728f-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 +2 -2
- package/package.json +3 -3
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
- commits:
|
|
2
|
-
- subject: Update dependency lint-staged to
|
|
3
|
-
hash:
|
|
2
|
+
- subject: Update dependency lint-staged to v14
|
|
3
|
+
hash: 4376a79bc3705f5fd4998c8f85f357364275728f
|
|
4
4
|
body: |
|
|
5
|
-
Update lint-staged from 8.2.1 to
|
|
5
|
+
Update lint-staged from 8.2.1 to 14.0.0
|
|
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: 2023-
|
|
12
|
+
date: 2023-08-13T20:44:58.252Z
|
|
13
13
|
- commits:
|
|
14
14
|
- subject: Add nested changelog entries to the proposed notable changes
|
|
15
15
|
hash: 9e55bbf2170308b11872060089ad6e7e668ee444
|
package/CHANGELOG.md
CHANGED
|
@@ -5,9 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
7
|
# v0.9.1
|
|
8
|
-
## (2023-
|
|
8
|
+
## (2023-08-13)
|
|
9
9
|
|
|
10
|
-
* Update dependency lint-staged to
|
|
10
|
+
* Update dependency lint-staged to v14 [Self-hosted Renovate Bot]
|
|
11
11
|
|
|
12
12
|
# v0.9.0
|
|
13
13
|
## (2023-06-16)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-deploy-request",
|
|
3
|
-
"version": "0.9.1-build-renovate-lint-staged-
|
|
3
|
+
"version": "0.9.1-build-renovate-lint-staged-14-x-4376a79bc3705f5fd4998c8f85f357364275728f-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": "^2.2.0",
|
|
34
|
-
"lint-staged": "^
|
|
34
|
+
"lint-staged": "^14.0.0",
|
|
35
35
|
"prettier": "^1.17.1"
|
|
36
36
|
},
|
|
37
37
|
"versionist": {
|
|
38
|
-
"publishedAt": "2023-
|
|
38
|
+
"publishedAt": "2023-08-13T20:44:58.328Z"
|
|
39
39
|
}
|
|
40
40
|
}
|