Skip to content

Commit f9eb84b

Browse files
v30.0.9
1 parent 9995ffd commit f9eb84b

File tree

4 files changed

+49
-4
lines changed

4 files changed

+49
-4
lines changed

.versionbot/CHANGELOG.yml

+41
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Add the ability to enable pine async tasks
3+
hash: b461715e3b6eb2c1c21b8bca1ad95c94fbafcb6f
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Otavio Jacobi
9+
nested: []
10+
version: 30.0.9
11+
title: ""
12+
date: 2024-10-21T12:35:52.116Z
113
- commits:
214
- subject: Lock file maintenance
315
hash: d2d1242e9133f8ab825e8f4b10e4785dc3149e05
@@ -936,6 +948,7 @@
936948

937949

938950

951+
939952
Update
940953
@balena/abstract-sql-compiler
941954
from 8.5.0 to 9.0.4
@@ -962,6 +975,7 @@
962975

963976

964977

978+
965979
The internal and
966980
external
967981
representation of
@@ -1004,6 +1018,7 @@
10041018

10051019

10061020

1021+
10071022
Update
10081023
@types/chai-datetime
10091024
from 0.0.37 to
@@ -1475,6 +1490,7 @@
14751490

14761491

14771492

1493+
14781494
- Update
14791495
@balena/lint from
14801496
6.2.2 to 7.2.4
@@ -1977,6 +1993,7 @@
19771993

19781994

19791995

1996+
19801997
Update
19811998
@balena/odata-parser
19821999
from 2.4.6 to 3.0.0
@@ -2035,6 +2052,7 @@
20352052

20362053

20372054

2055+
20382056
As balena-lint
20392057
rejects `new
20402058
Boolean()`, `new
@@ -2068,6 +2086,7 @@
20682086

20692087

20702088

2089+
20712090
As engine and npm is
20722091
now required as part
20732092
of package.json we
@@ -2116,6 +2135,7 @@
21162135

21172136

21182137

2138+
21192139
Ensure that the
21202140
input passed in for
21212141
JSON types is either
@@ -2190,6 +2210,7 @@
21902210

21912211

21922212

2213+
21932214
Update
21942215
@balena/abstract-sql-compiler
21952216
from 8.4.0 to 8.4.1
@@ -2229,6 +2250,7 @@
22292250

22302251

22312252

2253+
22322254
Update
22332255
@balena/abstract-sql-compiler
22342256
from 8.0.0 to 8.4.0
@@ -2258,6 +2280,7 @@
22582280

22592281

22602282

2283+
22612284
This also deprecates
22622285
the legacy version
22632286
footer:
@@ -2297,6 +2320,7 @@
22972320

22982321

22992322

2323+
23002324
It can in fact be a
23012325
lot of different
23022326
things and that is
@@ -2337,6 +2361,7 @@
23372361

23382362

23392363

2364+
23402365
We know what type
23412366
they return and they
23422367
should be explicitly
@@ -2382,6 +2407,7 @@
23822407

23832408

23842409

2410+
23852411
Update
23862412
@balena/sbvr-types
23872413
from 3.4.18 to 3.5.0
@@ -2538,6 +2564,7 @@
25382564

25392565

25402566

2567+
25412568
This also deprecates
25422569
the legacy use of
25432570
direct true/false
@@ -2750,6 +2777,7 @@
27502777

27512778

27522779

2780+
27532781
As balena-lint
27542782
rejects `new
27552783
Boolean()`, `new
@@ -2782,6 +2810,7 @@
27822810

27832811

27842812

2813+
27852814
As engine and npm is
27862815
now required as part
27872816
of package.json we
@@ -2829,6 +2858,7 @@
28292858

28302859

28312860

2861+
28322862
Ensure that the
28332863
input passed in for
28342864
JSON types is either
@@ -2936,6 +2966,7 @@
29362966

29372967

29382968

2969+
29392970
As balena-lint
29402971
rejects `new
29412972
Boolean()`, `new
@@ -2968,6 +2999,7 @@
29682999

29693000

29703001

3002+
29713003
As engine and npm is
29723004
now required as part
29733005
of package.json we
@@ -3015,6 +3047,7 @@
30153047

30163048

30173049

3050+
30183051
Ensure that the
30193052
input passed in for
30203053
JSON types is either
@@ -5143,6 +5176,7 @@
51435176

51445177

51455178

5179+
51465180
As balena-lint
51475181
rejects `new
51485182
Boolean()`, `new
@@ -5175,6 +5209,7 @@
51755209

51765210

51775211

5212+
51785213
As engine and npm is
51795214
now required as part
51805215
of package.json we
@@ -5222,6 +5257,7 @@
52225257

52235258

52245259

5260+
52255261
Ensure that the
52265262
input passed in for
52275263
JSON types is either
@@ -5339,6 +5375,7 @@
53395375

53405376

53415377

5378+
53425379
This also deprecates
53435380
the legacy version
53445381
footer:
@@ -5377,6 +5414,7 @@
53775414

53785415

53795416

5417+
53805418
It can in fact be a
53815419
lot of different
53825420
things and that is
@@ -5416,6 +5454,7 @@
54165454

54175455

54185456

5457+
54195458
We know what type
54205459
they return and they
54215460
should be explicitly
@@ -5460,6 +5499,7 @@
54605499

54615500

54625501

5502+
54635503
Update
54645504
@balena/sbvr-types
54655505
from 3.4.18 to 3.5.0
@@ -5615,6 +5655,7 @@
56155655

56165656

56175657

5658+
56185659
This also deprecates
56195660
the legacy use of
56205661
direct true/false

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 30.0.9 - 2024-10-21
8+
9+
* Add the ability to enable pine async tasks [Otavio Jacobi]
10+
711
## 30.0.8 - 2024-10-21
812

913
* Lock file maintenance [Self-hosted Renovate Bot]

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@balena/open-balena-api",
33
"description": "Internet of things, Made Simple",
4-
"version": "30.0.8",
4+
"version": "30.0.9",
55
"license": "AGPL-3.0",
66
"repository": {
77
"type": "git",
@@ -167,6 +167,6 @@
167167
"loader": "ts-node/esm/transpile-only"
168168
},
169169
"versionist": {
170-
"publishedAt": "2024-10-21T01:29:56.498Z"
170+
"publishedAt": "2024-10-21T12:35:53.132Z"
171171
}
172172
}

0 commit comments

Comments
 (0)