@balena/pinejs 23.2.11-build-renovate-postgres-18-x-4b8b403fbe304a5e47c4824e4e3ae8cb1b6dc31e-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.
- package/.versionbot/CHANGELOG.yml +4 -4
- package/CHANGELOG.md +2 -2
- package/Dockerfile +1 -1
- package/docker-compose.npm-test.yml +1 -1
- package/package.json +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
- commits:
|
|
2
|
-
- subject: Update
|
|
3
|
-
hash:
|
|
2
|
+
- subject: Update Node.js to v24
|
|
3
|
+
hash: cd835bb7b31ea1f87f48902dd3b01d16366817c4
|
|
4
4
|
body: |
|
|
5
|
-
Update
|
|
5
|
+
Update node from 20.19.5 to 24.11.0
|
|
6
6
|
footer:
|
|
7
7
|
Change-type: patch
|
|
8
8
|
change-type: patch
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
nested: []
|
|
11
11
|
version: 23.2.11
|
|
12
12
|
title: ""
|
|
13
|
-
date: 2025-11-
|
|
13
|
+
date: 2025-11-10T20:36:31.247Z
|
|
14
14
|
- commits:
|
|
15
15
|
- subject: Avoid deep cloning relationships when hitting additional permissions
|
|
16
16
|
for constrained models
|
package/CHANGELOG.md
CHANGED
|
@@ -5,9 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
7
|
# v23.2.11
|
|
8
|
-
## (2025-11-
|
|
8
|
+
## (2025-11-10)
|
|
9
9
|
|
|
10
|
-
* Update
|
|
10
|
+
* Update Node.js to v24 [balena-renovate[bot]]
|
|
11
11
|
|
|
12
12
|
# v23.2.10
|
|
13
13
|
## (2025-11-07)
|
package/Dockerfile
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/pinejs",
|
|
3
|
-
"version": "23.2.11-build-renovate-
|
|
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",
|
|
@@ -149,6 +149,6 @@
|
|
|
149
149
|
"recursive": true
|
|
150
150
|
},
|
|
151
151
|
"versionist": {
|
|
152
|
-
"publishedAt": "2025-11-
|
|
152
|
+
"publishedAt": "2025-11-10T20:36:32.323Z"
|
|
153
153
|
}
|
|
154
154
|
}
|