@balena/pinejs 23.2.1-build-renovate-postgres-18-x-050de79b3eaf01285e06a417d12c4aa6cb6e3fbe-1 → 23.2.1-build-renovate-major-24-node-84bc58f82da69f7a40dee2afff6aa7ca21d75e3c-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 +1 -1
- package/docker-compose.npm-test.yml +1 -1
- package/package.json +3 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
- commits:
|
|
2
|
-
- subject: Update
|
|
3
|
-
hash:
|
|
2
|
+
- subject: Update dependency @types/node to v24
|
|
3
|
+
hash: 84bc58f82da69f7a40dee2afff6aa7ca21d75e3c
|
|
4
4
|
body: |
|
|
5
|
-
Update
|
|
5
|
+
Update @types/node from 20.19.23 to 24.9.1
|
|
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.1
|
|
12
12
|
title: ""
|
|
13
|
-
date: 2025-10-28T13:12:
|
|
13
|
+
date: 2025-10-28T13:12:05.667Z
|
|
14
14
|
- commits:
|
|
15
15
|
- subject: "tests: Prefer waitFor instead of setTimeout"
|
|
16
16
|
hash: dd0c40533ddf5c07059a1f042b21b303070e0bd9
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/pinejs",
|
|
3
|
-
"version": "23.2.1-build-renovate-
|
|
3
|
+
"version": "23.2.1-build-renovate-major-24-node-84bc58f82da69f7a40dee2afff6aa7ca21d75e3c-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": "^
|
|
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-28T13:12:
|
|
152
|
+
"publishedAt": "2025-10-28T13:12:06.662Z"
|
|
153
153
|
}
|
|
154
154
|
}
|