@balena/pinejs 15.3.20 → 15.3.21

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 v6
3
+ hash: 8e6a57ca6c715f8a9c329948788d58cc8ceeedd6
4
+ body: |
5
+ Update grunt-webpack from 5.0.0 to 6.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 15.3.21
12
+ title: ""
13
+ date: 2023-11-24T11:00:01.279Z
1
14
  - commits:
2
15
  - subject: Update dependency @types/websql to ^0.0.30
3
16
  hash: 1df43317b094ec1230a7e494246804cf509dc6c1
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 15.3.20
12
25
  title: ""
13
- date: 2023-11-24T09:59:57.076Z
26
+ date: 2023-11-24T10:08:43.412Z
14
27
  - commits:
15
28
  - subject: Update dependency @types/method-override to ^0.0.35
16
29
  hash: 9c2ef078ad9cf65d6c74b38241e5d0387f2f7473
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
+ # v15.3.21
8
+ ## (2023-11-24)
9
+
10
+ * Update dependency grunt-webpack to v6 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.3.20
8
13
  ## (2023-11-24)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.3.20
1
+ 15.3.21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.20",
3
+ "version": "15.3.21",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -86,7 +86,7 @@
86
86
  "grunt-gitinfo": "^0.1.9",
87
87
  "grunt-text-replace": "^0.4.0",
88
88
  "grunt-ts": "^6.0.0-beta.22",
89
- "grunt-webpack": "^5.0.0",
89
+ "grunt-webpack": "^6.0.0",
90
90
  "husky": "^8.0.3",
91
91
  "lint-staged": "^13.2.2",
92
92
  "load-grunt-tasks": "^5.1.0",
@@ -143,6 +143,6 @@
143
143
  "recursive": true
144
144
  },
145
145
  "versionist": {
146
- "publishedAt": "2023-11-24T09:59:57.870Z"
146
+ "publishedAt": "2023-11-24T11:00:02.027Z"
147
147
  }
148
148
  }