balena-deploy-request 0.9.1-build-renovate-lint-staged-14-x-4376a79bc3705f5fd4998c8f85f357364275728f-1 → 0.9.1-build-renovate-lint-staged-15-x-28ee4bb27b099177216c0d928b9646a6016becd7-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,15 +1,15 @@
1
1
  - commits:
2
- - subject: Update dependency lint-staged to v14
3
- hash: 4376a79bc3705f5fd4998c8f85f357364275728f
2
+ - subject: Update dependency lint-staged to v15
3
+ hash: 28ee4bb27b099177216c0d928b9646a6016becd7
4
4
  body: |
5
- Update lint-staged from 8.2.1 to 14.0.0
5
+ Update lint-staged from 8.2.1 to 15.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-08-13T20:44:58.252Z
12
+ date: 2023-10-17T18:45:29.801Z
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-08-13)
8
+ ## (2023-10-17)
9
9
 
10
- * Update dependency lint-staged to v14 [Self-hosted Renovate Bot]
10
+ * Update dependency lint-staged to v15 [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-14-x-4376a79bc3705f5fd4998c8f85f357364275728f-1",
3
+ "version": "0.9.1-build-renovate-lint-staged-15-x-28ee4bb27b099177216c0d928b9646a6016becd7-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": "^14.0.0",
34
+ "lint-staged": "^15.0.0",
35
35
  "prettier": "^1.17.1"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2023-08-13T20:44:58.328Z"
38
+ "publishedAt": "2023-10-17T18:45:29.905Z"
39
39
  }
40
40
  }