From 38b79c6f524270d1db8da3eb31f3f90db08746ca Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 07:57:57 +0000 Subject: [PATCH] v19.5.5 --- .versionbot/CHANGELOG.yml | 62 ++++++++++++++++++++------------------- CHANGELOG.md | 5 ++++ VERSION | 2 +- package.json | 4 +-- 4 files changed, 40 insertions(+), 33 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 73793e19f..618fd295d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 @@ -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 @@ -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 @@ -1900,6 +1904,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -1934,6 +1939,7 @@ + As engine and npm is now required as part of package.json we @@ -1983,6 +1989,7 @@ + Ensure that the input passed in for JSON types is either @@ -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 @@ -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 @@ -2102,6 +2102,7 @@ + This also deprecates the legacy version footer: @@ -2142,6 +2143,7 @@ + It can in fact be a lot of different things and that is @@ -2183,6 +2185,7 @@ + We know what type they return and they should be explicitly @@ -2229,6 +2232,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2386,6 +2390,7 @@ + This also deprecates the legacy use of direct true/false @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac254a05..9a2a7359b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index 0fb3a99f0..10fd1abda 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.5.4 \ No newline at end of file +19.5.5 \ No newline at end of file diff --git a/package.json b/package.json index 96e7e78b9..0d40a06e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "19.5.4", + "version": "19.5.5", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -147,6 +147,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-10-28T15:58:18.334Z" + "publishedAt": "2024-11-21T07:57:53.252Z" } }