@balena/pinejs 24.2.5 → 24.2.6

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-dev-server to v6
3
+ hash: ab0017097e52200b9c36bb7fe0aaeb819c0ec271
4
+ body: |
5
+ Update webpack-dev-server from 5.2.6 to 6.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 24.2.6
12
+ title: ""
13
+ date: 2026-07-29T12:47:35.797Z
1
14
  - commits:
2
15
  - subject: Bump @balena/lf-to-abstract-sql to v6.0.3
3
16
  hash: a10396da41bd4c65db8672c58765be81362caa04
@@ -77,7 +90,7 @@
77
90
  date: 2026-05-16T00:16:07.414Z
78
91
  version: 24.2.5
79
92
  title: ""
80
- date: 2026-07-29T12:15:33.826Z
93
+ date: 2026-07-29T12:41:38.348Z
81
94
  - commits:
82
95
  - subject: Update dependency lint-staged to v17.2.0
83
96
  hash: 50c753d3c8f357d7f778168b1fed8f47dc766dce
@@ -8277,6 +8290,7 @@
8277
8290
 
8278
8291
 
8279
8292
 
8293
+
8280
8294
 
8281
8295
 
8282
8296
  As balena-lint
@@ -8436,6 +8450,7 @@
8436
8450
 
8437
8451
 
8438
8452
 
8453
+
8439
8454
 
8440
8455
 
8441
8456
  As engine and npm is
@@ -8610,6 +8625,7 @@
8610
8625
 
8611
8626
 
8612
8627
 
8628
+
8613
8629
 
8614
8630
 
8615
8631
  Ensure that the
@@ -8847,6 +8863,7 @@
8847
8863
 
8848
8864
 
8849
8865
 
8866
+
8850
8867
 
8851
8868
 
8852
8869
  This also deprecates
@@ -9012,6 +9029,7 @@
9012
9029
 
9013
9030
 
9014
9031
 
9032
+
9015
9033
 
9016
9034
 
9017
9035
  It can in fact be a
@@ -9178,6 +9196,7 @@
9178
9196
 
9179
9197
 
9180
9198
 
9199
+
9181
9200
 
9182
9201
 
9183
9202
  We know what type
@@ -9349,6 +9368,7 @@
9349
9368
 
9350
9369
 
9351
9370
 
9371
+
9352
9372
 
9353
9373
 
9354
9374
  Update
@@ -9631,6 +9651,7 @@
9631
9651
 
9632
9652
 
9633
9653
 
9654
+
9634
9655
 
9635
9656
 
9636
9657
  This also deprecates
@@ -12886,6 +12907,7 @@
12886
12907
 
12887
12908
 
12888
12909
 
12910
+
12889
12911
 
12890
12912
 
12891
12913
  As balena-lint
@@ -13073,6 +13095,7 @@
13073
13095
 
13074
13096
 
13075
13097
 
13098
+
13076
13099
 
13077
13100
 
13078
13101
  As engine and npm is
@@ -13275,6 +13298,7 @@
13275
13298
 
13276
13299
 
13277
13300
 
13301
+
13278
13302
 
13279
13303
 
13280
13304
  Ensure that the
@@ -13540,6 +13564,7 @@
13540
13564
 
13541
13565
 
13542
13566
 
13567
+
13543
13568
 
13544
13569
 
13545
13570
  This also deprecates
@@ -13733,6 +13758,7 @@
13733
13758
 
13734
13759
 
13735
13760
 
13761
+
13736
13762
 
13737
13763
 
13738
13764
  It can in fact be a
@@ -13927,6 +13953,7 @@
13927
13953
 
13928
13954
 
13929
13955
 
13956
+
13930
13957
 
13931
13958
 
13932
13959
  We know what type
@@ -14126,6 +14153,7 @@
14126
14153
 
14127
14154
 
14128
14155
 
14156
+
14129
14157
 
14130
14158
 
14131
14159
  Update
@@ -14436,6 +14464,7 @@
14436
14464
 
14437
14465
 
14438
14466
 
14467
+
14439
14468
 
14440
14469
 
14441
14470
  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.6
8
+ ## (2026-07-29)
9
+
10
+ * Update dependency webpack-dev-server to v6 [balena-renovate[bot]]
11
+
7
12
  # v24.2.5
8
13
  ## (2026-07-29)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 24.2.5
1
+ 24.2.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "24.2.5",
3
+ "version": "24.2.6",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -112,7 +112,7 @@
112
112
  "ts-loader": "9.6.2",
113
113
  "typescript": "6.0.3",
114
114
  "webpack": "5.108.4",
115
- "webpack-dev-server": "5.2.6"
115
+ "webpack-dev-server": "6.0.0"
116
116
  },
117
117
  "optionalDependencies": {
118
118
  "@aws-sdk/client-s3": "^3.1081.0",
@@ -153,6 +153,6 @@
153
153
  "recursive": true
154
154
  },
155
155
  "versionist": {
156
- "publishedAt": "2026-07-29T12:15:35.732Z"
156
+ "publishedAt": "2026-07-29T12:47:36.823Z"
157
157
  }
158
158
  }