Skip to content

Commit

Permalink
v34.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Feb 17, 2025
1 parent ebe52ca commit 0ff874a
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 4 deletions.
58 changes: 58 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- commits:
- subject: Only accept fully valid ints in `checkInt`
hash: 481ad11e8e5d2dcaa7a44a59d031a15c47da5234
body: |
We now reject if the passed in string contains any non-int characters
to ensure that it was indeed an int that was passed to us and not just
something that could be converted to one even though it is not actually
an int
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 34.4.9
title: ""
date: 2025-02-17T07:17:49.873Z
- commits:
- subject: Update grafana/loki Docker tag to v3.4.2
hash: 0e686acf130b7d618e9da7e0c138b20ceaa9e16e
Expand Down Expand Up @@ -738,6 +754,7 @@




The internal and
external
representation of
Expand Down Expand Up @@ -775,6 +792,7 @@




Update
@types/chai-datetime
from 0.0.37 to
Expand Down Expand Up @@ -1716,6 +1734,7 @@




Update
@balena/odata-parser
from 2.4.6 to 3.0.0
Expand Down Expand Up @@ -1769,6 +1788,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -1797,6 +1817,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -1840,6 +1861,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -1946,6 +1968,7 @@




This also deprecates
the legacy version
footer:
Expand Down Expand Up @@ -1980,6 +2003,7 @@




It can in fact be a
lot of different
things and that is
Expand Down Expand Up @@ -2015,6 +2039,7 @@




We know what type
they return and they
should be explicitly
Expand Down Expand Up @@ -2055,6 +2080,7 @@




Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -2206,6 +2232,7 @@




This also deprecates
the legacy use of
direct true/false
Expand Down Expand Up @@ -2413,6 +2440,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -2440,6 +2468,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -2482,6 +2511,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -2584,6 +2614,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -2611,6 +2642,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -2653,6 +2685,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -6723,6 +6756,7 @@






The internal and
Expand Down Expand Up @@ -6892,6 +6926,7 @@






Update
Expand Down Expand Up @@ -8015,6 +8050,7 @@






Update
Expand Down Expand Up @@ -8200,6 +8236,7 @@






As balena-lint
Expand Down Expand Up @@ -8360,6 +8397,7 @@






As engine and npm is
Expand Down Expand Up @@ -8535,6 +8573,7 @@






Ensure that the
Expand Down Expand Up @@ -8873,6 +8912,7 @@






This also deprecates
Expand Down Expand Up @@ -9039,6 +9079,7 @@






It can in fact be a
Expand Down Expand Up @@ -9206,6 +9247,7 @@






We know what type
Expand Down Expand Up @@ -9378,6 +9420,7 @@






Update
Expand Down Expand Up @@ -9661,6 +9704,7 @@






This also deprecates
Expand Down Expand Up @@ -10000,6 +10044,7 @@






As balena-lint
Expand Down Expand Up @@ -10159,6 +10204,7 @@






As engine and npm is
Expand Down Expand Up @@ -10333,6 +10379,7 @@






Ensure that the
Expand Down Expand Up @@ -10567,6 +10614,7 @@






As balena-lint
Expand Down Expand Up @@ -10726,6 +10774,7 @@






As engine and npm is
Expand Down Expand Up @@ -10900,6 +10949,7 @@






Ensure that the
Expand Down Expand Up @@ -13147,6 +13197,7 @@






As balena-lint
Expand Down Expand Up @@ -13306,6 +13357,7 @@






As engine and npm is
Expand Down Expand Up @@ -13480,6 +13532,7 @@






Ensure that the
Expand Down Expand Up @@ -13717,6 +13770,7 @@






This also deprecates
Expand Down Expand Up @@ -13882,6 +13936,7 @@






It can in fact be a
Expand Down Expand Up @@ -14048,6 +14103,7 @@






We know what type
Expand Down Expand Up @@ -14219,6 +14275,7 @@






Update
Expand Down Expand Up @@ -14501,6 +14558,7 @@






This also deprecates
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## 34.4.9 - 2025-02-17

* Only accept fully valid ints in `checkInt` [Pagan Gazzard]

## 34.4.8 - 2025-02-14

* Update grafana/loki Docker tag to v3.4.2 [balena-renovate[bot]]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@balena/open-balena-api",
"description": "Internet of things, Made Simple",
"version": "34.4.8",
"version": "34.4.9",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -167,6 +167,6 @@
"import": "@swc-node/register/esm-register"
},
"versionist": {
"publishedAt": "2025-02-14T18:09:00.514Z"
"publishedAt": "2025-02-17T07:17:51.014Z"
}
}

0 comments on commit 0ff874a

Please sign in to comment.