This commit is contained in:
flowzone-app[bot] 2024-04-10 15:24:31 +00:00 committed by GitHub
parent 1dbe08d7e0
commit 0b10701015
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Enable npm dedupe as part of Renovate postUpdateOptions
hash: 2a970478bd576d3887e64cd9398b890a8a503be6
body: ""
footer:
See: https://docs.renovatebot.com/configuration-options/#postupdateoptions
see: https://docs.renovatebot.com/configuration-options/#postupdateoptions
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
nested: []
version: 18.1.9
title: ""
date: 2024-04-10T15:24:25.946Z
- commits:
- subject: Bump patch-package to 6.5.1
hash: 6178f34f88377d64d331e027d6c0da7165c0df5e

View File

@ -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/).
## 18.1.9 - 2024-04-10
* Enable npm dedupe as part of Renovate postUpdateOptions [Kyle Harding]
## 18.1.8 - 2024-04-09
* Bump patch-package to 6.5.1 [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "18.1.8",
"version": "18.1.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "18.1.8",
"version": "18.1.9",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.1.8",
"version": "18.1.9",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2024-04-09T17:29:45.181Z"
"publishedAt": "2024-04-10T15:24:26.846Z"
}
}