@balena/pinejs 18.2.7-build-update-deps-5f68e9c1a73b073a071c244b693596adadf39b48-1 → 18.2.8-build-renovate-major-7-grunt-webpack-eb318652be2be27482fdb443963f2502bdcedfaf-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: eb318652be2be27482fdb443963f2502bdcedfaf
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.8
12
+ title: ""
13
+ date: 2024-09-13T07:53:29.906Z
1
14
  - commits:
2
15
  - subject: Update dependencies
3
16
  hash: 5f68e9c1a73b073a071c244b693596adadf39b48
@@ -47,7 +60,7 @@
47
60
  date: 2024-09-12T16:04:52.737Z
48
61
  version: 18.2.7
49
62
  title: ""
50
- date: 2024-09-12T17:30:52.268Z
63
+ date: 2024-09-13T07:04:45.899Z
51
64
  - commits:
52
65
  - subject: Fix linting issues with latest dependencies
53
66
  hash: b9b80e9eafc9a7becf6d33b0eba760ec0cf06665
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.8
8
+ ## (2024-09-13)
9
+
10
+ * Update dependency grunt-webpack to v7 [Self-hosted Renovate Bot]
11
+
7
12
  # v18.2.7
8
- ## (2024-09-12)
13
+ ## (2024-09-13)
9
14
 
10
15
 
11
16
  <details>
package/VERSION CHANGED
@@ -1 +1 @@
1
- 18.2.7
1
+ 18.2.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "18.2.7-build-update-deps-5f68e9c1a73b073a071c244b693596adadf39b48-1",
3
+ "version": "18.2.8-build-renovate-major-7-grunt-webpack-eb318652be2be27482fdb443963f2502bdcedfaf-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.6",
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-12T17:30:53.743Z"
150
+ "publishedAt": "2024-09-13T07:53:30.606Z"
151
151
  }
152
152
  }