balena-cli 24.0.1 → 24.0.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.
- package/CHANGELOG.md +57 -0
- package/npm-shrinkwrap.json +14 -37
- package/oclif.manifest.json +876 -876
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,63 @@ All notable changes to this project will be documented in this file
|
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## 24.0.2 - 2026-02-18
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
<details>
|
|
11
|
+
<summary> Update balena-sdk to 23.0.2 [Thodoris Greasidis] </summary>
|
|
12
|
+
|
|
13
|
+
> ### balena-sdk-23.0.2 - 2026-02-13
|
|
14
|
+
>
|
|
15
|
+
> * Add url as a devDependency to fix mochttp in browser tests [Thodoris Greasidis]
|
|
16
|
+
>
|
|
17
|
+
> <details>
|
|
18
|
+
> <summary> Update balena-request to 14.1.6 [Thodoris Greasidis] </summary>
|
|
19
|
+
>
|
|
20
|
+
>> #### balena-request-14.1.6 - 2026-02-12
|
|
21
|
+
>>
|
|
22
|
+
>> * Make url a devDependency since it should now only be necessary in the browser tests [Thodoris Greasidis]
|
|
23
|
+
>> * Replace internal uses of the deprecated url.parse & url.resolve with WHATWG URL API [Thodoris Greasidis]
|
|
24
|
+
>> * Update flowzone config [Thodoris Greasidis]
|
|
25
|
+
>>
|
|
26
|
+
>> #### balena-request-14.1.5 - 2025-05-29
|
|
27
|
+
>>
|
|
28
|
+
>> * Remove no longer needed timekeeper dev dependency [Thodoris Greasidis]
|
|
29
|
+
>>
|
|
30
|
+
>> #### balena-request-14.1.4 - 2025-05-29
|
|
31
|
+
>>
|
|
32
|
+
>> * Update dependency buffer to v6 [balena-renovate[bot]]
|
|
33
|
+
>>
|
|
34
|
+
>> #### balena-request-14.1.3 - 2025-05-28
|
|
35
|
+
>>
|
|
36
|
+
>> * Abstract the timeout implementation [Thodoris Greasidis]
|
|
37
|
+
>>
|
|
38
|
+
>> #### balena-request-14.1.2 - 2025-05-27
|
|
39
|
+
>>
|
|
40
|
+
>> * Simplify the event emitting logic in the stream() method [Thodoris Greasidis]
|
|
41
|
+
>>
|
|
42
|
+
>> #### balena-request-14.1.1 - 2025-05-27
|
|
43
|
+
>>
|
|
44
|
+
>> * Update dependency temp to ^0.9.0 [balena-renovate[bot]]
|
|
45
|
+
>>
|
|
46
|
+
>> #### balena-request-14.1.0 - 2025-05-27
|
|
47
|
+
>>
|
|
48
|
+
>> * Add test for stream() progress events [Thodoris Greasidis]
|
|
49
|
+
>> * tests/stream: Remove redundant response length checks [Thodoris Greasidis]
|
|
50
|
+
>> * Convert the stream tests to async await [Thodoris Greasidis]
|
|
51
|
+
>> * Add typing for the progress event on the result of the stream() method [Thodoris Greasidis]
|
|
52
|
+
>>
|
|
53
|
+
>
|
|
54
|
+
> </details>
|
|
55
|
+
>
|
|
56
|
+
>
|
|
57
|
+
> ### balena-sdk-23.0.1 - 2026-02-11
|
|
58
|
+
>
|
|
59
|
+
> * Replace the deprecated url.parse & url.resolve with WHATWG URL API [Thodoris Greasidis]
|
|
60
|
+
>
|
|
61
|
+
|
|
62
|
+
</details>
|
|
63
|
+
|
|
7
64
|
## 24.0.1 - 2026-02-18
|
|
8
65
|
|
|
9
66
|
* Nudge users to update using the OCLIF update command [Jonathan Berger]
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "24.0.
|
|
3
|
+
"version": "24.0.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "24.0.
|
|
9
|
+
"version": "24.0.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"balena-errors": "^4.7.3",
|
|
25
25
|
"balena-image-fs": "^7.6.0",
|
|
26
26
|
"balena-preload": "^19.0.0",
|
|
27
|
-
"balena-sdk": "^23.0.
|
|
27
|
+
"balena-sdk": "^23.0.2",
|
|
28
28
|
"balena-semver": "^4.0.0",
|
|
29
29
|
"balena-settings-client": "^6.0.0",
|
|
30
30
|
"balena-settings-storage": "^8.1.0",
|
|
@@ -3049,14 +3049,11 @@
|
|
|
3049
3049
|
}
|
|
3050
3050
|
},
|
|
3051
3051
|
"node_modules/@balena/lint/node_modules/balanced-match": {
|
|
3052
|
-
"version": "4.0.
|
|
3053
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.
|
|
3054
|
-
"integrity": "sha512-
|
|
3052
|
+
"version": "4.0.3",
|
|
3053
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
3054
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
3055
3055
|
"dev": true,
|
|
3056
3056
|
"license": "MIT",
|
|
3057
|
-
"dependencies": {
|
|
3058
|
-
"jackspeak": "^4.2.3"
|
|
3059
|
-
},
|
|
3060
3057
|
"engines": {
|
|
3061
3058
|
"node": "20 || >=22"
|
|
3062
3059
|
}
|
|
@@ -9128,9 +9125,9 @@
|
|
|
9128
9125
|
}
|
|
9129
9126
|
},
|
|
9130
9127
|
"node_modules/balena-request": {
|
|
9131
|
-
"version": "14.1.
|
|
9132
|
-
"resolved": "https://registry.npmjs.org/balena-request/-/balena-request-14.1.
|
|
9133
|
-
"integrity": "sha512-
|
|
9128
|
+
"version": "14.1.6",
|
|
9129
|
+
"resolved": "https://registry.npmjs.org/balena-request/-/balena-request-14.1.6.tgz",
|
|
9130
|
+
"integrity": "sha512-uW90SQkwZZsuABpqZ5gZZ1bKEbF128/68fD6xzhTGxxiyYxY8/zNKNTj31KbeROxpCZ3RwUdzveTiL9RjZRouQ==",
|
|
9134
9131
|
"license": "Apache-2.0",
|
|
9135
9132
|
"dependencies": {
|
|
9136
9133
|
"balena-errors": "^4.9.0",
|
|
@@ -9140,8 +9137,7 @@
|
|
|
9140
9137
|
"node-fetch": "^2.7.0",
|
|
9141
9138
|
"progress-stream": "^2.0.0",
|
|
9142
9139
|
"qs": "^6.9.4",
|
|
9143
|
-
"tslib": "^2.0.0"
|
|
9144
|
-
"url": "^0.11.1"
|
|
9140
|
+
"tslib": "^2.0.0"
|
|
9145
9141
|
},
|
|
9146
9142
|
"engines": {
|
|
9147
9143
|
"node": ">=18.0.0"
|
|
@@ -9151,9 +9147,9 @@
|
|
|
9151
9147
|
}
|
|
9152
9148
|
},
|
|
9153
9149
|
"node_modules/balena-sdk": {
|
|
9154
|
-
"version": "23.0.
|
|
9155
|
-
"resolved": "https://registry.npmjs.org/balena-sdk/-/balena-sdk-23.0.
|
|
9156
|
-
"integrity": "sha512-
|
|
9150
|
+
"version": "23.0.2",
|
|
9151
|
+
"resolved": "https://registry.npmjs.org/balena-sdk/-/balena-sdk-23.0.2.tgz",
|
|
9152
|
+
"integrity": "sha512-IlFkyBUVy6PDA1nbm185ArH708TKxtNnKQvlnKPAojPAziIiTNoso1CzbzXCzUxE85HQoyz2PKccPzIv22IHzQ==",
|
|
9157
9153
|
"license": "Apache-2.0",
|
|
9158
9154
|
"dependencies": {
|
|
9159
9155
|
"@balena/abstract-sql-to-typescript": "^5.1.1",
|
|
@@ -9165,7 +9161,7 @@
|
|
|
9165
9161
|
"balena-errors": "^4.9.0",
|
|
9166
9162
|
"balena-hup-action-utils": "~7.0.0",
|
|
9167
9163
|
"balena-register-device": "^9.0.4",
|
|
9168
|
-
"balena-request": "^14.
|
|
9164
|
+
"balena-request": "^14.1.6",
|
|
9169
9165
|
"balena-semver": "^3.0.0",
|
|
9170
9166
|
"balena-settings-client": "^5.0.0",
|
|
9171
9167
|
"handlebars": "^4.7.7",
|
|
@@ -22010,25 +22006,6 @@
|
|
|
22010
22006
|
"punycode": "^2.1.0"
|
|
22011
22007
|
}
|
|
22012
22008
|
},
|
|
22013
|
-
"node_modules/url": {
|
|
22014
|
-
"version": "0.11.4",
|
|
22015
|
-
"resolved": "https://registry.npmjs.org/url/-/url-0.11.4.tgz",
|
|
22016
|
-
"integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==",
|
|
22017
|
-
"license": "MIT",
|
|
22018
|
-
"dependencies": {
|
|
22019
|
-
"punycode": "^1.4.1",
|
|
22020
|
-
"qs": "^6.12.3"
|
|
22021
|
-
},
|
|
22022
|
-
"engines": {
|
|
22023
|
-
"node": ">= 0.4"
|
|
22024
|
-
}
|
|
22025
|
-
},
|
|
22026
|
-
"node_modules/url/node_modules/punycode": {
|
|
22027
|
-
"version": "1.4.1",
|
|
22028
|
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
|
|
22029
|
-
"integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
|
|
22030
|
-
"license": "MIT"
|
|
22031
|
-
},
|
|
22032
22009
|
"node_modules/urlpattern-polyfill": {
|
|
22033
22010
|
"version": "8.0.2",
|
|
22034
22011
|
"resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
|