From eb551477cb2341f10a6f604214597667aa16bf55 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 22:45:53 +0000 Subject: [PATCH] v34.3.21 --- .versionbot/CHANGELOG.yml | 37 +++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 45 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 915b49113..23f0493a4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Switch from ts-node to @swc-node/register + hash: fc873ef26ef6d90dc45a20ce466112cdd2c3e8b6 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 34.3.21 + title: "" + date: 2025-01-17T22:45:49.193Z - commits: - subject: "Tests: stop using mockery for AWS S3 mocks" hash: 85818836f187836424896dc653c9bcb8dc52dc4e @@ -3370,6 +3382,7 @@ + The internal and @@ -3524,6 +3537,7 @@ + Update @@ -4632,6 +4646,7 @@ + Update @@ -4802,6 +4817,7 @@ + As balena-lint @@ -4947,6 +4963,7 @@ + As engine and npm is @@ -5107,6 +5124,7 @@ + Ensure that the @@ -5430,6 +5448,7 @@ + This also deprecates @@ -5581,6 +5600,7 @@ + It can in fact be a @@ -5733,6 +5753,7 @@ + We know what type @@ -5890,6 +5911,7 @@ + Update @@ -6158,6 +6180,7 @@ + This also deprecates @@ -6482,6 +6505,7 @@ + As balena-lint @@ -6626,6 +6650,7 @@ + As engine and npm is @@ -6785,6 +6810,7 @@ + Ensure that the @@ -7004,6 +7030,7 @@ + As balena-lint @@ -7148,6 +7175,7 @@ + As engine and npm is @@ -7307,6 +7335,7 @@ + Ensure that the @@ -9539,6 +9568,7 @@ + As balena-lint @@ -9683,6 +9713,7 @@ + As engine and npm is @@ -9842,6 +9873,7 @@ + Ensure that the @@ -10064,6 +10096,7 @@ + This also deprecates @@ -10214,6 +10247,7 @@ + It can in fact be a @@ -10365,6 +10399,7 @@ + We know what type @@ -10521,6 +10556,7 @@ + Update @@ -10788,6 +10824,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index e4967d628..12b5684f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.21 - 2025-01-17 + +* Switch from ts-node to @swc-node/register [Pagan Gazzard] + ## 34.3.20 - 2025-01-17 * Tests: stop using mockery for AWS S3 mocks [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index 0780f9892..228a1bcc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "34.3.20", + "version": "34.3.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "34.3.20", + "version": "34.3.21", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.1.2", diff --git a/package.json b/package.json index 752be3b6f..5d6469456 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "34.3.20", + "version": "34.3.21", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "import": "@swc-node/register/esm-register" }, "versionist": { - "publishedAt": "2025-01-17T12:32:05.234Z" + "publishedAt": "2025-01-17T22:45:50.244Z" } }