Skip to content

Commit

Permalink
v19.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 21, 2024
1 parent fd0375e commit 38b79c6
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 33 deletions.
62 changes: 32 additions & 30 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Run tests on UTC timezone
hash: ccf628b9716d281023b4bc88a6227c2f65cd6235
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 19.5.5
title: ""
date: 2024-11-21T07:57:52.346Z
- commits:
- subject: Fix async tasks race condition for selecting task to be executed
hash: 97936ec9a2b3f5179a9088b6ae3fac14537ed378
Expand Down Expand Up @@ -877,10 +889,8 @@
- commits:
- subject: Update dependency @balena/abstract-sql-compiler to v9
hash: 37684ebb1692f97780dd27056b9cfe299c456b3c
body: >
Update
@balena/abstract-sql-compiler
from 8.5.0 to 9.0.4
body: |
Update @balena/abstract-sql-compiler from 8.5.0 to 9.0.4
footer:
Change-type: patch
change-type: patch
Expand Down Expand Up @@ -1368,15 +1378,9 @@
- commits:
- subject: Update dependencies
hash: 0a7bd8ff2e506fa3988b6e1851e0098df5da3f86
body: >
- Update @balena/lint
from 6.2.2 to 7.2.4

- Delete
`require-npm4-to-publish`
as handled by `engines`
parameter in
`package.json`
body: |
- Update @balena/lint from 6.2.2 to 7.2.4
- Delete `require-npm4-to-publish` as handled by `engines` parameter in `package.json`
footer:
Change-type: patch
change-type: patch
Expand Down Expand Up @@ -1900,6 +1904,7 @@




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




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




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -2044,10 +2051,8 @@
- commits:
- subject: Improve typings
hash: 78d4a48022ac0465c5d2c48db53b8ddd08e6e1bf
body: >
Update
@balena/abstract-sql-compiler
from 8.4.0 to 8.4.1
body: |
Update @balena/abstract-sql-compiler from 8.4.0 to 8.4.1
footer:
Change-type: patch
change-type: patch
Expand All @@ -2071,14 +2076,9 @@
- commits:
- subject: Update dependencies
hash: 5aa3c51cbbfc66cddedebd41dacba5eabbacf709
body: >
Update
@balena/abstract-sql-compiler
from 8.0.0 to 8.4.0

Update
@balena/odata-parser
from 2.4.2 to 2.4.6
body: |
Update @balena/abstract-sql-compiler from 8.0.0 to 8.4.0
Update @balena/odata-parser from 2.4.2 to 2.4.6
footer:
Change-type: patch
change-type: patch
Expand All @@ -2102,6 +2102,7 @@




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




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




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




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




This also deprecates
the legacy use of
direct true/false
Expand Down Expand Up @@ -21322,14 +21327,11 @@
- commits:
- subject: Fixing issue reported by tsc 4.8.2
hash: 57b05baa09718525b4e0e85c99b2c6c8c5b387ae
body: >
body: |
Inferenced type of check could be I & null

when I is not set in the overload.


tsc 4.8
https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/#unconstrained-generics-no-longer-assignable-to
tsc 4.8 https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/#unconstrained-generics-no-longer-assignable-to
footer:
Change-type: patch
change-type: patch
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/).

# v19.5.5
## (2024-11-21)

* Run tests on UTC timezone [Otavio Jacobi]

# v19.5.4
## (2024-10-28)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.5.4
19.5.5
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/pinejs",
"version": "19.5.4",
"version": "19.5.5",
"main": "out/server-glue/module",
"type": "commonjs",
"repository": "[email protected]:balena-io/pinejs.git",
Expand Down Expand Up @@ -147,6 +147,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2024-10-28T15:58:18.334Z"
"publishedAt": "2024-11-21T07:57:53.252Z"
}
}

0 comments on commit 38b79c6

Please sign in to comment.