@balena/pinejs 21.6.15-build-renovate-bcrypt-6-x-6ca9b3962d9dbc5292cefacf77b4ab5cac7271ed-1 → 21.6.15-build-renovate-major-10--balenasbvr-types-7558c03c081cc7afc0040cc3003c048aea4e9818-2

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,16 +1,38 @@
1
1
  - commits:
2
- - subject: Update dependency bcrypt to v6
3
- hash: 6ca9b3962d9dbc5292cefacf77b4ab5cac7271ed
2
+ - subject: Update dependency @balena/sbvr-types to v10
3
+ hash: 7558c03c081cc7afc0040cc3003c048aea4e9818
4
4
  body: |
5
- Update bcrypt from 5.1.1 to 6.0.0
5
+ Update @balena/sbvr-types from 9.2.6 to 10.1.0
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
9
9
  author: balena-renovate[bot]
10
- nested: []
10
+ nested:
11
+ - commits:
12
+ - subject: Extend webresource write type with File api
13
+ hash: f5a0f83beecc65319b149735c6522f857b5b7028
14
+ body: ""
15
+ footer:
16
+ Change-type: minor
17
+ change-type: minor
18
+ author: Otavio Jacobi
19
+ version: sbvr-types-10.1.0
20
+ title: ""
21
+ date: 2025-06-19T16:01:41.144Z
22
+ - commits:
23
+ - subject: Drop support for no longer maintained node 16 & 18
24
+ hash: 151b346d0e8cd3148306f07a7bb8abd48b69c440
25
+ body: ""
26
+ footer:
27
+ Change-type: major
28
+ change-type: major
29
+ author: Otavio Jacobi
30
+ version: sbvr-types-10.0.0
31
+ title: ""
32
+ date: 2025-06-19T15:40:49.398Z
11
33
  version: 21.6.15
12
34
  title: ""
13
- date: 2025-07-08T01:56:14.914Z
35
+ date: 2025-07-08T01:56:19.134Z
14
36
  - commits:
15
37
  - subject: Update minio/minio Docker tag to RELEASE.2025-06-13T11-33-47Z
16
38
  hash: 319db9c5964b85f0c8ce959ddb4b4be853f88957
package/CHANGELOG.md CHANGED
@@ -7,7 +7,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v21.6.15
8
8
  ## (2025-07-08)
9
9
 
10
- * Update dependency bcrypt to v6 [balena-renovate[bot]]
10
+
11
+ <details>
12
+ <summary> Update dependency @balena/sbvr-types to v10 [balena-renovate[bot]] </summary>
13
+
14
+ > ## sbvr-types-10.1.0
15
+ > ### (2025-06-19)
16
+ >
17
+ > * Extend webresource write type with File api [Otavio Jacobi]
18
+ >
19
+ > ## sbvr-types-10.0.0
20
+ > ### (2025-06-19)
21
+ >
22
+ > * Drop support for no longer maintained node 16 & 18 [Otavio Jacobi]
23
+ >
24
+
25
+ </details>
11
26
 
12
27
  # v21.6.14
13
28
  ## (2025-07-08)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.6.15-build-renovate-bcrypt-6-x-6ca9b3962d9dbc5292cefacf77b4ab5cac7271ed-1",
3
+ "version": "21.6.15-build-renovate-major-10--balenasbvr-types-7558c03c081cc7afc0040cc3003c048aea4e9818-2",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -33,7 +33,7 @@
33
33
  "@balena/odata-parser": "^4.2.6",
34
34
  "@balena/odata-to-abstract-sql": "^7.2.5",
35
35
  "@balena/sbvr-parser": "^1.4.10",
36
- "@balena/sbvr-types": "^9.2.6",
36
+ "@balena/sbvr-types": "^10.0.0",
37
37
  "@sindresorhus/fnv1a": "^3.1.0",
38
38
  "@types/body-parser": "^1.19.6",
39
39
  "@types/compression": "^1.8.1",
@@ -114,7 +114,7 @@
114
114
  "@aws-sdk/client-s3": "^3.828.0",
115
115
  "@aws-sdk/lib-storage": "^3.828.0",
116
116
  "@aws-sdk/s3-request-presigner": "^3.828.0",
117
- "bcrypt": "^6.0.0",
117
+ "bcrypt": "^5.1.1",
118
118
  "body-parser": "^1.20.3",
119
119
  "compression": "^1.8.0",
120
120
  "cookie-parser": "^1.4.7",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-07-08T01:56:15.925Z"
152
+ "publishedAt": "2025-07-08T01:56:20.780Z"
153
153
  }
154
154
  }