@balena/pinejs 18.2.6-build-bump-ts-5-6-2-b9b80e9eafc9a7becf6d33b0eba760ec0cf06665-1 → 18.2.7-build-renovate-major-7-grunt-webpack-331ff0b63172081def8cc91fae7842d17ef10743-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,16 @@
1
+ - commits:
2
+ - subject: Update dependency grunt-webpack to v7
3
+ hash: 331ff0b63172081def8cc91fae7842d17ef10743
4
+ body: |
5
+ Update grunt-webpack from 6.0.0 to 7.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 18.2.7
12
+ title: ""
13
+ date: 2024-09-12T13:55:59.406Z
1
14
  - commits:
2
15
  - subject: Fix linting issues with latest dependencies
3
16
  hash: b9b80e9eafc9a7becf6d33b0eba760ec0cf06665
@@ -17,7 +30,7 @@
17
30
  nested: []
18
31
  version: 18.2.6
19
32
  title: ""
20
- date: 2024-09-10T14:22:36.135Z
33
+ date: 2024-09-12T13:28:05.172Z
21
34
  - commits:
22
35
  - subject: Update dependency commander to v12
23
36
  hash: eb10dbdcd80ce05ad65f9b7c47542d3ee8f3fe38
package/CHANGELOG.md CHANGED
@@ -4,8 +4,13 @@ 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
+ # v18.2.7
8
+ ## (2024-09-12)
9
+
10
+ * Update dependency grunt-webpack to v7 [Self-hosted Renovate Bot]
11
+
7
12
  # v18.2.6
8
- ## (2024-09-10)
13
+ ## (2024-09-12)
9
14
 
10
15
  * Fix linting issues with latest dependencies [Thodoris Greasidis]
11
16
  * Update TypeScript to 5.6.2 [Thodoris Greasidis]
package/VERSION CHANGED
@@ -1 +1 @@
1
- 18.2.6
1
+ 18.2.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "18.2.6-build-bump-ts-5-6-2-b9b80e9eafc9a7becf6d33b0eba760ec0cf06665-1",
3
+ "version": "18.2.7-build-renovate-major-7-grunt-webpack-331ff0b63172081def8cc91fae7842d17ef10743-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -89,7 +89,7 @@
89
89
  "grunt-gitinfo": "^0.1.9",
90
90
  "grunt-text-replace": "^0.4.0",
91
91
  "grunt-ts": "^6.0.0-beta.22",
92
- "grunt-webpack": "^6.0.0",
92
+ "grunt-webpack": "^7.0.0",
93
93
  "husky": "^9.1.5",
94
94
  "json-schema-to-ts": "^3.1.1",
95
95
  "lint-staged": "^15.2.10",
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-09-10T14:22:36.970Z"
150
+ "publishedAt": "2024-09-12T13:56:00.126Z"
151
151
  }
152
152
  }