@balena/pinejs 23.3.8 → 23.3.9

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,17 @@
1
+ - commits:
2
+ - subject: Fix the flakiness of the scheduled task creation test
3
+ hash: a2ecf40b91f6a927b14d23d635b3f4a1c01d7ffb
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ See: https://balena.fibery.io/Work/Project/961
9
+ see: https://balena.fibery.io/Work/Project/961
10
+ author: Thodoris Greasidis
11
+ nested: []
12
+ version: 23.3.9
13
+ title: ""
14
+ date: 2026-02-17T10:03:33.024Z
1
15
  - commits:
2
16
  - subject: "Migrations: handle invalid return from async migration fns"
3
17
  hash: 612793444b68501f6d0e28fa9638d5e311f54887
@@ -9,7 +23,7 @@
9
23
  nested: []
10
24
  version: 23.3.8
11
25
  title: ""
12
- date: 2026-02-16T15:41:28.168Z
26
+ date: 2026-02-16T16:32:52.944Z
13
27
  - commits:
14
28
  - subject: Update dependency bcrypt to v6
15
29
  hash: dccec230815fa09d7e5e0a4329a38580c8ef0105
@@ -6156,6 +6170,7 @@
6156
6170
 
6157
6171
 
6158
6172
 
6173
+
6159
6174
 
6160
6175
 
6161
6176
  As balena-lint
@@ -6272,6 +6287,7 @@
6272
6287
 
6273
6288
 
6274
6289
 
6290
+
6275
6291
 
6276
6292
 
6277
6293
  As engine and npm is
@@ -6403,6 +6419,7 @@
6403
6419
 
6404
6420
 
6405
6421
 
6422
+
6406
6423
 
6407
6424
 
6408
6425
  Ensure that the
@@ -6597,6 +6614,7 @@
6597
6614
 
6598
6615
 
6599
6616
 
6617
+
6600
6618
 
6601
6619
 
6602
6620
  This also deprecates
@@ -6719,6 +6737,7 @@
6719
6737
 
6720
6738
 
6721
6739
 
6740
+
6722
6741
 
6723
6742
 
6724
6743
  It can in fact be a
@@ -6842,6 +6861,7 @@
6842
6861
 
6843
6862
 
6844
6863
 
6864
+
6845
6865
 
6846
6866
 
6847
6867
  We know what type
@@ -6970,6 +6990,7 @@
6970
6990
 
6971
6991
 
6972
6992
 
6993
+
6973
6994
 
6974
6995
 
6975
6996
  Update
@@ -7209,6 +7230,7 @@
7209
7230
 
7210
7231
 
7211
7232
 
7233
+
7212
7234
 
7213
7235
 
7214
7236
  This also deprecates
@@ -10421,6 +10443,7 @@
10421
10443
 
10422
10444
 
10423
10445
 
10446
+
10424
10447
 
10425
10448
 
10426
10449
  As balena-lint
@@ -10565,6 +10588,7 @@
10565
10588
 
10566
10589
 
10567
10590
 
10591
+
10568
10592
 
10569
10593
 
10570
10594
  As engine and npm is
@@ -10724,6 +10748,7 @@
10724
10748
 
10725
10749
 
10726
10750
 
10751
+
10727
10752
 
10728
10753
 
10729
10754
  Ensure that the
@@ -10946,6 +10971,7 @@
10946
10971
 
10947
10972
 
10948
10973
 
10974
+
10949
10975
 
10950
10976
 
10951
10977
  This also deprecates
@@ -11096,6 +11122,7 @@
11096
11122
 
11097
11123
 
11098
11124
 
11125
+
11099
11126
 
11100
11127
 
11101
11128
  It can in fact be a
@@ -11247,6 +11274,7 @@
11247
11274
 
11248
11275
 
11249
11276
 
11277
+
11250
11278
 
11251
11279
 
11252
11280
  We know what type
@@ -11403,6 +11431,7 @@
11403
11431
 
11404
11432
 
11405
11433
 
11434
+
11406
11435
 
11407
11436
 
11408
11437
  Update
@@ -11670,6 +11699,7 @@
11670
11699
 
11671
11700
 
11672
11701
 
11702
+
11673
11703
 
11674
11704
 
11675
11705
  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
+ # v23.3.9
8
+ ## (2026-02-17)
9
+
10
+ * Fix the flakiness of the scheduled task creation test [Thodoris Greasidis]
11
+
7
12
  # v23.3.8
8
13
  ## (2026-02-16)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 23.3.8
1
+ 23.3.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.3.8",
3
+ "version": "23.3.9",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -152,6 +152,6 @@
152
152
  "recursive": true
153
153
  },
154
154
  "versionist": {
155
- "publishedAt": "2026-02-16T15:41:29.218Z"
155
+ "publishedAt": "2026-02-17T10:03:33.922Z"
156
156
  }
157
157
  }