@balena/pinejs 19.0.1-build-sbvrtpes-cdffcd5fb6973f18d6e1cbc37e3931605edd2391-1 → 19.0.2-build-renovate-major-7-grunt-webpack-178c06f03da15786e2447190ed7b2df36d5eb0d2-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/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +14 -1
- package/CHANGELOG.md +5 -0
- package/VERSION +1 -1
- package/package.json +3 -3
@@ -1,3 +1,16 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: Update dependency grunt-webpack to v7
|
3
|
+
hash: 178c06f03da15786e2447190ed7b2df36d5eb0d2
|
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: 19.0.2
|
12
|
+
title: ""
|
13
|
+
date: 2024-09-17T13:55:55.101Z
|
1
14
|
- commits:
|
2
15
|
- subject: Update @balena/sbvr-types from 9.0.1 to 9.0.2
|
3
16
|
hash: cdffcd5fb6973f18d6e1cbc37e3931605edd2391
|
@@ -21,7 +34,7 @@
|
|
21
34
|
date: 2024-09-17T12:44:29.082Z
|
22
35
|
version: 19.0.1
|
23
36
|
title: ""
|
24
|
-
date: 2024-09-17T13:
|
37
|
+
date: 2024-09-17T13:47:40.633Z
|
25
38
|
- commits:
|
26
39
|
- subject: Update pinejs-client-core to 8.x
|
27
40
|
hash: 3ff290ddc447a0067684e929bfcf0fb5847638cc
|
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
|
+
# v19.0.2
|
8
|
+
## (2024-09-17)
|
9
|
+
|
10
|
+
* Update dependency grunt-webpack to v7 [Self-hosted Renovate Bot]
|
11
|
+
|
7
12
|
# v19.0.1
|
8
13
|
## (2024-09-17)
|
9
14
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
19.0.
|
1
|
+
19.0.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.0.
|
3
|
+
"version": "19.0.2-build-renovate-major-7-grunt-webpack-178c06f03da15786e2447190ed7b2df36d5eb0d2-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": "^
|
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-17T13:
|
150
|
+
"publishedAt": "2024-09-17T13:55:55.833Z"
|
151
151
|
}
|
152
152
|
}
|