From f71097c262b4b89d5c400e15fb8e87a92507b084 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:04:56 +0000 Subject: [PATCH] v34.3.22 --- .versionbot/CHANGELOG.yml | 51 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 13 ++++++++++ package-lock.json | 4 +-- package.json | 4 +-- 4 files changed, 68 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 23f0493a4..69102ec88 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v18.0.24 + hash: 05e430a409c2288244ffde55bec986d8a22cbcd5 + body: | + Update balena/open-balena-base from 18.0.23 to 18.0.24 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: + - commits: + - subject: Update dependency node to v22.13.1 + hash: d416eb085be9aed927909588dcc1fd0f4c98a8a1 + body: | + Update node from 22.13.0 to 22.13.1 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-18.0.24 + title: "" + date: 2025-01-21T17:59:32.376Z + version: 34.3.22 + title: "" + date: 2025-01-21T19:04:52.848Z - commits: - subject: Switch from ts-node to @swc-node/register hash: fc873ef26ef6d90dc45a20ce466112cdd2c3e8b6 @@ -3383,6 +3409,7 @@ + The internal and @@ -3538,6 +3565,7 @@ + Update @@ -4647,6 +4675,7 @@ + Update @@ -4818,6 +4847,7 @@ + As balena-lint @@ -4964,6 +4994,7 @@ + As engine and npm is @@ -5125,6 +5156,7 @@ + Ensure that the @@ -5449,6 +5481,7 @@ + This also deprecates @@ -5601,6 +5634,7 @@ + It can in fact be a @@ -5754,6 +5788,7 @@ + We know what type @@ -5912,6 +5947,7 @@ + Update @@ -6181,6 +6217,7 @@ + This also deprecates @@ -6506,6 +6543,7 @@ + As balena-lint @@ -6651,6 +6689,7 @@ + As engine and npm is @@ -6811,6 +6850,7 @@ + Ensure that the @@ -7031,6 +7071,7 @@ + As balena-lint @@ -7176,6 +7217,7 @@ + As engine and npm is @@ -7336,6 +7378,7 @@ + Ensure that the @@ -9569,6 +9612,7 @@ + As balena-lint @@ -9714,6 +9758,7 @@ + As engine and npm is @@ -9874,6 +9919,7 @@ + Ensure that the @@ -10097,6 +10143,7 @@ + This also deprecates @@ -10248,6 +10295,7 @@ + It can in fact be a @@ -10400,6 +10448,7 @@ + We know what type @@ -10557,6 +10606,7 @@ + Update @@ -10825,6 +10875,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b5684f0..740b9ffc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.22 - 2025-01-21 + + +
+ Update balena/open-balena-base Docker tag to v18.0.24 [balena-renovate[bot]] + +> ### open-balena-base-18.0.24 - 2025-01-21 +> +> * Update dependency node to v22.13.1 [Self-hosted Renovate Bot] +> + +
+ ## 34.3.21 - 2025-01-17 * Switch from ts-node to @swc-node/register [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index 228a1bcc7..0cb084435 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "34.3.21", + "version": "34.3.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "34.3.21", + "version": "34.3.22", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.1.2", diff --git a/package.json b/package.json index 5d6469456..c5743b9d5 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.21", + "version": "34.3.22", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "import": "@swc-node/register/esm-register" }, "versionist": { - "publishedAt": "2025-01-17T22:45:50.244Z" + "publishedAt": "2025-01-21T19:04:54.466Z" } }