@balena/pinejs 23.2.11-build-update-pinejs-client-core-8-4-1-fb35a0707998cbbdf4d61dfbcd622f817996e6de-1 → 23.2.11-build-renovate-node-24-x-cd835bb7b31ea1f87f48902dd3b01d16366817c4-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,38 +1,16 @@
1
1
  - commits:
2
- - subject: Update pinejs-client-core to 8.4.1
3
- hash: fb35a0707998cbbdf4d61dfbcd622f817996e6de
2
+ - subject: Update Node.js to v24
3
+ hash: cd835bb7b31ea1f87f48902dd3b01d16366817c4
4
4
  body: |
5
- Update pinejs-client-core from 8.4.0 to 8.4.1
5
+ Update node from 20.19.5 to 24.11.0
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
9
- author: Thodoris Greasidis
10
- nested:
11
- - commits:
12
- - subject: Stop adding white space after comma in $in expressions
13
- hash: a0530b427983bab8b826a0e3d313531fa15aa377
14
- body: >
15
- inExpr = RWS "in" RWS ( listExpr / commonExpr )
16
-
17
- listExpr = OPEN BWS primitiveLiteral BWS *( COMMA BWS
18
- primitiveLiteral BWS ) CLOSE
19
-
20
- COMMA = "," / "%2C"
21
-
22
- BWS = f( SP / HTAB / "%20" / "%09" ) ; "bad" whitespace
23
- footer:
24
- Change-type: patch
25
- change-type: patch
26
- See: https://docs.oasis-open.org/odata/odata/v4.01/os/abnf/odata-abnf-construction-rules.txt
27
- see: https://docs.oasis-open.org/odata/odata/v4.01/os/abnf/odata-abnf-construction-rules.txt
28
- author: Thodoris Greasidis
29
- nested: []
30
- version: pinejs-client-js-8.4.1
31
- title: ""
32
- date: 2025-11-10T17:12:36.457Z
9
+ author: balena-renovate[bot]
10
+ nested: []
33
11
  version: 23.2.11
34
12
  title: ""
35
- date: 2025-11-10T20:27:59.250Z
13
+ date: 2025-11-10T20:36:31.247Z
36
14
  - commits:
37
15
  - subject: Avoid deep cloning relationships when hitting additional permissions
38
16
  for constrained models
package/CHANGELOG.md CHANGED
@@ -7,17 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v23.2.11
8
8
  ## (2025-11-10)
9
9
 
10
-
11
- <details>
12
- <summary> Update pinejs-client-core to 8.4.1 [Thodoris Greasidis] </summary>
13
-
14
- > ## pinejs-client-js-8.4.1
15
- > ### (2025-11-10)
16
- >
17
- > * Stop adding white space after comma in $in expressions [Thodoris Greasidis]
18
- >
19
-
20
- </details>
10
+ * Update Node.js to v24 [balena-renovate[bot]]
21
11
 
22
12
  # v23.2.10
23
13
  ## (2025-11-07)
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:20-alpine as runner
1
+ FROM node:24-alpine as runner
2
2
 
3
3
  WORKDIR /usr/src/pine
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.2.11-build-update-pinejs-client-core-8-4-1-fb35a0707998cbbdf4d61dfbcd622f817996e6de-1",
3
+ "version": "23.2.11-build-renovate-node-24-x-cd835bb7b31ea1f87f48902dd3b01d16366817c4-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -62,7 +62,7 @@
62
62
  "json-schema-to-ts": "^3.1.1",
63
63
  "lodash": "^4.17.21",
64
64
  "memoizee": "^0.4.17",
65
- "pinejs-client-core": "^8.4.1",
65
+ "pinejs-client-core": "^8.4.0",
66
66
  "randomstring": "^1.3.1",
67
67
  "typed-error": "^3.2.2"
68
68
  },
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-11-10T20:28:00.983Z"
152
+ "publishedAt": "2025-11-10T20:36:32.323Z"
153
153
  }
154
154
  }