@balena/pinejs 24.1.16 → 24.1.17

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,15 @@
1
+ - commits:
2
+ - subject: Update pinejs-client-core to 8.5.29
3
+ hash: 8f70dcb1b46d607d4faf3888039538e6bb970d89
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ nested: []
10
+ version: 24.1.17
11
+ title: ""
12
+ date: 2026-07-08T15:03:04.489Z
1
13
  - commits:
2
14
  - subject: Update dependency @swc/core to v1.15.43
3
15
  hash: a627cbb41238a574eb8180bd417373a92f29dd8e
@@ -10,7 +22,7 @@
10
22
  nested: []
11
23
  version: 24.1.16
12
24
  title: ""
13
- date: 2026-06-29T20:40:37.246Z
25
+ date: 2026-06-29T20:52:48.446Z
14
26
  - commits:
15
27
  - subject: "Tests: expect logins to succeed"
16
28
  hash: 446324470dd96a4c35dc41c3729f0a4eab2e2ce4
@@ -7737,6 +7749,7 @@
7737
7749
 
7738
7750
 
7739
7751
 
7752
+
7740
7753
 
7741
7754
 
7742
7755
  As balena-lint
@@ -7884,6 +7897,7 @@
7884
7897
 
7885
7898
 
7886
7899
 
7900
+
7887
7901
 
7888
7902
 
7889
7903
  As engine and npm is
@@ -8046,6 +8060,7 @@
8046
8060
 
8047
8061
 
8048
8062
 
8063
+
8049
8064
 
8050
8065
 
8051
8066
  Ensure that the
@@ -8271,6 +8286,7 @@
8271
8286
 
8272
8287
 
8273
8288
 
8289
+
8274
8290
 
8275
8291
 
8276
8292
  This also deprecates
@@ -8424,6 +8440,7 @@
8424
8440
 
8425
8441
 
8426
8442
 
8443
+
8427
8444
 
8428
8445
 
8429
8446
  It can in fact be a
@@ -8578,6 +8595,7 @@
8578
8595
 
8579
8596
 
8580
8597
 
8598
+
8581
8599
 
8582
8600
 
8583
8601
  We know what type
@@ -8737,6 +8755,7 @@
8737
8755
 
8738
8756
 
8739
8757
 
8758
+
8740
8759
 
8741
8760
 
8742
8761
  Update
@@ -9007,6 +9026,7 @@
9007
9026
 
9008
9027
 
9009
9028
 
9029
+
9010
9030
 
9011
9031
 
9012
9032
  This also deprecates
@@ -12250,6 +12270,7 @@
12250
12270
 
12251
12271
 
12252
12272
 
12273
+
12253
12274
 
12254
12275
 
12255
12276
  As balena-lint
@@ -12425,6 +12446,7 @@
12425
12446
 
12426
12447
 
12427
12448
 
12449
+
12428
12450
 
12429
12451
 
12430
12452
  As engine and npm is
@@ -12615,6 +12637,7 @@
12615
12637
 
12616
12638
 
12617
12639
 
12640
+
12618
12641
 
12619
12642
 
12620
12643
  Ensure that the
@@ -12868,6 +12891,7 @@
12868
12891
 
12869
12892
 
12870
12893
 
12894
+
12871
12895
 
12872
12896
 
12873
12897
  This also deprecates
@@ -13049,6 +13073,7 @@
13049
13073
 
13050
13074
 
13051
13075
 
13076
+
13052
13077
 
13053
13078
 
13054
13079
  It can in fact be a
@@ -13231,6 +13256,7 @@
13231
13256
 
13232
13257
 
13233
13258
 
13259
+
13234
13260
 
13235
13261
 
13236
13262
  We know what type
@@ -13418,6 +13444,7 @@
13418
13444
 
13419
13445
 
13420
13446
 
13447
+
13421
13448
 
13422
13449
 
13423
13450
  Update
@@ -13716,6 +13743,7 @@
13716
13743
 
13717
13744
 
13718
13745
 
13746
+
13719
13747
 
13720
13748
 
13721
13749
  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.1.17
8
+ ## (2026-07-08)
9
+
10
+ * Update pinejs-client-core to 8.5.29 [Pagan Gazzard]
11
+
7
12
  # v24.1.16
8
13
  ## (2026-06-29)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 24.1.16
1
+ 24.1.17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "24.1.16",
3
+ "version": "24.1.17",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -65,7 +65,7 @@
65
65
  "json-schema-to-ts": "^3.1.1",
66
66
  "lodash": "^4.17.21",
67
67
  "memoizee": "^0.4.17",
68
- "pinejs-client-core": "^8.4.1",
68
+ "pinejs-client-core": "^8.5.29",
69
69
  "randomstring": "^1.3.1",
70
70
  "typed-error": "^3.2.2"
71
71
  },
@@ -108,27 +108,27 @@
108
108
  "require-npm4-to-publish": "1.0.0",
109
109
  "supertest": "7.2.2",
110
110
  "terser-webpack-plugin": "5.6.1",
111
- "ts-loader": "9.6.1",
111
+ "ts-loader": "9.6.2",
112
112
  "typescript": "6.0.3",
113
- "webpack": "5.107.2",
114
- "webpack-dev-server": "5.2.5"
113
+ "webpack": "5.108.4",
114
+ "webpack-dev-server": "5.2.6"
115
115
  },
116
116
  "optionalDependencies": {
117
- "@aws-sdk/client-s3": "^3.908.0",
118
- "@aws-sdk/lib-storage": "^3.908.0",
119
- "@aws-sdk/s3-request-presigner": "^3.908.0",
117
+ "@aws-sdk/client-s3": "^3.1081.0",
118
+ "@aws-sdk/lib-storage": "^3.1081.0",
119
+ "@aws-sdk/s3-request-presigner": "^3.1081.0",
120
120
  "bcrypt": "^6.0.0",
121
- "body-parser": "^2.2.1",
121
+ "body-parser": "^2.3.0",
122
122
  "compression": "^1.8.1",
123
123
  "cookie-parser": "^1.4.7",
124
- "express": "^4.21.2",
124
+ "express": "^4.22.2",
125
125
  "method-override": "^3.0.0",
126
126
  "mysql": "^2.18.1",
127
127
  "passport": "^0.7.0",
128
128
  "passport-local": "^1.0.0",
129
- "pg": "^8.16.3",
130
- "pg-connection-string": "^2.9.1",
131
- "serve-static": "^1.16.2"
129
+ "pg": "^8.22.0",
130
+ "pg-connection-string": "^2.14.0",
131
+ "serve-static": "^1.16.3"
132
132
  },
133
133
  "engines": {
134
134
  "node": "^22.2.0 || ^24.5.0",
@@ -152,6 +152,6 @@
152
152
  "recursive": true
153
153
  },
154
154
  "versionist": {
155
- "publishedAt": "2026-06-29T20:40:38.292Z"
155
+ "publishedAt": "2026-07-08T15:03:05.623Z"
156
156
  }
157
157
  }