balena-deploy-request 0.9.0-build-nested-dependencies-9e55bbf2170308b11872060089ad6e7e668ee444-1 → 0.9.1-build-renovate-lint-staged-13-x-6c518f5a89548fa2ed2235d9412a912bbd5b5d71-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 v13
3
+ hash: 6c518f5a89548fa2ed2235d9412a912bbd5b5d71
4
+ body: |
5
+ Update lint-staged from 8.2.1 to 13.2.2
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ version: 0.9.1
11
+ title: ""
12
+ date: 2023-06-16T15:44:26.759Z
1
13
  - commits:
2
14
  - subject: Add nested changelog entries to the proposed notable changes
3
15
  hash: 9e55bbf2170308b11872060089ad6e7e668ee444
@@ -8,7 +20,7 @@
8
20
  author: Thodoris Greasidis
9
21
  version: 0.9.0
10
22
  title: ""
11
- date: 2023-06-16T14:20:01.540Z
23
+ date: 2023-06-16T14:55:57.094Z
12
24
  - commits:
13
25
  - subject: Replace balenaCI with flowzone
14
26
  hash: d42ed86c90fa770f03b9bb683202757ea19780a7
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.1
8
+ ## (2023-06-16)
9
+
10
+ * Update dependency lint-staged to v13 [Self-hosted Renovate Bot]
11
+
7
12
  # v0.9.0
8
13
  ## (2023-06-16)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-deploy-request",
3
- "version": "0.9.0-build-nested-dependencies-9e55bbf2170308b11872060089ad6e7e668ee444-1",
3
+ "version": "0.9.1-build-renovate-lint-staged-13-x-6c518f5a89548fa2ed2235d9412a912bbd5b5d71-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": "^8.1.6",
34
+ "lint-staged": "^13.0.0",
35
35
  "prettier": "^1.17.1"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2023-06-16T14:20:01.627Z"
38
+ "publishedAt": "2023-06-16T15:44:26.827Z"
39
39
  }
40
40
  }