From c1967b9993ca732ae4af644afc73fde05a7f2120 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:11:35 +0000 Subject: [PATCH] v34.3.3 --- .versionbot/CHANGELOG.yml | 38 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 46 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4fa4d1a22..31f501f02 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update npm to v11 + hash: 136b718faf895825c38b1c3dc285d6982f563794 + body: | + Update npm from 10.9.2 to 11.0.0 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 34.3.3 + title: "" + date: 2024-12-23T13:11:29.780Z - commits: - subject: Update grafana/loki Docker tag to v3.3.2 hash: 3407bee7032adf437757d8dd2677462071d883cd @@ -2864,6 +2877,7 @@ + The internal and @@ -3000,6 +3014,7 @@ + Update @@ -4090,6 +4105,7 @@ + Update @@ -4242,6 +4258,7 @@ + As balena-lint @@ -4369,6 +4386,7 @@ + As engine and npm is @@ -4511,6 +4529,7 @@ + Ensure that the @@ -4816,6 +4835,7 @@ + This also deprecates @@ -4949,6 +4969,7 @@ + It can in fact be a @@ -5083,6 +5104,7 @@ + We know what type @@ -5222,6 +5244,7 @@ + Update @@ -5472,6 +5495,7 @@ + This also deprecates @@ -5778,6 +5802,7 @@ + As balena-lint @@ -5904,6 +5929,7 @@ + As engine and npm is @@ -6045,6 +6071,7 @@ + Ensure that the @@ -6246,6 +6273,7 @@ + As balena-lint @@ -6372,6 +6400,7 @@ + As engine and npm is @@ -6513,6 +6542,7 @@ + Ensure that the @@ -8727,6 +8757,7 @@ + As balena-lint @@ -8853,6 +8884,7 @@ + As engine and npm is @@ -8994,6 +9026,7 @@ + Ensure that the @@ -9198,6 +9231,7 @@ + This also deprecates @@ -9330,6 +9364,7 @@ + It can in fact be a @@ -9463,6 +9498,7 @@ + We know what type @@ -9601,6 +9637,7 @@ + Update @@ -9850,6 +9887,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6b61712..0f8c7b9ff 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.3 - 2024-12-23 + +* Update npm to v11 [balena-renovate[bot]] + ## 34.3.2 - 2024-12-23 * Update grafana/loki Docker tag to v3.3.2 [balena-renovate[bot]] diff --git a/package-lock.json b/package-lock.json index e8617ebc4..15f19c366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "34.3.2", + "version": "34.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "34.3.2", + "version": "34.3.3", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 3dc64f755..966c3d263 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.2", + "version": "34.3.3", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-23T10:06:25.029Z" + "publishedAt": "2024-12-23T13:11:30.971Z" } }