balena-cli 17.3.1 → 17.3.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 CHANGED
@@ -4,6 +4,28 @@ 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
+ ## 17.3.2 - 2023-11-10
8
+
9
+
10
+ <details>
11
+ <summary> Update @balena/compose to 3.0.5 [Thodoris Greasidis] </summary>
12
+
13
+ > ### balena-compose-3.0.5 - 2023-11-09
14
+ >
15
+ > * builder: Fix unawaited buildDir pack() promise [Thodoris Greasidis]
16
+ >
17
+ > ### balena-compose-3.0.4 - 2023-11-09
18
+ >
19
+ > * api: Restore the accidentally removed concurrency limits [Thodoris Greasidis]
20
+ >
21
+ > ### balena-compose-3.0.3 - 2023-11-09
22
+ >
23
+ > * .mocharc: Use "exit: true" to workaround hanging on completion on node20 [Thodoris Greasidis]
24
+ > * tests: Fix the expected error message for Dockerfile syntax errors [Thodoris Greasidis]
25
+ >
26
+
27
+ </details>
28
+
7
29
  ## 17.3.1 - 2023-11-09
8
30
 
9
31
  * Use `pipeline` instead of `.pipe` when downloading OS image [Pagan Gazzard]
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "17.3.1",
3
+ "version": "17.3.2",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "balena-cli",
9
- "version": "17.3.1",
9
+ "version": "17.3.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
- "@balena/compose": "^3.0.2",
13
+ "@balena/compose": "^3.0.5",
14
14
  "@balena/dockerignore": "^1.0.2",
15
15
  "@balena/es-version": "^1.0.1",
16
16
  "@oclif/core": "^2.15.0",
@@ -1409,9 +1409,9 @@
1409
1409
  }
1410
1410
  },
1411
1411
  "node_modules/@balena/compose": {
1412
- "version": "3.0.2",
1413
- "resolved": "https://registry.npmjs.org/@balena/compose/-/compose-3.0.2.tgz",
1414
- "integrity": "sha512-CZnGpAmt1g1ltm6f8UhnWX3/iglpOOgWtphAhh9wPirR5v3KkzjbRRnXbBNLWC5UIyxJNwXvmioByPVEaNE6mQ==",
1412
+ "version": "3.0.5",
1413
+ "resolved": "https://registry.npmjs.org/@balena/compose/-/compose-3.0.5.tgz",
1414
+ "integrity": "sha512-5w7aCvqKOTTwuosl39Y5+7lpjjr7k4Kx6dao01T0MAomFMlXsBNSzQjw50Xv5khkW7/DaKo0zMJnLsOq3YRDcw==",
1415
1415
  "dependencies": {
1416
1416
  "ajv": "^6.12.3",
1417
1417
  "bluebird": "^3.7.2",
@@ -1432,6 +1432,7 @@
1432
1432
  "klaw": "^4.0.1",
1433
1433
  "lodash": "^4.17.19",
1434
1434
  "mz": "^2.7.0",
1435
+ "p-map": "^4.0.0",
1435
1436
  "pinejs-client-request": "^7.3.5",
1436
1437
  "request": "^2.88.2",
1437
1438
  "semver": "^7.3.5",
@@ -4207,7 +4208,6 @@
4207
4208
  "version": "3.1.0",
4208
4209
  "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
4209
4210
  "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
4210
- "dev": true,
4211
4211
  "dependencies": {
4212
4212
  "clean-stack": "^2.0.0",
4213
4213
  "indent-string": "^4.0.0"
@@ -4220,7 +4220,6 @@
4220
4220
  "version": "2.2.0",
4221
4221
  "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
4222
4222
  "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
4223
- "dev": true,
4224
4223
  "engines": {
4225
4224
  "node": ">=6"
4226
4225
  }
@@ -15698,7 +15697,6 @@
15698
15697
  "version": "4.0.0",
15699
15698
  "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
15700
15699
  "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
15701
- "dev": true,
15702
15700
  "dependencies": {
15703
15701
  "aggregate-error": "^3.0.0"
15704
15702
  },
@@ -25146,9 +25144,9 @@
25146
25144
  }
25147
25145
  },
25148
25146
  "@balena/compose": {
25149
- "version": "3.0.2",
25150
- "resolved": "https://registry.npmjs.org/@balena/compose/-/compose-3.0.2.tgz",
25151
- "integrity": "sha512-CZnGpAmt1g1ltm6f8UhnWX3/iglpOOgWtphAhh9wPirR5v3KkzjbRRnXbBNLWC5UIyxJNwXvmioByPVEaNE6mQ==",
25147
+ "version": "3.0.5",
25148
+ "resolved": "https://registry.npmjs.org/@balena/compose/-/compose-3.0.5.tgz",
25149
+ "integrity": "sha512-5w7aCvqKOTTwuosl39Y5+7lpjjr7k4Kx6dao01T0MAomFMlXsBNSzQjw50Xv5khkW7/DaKo0zMJnLsOq3YRDcw==",
25152
25150
  "requires": {
25153
25151
  "ajv": "^6.12.3",
25154
25152
  "bluebird": "^3.7.2",
@@ -25169,6 +25167,7 @@
25169
25167
  "klaw": "^4.0.1",
25170
25168
  "lodash": "^4.17.19",
25171
25169
  "mz": "^2.7.0",
25170
+ "p-map": "^4.0.0",
25172
25171
  "pinejs-client-request": "^7.3.5",
25173
25172
  "request": "^2.88.2",
25174
25173
  "semver": "^7.3.5",
@@ -27450,7 +27449,6 @@
27450
27449
  "version": "3.1.0",
27451
27450
  "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
27452
27451
  "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
27453
- "dev": true,
27454
27452
  "requires": {
27455
27453
  "clean-stack": "^2.0.0",
27456
27454
  "indent-string": "^4.0.0"
@@ -27459,8 +27457,7 @@
27459
27457
  "clean-stack": {
27460
27458
  "version": "2.2.0",
27461
27459
  "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
27462
- "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
27463
- "dev": true
27460
+ "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A=="
27464
27461
  }
27465
27462
  }
27466
27463
  },
@@ -36419,7 +36416,6 @@
36419
36416
  "version": "4.0.0",
36420
36417
  "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
36421
36418
  "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
36422
- "dev": true,
36423
36419
  "requires": {
36424
36420
  "aggregate-error": "^3.0.0"
36425
36421
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.3.1",
2
+ "version": "17.3.2",
3
3
  "commands": {
4
4
  "build": {
5
5
  "id": "build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "17.3.1",
3
+ "version": "17.3.2",
4
4
  "description": "The official balena Command Line Interface",
5
5
  "main": "./build/app.js",
6
6
  "homepage": "https://github.com/balena-io/balena-cli",
@@ -193,7 +193,7 @@
193
193
  "typescript": "^5.1.3"
194
194
  },
195
195
  "dependencies": {
196
- "@balena/compose": "^3.0.2",
196
+ "@balena/compose": "^3.0.5",
197
197
  "@balena/dockerignore": "^1.0.2",
198
198
  "@balena/es-version": "^1.0.1",
199
199
  "@oclif/core": "^2.15.0",
@@ -282,6 +282,6 @@
282
282
  "windosu": "^0.3.0"
283
283
  },
284
284
  "versionist": {
285
- "publishedAt": "2023-11-09T16:39:28.845Z"
285
+ "publishedAt": "2023-11-10T09:08:59.685Z"
286
286
  }
287
287
  }