@balena/pinejs 23.1.8-build-renovate-major-10--faker-jsfaker-64e4362df51bea644c88449fdf20e70b4f55a6f0-1 → 23.1.8
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 +6 -5
- package/CHANGELOG.md +1 -1
- package/docker-compose.npm-test.yml +2 -2
- package/package.json +3 -3
@@ -1,8 +1,9 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Update
|
3
|
-
hash:
|
4
|
-
body:
|
5
|
-
Update
|
2
|
+
- subject: Update minio
|
3
|
+
hash: 1bc9de6a494b870418fd8ae277a66b480d4b8449
|
4
|
+
body: >
|
5
|
+
Update minio/mc from RELEASE.2025-07-21T05-28-08Z to
|
6
|
+
RELEASE.2025-08-13T08-35-41Z
|
6
7
|
footer:
|
7
8
|
Change-type: patch
|
8
9
|
change-type: patch
|
@@ -10,7 +11,7 @@
|
|
10
11
|
nested: []
|
11
12
|
version: 23.1.8
|
12
13
|
title: ""
|
13
|
-
date: 2025-09-08T18:00:
|
14
|
+
date: 2025-09-08T18:00:13.901Z
|
14
15
|
- commits:
|
15
16
|
- subject: Update dependency chai to v6
|
16
17
|
hash: b8b15327a17b19775f2c6ba11d197123eb24d225
|
package/CHANGELOG.md
CHANGED
@@ -17,7 +17,7 @@ services:
|
|
17
17
|
- -c
|
18
18
|
- full_page_writes=off
|
19
19
|
minio-server:
|
20
|
-
image: minio/minio:RELEASE.2025-
|
20
|
+
image: minio/minio:RELEASE.2025-09-07T16-13-09Z
|
21
21
|
environment:
|
22
22
|
MINIO_ROOT_USER: USERNAME
|
23
23
|
MINIO_ROOT_PASSWORD: PASSWORD
|
@@ -26,7 +26,7 @@ services:
|
|
26
26
|
- "43680:9000"
|
27
27
|
- "43697:9001"
|
28
28
|
minio-client:
|
29
|
-
image: minio/mc:RELEASE.2025-
|
29
|
+
image: minio/mc:RELEASE.2025-08-13T08-35-41Z
|
30
30
|
depends_on:
|
31
31
|
- minio-server
|
32
32
|
entrypoint: >
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "23.1.8
|
3
|
+
"version": "23.1.8",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -70,7 +70,7 @@
|
|
70
70
|
"@balena/lint": "^9.3.3",
|
71
71
|
"@balena/pinejs": "file:./",
|
72
72
|
"@balena/pinejs-webresource-s3": "^2.1.7",
|
73
|
-
"@faker-js/faker": "^
|
73
|
+
"@faker-js/faker": "^9.9.0",
|
74
74
|
"@types/busboy": "^1.5.4",
|
75
75
|
"@types/chai": "^5.2.2",
|
76
76
|
"@types/grunt": "^0.4.32",
|
@@ -148,6 +148,6 @@
|
|
148
148
|
"recursive": true
|
149
149
|
},
|
150
150
|
"versionist": {
|
151
|
-
"publishedAt": "2025-09-08T18:00:
|
151
|
+
"publishedAt": "2025-09-08T18:00:15.005Z"
|
152
152
|
}
|
153
153
|
}
|