Skip to content

Commit

Permalink
Merge branch 'master' into devices-json-device-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugh committed Dec 5, 2023
2 parents fe4557a + 29ade0f commit b5cef31
Show file tree
Hide file tree
Showing 41 changed files with 1,806 additions and 827 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
fi
npm run build
npm run test
npm run test:core
- name: Compress custom source
shell: pwsh
Expand Down
70 changes: 70 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,73 @@
- commits:
- subject: Stop testing dependency deduplication on the custom test runners
hash: 65ba63d1a8d231851634830be6d48fbf0e085e47
body: |
That's since we already run that test as part of
flowzone's default "Test npm (18.x)", and the
custom tests are using the latest node & npm
version of the selected major.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Temporarily pin oclif-core to ~3.11.0 to deduplicate the dependencies
hash: f5ffa7d84f58047e1f262b2b1e1719fd4164d5de
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Update TypeScript to 5.3.2
hash: dac3ace61d80dfd000a4a69dfa51d141d34ebc0a
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 17.4.5
title: ""
date: 2023-12-04T14:08:25.597Z
- commits:
- subject: Fix balena block create to actually create a block
hash: b8769bb9e9dafac8a52eef477bc763551cf0d0b0
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: 17.4.4
title: ""
date: 2023-11-20T17:57:18.485Z
- commits:
- subject: Bump oclif-core to v3
hash: 72a924f00eabd13d3663e9cfa4d8feb11aa1aecd
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: 17.4.3
title: ""
date: 2023-11-17T15:39:17.941Z
- commits:
- subject: "Docs: Automatically generate Capitano configuration"
hash: 4b5def0a8a632a9aed827319c1dcbe6ccf8efc32
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
author: Vipul Gupta (@vipulgupta2048)
nested: []
version: 17.4.2
title: ""
date: 2023-11-15T11:02:20.523Z
- commits:
- subject: Bump shrinkwrap
hash: a816548bb5832ad907c02a0cb126cbd7d0ebddf5
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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/).

## 17.4.5 - 2023-12-04

* Stop testing dependency deduplication on the custom test runners [Thodoris Greasidis]
* Temporarily pin oclif-core to ~3.11.0 to deduplicate the dependencies [Thodoris Greasidis]
* Update TypeScript to 5.3.2 [Thodoris Greasidis]

## 17.4.4 - 2023-11-20

* Fix balena block create to actually create a block [Otávio Jacobi]

## 17.4.3 - 2023-11-17

* Bump oclif-core to v3 [Otávio Jacobi]

## 17.4.2 - 2023-11-15

* Docs: Automatically generate Capitano configuration [Vipul Gupta (@vipulgupta2048)]

## 17.4.1 - 2023-11-13

* Bump shrinkwrap [Otávio Jacobi]
Expand Down
2 changes: 1 addition & 1 deletion automation/build-bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

import type { JsonVersions } from '../lib/commands/version';
import type { JsonVersions } from '../lib/commands/version/index';

import { run as oclifRun } from '@oclif/core';
import * as archiver from 'archiver';
Expand Down

0 comments on commit b5cef31

Please sign in to comment.