This commit is contained in:
Balena CI 2019-10-17 21:36:16 +03:00
parent a05b592f00
commit 5142274e9d
4 changed files with 21 additions and 2 deletions

@ -1,3 +1,18 @@
- commits:
- subject: Add npm preinstall check for npm version 6.9.0 or later
hash: e7c89cf77cf0a261df402bc04a8c9c07ecb318fe
body: |
Older npm versions cause the npm-shrinkwrap.json file to be incorrectly
updated. This should avoid regression bugs related to issue #1332.
https://github.com/balena-io/balena-cli/issues/1332
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
version: 11.16.2
date: 2019-10-17T15:58:25.531Z
- commits: - commits:
- subject: Fix shrinkwrap unwanted changes from older npm version - subject: Fix shrinkwrap unwanted changes from older npm version
hash: ee3a0cc630c0112d2cccb0c72b836f5b2d6327fb hash: ee3a0cc630c0112d2cccb0c72b836f5b2d6327fb

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.16.2 - 2019-10-17
* Add npm preinstall check for npm version 6.9.0 or later [Paulo Castro]
## 11.16.1 - 2019-10-17 ## 11.16.1 - 2019-10-17
* Fix shrinkwrap unwanted changes from older npm version [Thodoris Greasidis] * Fix shrinkwrap unwanted changes from older npm version [Thodoris Greasidis]

2
npm-shrinkwrap.json generated

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.16.1", "version": "11.16.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.16.1", "version": "11.16.2",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",