@balena/pinejs 24.2.19 → 24.2.20

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 webpack to v5.110.0
3
+ hash: cea27190fab3765e484d64185dbb14528bbaf282
4
+ body: |
5
+ Update webpack from 5.109.2 to 5.110.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 24.2.20
12
+ title: ""
13
+ date: 2026-08-30T12:01:48.426Z
1
14
  - commits:
2
15
  - subject: Update dependency lint-staged to v17.4.1
3
16
  hash: 35f2e5f5b25f7b472c6665c90e625ef9878ababb
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 24.2.19
12
25
  title: ""
13
- date: 2026-08-30T10:58:06.505Z
26
+ date: 2026-08-30T11:11:40.209Z
14
27
  - commits:
15
28
  - subject: Update dependency flowzonify to v0.4.0
16
29
  hash: 53175cbc9a2bc8c8e82c486569d931088e939910
@@ -8482,6 +8495,7 @@
8482
8495
 
8483
8496
 
8484
8497
 
8498
+
8485
8499
 
8486
8500
 
8487
8501
  As balena-lint
@@ -8655,6 +8669,7 @@
8655
8669
 
8656
8670
 
8657
8671
 
8672
+
8658
8673
 
8659
8674
 
8660
8675
  As engine and npm is
@@ -8843,6 +8858,7 @@
8843
8858
 
8844
8859
 
8845
8860
 
8861
+
8846
8862
 
8847
8863
 
8848
8864
  Ensure that the
@@ -9094,6 +9110,7 @@
9094
9110
 
9095
9111
 
9096
9112
 
9113
+
9097
9114
 
9098
9115
 
9099
9116
  This also deprecates
@@ -9273,6 +9290,7 @@
9273
9290
 
9274
9291
 
9275
9292
 
9293
+
9276
9294
 
9277
9295
 
9278
9296
  It can in fact be a
@@ -9453,6 +9471,7 @@
9453
9471
 
9454
9472
 
9455
9473
 
9474
+
9456
9475
 
9457
9476
 
9458
9477
  We know what type
@@ -9638,6 +9657,7 @@
9638
9657
 
9639
9658
 
9640
9659
 
9660
+
9641
9661
 
9642
9662
 
9643
9663
  Update
@@ -9934,6 +9954,7 @@
9934
9954
 
9935
9955
 
9936
9956
 
9957
+
9937
9958
 
9938
9959
 
9939
9960
  This also deprecates
@@ -13203,6 +13224,7 @@
13203
13224
 
13204
13225
 
13205
13226
 
13227
+
13206
13228
 
13207
13229
 
13208
13230
  As balena-lint
@@ -13404,6 +13426,7 @@
13404
13426
 
13405
13427
 
13406
13428
 
13429
+
13407
13430
 
13408
13431
 
13409
13432
  As engine and npm is
@@ -13620,6 +13643,7 @@
13620
13643
 
13621
13644
 
13622
13645
 
13646
+
13623
13647
 
13624
13648
 
13625
13649
  Ensure that the
@@ -13899,6 +13923,7 @@
13899
13923
 
13900
13924
 
13901
13925
 
13926
+
13902
13927
 
13903
13928
 
13904
13929
  This also deprecates
@@ -14106,6 +14131,7 @@
14106
14131
 
14107
14132
 
14108
14133
 
14134
+
14109
14135
 
14110
14136
 
14111
14137
  It can in fact be a
@@ -14314,6 +14340,7 @@
14314
14340
 
14315
14341
 
14316
14342
 
14343
+
14317
14344
 
14318
14345
 
14319
14346
  We know what type
@@ -14527,6 +14554,7 @@
14527
14554
 
14528
14555
 
14529
14556
 
14557
+
14530
14558
 
14531
14559
 
14532
14560
  Update
@@ -14851,6 +14879,7 @@
14851
14879
 
14852
14880
 
14853
14881
 
14882
+
14854
14883
 
14855
14884
 
14856
14885
  This also deprecates
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
+ # v24.2.20
8
+ ## (2026-08-30)
9
+
10
+ * Update dependency webpack to v5.110.0 [balena-renovate[bot]]
11
+
7
12
  # v24.2.19
8
13
  ## (2026-08-30)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 24.2.19
1
+ 24.2.20
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "24.2.19",
3
+ "version": "24.2.20",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -111,7 +111,7 @@
111
111
  "terser-webpack-plugin": "5.6.1",
112
112
  "ts-loader": "9.6.2",
113
113
  "typescript": "6.0.3",
114
- "webpack": "5.109.2",
114
+ "webpack": "5.110.0",
115
115
  "webpack-dev-server": "6.0.0"
116
116
  },
117
117
  "optionalDependencies": {
@@ -153,6 +153,6 @@
153
153
  "recursive": true
154
154
  },
155
155
  "versionist": {
156
- "publishedAt": "2026-08-30T10:58:07.598Z"
156
+ "publishedAt": "2026-08-30T12:01:49.416Z"
157
157
  }
158
158
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "24.2.19",
3
+ "version": "24.2.20",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -111,7 +111,7 @@
111
111
  "terser-webpack-plugin": "5.6.1",
112
112
  "ts-loader": "9.6.2",
113
113
  "typescript": "6.0.3",
114
- "webpack": "5.109.2",
114
+ "webpack": "5.110.0",
115
115
  "webpack-dev-server": "6.0.0"
116
116
  },
117
117
  "optionalDependencies": {
@@ -153,6 +153,6 @@
153
153
  "recursive": true
154
154
  },
155
155
  "versionist": {
156
- "publishedAt": "2026-08-30T10:58:07.598Z"
156
+ "publishedAt": "2026-08-30T12:01:49.416Z"
157
157
  }
158
158
  }