@balena/pinejs 23.2.1 → 23.2.2-build-renovate-major-24-node-9b505db52a869bf696cfee9e220bf49ffec18930-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 @types/node to v24
3
+ hash: 9b505db52a869bf696cfee9e220bf49ffec18930
4
+ body: |
5
+ Update @types/node from 20.19.24 to 24.9.1
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 23.2.2
12
+ title: ""
13
+ date: 2025-10-29T14:11:44.614Z
1
14
  - commits:
2
15
  - subject: Avoid deep cloning tables when creating constrained models
3
16
  hash: 172b1fb7781af36e172e88ca603b7d602e8b5653
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 23.2.1
12
25
  title: ""
13
- date: 2025-10-28T17:58:20.906Z
26
+ date: 2025-10-29T14:04:01.119Z
14
27
  - commits:
15
28
  - subject: "tests: Prefer waitFor instead of setTimeout"
16
29
  hash: dd0c40533ddf5c07059a1f042b21b303070e0bd9
@@ -5741,6 +5754,7 @@
5741
5754
 
5742
5755
 
5743
5756
 
5757
+
5744
5758
 
5745
5759
 
5746
5760
  As balena-lint
@@ -5833,6 +5847,7 @@
5833
5847
 
5834
5848
 
5835
5849
 
5850
+
5836
5851
 
5837
5852
 
5838
5853
  As engine and npm is
@@ -5940,6 +5955,7 @@
5940
5955
 
5941
5956
 
5942
5957
 
5958
+
5943
5959
 
5944
5960
 
5945
5961
  Ensure that the
@@ -6110,6 +6126,7 @@
6110
6126
 
6111
6127
 
6112
6128
 
6129
+
6113
6130
 
6114
6131
 
6115
6132
  This also deprecates
@@ -6208,6 +6225,7 @@
6208
6225
 
6209
6226
 
6210
6227
 
6228
+
6211
6229
 
6212
6230
 
6213
6231
  It can in fact be a
@@ -6307,6 +6325,7 @@
6307
6325
 
6308
6326
 
6309
6327
 
6328
+
6310
6329
 
6311
6330
 
6312
6331
  We know what type
@@ -6411,6 +6430,7 @@
6411
6430
 
6412
6431
 
6413
6432
 
6433
+
6414
6434
 
6415
6435
 
6416
6436
  Update
@@ -6626,6 +6646,7 @@
6626
6646
 
6627
6647
 
6628
6648
 
6649
+
6629
6650
 
6630
6651
 
6631
6652
  This also deprecates
@@ -9814,6 +9835,7 @@
9814
9835
 
9815
9836
 
9816
9837
 
9838
+
9817
9839
 
9818
9840
 
9819
9841
  As balena-lint
@@ -9934,6 +9956,7 @@
9934
9956
 
9935
9957
 
9936
9958
 
9959
+
9937
9960
 
9938
9961
 
9939
9962
  As engine and npm is
@@ -10069,6 +10092,7 @@
10069
10092
 
10070
10093
 
10071
10094
 
10095
+
10072
10096
 
10073
10097
 
10074
10098
  Ensure that the
@@ -10267,6 +10291,7 @@
10267
10291
 
10268
10292
 
10269
10293
 
10294
+
10270
10295
 
10271
10296
 
10272
10297
  This also deprecates
@@ -10393,6 +10418,7 @@
10393
10418
 
10394
10419
 
10395
10420
 
10421
+
10396
10422
 
10397
10423
 
10398
10424
  It can in fact be a
@@ -10520,6 +10546,7 @@
10520
10546
 
10521
10547
 
10522
10548
 
10549
+
10523
10550
 
10524
10551
 
10525
10552
  We know what type
@@ -10652,6 +10679,7 @@
10652
10679
 
10653
10680
 
10654
10681
 
10682
+
10655
10683
 
10656
10684
 
10657
10685
  Update
@@ -10895,6 +10923,7 @@
10895
10923
 
10896
10924
 
10897
10925
 
10926
+
10898
10927
 
10899
10928
 
10900
10929
  This also deprecates
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
+ # v23.2.2
8
+ ## (2025-10-29)
9
+
10
+ * Update dependency @types/node to v24 [balena-renovate[bot]]
11
+
7
12
  # v23.2.1
8
- ## (2025-10-28)
13
+ ## (2025-10-29)
9
14
 
10
15
  * Avoid deep cloning tables when creating constrained models [Pagan Gazzard]
11
16
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 23.2.1
1
+ 23.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.2.1",
3
+ "version": "23.2.2-build-renovate-major-24-node-9b505db52a869bf696cfee9e220bf49ffec18930-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -45,7 +45,7 @@
45
45
  "@types/memoizee": "^0.4.12",
46
46
  "@types/method-override": "^3.0.0",
47
47
  "@types/mysql": "^2.15.27",
48
- "@types/node": "^20.19.21",
48
+ "@types/node": "^24.0.0",
49
49
  "@types/passport": "^1.0.17",
50
50
  "@types/passport-local": "^1.0.38",
51
51
  "@types/passport-strategy": "^0.2.38",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-10-28T17:58:21.904Z"
152
+ "publishedAt": "2025-10-29T14:11:45.615Z"
153
153
  }
154
154
  }